@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;
  font-feature-settings: "pkna";
  letter-spacing: 0.03em;
}

[lang=ja] body,
[lang=ja] select,
[lang=ja] input,
[lang=ja] textarea {
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Meiryo", "メイリオ", sans-serif;
}

[lang=en] body,
[lang=en] select,
[lang=en] input,
[lang=en] textarea,
[lang=id] body,
[lang=id] select,
[lang=id] input,
[lang=id] textarea {
  font-size: 1.8rem;
  line-height: 1.7;
  font-feature-settings: unset;
  letter-spacing: 0;
}

@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;
  }
}
/*===========================================
_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 0.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,
  .ly_header .logo .spRegionBtn.is_current {
    background: #1D3A65;
  }
  .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 {
    background-color: #fff;
    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 .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: 0.5;
    transform: translateY(-100%);
    transition: all 0.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: #5A7296 !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: #1D3A65;
    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: 0.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;
}
@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: #5A7296;
    color: #fff;
    font-size: 1.6rem;
    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 .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: 33.3333333333%;
    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 0.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 0.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: 0.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: #1D3A65;
    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 0.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: 0.7% 5% 0.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;
}
@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: 47%;
    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: 30.3333333333%;
    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: 22%;
    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: 0.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 0.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: 1rem;
  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_headingWrap {
  display: flex;
  justify-content: space-between;
}
.bl_headingWrap .subElem {
  margin-top: 20px;
}
.bl_headingWrap .el_btn {
  font-size: 1.4rem;
}
@media only screen and (max-width: 767px) {
  .bl_headingWrap {
    flex-direction: column;
    margin-bottom: 40px;
  }
  .bl_headingWrap .subElem {
    margin-top: 0;
  }
  .bl_headingWrap .subElem .el_btn {
    width: 100%;
  }
}

.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;
  }
}

.el_borderHeading {
  display: inline-block;
  font-size: 1.6rem;
  font-weight: 600;
  border-bottom: 6px solid #0089ff;
}

.bl_sectionHeading {
  margin: 4% 0 3.3%;
}
.bl_sectionHeading .el_borderHeading {
  margin-bottom: 2.8%;
}
.bl_sectionHeading .heading {
  font-size: 3.2rem;
  font-weight: 600;
  line-height: 1.4;
}
@media print, screen and (min-width: 768px) and (max-width: 959px) {
  .bl_sectionHeading .heading {
    font-size: 2.8rem;
  }
}
@media only screen and (max-width: 767px) {
  .bl_sectionHeading {
    margin: 60px 0 20px;
  }
  .bl_sectionHeading .el_borderHeading {
    margin-bottom: 20px;
  }
  .bl_sectionHeading .heading {
    font-size: 2rem;
  }
}

/*--------------------------------------------------
Link
--------------------------------------------------*/
.el_txtLink a {
  position: relative;
  padding-left: 1em;
  display: inline-block;
}
.el_txtLink a::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  margin: auto;
  width: 7px;
  height: 7px;
  border-top: #004098 1px solid;
  border-right: #004098 1px solid;
  transform: translateY(-50%) rotate(45deg);
  right: 20px;
  margin: auto 0;
  top: 0.9em;
  right: 0;
  left: 0;
}
.el_txtLink.-large a {
  font-size: 2rem;
  font-weight: bold;
}
.el_txtLink.-large a::before {
  width: 9px;
  height: 9px;
  border-width: 2px;
}
@media only screen and (max-width: 767px) {
  .el_txtLink.-large a {
    font-size: 1.6rem;
  }
}

.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;
}

.el_borderLink {
  margin: 3% 0;
}
.el_borderLink > li {
  border-top: 1px solid #c4c4c4;
  border-bottom: 1px solid #c4c4c4;
  margin-top: -1px;
}
.el_borderLink > li > a {
  display: block;
  padding: 0.8em 1em 0.8em 2em;
}
@media only screen and (max-width: 767px) {
  .el_borderLink + .el_borderLink {
    margin-top: 12%;
  }
  .el_borderLink > li > a {
    padding: 0.7em 1em;
  }
}
@media print, screen and (min-width: 768px) {
  .el_borderLink {
    overflow: visible !important;
  }
  .el_borderLink + .el_borderLink {
    margin-top: 6%;
  }
}

.el_anchorLinks li a {
  display: inline-block;
  position: relative;
  padding-left: 20px;
  font-weight: 600;
}
.el_anchorLinks li a::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 10px;
  left: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 10px solid #1D3A65;
}
@media only screen and (max-width: 767px) {
  .el_anchorLinks li a::before {
    top: 8px;
  }
}

/*--------------------------------------------------
List
--------------------------------------------------*/
.bl_newsList {
  margin-top: 4%;
}
[class*=bl_heading] + .bl_newsList {
  margin-top: 0;
}
.bl_newsList .item {
  display: block;
}
.bl_newsList .item + .item {
  margin-top: 20px;
}
.bl_newsList .item .date {
  color: #000;
}
.bl_newsList .item .tag {
  color: #5d5d5d;
  font-size: 1.6rem;
}
.bl_newsList .item .tag a {
  display: inline-block;
  color: #5d5d5d;
}
.bl_newsList .item .tag a + a {
  margin-left: 3px;
}
.bl_newsList .item .tag a:hover {
  color: #0089ff;
}
.bl_newsList .item .new {
  color: #b40000;
  display: inline-block;
  margin-left: 10px;
}
@media print, screen and (min-width: 768px) {
  .bl_newsList .item {
    position: relative;
  }
  .bl_newsList .item .date {
    position: absolute;
    font-size: 1.6rem;
  }
  .bl_newsList .item .desc {
    padding-left: 13%;
  }
  .bl_newsList .item .tag {
    padding-left: 13%;
    font-size: 1.6rem;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 959px) {
  .bl_newsList .item .date {
    font-size: 1.4rem;
  }
  .bl_newsList .item .tag {
    padding-left: 13%;
  }
  .bl_newsList .item .desc {
    padding-left: 13%;
  }
}
@media only screen and (max-width: 767px) {
  .bl_newsList .item {
    display: flex;
    flex-direction: column;
  }
  .bl_newsList .item .date {
    font-size: 1.6rem;
    order: 1;
  }
  .bl_newsList .item .desc {
    order: 3;
  }
  .bl_newsList .item .tag {
    order: 2;
    margin-bottom: 5px;
    font-size: 1.6rem;
  }
}

.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;
}

.el_lAlphaList > li {
  list-style-type: lower-alpha;
  margin-left: 1.5em;
}

.el_uAlphaList > li {
  list-style-type: upper-alpha;
  margin-left: 1.5em;
}

.js_moreList > * {
  opacity: 1;
  height: auto;
  transform: translateY(0);
  transform-origin: bottom center;
  transition: opacity 0.4s ease, transform 0.4s ease 0s;
}
.js_moreList > *.is_hide {
  visibility: hidden;
  opacity: 0;
  height: 0;
  margin-bottom: 0 !important;
  margin-top: 0 !important;
  padding: 0;
  transform-origin: bottom center;
  transform: translateY(10px);
}

/* fluid / column
--------------------------------*/
.el_iconLink li.nostyle,
.el_anchorLinks li.nostyle,
.el_borderLink li.nostyle,
.el_discList li.nostyle,
.el_deciList li.nostyle,
.el_lAlphaList li.nostyle,
.el_uAlphaList li.nostyle {
  list-style-type: none !important;
  list-style: none !important;
}
@media print, screen and (min-width: 768px) {
  .el_iconLink[class*=-col],
  .el_anchorLinks[class*=-col],
  .el_borderLink[class*=-col],
  .el_discList[class*=-col],
  .el_deciList[class*=-col],
  .el_lAlphaList[class*=-col],
  .el_uAlphaList[class*=-col] {
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
  }
  .el_iconLink[class*=-fluid],
  .el_anchorLinks[class*=-fluid],
  .el_borderLink[class*=-fluid],
  .el_discList[class*=-fluid],
  .el_deciList[class*=-fluid],
  .el_lAlphaList[class*=-fluid],
  .el_uAlphaList[class*=-fluid] {
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
  }
  .el_iconLink[class*=-fluid] li,
  .el_anchorLinks[class*=-fluid] li,
  .el_borderLink[class*=-fluid] li,
  .el_discList[class*=-fluid] li,
  .el_deciList[class*=-fluid] li,
  .el_lAlphaList[class*=-fluid] li,
  .el_uAlphaList[class*=-fluid] li {
    margin-right: 3.3%;
  }
  .el_iconLink.-col2 li,
  .el_anchorLinks.-col2 li,
  .el_borderLink.-col2 li,
  .el_discList.-col2 li,
  .el_deciList.-col2 li,
  .el_lAlphaList.-col2 li,
  .el_uAlphaList.-col2 li {
    width: calc((100% - 3.3% * (2 - 1)) / 2);
    margin-right: 3.3%;
  }
  .el_iconLink.-col2 li + li:nth-child(2n+2),
  .el_anchorLinks.-col2 li + li:nth-child(2n+2),
  .el_borderLink.-col2 li + li:nth-child(2n+2),
  .el_discList.-col2 li + li:nth-child(2n+2),
  .el_deciList.-col2 li + li:nth-child(2n+2),
  .el_lAlphaList.-col2 li + li:nth-child(2n+2),
  .el_uAlphaList.-col2 li + li:nth-child(2n+2) {
    margin-right: 0;
  }
  .el_iconLink.-col3 li,
  .el_anchorLinks.-col3 li,
  .el_borderLink.-col3 li,
  .el_discList.-col3 li,
  .el_deciList.-col3 li,
  .el_lAlphaList.-col3 li,
  .el_uAlphaList.-col3 li {
    width: calc((100% - 3.3% * (3 - 1)) / 3);
    margin-right: 3.3%;
  }
  .el_iconLink.-col3 li + li:nth-child(3n+3),
  .el_anchorLinks.-col3 li + li:nth-child(3n+3),
  .el_borderLink.-col3 li + li:nth-child(3n+3),
  .el_discList.-col3 li + li:nth-child(3n+3),
  .el_deciList.-col3 li + li:nth-child(3n+3),
  .el_lAlphaList.-col3 li + li:nth-child(3n+3),
  .el_uAlphaList.-col3 li + li:nth-child(3n+3) {
    margin-right: 0;
  }
  .el_iconLink.-col4 li,
  .el_anchorLinks.-col4 li,
  .el_borderLink.-col4 li,
  .el_discList.-col4 li,
  .el_deciList.-col4 li,
  .el_lAlphaList.-col4 li,
  .el_uAlphaList.-col4 li {
    width: calc((100% - 3.3% * (4 - 1)) / 4);
    margin-right: 3.3%;
  }
  .el_iconLink.-col4 li + li:nth-child(4n+4),
  .el_anchorLinks.-col4 li + li:nth-child(4n+4),
  .el_borderLink.-col4 li + li:nth-child(4n+4),
  .el_discList.-col4 li + li:nth-child(4n+4),
  .el_deciList.-col4 li + li:nth-child(4n+4),
  .el_lAlphaList.-col4 li + li:nth-child(4n+4),
  .el_uAlphaList.-col4 li + li:nth-child(4n+4) {
    margin-right: 0;
  }
  .el_iconLink.-col5 li,
  .el_anchorLinks.-col5 li,
  .el_borderLink.-col5 li,
  .el_discList.-col5 li,
  .el_deciList.-col5 li,
  .el_lAlphaList.-col5 li,
  .el_uAlphaList.-col5 li {
    width: calc((100% - 3.3% * (5 - 1)) / 5);
    margin-right: 3.3%;
  }
  .el_iconLink.-col5 li + li:nth-child(5n+5),
  .el_anchorLinks.-col5 li + li:nth-child(5n+5),
  .el_borderLink.-col5 li + li:nth-child(5n+5),
  .el_discList.-col5 li + li:nth-child(5n+5),
  .el_deciList.-col5 li + li:nth-child(5n+5),
  .el_lAlphaList.-col5 li + li:nth-child(5n+5),
  .el_uAlphaList.-col5 li + li:nth-child(5n+5) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .el_iconLink[class*=-spFluid],
  .el_anchorLinks[class*=-spFluid],
  .el_borderLink[class*=-spFluid],
  .el_discList[class*=-spFluid],
  .el_deciList[class*=-spFluid],
  .el_lAlphaList[class*=-spFluid],
  .el_uAlphaList[class*=-spFluid] {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
  }
  .el_iconLink[class*=-spFluid] li,
  .el_anchorLinks[class*=-spFluid] li,
  .el_borderLink[class*=-spFluid] li,
  .el_discList[class*=-spFluid] li,
  .el_deciList[class*=-spFluid] li,
  .el_lAlphaList[class*=-spFluid] li,
  .el_uAlphaList[class*=-spFluid] li {
    margin-right: 30px;
  }
}

