@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Serif+JP:400,700|Playfair+Display:400,700&display=swap&subset=japanese");
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

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

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

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

* {
  box-sizing: border-box;
}

html {
  width: 100%;
  height: auto;
  font-size: 62.5%;
}

body {
  width: 100%;
  font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
}

img {
  max-width: 100%;
  vertical-align: top;
}

a {
  transition: opacity 0.2s ease-in-out;
}

a:hover {
  opacity: 0.7;
}

p {
  word-break: break-all;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  img[src$=".svg"] {
    width: 100%;
  }
}
body {
  font-family: 'Noto Serif JP', serif;
  background: #f5f5f5;
}

.inner {
  max-width: 1060px;
  padding: 0 30px;
  margin: 0 auto;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .inner {
    padding: 0 20px;
  }
}

#header {
  width: 100%;
  overflow: hidden;
}
#header img {
  width: 100%;
}
@media only screen and (max-width: 768px) {
  #header img {
    max-width: none;
    width: calc(100% + 160px);
    margin: 0 -100px 0 -60px;
  }
}

#footer {
  padding: 20px 0;
  background: #033e64;
}
#footer .copyright {
  color: #bcbcbc;
  font-size: 12px;
  line-height: 130%;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  #footer {
    padding: 15px 0;
  }
  #footer .copyright {
    font-size: 10px;
  }
}

.page_ttl {
  padding: 40px 0 50px;
}
.page_ttl span {
  display: block;
  letter-spacing: 0.04em;
  text-align: center;
}
.page_ttl span.en {
  color: #3579b8;
  font-family: 'Playfair Display', serif;
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 10px;
}
.page_ttl span.jp {
  font-size: 28px;
}
@media only screen and (max-width: 768px) {
  .page_ttl {
    padding: 20px 0 30px;
  }
  .page_ttl span.en {
    font-size: 10px;
    margin: 0 0 10px;
  }
  .page_ttl span.jp {
    font-size: 16px;
  }
}

.content {
  padding: 70px 0 80px;
  background: #ffffff;
  margin: 0 0 100px;
}
.content .company_info dl {
  display: flex;
  font-size: 16px;
  letter-spacing: 0.04em;
  line-height: 130%;
  padding: 20px 0;
  border-bottom: solid 1px #dddddd;
}
.content .company_info dl dt {
  width: 180px;
  color: #3579b8;
  font-weight: bold;
  text-align: center;
}
.content .company_info dl dd {
  width: calc(100% - 180px);
}
.content .company_info dl dd ul li + li {
  margin: 10px 0 0;
}
@media only screen and (max-width: 768px) {
  .content {
    padding: 20px 0 40px;
    margin: 0 0 50px;
  }
  .content .company_info dl {
    display: block;
    font-size: 14px;
  }
  .content .company_info dl dt {
    width: 100%;
    text-align: left;
    margin: 0 0 10px;
  }
  .content .company_info dl dd {
    width: 100%;
  }
}

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