@charset "UTF-8";
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Cantarell:wght@400;700&display=swap");
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

section {
  width: 100%;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: normal;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: inherit; /* 1 */
  font-size: inherit; /* 2 */
  white-space: -moz-pre-wrap;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  white-space: pre-wrap;
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
  display: block;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

button[disabled],
[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled] {
  cursor: default;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

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

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* --- Responsive --- */
@media screen and (max-width: 1000px) {
  ._pc {
    display: none !important;
  }
}
@media screen and (min-width: 1001px) {
  ._sp {
    display: none !important;
  }
}
/* Varuables
======================================== */
/* --- Color --- */
/* --- Font --- */
/* ---  Layout --- */
.lg-inner {
  width: 1200px;
  max-width: calc(100% - 8vw);
  margin: 0 auto;
}

/* Setting
======================================== */
body {
  font-size: 16px;
  color: #333;
  background-color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  max-width: 100%;
  vertical-align: middle;
  box-sizing: border-box;
  line-height: 180%;
  letter-spacing: 0.1rem;
  word-break: break-all;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 80px;
}
@media (min-width: 1001px) {
  html {
    scroll-padding-top: 120px;
  }
}

a {
  transition: 0.3s all;
}

img {
  display: block;
  max-width: 100%;
}

/* Parts
======================================== */
.ttl-line {
  position: relative;
  padding: 5px 0 5px 1em;
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 30px;
}
.ttl-line::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background: #013978;
}
.ttl-line::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 4px;
  height: 30%;
  background: #fbc303;
}

.text-right {
  text-align: right;
}
.text-right img {
  margin-left: auto;
  margin-right: 0;
}

.text-center {
  text-align: center;
}
.text-center img {
  margin-left: auto;
  margin-right: auto;
}

.text-left {
  text-align: left;
}
.text-left img {
  margin-left: 0;
  margin-right: auto;
}