/* note
--------------------------------*/
.el_noteS li {
  list-style: none !important;
  position: relative;
  padding-left: 1.5rem;
  font-size: 1.4rem;
}
.el_noteS li::before {
  content: "*";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0.3em;
}

.el_noteL li {
  list-style: none !important;
  position: relative;
  padding-left: 2rem;
  font-size: 1.4rem;
}
.el_noteL li::before {
  content: "※";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
}

/* Note [Table Bottom] */
table + [class*=el_note] {
  margin-top: 10px;
}

/* Note Table [in Table]*/
.inTable {
  font-size: 1.5rem !important;
}

/*--------------------------------------------------
Table
--------------------------------------------------*/
.bl_table {
  border-top: #ccc 1px solid;
  border-left: #ccc 1px solid;
  width: 100%;
  /* type1 [border none]
  ----------------------------------------------- */
  /* type2 [border dash]
  ----------------------------------------------- */
  /* pad3 [padding 3px]
  ----------------------------------------------- */
  /* pad10 [padding 10px]
  ----------------------------------------------- */
  /* SP Adjust
  ----------------------------------------------- */
  /* Table Adjust
  ----------------------------------------------- */
  /* Border Adjust
  ----------------------------*/
  /* Nest Table Style clear
  ----------------------------*/
}
.bl_table caption {
  margin: 0;
  padding: 10px 0;
  border: #ccc 1px solid;
  border-bottom: none;
  background: #eaeaea;
  text-align: center;
}
.bl_table th, .bl_table td {
  padding: 18px;
  border-right: #ccc 1px solid;
  border-bottom: #ccc 1px solid;
  font-weight: normal;
}
.bl_table th {
  background: #f4f4f4;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .bl_table th, .bl_table td {
    padding: 10px;
  }
  .bl_table.-vertical {
    display: block;
  }
  .bl_table.-vertical caption, .bl_table.-vertical tbody, .bl_table.-vertical thead, .bl_table.-vertical tr, .bl_table.-vertical th, .bl_table.-vertical td {
    display: block;
  }
  .bl_table.-vertical tbody, .bl_table.-vertical thead, .bl_table.-vertical tr, .bl_table.-vertical th, .bl_table.-vertical td {
    width: 100%;
  }
}
.bl_table.-noBorder {
  border-width: 0;
  line-height: 1.5;
  width: auto;
}
.bl_table.-noBorder th,
.bl_table.-noBorder td {
  padding: 10px;
  font-weight: normal;
  vertical-align: top;
  border: none;
}
.bl_table.-noBorder th {
  background: transparent;
}
.bl_table.-noBorder tbody th {
  text-align: left;
}
.bl_table.-dash {
  border: none;
}
.bl_table.-dash th,
.bl_table.-dash td {
  padding: 20px 10px;
  border: none;
  border-bottom: #ccc 1px dotted;
  font-weight: normal;
  background: transparent;
}
.bl_table.-dash th {
  font-weight: bold;
}
@media (max-width: 767px) {
  .bl_table.-dash th,
  .bl_table.-dash td {
    padding: 10px;
  }
  .bl_table.-dash.-spVertical th {
    padding: 15px 10px 0;
    border-bottom: none;
  }
  .bl_table.-dash.-spVertical td {
    padding: 5px 10px 15px;
  }
}
.bl_table.-pad3 th, .bl_table.-pad3 td {
  padding: 3px !important;
}
.bl_table.-pad10 th, .bl_table.-pad10 td {
  padding: 10px;
}
@media only screen and (max-width: 767px) {
  .bl_table.-spVertical caption, .bl_table.-spVertical tbody, .bl_table.-spVertical thead, .bl_table.-spVertical tr, .bl_table.-spVertical th, .bl_table.-spVertical td {
    display: block;
  }
  .bl_table.-spVertical th, .bl_table.-spVertical td {
    width: 100% !important;
  }
}
.bl_table.-thC th {
  text-align: center !important;
}
.bl_table.-tdC td {
  text-align: center !important;
}
.bl_table.-thR th {
  text-align: right !important;
}
.bl_table.-tdR td {
  text-align: right !important;
}
.bl_table.-thBold th {
  font-weight: bold;
}
.bl_table.-verMiddle th, .bl_table.-verMiddle td {
  vertical-align: middle !important;
}
.bl_table.-cellC th, .bl_table.-cellC td {
  text-align: center;
}
.bl_table.-nowrap th, .bl_table.-nowrapHead thead th, .bl_table.-nowrapBody tbody th {
  white-space: nowrap;
}
.bl_table th.-bottomLine01,
.bl_table td.-bottomLine01 {
  border-bottom: 1px dotted #ccc;
}
.bl_table th.-nonTop,
.bl_table td.-nonTop {
  border-top: none !important;
}
.bl_table th.-nonRight,
.bl_table td.-nonRight {
  border-right: none !important;
}
.bl_table th.-nonBottom,
.bl_table td.-nonBottom {
  border-bottom: none !important;
}
.bl_table th.-nonLeft,
.bl_table td.-nonLeft {
  border-left: none !important;
}
.bl_table th.-solidTop,
.bl_table td.-solidTop {
  border-top: 1px solid #ccc !important;
}
.bl_table th.-solidRight,
.bl_table td.-solidRight {
  border-right: 1px solid #ccc !important;
}
.bl_table th.-solidBottom,
.bl_table td.-solidBottom {
  border-bottom: 1px solid #ccc !important;
}
.bl_table th.-solidLeft,
.bl_table td.-solidLeft {
  border-left: 1px solid #ccc !important;
}
.bl_table.-tShadeLine .-odd th, .bl_table.-tShadeLine .-odd td {
  background-color: #f6f6f6;
}
.bl_table .nest {
  border: none;
}
.bl_table .nest th,
.bl_table .nest td {
  background-color: transparent;
  font-weight: normal;
  line-height: 1.4;
  padding: 0;
  border: none;
}

/* Scroll horizontally
----------------------------*/
.bl_spTableScroll {
  overflow-x: scroll;
  padding-bottom: 10px;
}
.bl_spTableScroll::-webkit-scrollbar {
  height: 7px;
}
.bl_spTableScroll::-webkit-scrollbar-track {
  margin: 0 2px;
  background: #ccc;
  border-radius: 5px;
}
.bl_spTableScroll::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: #666;
}

@media only screen and (max-width: 767px) {
  .bl_spTable1 table th,
  .bl_spTable1 table td {
    font-size: 1rem !important;
    padding: 1rem !important;
    line-height: 1.4 !important;
  }
  .bl_spTable2 table th,
  .bl_spTable2 table td {
    font-size: 0.7rem !important;
    padding: 0.7rem !important;
    line-height: 1.3 !important;
  }
  .bl_spTable3 table th,
  .bl_spTable3 table td {
    font-size: 0.4rem !important;
    padding: 0.4rem !important;
    line-height: 1.2 !important;
  }
}
/*--------------------------------------------------
Box
--------------------------------------------------*/
.bl_box {
  padding: 3.3%;
  background: #eaeef4;
}
.bl_box [class*=bl_heading]:nth-of-type(1) {
  margin: 0 0 20px;
}
.bl_box.-gray {
  background: #f4f4f4;
}
@media print, screen and (min-width: 768px) {
  .bl_box.-equality {
    padding: 3.3%;
  }
}
@media only screen and (max-width: 767px) {
  .bl_box {
    padding: 7%;
  }
}

.el_lineBottom {
  padding: 15px 0 10px 0;
  margin: 0 0 10px 0;
  border-bottom: 1px solid #ccc;
}

.el_lineBottomdot {
  border-bottom: 1px dotted #ccc;
  padding: 10px 0 10px 0;
  margin: 0 0 0 0;
}

/*--------------------------------------------------
Button
--------------------------------------------------*/
.el_btn {
  display: inline-block;
  padding: 8px 30px;
  border: #5d5d5d 1px solid;
  color: #333;
  text-align: center;
  transition: all 0.5s;
}
.el_btn:hover {
  text-decoration: none;
  opacity: 0.75;
}
.el_btn:hover, .el_btn:focus {
  background: #000;
  color: #fff;
}
.el_btn.-stand {
  border-color: #004098;
  background: #004098;
  color: #fff;
  transition: all 0.5s cubic-bezier(0.17, 0.935, 0.305, 1);
}
.el_btn.-stand:hover, .el_btn.-stand:focus {
  background: #fff;
  color: #004098;
  opacity: 1;
}
.el_btn.-stand:hover.-blank::after, .el_btn.-stand:focus.-blank::after {
  color: #004098;
}
.el_btn.-stand.-blank::after {
  color: #fff;
}
.el_btn.-white {
  border-color: #fff;
  background: #fff;
  color: #004098;
  transition: all 0.5s cubic-bezier(0.17, 0.935, 0.305, 1);
}
.el_btn.-white:hover.-blank::after, .el_btn.-white:focus.-blank::after {
  color: #004098;
}
.el_btn.-white.-blank::after {
  color: #004098;
}
.el_btn.-wide {
  min-width: 400px;
}
@media only screen and (max-width: 767px) {
  .el_btn.-wide {
    min-width: auto;
    width: auto;
  }
}
.el_btn.-blank::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: 1.2rem;
  margin-left: 8px;
  color: #5d5d5d;
  transition: all 0.3s;
}
.el_btn.-blank:hover::after, .el_btn.-blank:focus::after {
  color: #fff;
}
.el_btn.-pdf::after {
  content: "PDF";
  background: #c90000;
  padding: 3px 10px;
  font-size: 1.2rem;
  margin-left: 8px;
  color: #fff;
  transition: all 0.3s;
}

.bl_btnWrap {
  display: flex;
  justify-content: center;
  margin: 60px 0 0;
}
.bl_btnWrap.-left {
  justify-content: flex-start;
}
@media print, screen and (min-width: 768px) {
  .bl_btnWrap .el_btn + .el_btn {
    margin-left: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .bl_btnWrap {
    margin: 40px 0 0;
    flex-direction: column;
    align-items: center;
  }
  .bl_btnWrap .el_btn + .el_btn {
    margin-top: 20px;
  }
}

.el_moreBtn {
  position: relative;
  display: inline-block;
  padding: 12px 100px;
  background: #656C74;
  color: #fff;
  border-radius: 30px;
  font-size: 2rem;
  transition: all 0.3s cubic-bezier(0.17, 0.935, 0.305, 1);
}
.el_moreBtn:hover {
  background: #b1b5b9;
}
@media only screen and (max-width: 767px) {
  .el_moreBtn {
    padding: 10px 40px;
    font-size: 1.4rem;
  }
}

.bl_snsShare {
  display: flex;
}
.bl_snsShare a {
  display: inline-block;
  width: 24px;
  height: 24px;
  transition: opacity 0.3s cubic-bezier(0.17, 0.935, 0.305, 1);
}
.bl_snsShare a img {
  width: 100%;
}
.bl_snsShare a:hover {
  opacity: 0.7;
}
.bl_snsShare a + a {
  margin-left: 15px;
}

/*--------------------------------------------------
form
--------------------------------------------------*/
.el_keyword {
  display: flex;
}
.el_keyword input[type=text] {
  min-width: 50px;
  height: 40px;
  padding: 5px 10px;
  line-height: 40px;
  border: none;
  background: #f4f4f4;
}
.ly_container.-typeA .el_keyword {
  background: #fff;
}

.el_keyword button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  background: #004098;
  transition: all 0.5s;
}
.el_keyword button:hover {
  text-decoration: none;
  opacity: 0.75;
}
.el_keyword button::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: "\e909";
  color: #fff;
  font-size: 2rem;
}

