@charset "utf-8";@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap");
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css");
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, 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, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul,
nav ol {
  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;
}

ins {
  background: transparent;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

th {
  font-weight: normal;
  text-align: left;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #CCC;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

img {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: bottom;
  background: transparent;
}

address, cite, code, dfn, em, var {
  font-style: normal;
  font-weight: normal;
}

figure {
  margin-bottom: 0 !important;
}

.font-serif {
  font-family: "Open Sans", sans-serif;
}

.fas:before {
  font-family: "FontAwesome";
  font-style: normal;
}

i[class^="fa-"] {
  margin-right: .5em;
}

body {
  text-align: left;
}

#main {
  color: #000;
  letter-spacing: .03em;
  font-size: clamp(16px, 1.125vw, 18px) !important;
}

#main p, #main li, #main td, #main th, #main dt, #main dd {
  line-height: 1.5;
  word-break: break-word;
}

#main img {
  max-width: 100%;
  width: 100%;
  height: auto;
}

#main *, #main ::after, #main ::before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media only screen and (max-width: 880px) {
  .pc {
    display: none !important;
  }
}

@media print, screen and (min-width: 880px) {
  .sp {
    display: none !important;
  }
}

body, #top {
  padding-top: 110px !important;
}

.topop {
  line-height: 1.5;
}

.breadcrumb li {
  font-size: clamp(11px, 16px, 16px);
}

.header.-eu .navBt-item span {
  background: #fff;
}

.header-nav-list-item.-contact a {
  display: grid;
  place-items: center;
}

.header-nav-list-item.-contact a .svg-wrap {
  display: grid;
  place-items: center;
  width: 45px;
  aspect-ratio: 1;
  background-color: #fff;
  border-radius: 6px;
}

.header-nav-list-item.-contact a .svg-wrap svg {
  width: 75%;
  height: auto;
  fill: #1D67CD;
}

@media only screen and (max-width: 880px) {
  .header {
    background: #0d3693 !important;
  }
  .header .header-nav-list-item a {
    color: #fff;
  }
}

@media print, screen and (min-width: 880px) {
  .header.-eu {
    background-color: #0d3693;
    -webkit-box-shadow: none;
            box-shadow: none;
    height: 70px !important;
  }
  .header.-eu .header-nav span {
    color: #fff;
  }
  .header.-eu .header-nav .header-nav-list-item {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-inline: 0;
  }
  .header.-eu .header-nav .header-nav-list-item.-contact {
    margin-left: 20px;
    max-width: 100px;
    width: 100%;
    height: auto;
    aspect-ratio: 1;
  }
  .cmn-searchBox.is-pc {
    background-color: #092564;
  }
}

footer.-eu {
  padding: 4vw 5vw 2vw 5vw !important;
  background-color: #0d3693 !important;
}

footer.-eu .footer-inner {
  margin-inline: auto;
  max-width: 1280px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

footer.-eu .footer-nav-logo {
  max-width: 50%;
}

footer.-eu .footer-nav-logo .footer-logo {
  display: block;
  width: 160px;
  margin-bottom: 1rem;
}

footer.-eu .footer-nav-logo .footer-logo img {
  width: 100%;
}

footer.-eu ul a {
  color: #fff !important;
}

/*# sourceMappingURL=eu_common.css.map */