/* Header
======================================== */
header {
  height: 60px;
  background-color: #fff;
  width: 100%;
}
@media (min-width: 1001px) {
  header {
    height: 145px;
  }
}
header .header-wrap {
  height: 60px;
  position: fixed;
  z-index: 1000;
  background-color: #fff;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
@media (min-width: 1001px) {
  header .header-wrap {
    height: 145px;
  }
}
header .header-wrap .heading {
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 15px 0;
}
header .header-wrap .heading .logo {
  width: 130px;
  height: auto;
}
@media (min-width: 1001px) {
  header .header-wrap .heading .logo {
    width: 250px;
  }
}
@media screen and (min-width: 1001px) and (max-width: 1400px) {
  header .header-wrap .heading .logo {
    width: 180px;
  }
}
header .header-wrap .heading .sub-menu {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
@media (max-width: 1000px) {
  header .header-wrap .heading .sub-menu {
    display: none !important;
  }
}
header .header-wrap .heading .sub-menu li a {
  border: 1px solid #013978;
  color: #013978;
  font-size: 16px;
  border-radius: 100px;
  padding: 0 25px;
  height: 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
header .header-wrap .heading .sub-menu li a:hover {
  background-color: #013978;
  color: #fff;
}
header .header-wrap nav._pc {
  margin: 0 calc(50% - 50vw);
  padding: 0 calc(50vw - 50%);
  width: 100vw;
}
header .header-wrap nav ul.nav {
  display: flex;
  flex-wrap: wrap;
  gap: 1px;
  align-items: center;
  height: 60px;
  background-color: #1e60bb;
}
header .header-wrap nav ul.nav li {
  width: calc((100% - 5px) / 6);
  height: 100%;
}
header .header-wrap nav ul.nav li a,
header .header-wrap nav ul.nav li span {
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  background-color: #013978;
  color: #fff;
}
header .header-wrap nav ul.nav li a:hover,
header .header-wrap nav ul.nav li span:hover {
  opacity: 0.6;
}
header .header-wrap nav ul.nav .sub-nav {
  display: none;
}
header .header-wrap nav ul.nav .sub-nav.active {
  display: block;
}
header .header-wrap nav ul.nav .sub-nav li.sub-item {
  width: 100%;
  height: 60px;
  border-top: 1px solid #1e60bb;
}
header .header-wrap nav ul.nav .sub-nav li.sub-item:hover {
  background: #0d4893;
}

/* Smart Phone
======================================== */
.hamburger {
  display: block;
  cursor: pointer;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-left: auto;
  width: 50px;
  height: 31.5px;
  position: absolute;
  right: 0;
  top: 14px;
}
.hamburger .bar {
  display: block;
  width: 60%;
  height: 3px;
  margin: 5px auto 0;
  transition: all 0.3s ease-in-out;
  background-color: #013978;
}
.hamburger .bar:nth-child(1) {
  margin-top: 0px;
}
.hamburger.active .bar:nth-child(1) {
  transform: translateY(8px) rotate(45deg);
}
.hamburger.active .bar:nth-child(2) {
  opacity: 0;
}
.hamburger.active .bar:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
}

.nav-container {
  position: fixed;
  transition: 0.2s;
  top: 64px;
  right: -100%;
  color: #333;
  width: 100%;
  height: calc(100% - 64px);
  z-index: 1000;
  overflow-y: scroll;
  background-color: #013978;
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.nav-container.nav-active {
  right: 0;
}
.nav-container ul {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 50px;
  align-items: center;
  justify-content: center;
}
.nav-container ul li {
  font-size: 18px;
  font-weight: 600;
}
.nav-container ul li.btn {
  background-color: #fff;
  color: #013978;
  width: 100%;
  height: 60px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

/* Side Nav
======================================== */
nav.side-menu {
  order: 1;
}
nav.side-menu ul {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 1px;
  width: 350px;
}
@media (max-width: 1000px) {
  nav.side-menu ul {
    width: 100%;
  }
}
nav.side-menu ul li {
  width: 100%;
  color: #fff;
}
nav.side-menu ul li a {
  font-size: 18px;
  padding: 15px 20px;
  background-color: #013978;
}
nav.side-menu ul li a span {
  font-family: "Cantarell", sans-serif;
  color: #fbc303;
  display: block;
  font-size: 12px;
}
nav.side-menu ul li a:hover {
  opacity: 0.6;
}
nav.side-menu ul li.social a {
  background-color: #fbc303;
  color: #013978;
  margin-top: 10px;
}
nav.side-menu ul li.social a span {
  color: #013978;
}
nav.side-menu ul li.currentperformance span {
  display: block;
  font-size: 18px;
  padding: 15px 20px 30px;
  background-color: #197cd1;
  margin-bottom: 10px;
}

.main-container {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 1000px) {
  .main-container {
    display: block;
  }
}
.main-container main {
  flex: 1;
  padding: 50px 0;
  order: 1;
}
@media (min-width: 1001px) {
  .main-container main .lg-inner {
    width: calc(100% - 8vw);
    max-width: 1080px;
    margin: 0 auto 0 4vw;
  }
}
@media (min-width: 1001px) {
  .main-container main {
    order: 2;
  }
}

/* Main Visual
======================================== */
.mv {
  background-image: url("/dph/wp-content/themes/wp-public-health/images/mv-top_sp.jpg");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  aspect-ratio: 1000/390;
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
}
@media (min-width: 1001px) {
  .mv {
    aspect-ratio: 1920/431;
    width: 100%;
    height: 100%;
    background-image: url("/dph/wp-content/themes/wp-public-health/images/mv-top.jpg");
    background-repeat: no-repeat;
    animation: moveBackground 1.5s ease-out;
    background-position: center top;
  }
  @keyframes moveBackground {
    from {
      background-position: center -100px;
      /* 開始位置 */
      opacity: 0.1;
    }
    to {
      background-position: center top;
      /* 終了位置 */
      opacity: 1;
    }
  }
}
.mv .lg-inner {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 8px;
  line-height: 1;
  position: relative;
}
@media (min-width: 1001px) {
  .mv .lg-inner {
    gap: 15px;
  }
}
.mv .lg-inner .center {
  font-size: 14px;
  z-index: 2;
}
@media (min-width: 1001px) {
  .mv .lg-inner .center {
    font-size: 28px;
  }
}
.mv .lg-inner .phd {
  font-size: 30px;
  letter-spacing: 0.2em;
  font-weight: 500;
  z-index: 2;
}
@media (min-width: 1001px) {
  .mv .lg-inner .phd {
    font-size: 54px;
    font-weight: 600;
  }
}
.mv .lg-inner .en {
  font-size: 12px;
  font-family: "Cantarell", sans-serif;
  z-index: 2;
}
@media (min-width: 1001px) {
  .mv .lg-inner .en {
    font-size: 16px;
  }
}
.mv .lg-inner #hexagon {
  position: absolute;
  top: 0;
  left: -30px;
  width: 171px;
  height: 193px;
  background-image: url(/dph/wp-content/themes/wp-public-health/images/hexagon.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  z-index: 1;
}
@media (min-width: 1001px) {
  .mv .lg-inner #hexagon {
    animation: hexAnime 5s linear infinite;
  }
}
@media (max-width: 1000px) {
  .mv .lg-inner #hexagon {
    width: 8.91vw;
    height: 10.05vw;
  }
}
@keyframes hexAnime {
  0% {
    top: 0;
    left: -30px;
  }
  33% {
    top: 4px;
    left: -36.9282px;
  }
  67% {
    top: 8px;
    left: -30px;
  }
  100% {
    top: 0;
    left: -30px;
  }
}

/* Footer
======================================== */
footer {
  background-color: #013978;
  color: #fff;
  padding: 50px 0;
  margin-top: 50px;
}
footer .lg-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1000px) {
  footer .lg-inner {
    flex-direction: column;
    gap: 80px;
  }
}
footer .lg-inner .text {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 8px;
}
@media (max-width: 1000px) {
  footer .lg-inner .text {
    text-align: center;
  }
}
footer .lg-inner .text .center {
  font-size: 18px;
}
footer .lg-inner .text .phd {
  font-size: 35px;
  font-weight: 500;
}
footer .lg-inner .text .en {
  font-size: 12px;
  font-family: "Cantarell", sans-serif;
}
footer .lg-inner .info {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  flex-direction: column;
}
footer .lg-inner .info img {
  margin: 0 0 20px;
  width: 120px;
}
footer .lg-inner .info p {
  text-align: center;
  font-size: 14px;
}

/* Breadcrumb
======================================== */
.breadcrumb {
  padding: 1em;
  background-color: #f5f5f5;
}
.breadcrumb ul {
  display: flex;
  flex-wrap: nowrap;
  gap: 1em;
}

/*ページネーション
------------------------------------------*/
.page-nation {
  margin-top: 20px;
  display: flex;
  justify-content: center;
}
.page-nation a {
  display: inline-block;
  padding: 5px 8px;
  margin: 0;
  background-color: #013978;
  color: #fff;
  text-decoration: none;
}
.page-nation a:hover {
  background-color: #0056b3;
}
.page-nation span {
  display: inline-block;
  padding: 5px 8px;
  margin: 0;
  border: 1px solid #013978;
}

@media (max-width: 1000px) {
  .scrollable {
    overflow-x: auto;
    white-space: nowrap;
    overflow-scrolling: touch;
    -webkit-overflow-scrolling: touch;
    cursor: grab;
  }
  .scrollable table, .scrollable div {
    width: 100%;
    display: block;
  }
  .scrollable ul {
    width: 960px;
    display: block;
  }
}
/* お知らせ
======================================== */
.news-list {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  margin-bottom: 1em;
}
.news-list li {
  padding: 20px 0;
  border-bottom: 1px solid #cfcfcf;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
.news-list li a {
  display: flex;
  flex-wrap: nowrap;
  gap: 20px;
}
.news-list li a:hover {
  opacity: 0.6;
}
.news-list li span {
  display: block;
}
.news-list li .date {
  flex-shrink: 0;
  font-size: 14px;
}
.news-list li .tag {
  width: 100px;
  background-color: #d93546;
  font-size: 12px;
  color: #fff;
  flex-shrink: 0;
  text-align: center;
  line-height: 28.8px;
}
.news-list li .title {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
@media (max-width: 1000px) {
  .news-list li {
    display: block;
  }
}

.news-list + p {
  text-align: right;
}

/*固定ぺージ
--------------------------------------------*/
.page-article {
  /* H4見出しのスタイル */
  /* H5見出しのスタイル */
  /* H6見出しのスタイル */
}
.page-article h3 {
  font-size: 1.5em;
  color: #333;
  background-color: #e6ecf0;
  padding: 10px;
  border-left: 4px solid #013978;
  margin-top: 20px;
  margin-bottom: 20px;
}
.page-article h4 {
  display: flex;
  font-size: 1.5em;
  color: #444;
  border-bottom: 2px solid #0073aa;
  padding-bottom: 5px;
  margin-top: 20px;
  margin-bottom: 10px;
}
.page-article .wp-block-column {
  margin-top: 2em;
}
.page-article .wp-block-column h4 {
  margin-top: 0;
}
.page-article h5 {
  font-size: 1.25em;
  color: #555;
  font-weight: bold;
  margin-top: 15px;
  margin-bottom: 10px;
}
.page-article h6 {
  font-size: 1em;
  color: #666;
  background-color: #e9ecef;
  padding: 5px;
  margin-top: 10px;
  margin-bottom: 10px;
  border-radius: 5px;
}
.page-article p {
  line-height: 1.5em;
  margin-bottom: 1em;
}
@media (max-width: 1000px) {
  .page-article .wp-block-table {
    overflow-x: auto;
    white-space: nowrap;
    overflow-scrolling: touch;
    -webkit-overflow-scrolling: touch;
    cursor: grab;
  }
  .page-article .wp-block-table table {
    width: 100%;
    display: block;
  }
}
.page-article .wp-block-table td {
  border: none !important;
}
.page-article tr td:first-child {
  text-wrap: nowrap;
  white-space: nowrap;
}
.page-article ol,
.page-article ul {
  margin: 0 0 1.5em 1.5em;
  padding: 0 0 0 0.5em;
  list-style-position: outside;
}
.page-article li {
  margin-bottom: 0.5em;
  padding-left: 0.5em;
}
.page-article ol {
  list-style-type: decimal;
}
.page-article ul {
  list-style-type: disc;
}
.page-article ol ol,
.page-article ul ul,
.page-article ol ul,
.page-article ul ol {
  margin: 0 0 1.5em 1.5em;
  /* ネストされたリストのマージン */
}
.page-article ol ol li,
.page-article ul ul li,
.page-article ol ul li,
.page-article ul ol li {
  margin-bottom: 0.5em;
}
.page-article a {
  display: inline-block;
  color: #013978;
  text-decoration: underline;
}
.page-article a[target=_blank]::after {
  content: "";
  display: inline-block;
  background: url(/dph/wp-content/themes/wp-public-health/images/icon_external_link.gif) no-repeat right center;
  color: #013978;
  width: 1.125em;
  height: 1em;
  margin-left: 0.5em;
  vertical-align: middle;
}
.page-article .parchment {
  background-image: url(/dph/wp-content/themes/wp-public-health/images/parchmentUL.jpg), url(/dph/wp-content/themes/wp-public-health/images/parchmentUR.jpg), url(/dph/wp-content/themes/wp-public-health/images/parchmentBL.jpg), url(/dph/wp-content/themes/wp-public-health/images/parchmentBR.jpg), url(/dph/wp-content/themes/wp-public-health/images/parchmentU.jpg), url(/dph/wp-content/themes/wp-public-health/images/parchmentB.jpg), url(/dph/wp-content/themes/wp-public-health/images/parchmentL.jpg), url(/dph/wp-content/themes/wp-public-health/images/parchmentR.jpg);
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, repeat-x, repeat-x, repeat-y, repeat-y;
  background-position: top left, top right, bottom left, bottom right, top center, bottom center, center left, center right;
  background-color: #ffe5a4;
  padding: 42px 24px;
  text-align: center;
}
.page-article .custom-column-1 {
  flex-basis: auto;
  flex-grow: 0;
  max-width: 200px;
}
.page-article .custom-column-2 {
  flex-grow: 1;
}

/*業績の高さ制御
----------------------------------*/
.performance-inner {
  overflow: hidden;
  transition: max-height 0.5s ease;
}

.readmore {
  position: relative;
  text-align: center;
  margin: 20px 0;
  cursor: pointer;
}
.readmore::before {
  content: "";
  position: absolute;
  top: 50%;
  width: 42.5%;
  border-top: 4px double #000;
  left: 0;
}
.readmore::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 42.5%;
  border-top: 4px double #000;
  right: 0;
}
.readmore:hover {
  opacity: 0.75;
}/*# sourceMappingURL=styles.css.map */