.el_check, .el_checkList > li > label, .el_radio, .el_radioList > li > label {
  display: inline-block;
  position: relative;
  padding-left: 26px;
  cursor: pointer;
}
.el_check:hover input + .control, .el_checkList > li > label:hover input + .control, .el_radio:hover input + .control, .el_radioList > li > label:hover input + .control,
.el_check input:focus + .control,
.el_checkList > li > label input:focus + .control,
.el_radio input:focus + .control,
.el_radioList > li > label input:focus + .control {
  border: #0089ff 1px solid;
}
.el_check + .el_check, .el_checkList > li > label + .el_check, .el_checkList > li > .el_check + label, .el_checkList > li > label + label, .el_radio + .el_check, .el_radioList > li > label + .el_check, .el_checkList > li > .el_radio + label, .el_check + .el_radio, .el_radioList > li > .el_check + label, .el_checkList > li > label + .el_radio, .el_radio + .el_radio, .el_radioList > li > label + .el_radio, .el_radioList > li > .el_radio + label, .el_radioList > li > label + label {
  margin-left: 3.3%;
}
.el_check input, .el_checkList > li > label input, .el_radio input, .el_radioList > li > label input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.el_check input:checked + .control, .el_checkList > li > label input:checked + .control, .el_radio input:checked + .control, .el_radioList > li > label input:checked + .control {
  outline: none;
}
.el_check input:checked + .control, .el_checkList > li > label input:checked + .control, .el_radio input:checked + .control, .el_radioList > li > label input:checked + .control {
  background: #004098;
  border-color: #004098;
}
.el_check input:checked + .control::after, .el_checkList > li > label input:checked + .control::after, .el_radio input:checked + .control::after, .el_radioList > li > label input:checked + .control::after {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}
.el_check input:disabled + .control, .el_checkList > li > label input:disabled + .control, .el_radio input:disabled + .control, .el_radioList > li > label input:disabled + .control {
  border-color: #ccc;
  background: #ccc;
}
.el_check .control, .el_checkList > li > label .control, .el_radio .control, .el_radioList > li > label .control {
  position: absolute;
  top: 3px;
  left: 0;
  width: 18px;
  height: 18px;
  border: #707070 1px solid;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.el_check .control::after, .el_checkList > li > label .control::after, .el_radio .control::after, .el_radioList > li > label .control::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: "\e90a";
  position: absolute;
  top: 3px;
  left: 1px;
  color: #fff;
  font-size: 1rem;
  opacity: 0;
  visibility: hidden;
  transform-origin: center center;
  transform: scale(1.45);
  transition: all 0.3s linear;
}

.el_radio + .el_radio, .el_radioList > li > label + .el_radio, .el_radioList > li > .el_radio + label, .el_radioList > li > label + label {
  margin-left: 3.3%;
}
.el_radio .control, .el_radioList > li > label .control {
  border-radius: 50%;
}
.el_radio .control::after, .el_radioList > li > label .control::after {
  content: "";
  border-radius: 50%;
  background: #fff;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 8px;
  height: 8px;
}

.el_selectWrap {
  background: #fff;
  border: none;
  position: relative;
  display: inline-block;
  height: 40px;
  border: #b2b2b2 1px solid;
}
.el_selectWrap select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  background: transparent;
  width: 100%;
  height: 100%;
  line-height: 36px;
  font-size: 1.6rem;
  padding: 0 28px 0 10px;
}
.el_selectWrap select::-ms-expand {
  display: none;
}
.el_selectWrap::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: "\e90b";
  color: #004098;
  font-size: 1rem;
  pointer-events: none;
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
}
.el_selectWrap .placeholder {
  display: none;
}

/*--------------------------------------------------
Images
--------------------------------------------------*/
/* bl_imgWrap
--------------------------------*/
.bl_imgWrap {
  margin: 4% auto;
  text-align: center;
}
.bl_imgWrap img {
  text-align: center;
}
.bl_imgWrap figcaption {
  margin-top: 15px;
}
@media print, screen and (min-width: 768px) {
  .bl_imgWrap.-slim {
    max-width: 800px;
    margin: inherit auto;
  }
}

/* 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;
  }
}
/*--------------------------------------------------
Card
--------------------------------------------------*/
.bl_card .cardImg {
  position: relative;
  overflow: hidden;
}
.bl_card .cardImg a {
  transition: 0.25s cubic-bezier(0.17, 0.935, 0.305, 1);
}
.bl_card .cardImg a:focus, .bl_card .cardImg a:hover {
  opacity: 0.75;
  text-decoration: none;
}
.bl_card .cardImg img {
  width: 100%;
}
.bl_card .cardImg figcaption {
  margin-top: 4.2%;
}
.bl_card .cardBody {
  padding: 4.2% 0 0;
}
.bl_card .cardBody > *:last-child {
  margin-bottom: 0;
}
.bl_card .subHeading {
  font-size: 1.4rem;
  font-weight: 600;
  margin-top: 8px;
}
.bl_card .date {
  font-size: 1.4rem;
}
.bl_card .tag {
  font-size: 1.4rem;
  color: #5d5d5d;
}
.bl_card .tag a {
  display: inline-block;
  color: #5d5d5d;
}
.bl_card .tag a + a {
  margin-left: 3px;
}
.bl_card .tag a:hover {
  color: #0089ff;
}
.bl_card .desc {
  margin-top: 3%;
}
.bl_card .desc._fwB {
  line-height: 1.5;
}
.bl_card .rt_cf_n_href {
  margin-top: 3%;
  display: inline-block;
}
.bl_card .prodName {
  color: #004098;
}
.bl_card .generalName {
  font-size: 1.4rem;
  margin-top: 10px;
}
.bl_card .prodLink {
  font-size: 1.4rem;
}
.bl_card .prodLink a {
  color: #0089ff;
}
.bl_card .prodLink ._iconWindow::after {
  font-size: 11px;
}
.bl_card > a {
  transition: 0.25s cubic-bezier(0.17, 0.935, 0.305, 1);
}
.bl_card > a:focus, .bl_card > a:hover {
  opacity: 0.75;
  text-decoration: none;
}
@media print, screen and (min-width: 768px) {
  .bl_card {
    display: flex;
    flex-direction: column;
  }
  .bl_card .cardBottom {
    margin-top: auto;
  }
  .bl_card .cardBottom .el_btn {
    margin-top: 4%;
  }
}
@media only screen and (max-width: 767px) {
  .bl_card .desc {
    margin-top: 2%;
  }
  .bl_card .cardBottom {
    margin-top: 6%;
  }
  .bl_card.-horizontal {
    display: flex;
  }
  .bl_card.-horizontal .imgWrapper {
    width: 45%;
    display: flex;
    padding-top: 50%;
  }
  .bl_card.-horizontal .imgWrapper img {
    top: 100%;
    transform: scale(2.5) translateY(-70%);
  }
  .bl_card.-horizontal .cardBody {
    width: 55%;
  }
  .bl_card.-blue {
    padding: 6%;
  }
}

a.bl_card {
  display: block;
  color: currentColor;
  transition: 0.25s cubic-bezier(0.17, 0.935, 0.305, 1);
}
a.bl_card:focus, a.bl_card:hover {
  opacity: 0.75;
  text-decoration: none;
}
a.bl_card .heading,
a.bl_card .cardImg figcaption {
  color: #004098;
}

.bl_cardUnit {
  display: flex;
  flex-wrap: wrap;
}
.bl_cardUnit.-newslist > .bl_card:nth-of-type(n+5) .cardImg, .bl_cardUnit.-newslist.-nothumb > .bl_card .cardImg {
  display: none;
}
.bl_cardUnit.-newslist > .bl_card:nth-of-type(n+5) .desc, .bl_cardUnit.-newslist.-nothumb > .bl_card .desc {
  margin-top: 0;
}
@media print, screen and (min-width: 768px) {
  .bl_cardUnit + .bl_cardUnit {
    margin-top: 50px;
  }
  .bl_cardUnit.-col2 .newsItem, .bl_cardUnit.-col3 .newsItem {
    overflow: hidden;
  }
  .bl_cardUnit.-col2 .newsItem .date, .bl_cardUnit.-col3 .newsItem .date {
    float: left;
  }
  .bl_cardUnit.-col2 .newsItem .tag, .bl_cardUnit.-col3 .newsItem .tag {
    float: right;
  }
  .bl_cardUnit.-col2 .newsItem .subHeading, .bl_cardUnit.-col3 .newsItem .subHeading {
    clear: both;
  }
  .bl_cardUnit.-col1 .cardBody {
    padding-top: 2.2%;
  }
  .bl_cardUnit.-col1 .heading {
    font-size: 2.8rem;
  }
  .bl_cardUnit.-col1 .desc {
    margin-top: 1.8%;
  }
  .bl_cardUnit.-col2 {
    margin-bottom: -3.3%;
  }
  .bl_cardUnit.-col2 > .bl_card {
    width: calc((100% - 3.3%) / 2);
    margin-bottom: 3.3%;
  }
  .bl_cardUnit.-col2 > .bl_card + .bl_card:not(:nth-child(2n+1)) {
    margin-left: 3.3%;
  }
  .bl_cardUnit.-col2 > .bl_card .cardBody {
    padding-top: 4.2%;
  }
  .bl_cardUnit.-col2 > .bl_card .heading {
    font-size: 2.8rem;
    line-height: 1.4;
  }
  .bl_cardUnit.-col3 {
    margin-bottom: -3.3%;
  }
  .bl_cardUnit.-col3 > .bl_card {
    width: calc((100% - 3.3% * 2) / 3);
    margin-bottom: 3.3%;
  }
  .bl_cardUnit.-col3 > .bl_card + .bl_card:not(:nth-child(3n+1)) {
    margin-left: 3.3%;
  }
  .bl_cardUnit.-col3 > .bl_card .tag {
    float: right;
  }
  .bl_cardUnit.-col4 {
    margin-bottom: -3.28%;
  }
  .bl_cardUnit.-col4 > .bl_card {
    width: calc((100% - 3.28% * 3) / 4);
    margin-bottom: 3.28%;
  }
  .bl_cardUnit.-col4 > .bl_card + .bl_card:not(:nth-child(4n+1)) {
    margin-left: 3.28%;
  }
  .bl_cardUnit.-col5 {
    margin-bottom: -2.5%;
  }
  .bl_cardUnit.-col5 > .bl_card {
    width: calc((100% - 2.5% * 4) / 5);
    margin-bottom: 2.5%;
  }
  .bl_cardUnit.-col5 > .bl_card + .bl_card:not(:nth-child(5n+1)) {
    margin-left: 2.5%;
  }
  .bl_cardUnit.-center {
    justify-content: center;
  }
  .bl_cardUnit.-newslist > .bl_card:nth-of-type(n+5), .bl_cardUnit.-newslist.-nothumb > .bl_card {
    width: 100%;
    margin: 0 0 20px !important;
  }
  .bl_cardUnit.-newslist > .bl_card:nth-of-type(n+5).is_hide, .bl_cardUnit.-newslist.-nothumb > .bl_card.is_hide {
    margin-bottom: 0 !important;
  }
  .bl_cardUnit.-newslist > .bl_card:nth-of-type(n+5) .cardBody, .bl_cardUnit.-newslist.-nothumb > .bl_card .cardBody {
    padding-top: 0;
  }
  .bl_cardUnit.-newslist > .bl_card:nth-of-type(n+5) .cardBody .newsItem, .bl_cardUnit.-newslist.-nothumb > .bl_card .cardBody .newsItem {
    display: flex;
    flex-wrap: wrap;
  }
  .bl_cardUnit.-newslist > .bl_card:nth-of-type(n+5) .cardBody .newsItem .date, .bl_cardUnit.-newslist.-nothumb > .bl_card .cardBody .newsItem .date {
    min-width: 13%;
    font-size: 1.6rem;
  }
  .bl_cardUnit.-newslist > .bl_card:nth-of-type(n+5) .cardBody .newsItem + .rt_cf_n_href, .bl_cardUnit.-newslist.-nothumb > .bl_card .cardBody .newsItem + .rt_cf_n_href {
    display: block;
    margin: 0 0 0 13%;
  }
  .bl_cardUnit.-newslist > .bl_card:nth-of-type(n+5) .cardBody .newsItem .tag, .bl_cardUnit.-newslist.-nothumb > .bl_card .cardBody .newsItem .tag {
    font-size: 1.6rem;
  }
  .bl_cardUnit.-newslist > .bl_card:nth-of-type(n+5) .cardBody .newsItem .desc, .bl_cardUnit.-newslist.-nothumb > .bl_card .cardBody .newsItem .desc {
    width: 100%;
    margin-left: 13%;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 959px) {
  .bl_cardUnit.-col1 .heading {
    font-size: 2rem;
  }
  .bl_cardUnit.-col2 > .bl_card .heading {
    font-size: 2rem;
  }
  .bl_cardUnit.-newslist > .bl_card:nth-of-type(n+5) .cardBody .newsItem .date {
    min-width: 13%;
    font-size: 1.4rem;
  }
  .bl_cardUnit.-newslist > .bl_card:nth-of-type(n+5) .cardBody .newsItem + .rt_cf_n_href,
  .bl_cardUnit.-newslist > .bl_card:nth-of-type(n+5) .cardBody .newsItem .desc {
    margin: 0 0 0 13%;
  }
}
@media only screen and (max-width: 767px) {
  .bl_cardUnit + .bl_cardUnit {
    margin-top: 40px;
  }
  .bl_cardUnit.-col2, .bl_cardUnit.-col3, .bl_cardUnit.-col4 {
    margin-bottom: -40px;
  }
  .bl_cardUnit > .bl_card {
    width: 100%;
    margin-bottom: 40px;
  }
  .bl_cardUnit.-col1 .heading, .bl_cardUnit.-col2 .heading {
    font-size: 1.6rem;
  }
  .bl_cardUnit.-newslist .newsItem .desc {
    margin: 5px 0 0;
  }
  .bl_cardUnit.-newslist > .bl_card:nth-of-type(n+5) .cardBody {
    padding-top: 0;
  }
  .bl_cardUnit.-newslist > .bl_card:nth-of-type(n+5) .cardBody .newsItem + .rt_cf_n_href {
    margin: 5px 0 0;
  }
}

/* IE11 */
@media all and (-ms-high-contrast: none) and (min-width: 768px) {
  *::-ms-backdrop, .bl_cardUnit.-col2 > .bl_card {
    width: 48% !important;
  }
  *::-ms-backdrop, .bl_cardUnit.-col3 > .bl_card {
    width: 31% !important;
  }
  *::-ms-backdrop, .bl_cardUnit.-col4 > .bl_card {
    width: 22.5% !important;
  }
  *::-ms-backdrop, .bl_cardUnit.-newslist > .bl_card:nth-of-type(n+5) {
    width: 100% !important;
  }
}
/*--------------------------------------------------
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;
  }
}
/* free Grid
--------------------------------*/
.bl_freeGrid {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-right: 15px;
  padding-left: 15px;
}

/* @media (min-width:576px){.bl_freeGrid{padding-right:15px;padding-left:15px}} */
@media (min-width: 768px) {
  .bl_freeGrid {
    padding-right: 15px;
    padding-left: 15px;
  }
}
/* @media (min-width:992px){.bl_freeGrid{padding-right:15px;padding-left:15px}} */
/* @media (min-width:1200px){.bl_freeGrid{padding-right:15px;padding-left:15px}} */
/* @media (min-width:576px){.bl_freeGrid{width:540px;max-width:100%}} */
@media (min-width: 768px) {
  .bl_freeGrid { /*width:720px;*/
    max-width: 100%;
  }
}
/* @media (min-width:992px){.bl_freeGrid{width:960px;max-width:100%}} */
/* @media (min-width:1200px){.bl_freeGrid{width:1140px;max-width:100%}} */
.bl_freeGrid-fluid {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-right: 15px;
  padding-left: 15px;
}

/* @media (min-width:576px){.bl_freeGrid-fluid{padding-right:15px;padding-left:15px}} */
@media (min-width: 768px) {
  .bl_freeGrid-fluid {
    padding-right: 15px;
    padding-left: 15px;
  }
}
/* @media (min-width:992px){.bl_freeGrid-fluid{padding-right:15px;padding-left:15px}} */
/* @media (min-width:1200px){.bl_freeGrid-fluid{padding-right:15px;padding-left:15px}} */
.bl_freeGrid .row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

/* @media (min-width:576px){.row{margin-right:-15px;margin-left:-15px}} */
/* @media (min-width:768px){.row{margin-right:-15px;margin-left:-15px}} */
/* @media (min-width:992px){.row{margin-right:-15px;margin-left:-15px}} */
/* @media (min-width:1200px){.row{margin-right:-15px;margin-left:-15px}} */
.bl_freeGrid .col, .bl_freeGrid .col-1, .bl_freeGrid .col-10, .bl_freeGrid .col-11, .bl_freeGrid .col-12, .bl_freeGrid .col-2, .bl_freeGrid .col-3, .bl_freeGrid .col-4, .bl_freeGrid .col-5, .bl_freeGrid .col-6, .bl_freeGrid .col-7, .bl_freeGrid .col-8, .bl_freeGrid .col-9, .bl_freeGrid .col-lg, .bl_freeGrid .col-lg-1, .bl_freeGrid .col-lg-10, .bl_freeGrid .col-lg-11, .bl_freeGrid .col-lg-12, .bl_freeGrid .col-lg-2, .bl_freeGrid .col-lg-3, .bl_freeGrid .col-lg-4, .bl_freeGrid .col-lg-5, .bl_freeGrid .col-lg-6, .bl_freeGrid .col-lg-7, .bl_freeGrid .col-lg-8, .bl_freeGrid .col-lg-9, .bl_freeGrid .col-md, .bl_freeGrid .col-md-1, .bl_freeGrid .col-md-10, .bl_freeGrid .col-md-11, .bl_freeGrid .col-md-12, .bl_freeGrid .col-md-2, .bl_freeGrid .col-md-3, .bl_freeGrid .col-md-4, .bl_freeGrid .col-md-5, .bl_freeGrid .col-md-6, .bl_freeGrid .col-md-7, .bl_freeGrid .col-md-8, .bl_freeGrid .col-md-9, .bl_freeGrid .col-sm, .bl_freeGrid .col-sm-1, .bl_freeGrid .col-sm-10, .bl_freeGrid .col-sm-11, .bl_freeGrid .col-sm-12, .bl_freeGrid .col-sm-2, .bl_freeGrid .col-sm-3, .bl_freeGrid .col-sm-4, .bl_freeGrid .col-sm-5, .bl_freeGrid .col-sm-6, .bl_freeGrid .col-sm-7, .bl_freeGrid .col-sm-8, .bl_freeGrid .col-sm-9, .bl_freeGrid .col-xl, .bl_freeGrid .col-xl-1, .bl_freeGrid .col-xl-10, .bl_freeGrid .col-xl-11, .bl_freeGrid .col-xl-12, .bl_freeGrid .col-xl-2, .bl_freeGrid .col-xl-3, .bl_freeGrid .col-xl-4, .bl_freeGrid .col-xl-5, .bl_freeGrid .col-xl-6, .bl_freeGrid .col-xl-7, .bl_freeGrid .col-xl-8, .bl_freeGrid .col-xl-9 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 576px) {
  .bl_freeGrid .col, .bl_freeGrid .col-1, .bl_freeGrid .col-10, .bl_freeGrid .col-11, .bl_freeGrid .col-12, .bl_freeGrid .col-2, .bl_freeGrid .col-3, .bl_freeGrid .col-4, .bl_freeGrid .col-5, .bl_freeGrid .col-6, .bl_freeGrid .col-7, .bl_freeGrid .col-8, .bl_freeGrid .col-9, .bl_freeGrid .col-lg, .bl_freeGrid .col-lg-1, .bl_freeGrid .col-lg-10, .bl_freeGrid .col-lg-11, .bl_freeGrid .col-lg-12, .bl_freeGrid .col-lg-2, .bl_freeGrid .col-lg-3, .bl_freeGrid .col-lg-4, .bl_freeGrid .col-lg-5, .bl_freeGrid .col-lg-6, .bl_freeGrid .col-lg-7, .bl_freeGrid .col-lg-8, .bl_freeGrid .col-lg-9, .bl_freeGrid .col-md, .bl_freeGrid .col-md-1, .bl_freeGrid .col-md-10, .bl_freeGrid .col-md-11, .bl_freeGrid .col-md-12, .bl_freeGrid .col-md-2, .bl_freeGrid .col-md-3, .bl_freeGrid .col-md-4, .bl_freeGrid .col-md-5, .bl_freeGrid .col-md-6, .bl_freeGrid .col-md-7, .bl_freeGrid .col-md-8, .bl_freeGrid .col-md-9, .bl_freeGrid .col-sm, .bl_freeGrid .col-sm-1, .bl_freeGrid .col-sm-10, .bl_freeGrid .col-sm-11, .bl_freeGrid .col-sm-12, .bl_freeGrid .col-sm-2, .bl_freeGrid .col-sm-3, .bl_freeGrid .col-sm-4, .bl_freeGrid .col-sm-5, .bl_freeGrid .col-sm-6, .bl_freeGrid .col-sm-7, .bl_freeGrid .col-sm-8, .bl_freeGrid .col-sm-9, .bl_freeGrid .col-xl, .bl_freeGrid .col-xl-1, .bl_freeGrid .col-xl-10, .bl_freeGrid .col-xl-11, .bl_freeGrid .col-xl-12, .bl_freeGrid .col-xl-2, .bl_freeGrid .col-xl-3, .bl_freeGrid .col-xl-4, .bl_freeGrid .col-xl-5, .bl_freeGrid .col-xl-6, .bl_freeGrid .col-xl-7, .bl_freeGrid .col-xl-8, .bl_freeGrid .col-xl-9 {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 768px) {
  .bl_freeGrid .col, .bl_freeGrid .col-1, .bl_freeGrid .col-10, .bl_freeGrid .col-11, .bl_freeGrid .col-12, .bl_freeGrid .col-2, .bl_freeGrid .col-3, .bl_freeGrid .col-4, .bl_freeGrid .col-5, .bl_freeGrid .col-6, .bl_freeGrid .col-7, .bl_freeGrid .col-8, .bl_freeGrid .col-9, .bl_freeGrid .col-lg, .bl_freeGrid .col-lg-1, .bl_freeGrid .col-lg-10, .bl_freeGrid .col-lg-11, .bl_freeGrid .col-lg-12, .bl_freeGrid .col-lg-2, .bl_freeGrid .col-lg-3, .bl_freeGrid .col-lg-4, .bl_freeGrid .col-lg-5, .bl_freeGrid .col-lg-6, .bl_freeGrid .col-lg-7, .bl_freeGrid .col-lg-8, .bl_freeGrid .col-lg-9, .bl_freeGrid .col-md, .bl_freeGrid .col-md-1, .bl_freeGrid .col-md-10, .bl_freeGrid .col-md-11, .bl_freeGrid .col-md-12, .bl_freeGrid .col-md-2, .bl_freeGrid .col-md-3, .bl_freeGrid .col-md-4, .bl_freeGrid .col-md-5, .bl_freeGrid .col-md-6, .bl_freeGrid .col-md-7, .bl_freeGrid .col-md-8, .bl_freeGrid .col-md-9, .bl_freeGrid .col-sm, .bl_freeGrid .col-sm-1, .bl_freeGrid .col-sm-10, .bl_freeGrid .col-sm-11, .bl_freeGrid .col-sm-12, .bl_freeGrid .col-sm-2, .bl_freeGrid .col-sm-3, .bl_freeGrid .col-sm-4, .bl_freeGrid .col-sm-5, .bl_freeGrid .col-sm-6, .bl_freeGrid .col-sm-7, .bl_freeGrid .col-sm-8, .bl_freeGrid .col-sm-9, .bl_freeGrid .col-xl, .bl_freeGrid .col-xl-1, .bl_freeGrid .col-xl-10, .bl_freeGrid .col-xl-11, .bl_freeGrid .col-xl-12, .bl_freeGrid .col-xl-2, .bl_freeGrid .col-xl-3, .bl_freeGrid .col-xl-4, .bl_freeGrid .col-xl-5, .bl_freeGrid .col-xl-6, .bl_freeGrid .col-xl-7, .bl_freeGrid .col-xl-8, .bl_freeGrid .col-xl-9 {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 992px) {
  .bl_freeGrid .col, .bl_freeGrid .col-1, .bl_freeGrid .col-10, .bl_freeGrid .col-11, .bl_freeGrid .col-12, .bl_freeGrid .col-2, .bl_freeGrid .col-3, .bl_freeGrid .col-4, .bl_freeGrid .col-5, .bl_freeGrid .col-6, .bl_freeGrid .col-7, .bl_freeGrid .col-8, .bl_freeGrid .col-9, .bl_freeGrid .col-lg, .bl_freeGrid .col-lg-1, .bl_freeGrid .col-lg-10, .bl_freeGrid .col-lg-11, .bl_freeGrid .col-lg-12, .bl_freeGrid .col-lg-2, .bl_freeGrid .col-lg-3, .bl_freeGrid .col-lg-4, .bl_freeGrid .col-lg-5, .bl_freeGrid .col-lg-6, .bl_freeGrid .col-lg-7, .bl_freeGrid .col-lg-8, .bl_freeGrid .col-lg-9, .bl_freeGrid .col-md, .bl_freeGrid .col-md-1, .bl_freeGrid .col-md-10, .bl_freeGrid .col-md-11, .bl_freeGrid .col-md-12, .bl_freeGrid .col-md-2, .bl_freeGrid .col-md-3, .bl_freeGrid .col-md-4, .bl_freeGrid .col-md-5, .bl_freeGrid .col-md-6, .bl_freeGrid .col-md-7, .bl_freeGrid .col-md-8, .bl_freeGrid .col-md-9, .bl_freeGrid .col-sm, .bl_freeGrid .col-sm-1, .bl_freeGrid .col-sm-10, .bl_freeGrid .col-sm-11, .bl_freeGrid .col-sm-12, .bl_freeGrid .col-sm-2, .bl_freeGrid .col-sm-3, .bl_freeGrid .col-sm-4, .bl_freeGrid .col-sm-5, .bl_freeGrid .col-sm-6, .bl_freeGrid .col-sm-7, .bl_freeGrid .col-sm-8, .bl_freeGrid .col-sm-9, .bl_freeGrid .col-xl, .bl_freeGrid .col-xl-1, .bl_freeGrid .col-xl-10, .bl_freeGrid .col-xl-11, .bl_freeGrid .col-xl-12, .bl_freeGrid .col-xl-2, .bl_freeGrid .col-xl-3, .bl_freeGrid .col-xl-4, .bl_freeGrid .col-xl-5, .bl_freeGrid .col-xl-6, .bl_freeGrid .col-xl-7, .bl_freeGrid .col-xl-8, .bl_freeGrid .col-xl-9 {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 1200px) {
  .bl_freeGrid .col, .bl_freeGrid .col-1, .bl_freeGrid .col-10, .bl_freeGrid .col-11, .bl_freeGrid .col-12, .bl_freeGrid .col-2, .bl_freeGrid .col-3, .bl_freeGrid .col-4, .bl_freeGrid .col-5, .bl_freeGrid .col-6, .bl_freeGrid .col-7, .bl_freeGrid .col-8, .bl_freeGrid .col-9, .bl_freeGrid .col-lg, .bl_freeGrid .col-lg-1, .bl_freeGrid .col-lg-10, .bl_freeGrid .col-lg-11, .bl_freeGrid .col-lg-12, .bl_freeGrid .col-lg-2, .bl_freeGrid .col-lg-3, .bl_freeGrid .col-lg-4, .bl_freeGrid .col-lg-5, .bl_freeGrid .col-lg-6, .bl_freeGrid .col-lg-7, .bl_freeGrid .col-lg-8, .bl_freeGrid .col-lg-9, .bl_freeGrid .col-md, .bl_freeGrid .col-md-1, .bl_freeGrid .col-md-10, .bl_freeGrid .col-md-11, .bl_freeGrid .col-md-12, .bl_freeGrid .col-md-2, .bl_freeGrid .col-md-3, .bl_freeGrid .col-md-4, .bl_freeGrid .col-md-5, .bl_freeGrid .col-md-6, .bl_freeGrid .col-md-7, .bl_freeGrid .col-md-8, .bl_freeGrid .col-md-9, .bl_freeGrid .col-sm, .bl_freeGrid .col-sm-1, .bl_freeGrid .col-sm-10, .bl_freeGrid .col-sm-11, .bl_freeGrid .col-sm-12, .bl_freeGrid .col-sm-2, .bl_freeGrid .col-sm-3, .bl_freeGrid .col-sm-4, .bl_freeGrid .col-sm-5, .bl_freeGrid .col-sm-6, .bl_freeGrid .col-sm-7, .bl_freeGrid .col-sm-8, .bl_freeGrid .col-sm-9, .bl_freeGrid .col-xl, .bl_freeGrid .col-xl-1, .bl_freeGrid .col-xl-10, .bl_freeGrid .col-xl-11, .bl_freeGrid .col-xl-12, .bl_freeGrid .col-xl-2, .bl_freeGrid .col-xl-3, .bl_freeGrid .col-xl-4, .bl_freeGrid .col-xl-5, .bl_freeGrid .col-xl-6, .bl_freeGrid .col-xl-7, .bl_freeGrid .col-xl-8, .bl_freeGrid .col-xl-9 {
    padding-right: 15px;
    padding-left: 15px;
  }
}
.bl_freeGrid .col {
  -webkit-flex-basis: 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.bl_freeGrid .col-auto {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
}
.bl_freeGrid .col-1 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 8.333333%;
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}
.bl_freeGrid .col-2 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 16.666667%;
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}
.bl_freeGrid .col-3 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 25%;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
.bl_freeGrid .col-4 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33.333333%;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.bl_freeGrid .col-5 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 41.666667%;
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}
.bl_freeGrid .col-6 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.bl_freeGrid .col-7 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 58.333333%;
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}
.bl_freeGrid .col-8 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 66.666667%;
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}
.bl_freeGrid .col-9 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 75%;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}
.bl_freeGrid .col-10 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 83.333333%;
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}
.bl_freeGrid .col-11 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 91.666667%;
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}
.bl_freeGrid .col-12 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.bl_freeGrid .pull-0 {
  right: auto;
}
.bl_freeGrid .pull-1 {
  right: 8.333333%;
}
.bl_freeGrid .pull-2 {
  right: 16.666667%;
}
.bl_freeGrid .pull-3 {
  right: 25%;
}
.bl_freeGrid .pull-4 {
  right: 33.333333%;
}
.bl_freeGrid .pull-5 {
  right: 41.666667%;
}
.bl_freeGrid .pull-6 {
  right: 50%;
}
.bl_freeGrid .pull-7 {
  right: 58.333333%;
}
.bl_freeGrid .pull-8 {
  right: 66.666667%;
}
.bl_freeGrid .pull-9 {
  right: 75%;
}
.bl_freeGrid .pull-10 {
  right: 83.333333%;
}
.bl_freeGrid .pull-11 {
  right: 91.666667%;
}
.bl_freeGrid .pull-12 {
  right: 100%;
}
.bl_freeGrid .push-0 {
  left: auto;
}
.bl_freeGrid .push-1 {
  left: 8.333333%;
}
.bl_freeGrid .push-2 {
  left: 16.666667%;
}
.bl_freeGrid .push-3 {
  left: 25%;
}
.bl_freeGrid .push-4 {
  left: 33.333333%;
}
.bl_freeGrid .push-5 {
  left: 41.666667%;
}
.bl_freeGrid .push-6 {
  left: 50%;
}
.bl_freeGrid .push-7 {
  left: 58.333333%;
}
.bl_freeGrid .push-8 {
  left: 66.666667%;
}
.bl_freeGrid .push-9 {
  left: 75%;
}
.bl_freeGrid .push-10 {
  left: 83.333333%;
}
.bl_freeGrid .push-11 {
  left: 91.666667%;
}
.bl_freeGrid .push-12 {
  left: 100%;
}
.bl_freeGrid .offset-1 {
  margin-left: 8.333333%;
}
.bl_freeGrid .offset-2 {
  margin-left: 16.666667%;
}
.bl_freeGrid .offset-3 {
  margin-left: 25%;
}
.bl_freeGrid .offset-4 {
  margin-left: 33.333333%;
}
.bl_freeGrid .offset-5 {
  margin-left: 41.666667%;
}
.bl_freeGrid .offset-6 {
  margin-left: 50%;
}
.bl_freeGrid .offset-7 {
  margin-left: 58.333333%;
}
.bl_freeGrid .offset-8 {
  margin-left: 66.666667%;
}
.bl_freeGrid .offset-9 {
  margin-left: 75%;
}
.bl_freeGrid .offset-10 {
  margin-left: 83.333333%;
}
.bl_freeGrid .offset-11 {
  margin-left: 91.666667%;
}
@media (min-width: 576px) {
  .bl_freeGrid .col-sm {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .bl_freeGrid .col-sm-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  .bl_freeGrid .col-sm-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.333333%;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .bl_freeGrid .col-sm-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.666667%;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .bl_freeGrid .col-sm-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .bl_freeGrid .col-sm-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.333333%;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .bl_freeGrid .col-sm-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.666667%;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .bl_freeGrid .col-sm-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .bl_freeGrid .col-sm-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.333333%;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .bl_freeGrid .col-sm-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.666667%;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .bl_freeGrid .col-sm-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .bl_freeGrid .col-sm-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.333333%;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .bl_freeGrid .col-sm-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.666667%;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .bl_freeGrid .col-sm-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .bl_freeGrid .pull-sm-0 {
    right: auto;
  }
  .bl_freeGrid .pull-sm-1 {
    right: 8.333333%;
  }
  .bl_freeGrid .pull-sm-2 {
    right: 16.666667%;
  }
  .bl_freeGrid .pull-sm-3 {
    right: 25%;
  }
  .bl_freeGrid .pull-sm-4 {
    right: 33.333333%;
  }
  .bl_freeGrid .pull-sm-5 {
    right: 41.666667%;
  }
  .bl_freeGrid .pull-sm-6 {
    right: 50%;
  }
  .bl_freeGrid .pull-sm-7 {
    right: 58.333333%;
  }
  .bl_freeGrid .pull-sm-8 {
    right: 66.666667%;
  }
  .bl_freeGrid .pull-sm-9 {
    right: 75%;
  }
  .bl_freeGrid .pull-sm-10 {
    right: 83.333333%;
  }
  .bl_freeGrid .pull-sm-11 {
    right: 91.666667%;
  }
  .bl_freeGrid .pull-sm-12 {
    right: 100%;
  }
  .bl_freeGrid .push-sm-0 {
    left: auto;
  }
  .bl_freeGrid .push-sm-1 {
    left: 8.333333%;
  }
  .bl_freeGrid .push-sm-2 {
    left: 16.666667%;
  }
  .bl_freeGrid .push-sm-3 {
    left: 25%;
  }
  .bl_freeGrid .push-sm-4 {
    left: 33.333333%;
  }
  .bl_freeGrid .push-sm-5 {
    left: 41.666667%;
  }
  .bl_freeGrid .push-sm-6 {
    left: 50%;
  }
  .bl_freeGrid .push-sm-7 {
    left: 58.333333%;
  }
  .bl_freeGrid .push-sm-8 {
    left: 66.666667%;
  }
  .bl_freeGrid .push-sm-9 {
    left: 75%;
  }
  .bl_freeGrid .push-sm-10 {
    left: 83.333333%;
  }
  .bl_freeGrid .push-sm-11 {
    left: 91.666667%;
  }
  .bl_freeGrid .push-sm-12 {
    left: 100%;
  }
  .bl_freeGrid .offset-sm-0 {
    margin-left: 0;
  }
  .bl_freeGrid .offset-sm-1 {
    margin-left: 8.333333%;
  }
  .bl_freeGrid .offset-sm-2 {
    margin-left: 16.666667%;
  }
  .bl_freeGrid .offset-sm-3 {
    margin-left: 25%;
  }
  .bl_freeGrid .offset-sm-4 {
    margin-left: 33.333333%;
  }
  .bl_freeGrid .offset-sm-5 {
    margin-left: 41.666667%;
  }
  .bl_freeGrid .offset-sm-6 {
    margin-left: 50%;
  }
  .bl_freeGrid .offset-sm-7 {
    margin-left: 58.333333%;
  }
  .bl_freeGrid .offset-sm-8 {
    margin-left: 66.666667%;
  }
  .bl_freeGrid .offset-sm-9 {
    margin-left: 75%;
  }
  .bl_freeGrid .offset-sm-10 {
    margin-left: 83.333333%;
  }
  .bl_freeGrid .offset-sm-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 768px) {
  .bl_freeGrid .col-md {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .bl_freeGrid .col-md-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  .bl_freeGrid .col-md-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.333333%;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .bl_freeGrid .col-md-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.666667%;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .bl_freeGrid .col-md-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .bl_freeGrid .col-md-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.333333%;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .bl_freeGrid .col-md-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.666667%;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .bl_freeGrid .col-md-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .bl_freeGrid .col-md-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.333333%;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .bl_freeGrid .col-md-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.666667%;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .bl_freeGrid .col-md-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .bl_freeGrid .col-md-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.333333%;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .bl_freeGrid .col-md-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.666667%;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .bl_freeGrid .col-md-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .bl_freeGrid .pull-md-0 {
    right: auto;
  }
  .bl_freeGrid .pull-md-1 {
    right: 8.333333%;
  }
  .bl_freeGrid .pull-md-2 {
    right: 16.666667%;
  }
  .bl_freeGrid .pull-md-3 {
    right: 25%;
  }
  .bl_freeGrid .pull-md-4 {
    right: 33.333333%;
  }
  .bl_freeGrid .pull-md-5 {
    right: 41.666667%;
  }
  .bl_freeGrid .pull-md-6 {
    right: 50%;
  }
  .bl_freeGrid .pull-md-7 {
    right: 58.333333%;
  }
  .bl_freeGrid .pull-md-8 {
    right: 66.666667%;
  }
  .bl_freeGrid .pull-md-9 {
    right: 75%;
  }
  .bl_freeGrid .pull-md-10 {
    right: 83.333333%;
  }
  .bl_freeGrid .pull-md-11 {
    right: 91.666667%;
  }
  .bl_freeGrid .pull-md-12 {
    right: 100%;
  }
  .bl_freeGrid .push-md-0 {
    left: auto;
  }
  .bl_freeGrid .push-md-1 {
    left: 8.333333%;
  }
  .bl_freeGrid .push-md-2 {
    left: 16.666667%;
  }
  .bl_freeGrid .push-md-3 {
    left: 25%;
  }
  .bl_freeGrid .push-md-4 {
    left: 33.333333%;
  }
  .bl_freeGrid .push-md-5 {
    left: 41.666667%;
  }
  .bl_freeGrid .push-md-6 {
    left: 50%;
  }
  .bl_freeGrid .push-md-7 {
    left: 58.333333%;
  }
  .bl_freeGrid .push-md-8 {
    left: 66.666667%;
  }
  .bl_freeGrid .push-md-9 {
    left: 75%;
  }
  .bl_freeGrid .push-md-10 {
    left: 83.333333%;
  }
  .bl_freeGrid .push-md-11 {
    left: 91.666667%;
  }
  .bl_freeGrid .push-md-12 {
    left: 100%;
  }
  .bl_freeGrid .offset-md-0 {
    margin-left: 0;
  }
  .bl_freeGrid .offset-md-1 {
    margin-left: 8.333333%;
  }
  .bl_freeGrid .offset-md-2 {
    margin-left: 16.666667%;
  }
  .bl_freeGrid .offset-md-3 {
    margin-left: 25%;
  }
  .bl_freeGrid .offset-md-4 {
    margin-left: 33.333333%;
  }
  .bl_freeGrid .offset-md-5 {
    margin-left: 41.666667%;
  }
  .bl_freeGrid .offset-md-6 {
    margin-left: 50%;
  }
  .bl_freeGrid .offset-md-7 {
    margin-left: 58.333333%;
  }
  .bl_freeGrid .offset-md-8 {
    margin-left: 66.666667%;
  }
  .bl_freeGrid .offset-md-9 {
    margin-left: 75%;
  }
  .bl_freeGrid .offset-md-10 {
    margin-left: 83.333333%;
  }
  .bl_freeGrid .offset-md-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 992px) {
  .bl_freeGrid .col-lg {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .bl_freeGrid .col-lg-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  .bl_freeGrid .col-lg-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.333333%;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .bl_freeGrid .col-lg-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.666667%;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .bl_freeGrid .col-lg-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .bl_freeGrid .col-lg-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.333333%;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .bl_freeGrid .col-lg-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.666667%;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .bl_freeGrid .col-lg-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .bl_freeGrid .col-lg-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.333333%;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .bl_freeGrid .col-lg-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.666667%;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .bl_freeGrid .col-lg-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .bl_freeGrid .col-lg-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.333333%;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .bl_freeGrid .col-lg-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.666667%;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .bl_freeGrid .col-lg-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .bl_freeGrid .pull-lg-0 {
    right: auto;
  }
  .bl_freeGrid .pull-lg-1 {
    right: 8.333333%;
  }
  .bl_freeGrid .pull-lg-2 {
    right: 16.666667%;
  }
  .bl_freeGrid .pull-lg-3 {
    right: 25%;
  }
  .bl_freeGrid .pull-lg-4 {
    right: 33.333333%;
  }
  .bl_freeGrid .pull-lg-5 {
    right: 41.666667%;
  }
  .bl_freeGrid .pull-lg-6 {
    right: 50%;
  }
  .bl_freeGrid .pull-lg-7 {
    right: 58.333333%;
  }
  .bl_freeGrid .pull-lg-8 {
    right: 66.666667%;
  }
  .bl_freeGrid .pull-lg-9 {
    right: 75%;
  }
  .bl_freeGrid .pull-lg-10 {
    right: 83.333333%;
  }
  .bl_freeGrid .pull-lg-11 {
    right: 91.666667%;
  }
  .bl_freeGrid .pull-lg-12 {
    right: 100%;
  }
  .bl_freeGrid .push-lg-0 {
    left: auto;
  }
  .bl_freeGrid .push-lg-1 {
    left: 8.333333%;
  }
  .bl_freeGrid .push-lg-2 {
    left: 16.666667%;
  }
  .bl_freeGrid .push-lg-3 {
    left: 25%;
  }
  .bl_freeGrid .push-lg-4 {
    left: 33.333333%;
  }
  .bl_freeGrid .push-lg-5 {
    left: 41.666667%;
  }
  .bl_freeGrid .push-lg-6 {
    left: 50%;
  }
  .bl_freeGrid .push-lg-7 {
    left: 58.333333%;
  }
  .bl_freeGrid .push-lg-8 {
    left: 66.666667%;
  }
  .bl_freeGrid .push-lg-9 {
    left: 75%;
  }
  .bl_freeGrid .push-lg-10 {
    left: 83.333333%;
  }
  .bl_freeGrid .push-lg-11 {
    left: 91.666667%;
  }
  .bl_freeGrid .push-lg-12 {
    left: 100%;
  }
  .bl_freeGrid .offset-lg-0 {
    margin-left: 0;
  }
  .bl_freeGrid .offset-lg-1 {
    margin-left: 8.333333%;
  }
  .bl_freeGrid .offset-lg-2 {
    margin-left: 16.666667%;
  }
  .bl_freeGrid .offset-lg-3 {
    margin-left: 25%;
  }
  .bl_freeGrid .offset-lg-4 {
    margin-left: 33.333333%;
  }
  .bl_freeGrid .offset-lg-5 {
    margin-left: 41.666667%;
  }
  .bl_freeGrid .offset-lg-6 {
    margin-left: 50%;
  }
  .bl_freeGrid .offset-lg-7 {
    margin-left: 58.333333%;
  }
  .bl_freeGrid .offset-lg-8 {
    margin-left: 66.666667%;
  }
  .bl_freeGrid .offset-lg-9 {
    margin-left: 75%;
  }
  .bl_freeGrid .offset-lg-10 {
    margin-left: 83.333333%;
  }
  .bl_freeGrid .offset-lg-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 1200px) {
  .bl_freeGrid .col-xl {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .bl_freeGrid .col-xl-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  .bl_freeGrid .col-xl-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.333333%;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .bl_freeGrid .col-xl-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.666667%;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .bl_freeGrid .col-xl-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .bl_freeGrid .col-xl-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.333333%;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .bl_freeGrid .col-xl-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.666667%;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .bl_freeGrid .col-xl-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .bl_freeGrid .col-xl-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.333333%;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .bl_freeGrid .col-xl-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.666667%;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .bl_freeGrid .col-xl-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .bl_freeGrid .col-xl-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.333333%;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .bl_freeGrid .col-xl-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.666667%;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .bl_freeGrid .col-xl-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .bl_freeGrid .pull-xl-0 {
    right: auto;
  }
  .bl_freeGrid .pull-xl-1 {
    right: 8.333333%;
  }
  .bl_freeGrid .pull-xl-2 {
    right: 16.666667%;
  }
  .bl_freeGrid .pull-xl-3 {
    right: 25%;
  }
  .bl_freeGrid .pull-xl-4 {
    right: 33.333333%;
  }
  .bl_freeGrid .pull-xl-5 {
    right: 41.666667%;
  }
  .bl_freeGrid .pull-xl-6 {
    right: 50%;
  }
  .bl_freeGrid .pull-xl-7 {
    right: 58.333333%;
  }
  .bl_freeGrid .pull-xl-8 {
    right: 66.666667%;
  }
  .bl_freeGrid .pull-xl-9 {
    right: 75%;
  }
  .bl_freeGrid .pull-xl-10 {
    right: 83.333333%;
  }
  .bl_freeGrid .pull-xl-11 {
    right: 91.666667%;
  }
  .bl_freeGrid .pull-xl-12 {
    right: 100%;
  }
  .bl_freeGrid .push-xl-0 {
    left: auto;
  }
  .bl_freeGrid .push-xl-1 {
    left: 8.333333%;
  }
  .bl_freeGrid .push-xl-2 {
    left: 16.666667%;
  }
  .bl_freeGrid .push-xl-3 {
    left: 25%;
  }
  .bl_freeGrid .push-xl-4 {
    left: 33.333333%;
  }
  .bl_freeGrid .push-xl-5 {
    left: 41.666667%;
  }
  .bl_freeGrid .push-xl-6 {
    left: 50%;
  }
  .bl_freeGrid .push-xl-7 {
    left: 58.333333%;
  }
  .bl_freeGrid .push-xl-8 {
    left: 66.666667%;
  }
  .bl_freeGrid .push-xl-9 {
    left: 75%;
  }
  .bl_freeGrid .push-xl-10 {
    left: 83.333333%;
  }
  .bl_freeGrid .push-xl-11 {
    left: 91.666667%;
  }
  .bl_freeGrid .push-xl-12 {
    left: 100%;
  }
  .bl_freeGrid .offset-xl-0 {
    margin-left: 0;
  }
  .bl_freeGrid .offset-xl-1 {
    margin-left: 8.333333%;
  }
  .bl_freeGrid .offset-xl-2 {
    margin-left: 16.666667%;
  }
  .bl_freeGrid .offset-xl-3 {
    margin-left: 25%;
  }
  .bl_freeGrid .offset-xl-4 {
    margin-left: 33.333333%;
  }
  .bl_freeGrid .offset-xl-5 {
    margin-left: 41.666667%;
  }
  .bl_freeGrid .offset-xl-6 {
    margin-left: 50%;
  }
  .bl_freeGrid .offset-xl-7 {
    margin-left: 58.333333%;
  }
  .bl_freeGrid .offset-xl-8 {
    margin-left: 66.666667%;
  }
  .bl_freeGrid .offset-xl-9 {
    margin-left: 75%;
  }
  .bl_freeGrid .offset-xl-10 {
    margin-left: 83.333333%;
  }
  .bl_freeGrid .offset-xl-11 {
    margin-left: 91.666667%;
  }
}

h1 + .bl_freeGrid,
h2 + .bl_freeGrid,
h3 + .bl_freeGrid {
  margin-top: 0;
}

.bl_freeGrid {
  padding: 0;
  margin-top: 50px;
}
.bl_freeGrid .row {
  margin-right: -20px;
  margin-left: -20px;
}
.bl_freeGrid .row > [class*=col] {
  padding-left: 20px;
  padding-right: 20px;
}
.bl_freeGrid .row + .row {
  margin-top: 40px;
}
.bl_freeGrid .row > [class*=col] [class*=img-cap] {
  padding: 13px 0 0 0;
  text-align: center;
}
.bl_freeGrid .row > [class*=col] img {
  width: 100%;
}
.bl_freeGrid .row > a {
  color: #333;
  transition: all 0.5s;
}
.bl_freeGrid .row > a:hover {
  text-decoration: none;
  opacity: 0.8;
}
.bl_freeGrid [class*=inner-col] {
  background-color: #eff4fa;
  padding: 21px 15px 21px 30px;
}
@media only screen and (max-width: 767px) {
  .bl_freeGrid .row {
    display: block;
    margin-right: 0px;
    margin-left: 0px;
  }
  .bl_freeGrid .row > .col,
  .bl_freeGrid .row > [class*=col-] {
    padding: 20px 0 0;
    margin-right: 0px;
    margin-left: 0px;
    display: block;
  }
  .bl_freeGrid [class*=bl_freeGrid] .row:nth-of-type(1) > [class*=col]:nth-of-type(1) {
    padding-top: 0 !important;
  }
  .bl_freeGrid .row + .row {
    margin-top: 0;
  }
  .bl_freeGrid .row.fluid {
    display: flex;
  }
  .bl_freeGrid [class*=inner-col] {
    padding: 17px 10px 13px 25px;
  }
}

/*--------------------------------------------------
KeyVisual
--------------------------------------------------*/
/* bl_kvRandom
----------------------------*/
.bl_kvRandom {
  margin: 0 0 50px;
  text-align: center;
  opacity: 0;
  position: relative;
  min-height: 33%;
}
.bl_kvRandom img {
  width: 100%;
  max-width: 2000px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .bl_kvRandom {
    width: auto;
    min-height: 40%;
    margin: 0 -4% 40px;
  }
}
/* swiper
----------------------------*/
.swiper-container .swiper-slide img {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .swiper-container {
    margin: 0 -4% !important;
    width: 100vw;
  }
}

/*--------------------------------------------------
Video
--------------------------------------------------*/
.bl_videoCloudBox100 {
  width: 100%;
  position: relative;
}

.bl_videoCloudBox75 {
  width: 75%;
  position: relative;
  margin: 0 auto;
}

.bl_videoCloudBox50 {
  width: 50%;
  position: relative;
}

.video-js .vjs-big-play-button {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background-color: rgba(255, 255, 255, 0.5);
}

.video-js .vjs-big-play-button::before {
  color: rgba(0, 0, 0, 0.6);
}

.el_labelMovie {
  position: relative;
  display: block;
}

.el_labelMovie::before {
  content: "VIDEO";
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 10%;
  padding: 5px 20px;
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
  font-size: 1.4rem;
}

.el_videoCaption {
  padding: 21px 15px 21px 30px;
  background-color: #eee;
}

.el_videoCaption .h2Type01 {
  margin: 0;
}

.el_videoCaption p {
  margin: 5px 0 0;
}

@media screen and (max-width: 767px) {
  [class*=bl_videoCloudBox] {
    width: auto;
    margin: 0 -10px;
  }
  .boxer-container .inner {
    width: auto !important;
  }
}
/*--------------------------------------------------
Video background
--------------------------------------------------*/
.bl_videoContainer {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.bl_videoContainer .videoWrap {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  background: rgba(0, 0, 0, 0.3);
  /* brightcove
  -------------------------*/
  /* Hide the player control bar */
  /* Remove click events on the player */
  /* plain
  -------------------------*/
  /* youtube
  -------------------------*/
}
.bl_videoContainer .videoWrap .textLayer {
  width: 100%;
  height: 100%;
  top: 0;
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 2;
}
.bl_videoContainer .videoWrap h1 {
  position: relative;
  z-index: 3;
  padding: 0 0 30px;
  text-align: center;
}
.bl_videoContainer .videoWrap p {
  position: relative;
  z-index: 3;
  text-align: center;
  color: #fff;
  font-size: 2rem;
  width: 60%;
  margin: 0 auto;
}
.bl_videoContainer .videoWrap[data-type=brightcove] video {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  width: 100%;
}
.bl_videoContainer .videoWrap[data-type=brightcove] h1 {
  position: absolute;
  z-index: 2;
  padding: 0;
  top: 30%;
  left: 0;
  right: 0;
  margin: auto;
}
.bl_videoContainer .videoWrap[data-type=brightcove] p {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 2;
}
.bl_videoContainer .videoWrap .video-js .vjs-control-bar {
  display: none;
}
.bl_videoContainer .videoWrap .video-js {
  pointer-events: none;
}
.bl_videoContainer .videoWrap[data-type=plain] {
  padding-top: 56.25%;
}
.bl_videoContainer .videoWrap[data-type=plain] video {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  width: 100%;
}
.bl_videoContainer .videoWrap[data-type=youtube] {
  padding-top: 56.3%;
}
.bl_videoContainer .videoWrap[data-type=youtube] iframe {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
@media all and (-ms-high-contrast: none) {
  .bl_videoContainer { /* IE11 */ }
  .bl_videoContainer *::-ms-backdrop, .bl_videoContainer .videoWrap {
    height: 608px;
  }
}
@media only screen and (max-width: 767px) {
  .bl_videoContainer .bl_videoContainer,
  .bl_videoContainer .bl_videoContainer[data-opt=wide] {
    width: auto;
    height: auto;
    margin: 0 -4%;
    padding: 0 0 20px;
    min-height: 0;
    overflow: visible !important;
  }
  .bl_videoContainer .videoWrap h1 {
    width: 80vw;
    margin: 0 auto;
  }
  .bl_videoContainer .videoWrap p {
    font-size: 1.4rem;
    width: 80%;
  }
  .bl_videoContainer .videoWrap p br {
    display: none;
  }
  .bl_videoContainer .videoWrap .pattern {
    display: block !important;
    min-height: 113vw;
  }
  .bl_videoContainer [data-type=brightcove] h1 {
    top: 40vw;
  }
  .bl_videoContainer [data-type=brightcove] p {
    top: 55vw;
  }
  .bl_videoContainer .videoWrap [class*=spKV] {
    display: block !important;
    position: absolute;
    width: 100%;
    height: 113vw;
    top: 0;
  }
}

/* loader
-------------------------*/
.el_loadspinner {
  position: absolute;
  z-index: 10;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  left: 0;
  margin: auto;
  background: #fff;
  overflow: hidden;
}
.el_loadspinner > span {
  font-size: 10px;
  display: block;
  margin: 100px auto;
  text-indent: -9999em;
  width: 8em;
  height: 8em;
  border-radius: 50%;
  background: #ccc;
  background: -moz-linear-gradient(left, #ccc 10%, rgba(225, 225, 225, 0) 42%);
  background: -webkit-linear-gradient(left, #ccc 10%, rgba(225, 225, 225, 0) 42%);
  background: linear-gradient(to right, #ccc 10%, rgba(225, 225, 225, 0) 42%);
  position: relative;
  -webkit-animation: loader 1s infinite linear;
  animation: loader 1.4s infinite linear;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}
.el_loadspinner > span:before {
  width: 50%;
  height: 50%;
  background: #ccc;
  border-radius: 100% 0 0 0;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
}
.el_loadspinner > span:after {
  background: #fff;
  width: 75%;
  height: 75%;
  border-radius: 50%;
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
@media only screen and (max-width: 767px) {
  .el_loadspinner {
    top: 0;
  }
}

@keyframes loader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/*--------------------------------------------------
Tab
--------------------------------------------------*/
.bl_tabLink {
  margin-top: 100px;
}
.bl_tabLink.-space {
  margin-top: 3%;
  margin-bottom: 3%;
}
.bl_tabLink > ul {
  display: flex;
  padding-bottom: 16px;
}
.bl_tabLink > ul li {
  position: relative;
  width: 100%;
  border-right: #707070 1px solid;
  cursor: pointer;
}
.bl_tabLink > ul li:first-child {
  border-left: #707070 1px solid;
}
.bl_tabLink > ul li a {
  display: block;
  padding: 6px 10px;
  text-align: center;
  color: #004098;
  transition: all 0.3s cubic-bezier(0.17, 0.935, 0.305, 1);
}
.bl_tabLink > ul li a:hover {
  text-decoration: none;
}
.bl_tabLink > ul li:not(.is_current):not([aria-selected=true])::after {
  content: "";
  position: absolute;
  bottom: 0;
  display: block;
  width: 100%;
  height: 6px;
  background: #0089ff;
  transition: all 0.3s cubic-bezier(0.17, 0.935, 0.305, 1);
  bottom: 0;
  height: 3px;
  transform-origin: center 0;
  transform: scale(0, 1);
}
.bl_tabLink > ul li:not(.is_current):not([aria-selected=true]):hover {
  color: #0089ff;
}
.bl_tabLink > ul li:not(.is_current):not([aria-selected=true]):hover::after {
  transform: scale(0.3, 1);
}
.bl_tabLink > ul li.is_current a, .bl_tabLink > ul li[aria-selected=true] a {
  font-weight: 600;
  color: #333;
}
.bl_tabLink > ul li.is_current::after, .bl_tabLink > ul li[aria-selected=true]::after {
  content: "";
  position: absolute;
  bottom: 0;
  display: block;
  width: 100%;
  height: 6px;
  background: #0089ff;
  bottom: -16px;
  transform: scale(1);
}
@media print, screen and (min-width: 768px) {
  .bl_headingWrap + .bl_tabLink {
    margin-top: 0;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 959px) {
  .bl_tabLink > ul {
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .bl_tabLink {
    margin-top: 60px;
    padding-top: 20px;
    border-top: #D6E1F0 1px solid;
    position: relative;
  }
  .bl_headingWrap + .bl_tabLink {
    margin-top: 20px;
  }
  .bl_tabLink > ul {
    position: relative;
    display: block;
    white-space: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 30px;
    padding-right: 5%;
  }
  .bl_tabLink > ul li {
    display: inline-block;
    width: auto;
  }
  .bl_tabLink > ul li a {
    padding: 0 18px;
  }
  .bl_tabLink > ul li:first-child {
    border-left: 0;
  }
  .bl_tabLink > ul li:last-child {
    border-right: 0;
  }
}

[role=tabpanel] {
  display: none;
}
[role=tabpanel][aria-hidden=false] {
  display: block;
  animation: anmFadeIn 0.7s ease 0s;
}

/*--------------------------------------------------
Accordion
--------------------------------------------------*/
/* accWrap
--------------------------------*/
.bl_accordion [role=tab]:focus {
  outline: 2px #004098 solid;
}
.bl_accordion .accHeading {
  position: relative;
  border-top: #fff 1px solid;
  transition: all 0.3s cubic-bezier(0.17, 0.935, 0.305, 1);
}
.bl_accordion .accHeading:hover {
  opacity: 0.8;
}
.bl_accordion .accHeading::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 34%;
  right: 2%;
  width: 11px;
  height: 11px;
  border-top: 3px solid #727e8f;
  border-right: 3px solid #727e8f;
  transform: rotate(135deg);
}
@media only screen and (max-width: 767px) {
  .bl_accordion .accHeading::before {
    right: 5%;
  }
}
.bl_accordion .accHeading [role=tab] {
  display: block;
  width: 100%;
  text-align: left;
  padding: 14px 40px 14px 30px;
  background: #eef4f9;
  text-decoration: none;
  font-size: 1.8rem;
  font-weight: bold;
  color: #333;
  cursor: pointer;
  line-height: 1.3;
}
@media only screen and (max-width: 767px) {
  .bl_accordion .accHeading [role=tab] {
    padding-left: 20px;
  }
}
.bl_accordion .accHeading [role=tabpanel] {
  animation: none !important;
}
.bl_accordion .accHeading.is_open [role=tab] {
  background: #83979d;
  color: #fff;
}
.bl_accordion .accHeading.is_open::before {
  border-color: #fff;
  transform: rotate(-45deg);
  top: 42%;
}
.bl_accordion .accPanel {
  padding: 27px 30px;
  border: #e9e9e9 1px solid;
}
@media only screen and (max-width: 767px) {
  .bl_accordion .accPanel {
    padding: 20px;
  }
}
.bl_accordion[data-acc=switch] .accOpen [role=tab] {
  display: inline-block;
  color: #004098;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.17, 0.935, 0.305, 1);
}
.bl_accordion[data-acc=switch] .accOpen [role=tab]:hover {
  opacity: 0.8;
}
.bl_accordion[data-acc=switch] .accOpen::before {
  content: "+";
  display: inline-block;
  width: 11px;
  text-align: center;
  margin-right: 6px;
  color: #004098;
}
.bl_accordion[data-acc=switch] .accOpen.is_open::before {
  content: "-";
}

/*--------------------------------------------------
general animations
--------------------------------------------------*/
@keyframes anmFadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/*--------------------------------------------------
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: "\e906" !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: 0.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: 0.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;
  }
}
/*===========================================
_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) {
  ._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
===========================================*/
@font-face {
  font-family: "Jost";
  font-style: normal;
  font-weight: 300;
  src: url(../fonts/Jost-Light.ttf);
}
@font-face {
  font-family: "Jost";
  font-style: normal;
  font-weight: 500;
  src: url(../fonts/Jost-Medium.ttf);
}
@font-face {
  font-family: "Jost";
  font-style: normal;
  font-weight: 700;
  src: url(../fonts/Jost-Bold.ttf);
}
b {
  font-weight: bold;
}

.super-img {
  overflow: hidden;
  position: relative;
  width: 100%;
  padding-top: 76.9230769231%;
}
.super-img.ratio-member {
  padding-top: 116.6666666667%;
  border: #eaeaea 1px solid;
}
.super-img.ratio-pub {
  padding-top: 106.8421052632%;
  background-color: #F5F5F5;
}
.super-img img {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  max-width: none;
  position: absolute;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
@media screen and (min-width: 768px) {
  .super-img {
    padding-top: 84.4736842105%;
  }
}

.ly_container {
  overflow: hidden;
}

.radius-15 {
  border-radius: 15px;
}

.link-btn {
  display: inline-block;
  border: 1px solid #004098;
  background-color: #004098;
  color: #fff;
  transition: all 0.5s cubic-bezier(0.17, 0.935, 0.305, 1);
  padding: 8px 56px;
  text-align: center;
  border-radius: 25px;
  font-size: 1.4rem;
  position: relative;
}
.link-btn:after {
  content: ">";
  position: absolute;
  right: 15px;
}
.link-btn:hover, .link-btn:focus {
  text-decoration: none;
  background-color: #fff;
  color: #004098;
}
.link-btn.download:after {
  content: "";
  height: 16px;
  width: 16px;
  top: 12px;
  background-image: url(../images/icon-download-white.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.link-btn.download:hover:after, .link-btn.download:focus:after {
  background-image: url(../images/icon-download-blue.png);
}

.ly_localNav {
  background-color: #fff;
  color: #004098;
}
.ly_localNav a {
  color: #004098;
}
.ly_localNav a:visited {
  color: #004098;
}
.ly_localNav .menuLv2 .menuLv3 {
  border-color: #E5E5E5;
}
.ly_localNav .menuLv2 .menuLv3 .parent > a::after {
  border-color: #E5E5E5;
}
.ly_localNav .menuLv2 > li {
  border-color: #E5E5E5;
}
.ly_localNav .-row.-col4 > ul,
.ly_localNav .-row.-col3 > ul {
  border-color: #E5E5E5;
}
@media screen and (max-width: 767px) {
  .ly_localNav .menuLv2 > li.parent > a::after {
    border-top-color: #ccc;
    border-right-color: #ccc;
  }
  .ly_localNav .menuLv2 > li.parent {
    position: relative;
  }
  .ly_localNav .menuLv2 > li.parent > a {
    text-indent: -9999px;
  }
  .ly_localNav .menuLv2 > li.parent .link-parent-sp {
    position: absolute;
    top: 13px;
    left: 13px;
    z-index: 1;
  }
  .ly_localNav .menuLv2 > li.parent a.is_current {
    font-weight: bold;
  }
  .ly_localNav .menuLv2 > li.parent a.is_current + .link-parent-sp a {
    font-weight: bold;
  }
}
@media screen and (min-width: 768px) {
  .ly_localNav .menuLv2 > li.parent > .link-parent-sp {
    display: none;
  }
}

.md-kv-home {
  position: relative;
}
.md-kv-home .super-img {
  padding-top: 380px;
}
.md-kv-home .wrap-text {
  font-family: "Jost";
  font-weight: 300;
  color: #fff;
  font-size: 1.8rem;
  line-height: 1.4;
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: 1;
  top: 0;
  left: 0;
  display: flex;
}
.md-kv-home .ly_inner {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: end;
  padding-top: 0 !important;
}
.md-kv-home .wrap-text-inner {
  width: 69%;
}
.md-kv-home .col2 {
  display: flex;
  align-items: center;
}
.md-kv-home h1,
.md-kv-home h2 {
  line-height: 1;
}
.md-kv-home h1 {
  font-size: 6.5rem;
  font-weight: 700;
}
.md-kv-home p {
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .md-kv-home .super-img {
    padding-top: 650px;
  }
  .md-kv-home .wrap-text-inner {
    width: 62.083%;
  }
  .md-kv-home h1 {
    font-size: 17rem;
  }
  .md-kv-home h2 {
    font-size: 5rem;
  }
  .md-kv-home p {
    font-size: 2.4rem;
  }
}

.md-kv-sub {
  position: relative;
}
.md-kv-sub .super-img {
  padding-top: 380px;
}
.md-kv-sub .wrap-text {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  top: 0;
  left: 0;
  display: flex;
}
.md-kv-sub .ly_inner {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top: 0 !important;
}
.md-kv-sub h1,
.md-kv-sub h2 {
  color: #004098;
  text-transform: uppercase;
  line-height: 1;
}
.md-kv-sub h1 span,
.md-kv-sub h2 span {
  background-color: #fff;
}
.md-kv-sub h1 {
  font-size: 4rem;
  font-weight: 700;
}
.md-kv-sub h2 {
  font-size: 2.4rem;
  margin-top: 20px;
}
.md-kv-sub.-lv2 h1 {
  font-size: 3rem;
}
@media screen and (min-width: 768px) {
  .md-kv-sub.-lv2 .super-img {
    padding-top: 260px;
  }
}

.md-services .grid {
  position: relative;
  display: flex;
  align-items: center;
}
.md-services .wrap-text {
  position: absolute;
  width: 100%;
  background-color: rgba(246, 246, 246, 0.85);
  padding: 30px 25px;
}
.md-services h3 {
  font-size: 2rem;
  font-weight: 600;
  position: relative;
}
.md-services h3:after {
  content: ">";
  position: absolute;
  right: 0;
  font-weight: 300;
}

.md-news {
  background-color: #F6F6F6;
}
.md-news .wrap-title {
  border-bottom: 1px solid #E9E9E9;
  padding-bottom: 10px;
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
}
.md-news .link-more {
  font-size: 1.6rem;
}
.md-news h2 {
  font-size: 2.4rem;
  line-height: 1.2;
  color: #004098;
}

.wrap-editor h2,
.wrap-editor h3 {
  color: #004098;
}
.wrap-editor p,
.wrap-editor > ul,
.wrap-editor > ol {
  margin-bottom: 1.2em;
}
.wrap-editor p:last-child,
.wrap-editor > ul:last-child,
.wrap-editor > ol:last-child {
  margin-bottom: 0;
}

.item-member h3 {
  margin-top: 10px;
}
.item-member h4 {
  color: #9E9999;
}

.item-director {
  width: 240px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .item-director {
    margin-bottom: 40px;
  }
  .item-director:last-child {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 768px) {
  .item-director {
    margin-left: 45px;
    margin-right: 45px;
  }
}

@media screen and (min-width: 768px) {
  .bl_grid {
    display: flex;
  }
  .bl_grid.align-center {
    justify-content: center;
  }
}

@media screen and (min-width: 768px) {
  .bl_grid.-col5 {
    margin-bottom: -3.3%;
  }
  .bl_grid.-col5 > .grid {
    width: 17.36%;
    margin-bottom: 3.3%;
  }
  .bl_grid.-col5 > .grid + .grid:not(:nth-child(6n+1)) {
    margin-left: 3.3%;
  }
}

@media screen and (min-width: 768px) {
  .bl_grid.-col6 {
    margin-bottom: -3.3%;
  }
  .bl_grid.-col6 > .grid {
    width: 13.9166666667%;
    margin-bottom: 3.3%;
  }
  .bl_grid.-col6 > .grid + .grid:not(:nth-child(6n+1)) {
    margin-left: 3.3%;
  }
}

@media screen and (max-width: 767px) {
  .bl_grid_col2_sp.bl_grid.-col6, .bl_grid_col2_sp.bl_grid.-col3 {
    margin-bottom: -40px;
  }
  .bl_grid_col2_sp.bl_grid.-col6 > .grid, .bl_grid_col2_sp.bl_grid.-col3 > .grid {
    width: calc((100% - 40px) / 2);
    margin-bottom: 40px;
  }
  .bl_grid_col2_sp.bl_grid.-col6 > .grid + .grid:not(:nth-child(2n+1)), .bl_grid_col2_sp.bl_grid.-col3 > .grid + .grid:not(:nth-child(2n+1)) {
    margin-left: 40px;
  }
}

.gray-box {
  text-align: center;
  padding: 50px;
  height: 100%;
}

.item-pub {
  font-family: "Jost";
  font-weight: 500;
}
.item-pub:hover {
  text-decoration: none;
}
.item-pub h3 {
  font-size: 2.8rem;
  color: #004098;
  line-height: 1.4;
}
.item-pub h4 {
  font-size: 6.3rem;
  line-height: 1;
  margin-top: 20px;
}
.item-pub p {
  font-size: 2rem;
  margin-top: 60px;
}
.item-pub .wrap-img-text {
  margin-top: 30px;
  position: relative;
}
.item-pub .wrap-text {
  position: absolute;
  width: calc(100% - 80px);
  top: 40px;
  left: 40px;
  color: #fff;
  background-image: url(../images/icon-publications.png);
  background-repeat: no-repeat;
  background-size: 104px auto;
  background-position: top 0 right 0;
}
.item-pub .wrap-text.color-gray {
  color: #707070;
}
@media screen and (min-width: 768px) {
  .item-pub {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
  }
}

@media screen and (min-width: 768px) {
  .bl_grid.-col3.md-publications {
    margin-bottom: -80px;
  }
  .bl_grid.-col3.md-publications > .grid {
    margin-bottom: 80px;
  }
}

/*-------------------------------------------
breadCrumb
-------------------------------------------*/
.ly_mainContents .ly_container:nth-child(1).ly_breadCrumb .ly_inner {
  padding-top: 15px;
  padding-bottom: 15px;
}
.ly_mainContents .ly_container:nth-child(1).ly_breadCrumb .bl_breadCrumb {
  font-size: 1.2rem;
}
.ly_mainContents .ly_container:nth-child(1).ly_breadCrumb .bl_breadCrumb ul:before {
  content: url(../images/icon_home.svg);
  float: left;
  margin-right: 15px;
  margin-top: 2px;
  line-height: 1;
}
.ly_mainContents .ly_container:nth-child(1).ly_breadCrumb .bl_breadCrumb li {
  line-height: 1;
}
.ly_mainContents .ly_container:nth-child(1).ly_breadCrumb.has-bg {
  background-color: rgba(255, 255, 255, 0.5);
}

@media only screen and (max-width: 959px) {
  .ly_header .logo .siteLogo img {
    height: 22px;
  }
}

/*===========================================
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;
  }
}

/*# sourceMappingURL=common.css.map */
