<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* ----------------------------------------------------------------------------
/* reset
---------------------------------------------------------------------------- */
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;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
html {
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: subpixel-antialiased;
}
body {
  -webkit-text-size-adjust: 100%;
  margin: 0;
  padding: 0;
}
a, a:link, a:active, a:visited, a:hover, a:focus {
  text-decoration: none;
}
body * {
  text-shadow: none;
}
h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: normal;
}
dl, dl dt, dl dd {
  margin: 0;
  padding: 0;
}
img {
  max-width: 100%;
  vertical-align: top;
  -ms-interpolation-mode: bicubic;
}
input[type=button],input[type=text],input[type=submit] {
  -webkit-appearance: none;
  border-radius: 0;
}
input[type="email"], input[type="number"], input[type="tel"] {
  ime-mode: disabled;
}
input[type="text"],
input[type="tel"],
input[type="email"] {
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  background: none;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  background: transparent;
  position: relative;
  z-index: 1;
}
select::-ms-expand {
  display: none;
}
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}
button{
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}
sup {
  font-size: 70%;
  vertical-align: super;
}
sub {
  font-size: 70%;
  vertical-align: sub;
}
a {
  color: #0a6c8f;
  transition: 0.7s;
}





/* ----------------------------------------------------------------------------
/* common
---------------------------------------------------------------------------- */
html {
  font-size: 62.5%;
}
body {
  position: relative;
  font-family: 'Noto Sans JP', "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 1.6em;
  font-weight: 400;
  line-height: 1.6em;
  color: #333333;
}
.inner {
  width: 1080px;
  margin-left: auto;
  margin-right: auto;
}
@media (width &lt;= 1120px){
  .inner {
    width: calc(100% - 40px);
  }
}
#container ::-webkit-scrollbar {
  width: 10px;
}
#container ::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
}
#container ::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: rgba(10, 108, 143, 1.0);
  box-shadow:0 0 0 1px rgba(255, 255, 255, 0.3);
}

#container ul.marker {
  padding-left: 20px;
  list-style: disc;
}
#container ol.marker {
  padding-left: 20px;
  list-style: decimal;
}
#container ul.marker li + li,
#container ol.marker li + li {
  margin-top: 5px;
}
#container p a,
#container ul.marker a,
#container ol.marker a,
#container ul.asterisk a,
#container blockquote a {
  border-bottom: 1px solid #0a6c8f;
  font-weight: 500;
}
#container p a:hover,
#container p a:active,
#container p a:focus,
#container #block_lead a:hover,
#container #block_lead a:active,
#container #block_lead a:focus {
  border: none;
}
#container ul.marker a:hover,
#container ul.marker a:active,
#container ul.marker a:focus {
  border: none;
}
#container ol.marker a:hover,
#container ol.marker a:active,
#container ol.marker a:focus {
  border: none;
}
#container ul.asterisk a:hover,
#container ul.asterisk a:active,
#container ul.asterisk a:focus {
  border: none;
}
#container blockquote a:hover,
#container blockquote a:active,
#container blockquote a:focus {
  border: none;
}

#container .block_iframe {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
  border: 1px solid #dddddd;
  overflow: hidden;
}
#container .block_iframe.square {
  padding-bottom: 100%;
}
#container .block_iframe.pdf {
  margin-top: 40px;
  padding-bottom: 74%;
}
#container .block_iframe.pdf + .caption {
  margin-bottom: 40px;
}
#container .block_iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#container .link_text:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f105";
  margin-right: 5px;
}
#container .link_text_ul {
  border-bottom: 1px solid #333333;
}
#container .link_text_ul:hover,
#container .link_text_ul:active,
#container .link_text_ul:focus {
  border: none;
  color: #45aaf2;
}

#container blockquote {
  position: relative;
  margin-top: 1em;
  margin-bottom: 1em;
  padding: 20px 30px;
  border: 1px solid #0a6c8f;
}
#container blockquote + blockquote {
  margin-top: 2em;
}
#container blockquote::before,
#container blockquote::after {
  position: absolute;
  font-size: 24px;
  font-family: 'FontAwesome';
  color: #0a6c8f;
  background-color: #ffffff;
  line-height: 1;
  text-align: center;
}
#container .footnote blockquote::before,
#container .footnote blockquote::after {
  background-color: #efefef;
}
#container blockquote::before {
  top: -10px;
  left: -10px;
  padding: 0 10px 10px;
  content: '\f10d';
}
#container blockquote::after {
  right: -10px;
  bottom: -10px;
  padding: 10px 10px 0;
  content: '\f10e';
}
#container blockquote cite {
  display: block;
  padding-top: 10px;
  font-size: 14px;
  color: #0a6c8f;
}
#container blockquote * + ul,
#container blockquote * + ol {
  margin-top: 5px;
}

#block_wp li {
  position: relative;
  background-color: #ffffff;
  box-shadow: 0px 0px 10px 4px rgba(0,0,0,0.05);
  transition: .5s;
}
#block_wp li + li {
  margin-top: 30px;
}
#block_wp li:hover,
#block_wp li:active,
#block_wp li:focus {
  box-shadow: 0px 0px 10px 4px rgba(0,0,0,0.1);
  background-color: #0a6c8f;
}
#block_wp li a {
  display: block;
  color: #333333;
}
#block_wp li a:before {
  display: block;
  position: absolute;
  top: 50%;
  right: 30px;
  content: '';
  width: 20px;
  height: 20px;
  border-right: 1px solid #000000;
  transform: translateY(-50%) rotate(-45deg);
  transform-origin: right bottom;
  transition: .5s;
}
#block_wp li a:after {
  display: block;
  position: absolute;
  top: 50%;
  right: 30px;
  content: '';
  width: 30px;
  height: 20px;
  border-bottom: 1px solid #000000;
  transform: translateY(-50%);
  transition: .5s;
}
#block_wp li a:hover {
  color: #ffffff;
}
#block_wp li a:hover:before {
  right: 0px;
  border-right: 3px solid #ffffff;
}
#block_wp li a:active:before {
  right: 0px;
  border-right: 3px solid #ffffff;
}
#block_wp li a:focus:before {
  right: 0px;
  border-right: 3px solid #ffffff;
}
#block_wp li a:hover:after {
  right: 0px;
  border-bottom: 3px solid #ffffff;
}
#block_wp li a:active:after {
  right: 0px;
  border-bottom: 3px solid #ffffff;
}
#block_wp li a:focus:after {
  right: 0px;
  border-bottom: 3px solid #ffffff;
}
#block_wp li dl {
  padding: 30px 80px 30px 30px;
}
#block_wp li dt {
/*
  font-size: 3.0rem;
*/
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.4em;
}
/*
#block_wp li dt .date {
  display: block;
  margin-bottom: 10px;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.0em;
}
*/
#block_wp li dt .block_date {
  margin-bottom: 10px;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.0em;
}
#block_wp li dt .block_date span + span {
  margin-left: 10px;
}
#block_wp li dt .block_date .date:before {
  font-family: "Font Awesome 5 Free";
  content: '\f073';
  font-weight: 500;
  margin-right: 5px;
}
#block_wp li dt .block_date .update:before {
  font-family: "Font Awesome 5 Free";
  content: '\f2f1';
  font-weight: 700;
  margin-right: 5px;
}
#block_wp li dd {
  margin-top: 10px;
}
#block_wp li dd p {
  margin-top: 2px;
  line-height: 1.4em;
}

@media (600px &lt;= width) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: text;
    text-decoration: none;
  }
  #home #block_wp ul {
    display: flex;
    flex-wrap: wrap;
    gap: 30px; 
  }
  #home #block_wp li {
    width: calc((100% - 30px) / 2);
  }
  #home #block_wp li + li {
    margin-top: 0;
  }
  #home #block_wp li a {
    height: 100%;
  }
  #home #block_wp li dl {
    display: flex;
    flex-direction: column;
    height: calc(100% - 60px);
  }
  #home #block_wp li dt {
    flex-grow: 100;
    min-height: 4.2em;
  }
}

#page_top {
  display: none;
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 60px;
  height: 60px;
  background: rgba(10, 108, 143, 90%);
  box-shadow: 0px 3px 5px 0px rgb(0, 0, 0, 20%);
}
#page_top a {
  position: relative;
  display: block;
  width: 60px;
  height: 60px;
  transition: .5s;
}
#page_top a:before {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  content: '';
  width: 10px;
  height: 10px;
  border-top: 1px solid #ffffff;
  transform: translate(-10px, -10px) rotate(-45deg);
  transform-origin: right top;
  transition: .5s;
}
#page_top a:after {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  content: '';
  width: 10px;
  height: 20px;
  border-right: 1px solid #ffffff;
  transform:  translate(-10px, -50%);
  transition: .5s;
}
#page_top a:hover:before {
  top: 10px;
  border-top: 2px solid #ffffff;
}
#page_top a:hover:after {
  top: 10px;
  border-right: 2px solid #ffffff;
}
@media (width &lt; 600px) {
  #page_top {
    display: none;
  }
  #block_wp li dl {
    padding: 30px;
  }
  #block_wp li a:before,
  #block_wp li a:after {
    display: none;
  }
}





/* ----------------------------------------------------------------------------
/* header
---------------------------------------------------------------------------- */
header {
  position: fixed;
  background-color: #ffffff;
  transition: 0.7s;
  z-index: 100;
}
header .sp {
  display: none;
}
header h1 a {
  display: flex;
  align-items: center;
  color: #333333;
  z-index: 5;
}
header h1 img {
  width: 80px;
}
header h1 span {
  margin-left: 10px;
  font-weight: 900;
  font-size: 2.4rem;
  white-space: nowrap;
}

@media (960px &lt;= width) {
  header {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    box-shadow: 0px 3px 5px 0px rgb(0 0 0 / 10%);
  }
  header .inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  header.sticky {
    padding-top: 10px;
    padding-bottom: 10px;
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.1);
  }
  header #nav_toggle {
    display: none;
  }
  header nav {
    font-size: 1.6rem;
  }
  header nav #nav_global {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-left: 20px;
    margin-right: 20px;
  }
  header nav #nav_global a {
    display: inline-block;
    color: #333333;
    border-bottom: 1px solid #ffffff;
  }
  header nav #nav_global a:hover,
  header nav #nav_global a:active,
  header nav #nav_global a:focus {
    border-bottom: 1px solid #999999;
  }
  header nav li + li {
    margin-left: 30px;
  }
  header nav .block_btn {
    display: none;
  }
}
@media (width &lt; 960px) {
  header {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    filter: drop-shadow(2px 2px 2px rgba(0,0,0,0.1));
  }
  header.sticky {
    filter: drop-shadow(2px 2px 2px rgba(0,0,0,0.1));
  }

  header h1 a {
    justify-content: center;
  }
  .open header {
    background-color: #0a6c8f;
  }
  .open header .normal {
    display: none;
  }
  header .pc {
    display: none;
  }
  .open header .sp {
    display: block;
  }
  .open header h1 span {
    font-weight: 700;
    color: #ffffff;
  }

  header nav {
    display: none;
    position: fixed;
    top: 64px;
    left: 0;
    width: 100%;
    min-height: calc(100vh - 77px);
    background: rgba(255, 255, 255, 0.95);
  }
  header nav ul {
    display: block;
    position: relative;
    width: 100%;
    z-index: 100;
    text-align: left;
  }
  header nav ul li {
    border-bottom: 1px solid #eeeeee;
  }
  header nav ul li a {
    display: block;
    padding: 20px 40px;
    color: #333333;
    font-weight: 500;
  }
  header nav ul li.current a {
    background-color: #e6eaee;
  }
  header nav ul li.current a:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f061";
    margin-right: 10px;
  }
  header nav ul li a:hover,
  header nav ul li a:active,
  header nav ul li a:focus {
    background-color: #e6eaee;
  }
  header .block_btn {
    margin: 20px;
    text-align: center;
  }
  header .block_btn a {
    display: block;
    padding: 15px 20px;
    background-color: #333333;
    color: #ffffff;
    border: 1px solid #333333;
    font-weight: 500;
  }
  header .block_btn a:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f138";
    margin-right: 10px;
  }
  header .block_btn a:hover,
  header .block_btn a:active,
  header .block_btn a:focus {
    background-color: #ffffff;
    color: #333333;
  }

  #nav_toggle {
    display: block;
    position: fixed;
    top: 17px;
    right: 20px;
    width: 40px;
    height: 40px;
    z-index: 100;
    cursor: pointer;
  }
  #nav_toggle div {
    position: relative;
  }
  #nav_toggle span {
    display: block;
    position: absolute;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #333333;
    transition: 0.5s ease-in-out;
  }
  #nav_toggle span:nth-child(1){
    top:0px;
  }
  #nav_toggle span:nth-child(2){
    top:12px;
  }
  #nav_toggle span:nth-child(3){
    top:24px;
  }
  .open #nav_toggle span {
    background-color: #ffffff;
  }
  .open #nav_toggle span:nth-child(1) {
    top: 12px;
    transform: rotate(135deg);
  }
  .open #nav_toggle span:nth-child(2) {
    width: 0;
    left: 50%;
  }
  .open #nav_toggle span:nth-child(3) {
    top: 12px;
    transform: rotate(-135deg);
  }
}





/* ----------------------------------------------------------------------------
/* footer
---------------------------------------------------------------------------- */
/*
.topic_path {
  margin-bottom: 60px;
}
.topic_path ul {
  display: flex;
  font-size: 1.4rem;
}
.topic_path li + li {
  margin-left: 10px;
}
.topic_path li + li:before {
  content: '&gt;';
  margin-right: 10px;
}
.topic_path a {
  border-bottom: 1px solid #333333;
}
.topic_path a:hover,
.topic_path a:active,
.topic_path a:focus {
  border: none;
}
*/

footer {
  padding-top: 60px;
  padding-bottom: 80px;
  background-color: #0a6c8f;
}
footer #copyright {
  font-size: 1.4rem;
  color: #ffffff;
}
footer #copyright a {
  color: #ffffff;
}
footer #copyright .inner {
  display: flex;
  justify-content: space-between;
}
footer #copyright dl {
  line-height: 1.4em;
}
footer #copyright dt {
  margin-bottom: 5px;
  font-weight: 700;
}
footer #copyright .block_btn {
  margin-bottom: 40px;
  text-align: right;
}
footer #copyright .block_btn a {
  position: relative;
  display: inline-block;
  padding: 15px 60px;
  background-color: #ffffff;
  border: 1px solid #ffffff;
  color: #0a6c8f;
  font-weight: 500;
}
footer #copyright .block_btn a:hover,
footer #copyright .block_btn a:active,
footer #copyright .block_btn a:focus {
  background-color: #0a6c8f;
  color: #ffffff;
}
footer #copyright p {
  text-align: right;
}
@media (width &lt; 600px) {
  footer {
    padding-bottom: 20px;
  }
  footer #copyright .inner {
    display: block;
  }
  footer #copyright .block_btn {
    margin-top: 20px;
  }
}





/* ----------------------------------------------------------------------------
/* home
---------------------------------------------------------------------------- */
#home #mainvisual {
  position: relative;
  width: 100%;
  height: 500px;
  padding-top: 65px;
  background-image: url(../images/mainvisual.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
}
#home #mainvisual .inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  color: #ffffff;
}
#home #mainvisual h1 {
  margin-bottom: 20px;
  font-size: 4.0rem;
  font-weight: 900;
  line-height: 1.2em;
}
#home #mainvisual p {
  line-height: 1.4em;
}

#home #content section {
  padding-top: 100px;
  padding-bottom: 100px;
}
#home #content section:nth-of-type(odd) {
  background-color: #e6f0f4;
}
#home #content section:nth-of-type(even) {
  background-color: #f3f8f9;
}
#home #content #block_wp {
  background-color: #ffffff;
}
#home #content #block_column {
  background-color: #f9f9f9;
  background-image:  linear-gradient(135deg, #eeeeee 25%, transparent 25%), linear-gradient(225deg, #eeeeee 25%, transparent 25%), linear-gradient(45deg, #eeeeee 25%, transparent 25%), linear-gradient(315deg, #eeeeee 25%, #f9f9f9 25%);
  background-position:  4px 0, 4px 0, 0 0, 0 0;
  background-size: 4px 4px;
  background-repeat: repeat;
}
#home #content section .inner &gt; h1 {
  margin-bottom: 40px;
  font-size: 4.0rem;
  font-weight: 900;
  color: #555555;
}
#home #content section p {
  line-height: 1.4em;
}
#home #content section p + p {
  margin-top: 0.7em;
}
#home #content #block_wp p + p {
  margin-top: 2px;
}

#home #block_structure figure {
  margin-top: 40px;
}
#home #block_structure dl {
  margin-top: 60px;
  padding: 25px 40px;
  border-radius: 10px;
}
#home #block_structure dl:nth-of-type(1) {
  background-color: #f4e4d0;
}
#home #block_structure dl:nth-of-type(2) {
  background-color: #d6eaea;
}
#home #block_structure dt {
  display: inline-block;
  margin-bottom: 20px;
  padding: 5px 20px;
  font-size: 2.0rem;
  font-weight: 700;
  color: #ffffff;
  border-radius: 100px;
}
#home #block_structure dl:nth-of-type(1) dt {
  background-color: #ef9506;
}
#home #block_structure dl:nth-of-type(2) dt {
  background-color: #46acc2;
}
#home #block_structure h2 {
  margin-bottom: 15px;
  font-size: 3.0rem;
  font-weight: 700;
  color: #555555;
}
#home #block_structure ul + h2 {
  margin-top: 20px;
}

#home #block_cat {
  display: flex;
  gap: 40px;
  margin-top: 40px;
}
#home #block_cat dl {
  padding: 25px 40px;
  border-radius: 10px;
  background-color: #ffffff;
  flex: 1;
}
#home #block_cat dt {
  margin-bottom: 20px;
  font-size: 3.0rem;
  font-weight: 700;
  line-height: 1.2em;
  color: #0a6c8f;
}

#home #block_wp ul,
#home #block_column ul,
#home #block_archive ul {
  margin-top: 40px;
}

@media (width &lt; 960px) {
  #home #content section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  #home #content section .inner &gt; h1 {
    font-size: 3.0rem;
  }
  #home #block_structure dl {
    margin-top: 40px;
  }
  #home #block_structure h2 {
    font-size: 2.4rem;
  }
  #home #block_cat {
    display: block;
  }
  #home #block_cat dl + dl {
    margin-top: 40px;
  }
}

#block_column ul {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
#block_column li {
  background-color: #ffffff;
  box-shadow: 0px 0px 10px 4px rgba(0,0,0,0.02);
}
/*
#home #block_column li,
#column.list #block_column li {
  width: calc((100% - 30px) / 2);
}
*/
#home #block_column li,
#column.list #block_column li,
#column.post #block_column li {
  width: calc((100% - 60px) / 3);
}
#block_column li a {
  display: flex;
  flex-direction: column;
  height: 100%;
  color: #333333;
}
#block_column li .block_txt {
  display: flex;
  flex-direction: column;
  flex-grow: 100;
  padding: 15px 20px;
}
/*
#block_column li .date {
  font-size: 1.4rem;
  line-height: 1em;
  text-align: right;
}
#block_column li .update {
  margin-right: 10px;
}
#block_column li .release:before {
  font-family: "Font Awesome 5 Free";
  content: '\f073';
  font-weight: 500;
  margin-right: 5px;
}
#block_column li .update:before {
  font-family: "Font Awesome 5 Free";
  content: '\f2f1';
  font-weight: 700;
  margin-right: 5px;
}*/
#block_column li .block_date {
  font-size: 1.4rem;
  line-height: 1em;
  color: #777777;
  text-align: right;
}
#block_column li .block_date span + span {
  margin-left: 10px;
}
#block_column li .block_date .date:before {
  font-family: "Font Awesome 5 Free";
  content: '\f073';
  font-weight: 500;
  margin-right: 5px;
}
#block_column li .block_date .update:before {
  font-family: "Font Awesome 5 Free";
  content: '\f2f1';
  font-weight: 700;
  margin-right: 5px;
}
#block_column li h2 {
  flex-grow: 100;
  min-height: 5.6em;
  margin-top: 10px;
  margin-bottom: 5px;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.4em;
}
#block_column li .name {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.4em;
}
#block_column .photo {
  overflow: hidden;
}
#block_column .photo img {
  transition: 0.4s;
}
#block_column a:hover img,
#block_column a:active img,
#block_column a:focus img {
  transform: scale(1.2);
}
@media (width &lt; 960px) {
  #column.post #block_column li {
    width: calc((100% - 30px) / 2);
  }
}
@media (width &lt; 600px) {
  #home #block_column li,
  #column.list #block_column li,
  #column.post #block_column li {
    width: 100%;
  }
}





/* ----------------------------------------------------------------------------
/* 險倅ｺ�
---------------------------------------------------------------------------- */
.topic_path {
  padding-top: 75px;
  padding-bottom: 10px;
}
.topic_path ul {
  display: flex;
  flex-wrap: wrap;
  font-size: 14px;
  column-gap: 10px;
}
.topic_path li:nth-of-type(1):before {
  font-family: "Font Awesome 5 Free";
  content: '\f015';
  font-weight: 900;
  color: #439a86;
  margin-right: 5px;
}
.topic_path li + li:before {
  font-family: "Font Awesome 5 Free";
  content: '\f105';
  font-weight: 900;
  margin-right: 10px;
}
.topic_path a {
  color: #0a6c8f;
}
.topic_path a:hover,
.topic_path a:active,
.topic_path a:focus {
  text-decoration: underline;
}



/* 繝ｯ繝ｼ繧ｭ繝ｳ繧ｰ繝壹�繝代�
---------------------------------------------------------------------------- */
#working-paper #block_title {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f3f8f9;
}
#working-paper #block_title h1 {
  margin-bottom: 40px;
  font-size: 4.4rem;
  font-weight: 900;
  color: #555555;
  line-height: 1.2em;
}
/*
#working-paper #block_title .date {
  font-size: 1.4rem;
  line-height: 1em;
  color: #777777;
  text-align: right;
}
#working-paper #block_title .date:before {
  font-family: "Font Awesome 5 Free";
  content: '\f073';
  font-weight: 500;
  margin-right: 5px;
}
*/
#working-paper #block_title .block_date {
  font-size: 1.4rem;
  line-height: 1em;
  color: #777777;
  text-align: right;
}
#working-paper #block_title .block_date span + span {
  margin-left: 10px;
}
#working-paper #block_title .block_date .date:before {
  font-family: "Font Awesome 5 Free";
  content: '\f073';
  font-weight: 500;
  margin-right: 5px;
}
#working-paper #block_title .block_date .update:before {
  font-family: "Font Awesome 5 Free";
  content: '\f2f1';
  font-weight: 700;
  margin-right: 5px;
}

#working-paper.list #block_lead {
  padding: 20px 30px;
  background-color: #ffffff;
  border-radius: 10px;
}
#working-paper #block_lead p + p {
  margin-top: 10px;
}

#working-paper.list #block_wp ul {
  padding-top: 80px;
  padding-bottom: 80px;
}

#working-paper.post #content {
  padding-top: 60px;
  padding-bottom: 100px;
}
#working-paper.post #block_lead {
  display: flex;
  align-items: flex-start;
}
#working-paper.post #block_lead section {
  width: calc(100% - 400px);
}
#working-paper.post #block_lead table {
  border-collapse: separate;
  border-spacing: 20px 10px;
  width: 360px;
  margin-left: 40px;
  padding: 10px 0;
  border: 1px solid #aaaaaa;
  background-color: #ffffff;
}
#working-paper.post #block_lead table th {
  white-space: nowrap;
  font-weight: 700;
}
#working-paper.post #block_lead table td {
  word-break: break-all;
}
#working-paper.post #block_lead a {
  display: inline-block;
  text-decoration: underline;
}
#working-paper.post #block_lead a.pdf:before {
  font-family: "Font Awesome 5 Free";
  content: '\f1c1';
  font-weight: 900;
  margin-right: 5px;
}
#working-paper.post #block_lead a:hover,
#working-paper.post #block_lead a:active,
#working-paper.post #block_lead a:focus {
  text-decoration: none;
}
#working-paper.post .block_contact {
  margin-top: 60px;
}
#working-paper.post .block_contact dl {
  display: flex;
  width: 100%;
  margin-top: 20px;
  border: 1px solid #aaaaaa;
  background-color: #ffffff;
  word-break: break-all;
}
#working-paper.post .block_contact dt {
  display: flex;
  align-items: center;
  padding: 20px 40px;
  font-weight: 700;
}
#working-paper.post .block_contact dd {
  padding: 20px 40px 20px 0;
}
#working-paper.post .block_contact .mail:before {
  font-family: "Font Awesome 5 Free";
  content: '\f0e0';
  font-weight: 900;
  margin-left: 10px;
  margin-right: 5px;
  color: #0a6c8f;
}
#working-paper.post .block_contact a {
  display: inline-block;
  text-decoration: underline;
  transition: .5s;
}
#working-paper.post .block_contact a:hover,
#working-paper.post .block_contact a:active,
#working-paper.post .block_contact a:focus {
  text-decoration: none;
}
#working-paper.post #content section h1 {
  margin-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  font-size: 2.4rem;
  font-weight: 700;
  border-bottom: 1px solid #0a6c8f;
}
#working-paper.post .block_dl {
  padding: 60px;
  background-color: #f3f8f9;
  text-align: center;
}
#working-paper.post .block_dl .block_btn {
  margin-top: 20px;
}
#working-paper.post .block_dl a {
  display: inline-block;
  padding: 30px 40px;
  background-color: #ffffff;
  border: 1px solid #0a6c8f;
  font-size: 2.4rem;
  font-weight: 500;
  color: #0a6c8f;
}
#working-paper.post .block_dl a:before {
  font-family: "Font Awesome 5 Free";
  content: '\f1c1';
  font-weight: 900;
  margin-right: 10px;
}
#working-paper.post .block_dl a:hover,
#working-paper.post .block_dl a:active,
#working-paper.post .block_dl a:focus {
  background-color: #0a6c8f;
  color: #ffffff;
}

@media (width &lt; 960px) {
  #working-paper.post #block_lead {
    display: block;
  }
  #working-paper.post #block_lead section {
    width: 100%;
  }
  #working-paper.post #block_lead table {
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
  }
  #working-paper.post .block_contact dl {
    display: block;
    width: 100%;
  }
  #working-paper.post .block_contact dt {
    display: block;
    padding: 20px;
    text-align: center;
  }
  #working-paper.post .block_contact dd {
    padding: 0 20px 20px 20px;
  }
}
@media (width &lt; 600px) {
  #working-paper.post .block_contact dd span {
    display: block;
    width: 100%;
    word-break: break-all;
  }
  #working-paper.post .block_contact .mail:before {
    margin-left: 0;
  }
}



/* 繧ｳ繝ｩ繝�
---------------------------------------------------------------------------- */
#column .topic_path {
  background-color: #f3f8f9;
}
#column #block_title {
  margin-bottom: 80px;
}
#column #block_title h1 {
  position: relative;
  padding-bottom: 40px;
  font-size: 4.4rem;
  font-weight: 900;
  color: #555555;
  line-height: 1.2em;
  border-bottom: 6px solid #e6f0f4;
}
#column #block_title h1:before {
  position: absolute;
  bottom: -6px;
  left: 0;
  width: 20%;
  height: 6px;
  content: '';
  background: #0a6c8f;
}
#column #content {
  padding-top: 100px;
  padding-bottom: 100px;
}

#column.list #block_title {
  margin-top: 80px;
}
#column.list #block_lead {
  margin-top: 60px;
}
#column.list #content {
  background-color: #f9f9f9;
  background-image:  linear-gradient(135deg, #eeeeee 25%, transparent 25%), linear-gradient(225deg, #eeeeee 25%, transparent 25%), linear-gradient(45deg, #eeeeee 25%, transparent 25%), linear-gradient(315deg, #eeeeee 25%, #f9f9f9 25%);
  background-position:  4px 0, 4px 0, 0 0, 0 0;
  background-size: 4px 4px;
  background-repeat: repeat;
}

#column.post #block_title #title_header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}
#column.post #block_title .name {
  padding: 10px 30px;
  background-color: #0a6c8f;
  border-radius: 100px;
  color: #ffffff;
  text-align: right;
}
#column.post #block_title .name:before {
  font-family: "Font Awesome 5 Free";
  content: '\f007';
  font-weight: 700;
  margin-right: 5px;
}
#column.post #block_title .date {
  font-size: 1.4rem;
  line-height: 1em;
  color: #777777;
  text-align: right;
}
#column.post #block_title .release:before {
  font-family: "Font Awesome 5 Free";
  content: '\f073';
  font-weight: 500;
  margin-right: 5px;
}
#column.post #block_title .update {
  margin-right: 15px;
}
#column.post #block_title .update:before {
  font-family: "Font Awesome 5 Free";
  content: '\f2f1';
  font-weight: 700;
  margin-right: 5px;
}
#column.post #content + .topic_path {
  padding-top: 10px;
}
#column.post #toc {
  margin-top: 80px;
  padding: 20px 40px;
  color: #666666;
  background-color: #f9f9f9;
  border-radius: 20px;
}
#column.post #toc dt {
  margin-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 10px;
  border-bottom: 1px dashed #aaaaaa;
  font-weight: 700;
  font-size: 1.8rem;
}
#column.post #toc a {
  color: #666666;
  border-color: #666666;
  font-weight: 400;
}
#column.post section {
  margin-top: 80px;
}
#column.post section h1 {
  margin-bottom: 40px;
  font-size: 3.6rem;
  font-weight: 900;
  color: #555555;
  padding: 1em;
  border-top: 6px double #555555;
  border-bottom: 6px double #555555;
  line-height: 1.2em;
}
#column.post section h2 {
  margin-top: 40px;
  margin-bottom: 40px;
/*
  padding-top: 5px;
  padding-left: 0.6em;
  padding-bottom: 5px;
*/
  padding: 1em;
  font-size: 3.0rem;
  font-weight: 900;
  color: #666666;
  line-height: 1.2em;
  border-top: 1px dashed #999999;
  border-bottom: 1px dashed #999999;
}
#column.post section * + p,
#column.post section * + ul,
#column.post section * + ol {
  margin-top: 1.0em;
}
#column.post section figure {
  margin-top: 40px;
}
#column.post section figure + * {
  margin-top: 40px;
}
#column.post section * + .block_table,
#column.post section * + table {
  margin-top: 2.0em;
  margin-bottom: 2.0em;
}

#column.post section table {
  width: 100%;
  background-color: #ffffff;
}
#column.post section table caption {
  margin-bottom: 20px;
  font-size: 1.8rem;
  font-weight: 700;
  color: #666666;
}
#column.post section table th,
#column.post section table td {
  padding: 15px 20px;
  border: 1px solid #ffffff;
}
#column.post section table thead th {
  background-color: #0a6c8f;
  color: #ffffff;
}
#column.post section table tbody th {
  background-color: #e6f0f4;
}
#column.post section table th {
  white-space: nowrap;
  font-weight: 700;
  color: #444444;
}
#column.post section table td {
  background-color: #f9f9f9;
  word-break: break-all;
}
#column.post section .td_center td {
  text-align: center;
}

#column.post section figure {
  width: 100%;
  max-width: 1000px;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
#column.post section figure figcaption {
  margin-bottom: 20px;
  font-size: 1.8rem;
  font-weight: 700;
  color: #666666;
  line-height: 1.4em;
}
#column.post section figure img + figcaption {
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 1.3rem;
  font-weight: 400;
}
#column.post section figure figcaption.left {
  text-align: left;
}
#column.post section figure .caption {
  margin-top: 10px;
  padding: 20px;
  border: 1px solid #555555;
  font-size: 14px;
  line-height: 1.4em;
  text-align: left;
}
#column.post section figure.w800 img {
  max-width: 800px;
}
#column.post section figure.w700 img {
  max-width: 700px;
}
#column.post section figure.w600 img {
  max-width: 600px;
}
#column.post section figure.w500 img {
  max-width: 500px;
}

#column.post #content .note {
  margin-top: 20px;
  padding: 30px;
  background-color: #efefef;
  font-size: 1.5rem;
  line-height: 1.6em;
  border-radius: 20px;
}
#column.post #content .note a {
  color: #333333;
  font-weight: 400;
  border-color: #333333;
}

#column.post #content .footnote {
  margin-top: 80px;
}
#column.post #content .footnote li {
  position: relative;
  margin-left: 15px;
  padding-left: 5px;
}
#column.post #content .footnote li:before {
  content: '窶ｻ';
  position: absolute;
  top: 0;
  left: -35px;
}
#column.post #content .asterisk li:before {
  content: '窶ｻ';
  position: absolute;
  top: 0;
  left: -1em;
}
#column.post #content .footnote li li {
  margin-left: 0;
  padding-left: 0;
}
#column.post #content .footnote li li::before {
  display: none;
}
#column.post #content .bibliography dt {
  margin-bottom: 12px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 12px;
  border-bottom: 1px solid #333333;
  font-weight: 700;
  line-height: 1em;
}
#column.post #content .bibliography .marker {
  padding-left: 0;
}
#column.post #content .bibliography li:before {
  display: none;
}

#column.post #block_column {
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #f9f9f9;
  background-image:  linear-gradient(135deg, #eeeeee 25%, transparent 25%), linear-gradient(225deg, #eeeeee 25%, transparent 25%), linear-gradient(45deg, #eeeeee 25%, transparent 25%), linear-gradient(315deg, #eeeeee 25%, #f9f9f9 25%);
  background-position:  4px 0, 4px 0, 0 0, 0 0;
  background-size: 4px 4px;
  background-repeat: repeat;
}
#column.post #block_column .current {
  position: relative;
}
#column.post #block_column .current:before {
  position: absolute;
  top: 15px;
  left: 0;
  padding: 10px 15px 10px 10px;
  content: '莉願ｪｭ繧薙〒縺�ｋ險倅ｺ�';
  background-color: #e6f0f4;
  color: #0a6c8f;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1em;
  border-radius: 0 10px 10px 0;
}

#column.post #content .note blockquote a {
  color: #0a6c8f;
  border-bottom: 1px solid #0a6c8f;
  font-weight: 400;
}
#column.post #content blockquote cite a:hover,
#column.post #content blockquote cite a:active,
#column.post #content blockquote cite a:focus {
  border-bottom: none;
}
/*
@media (960px &lt;= width) {
  #column.post section .block_70 {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
  }
  #column.post section .block_50 {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
  }
}
*/
@media (width &lt; 960px) {
  #column.post section .block_table {
    width: 100%;
    padding-bottom: 20px;
    overflow-x: scroll;
  }
  #column.post section .block_table table {
    width: 939px;
  }
}





/* 繧｢繝ｼ繧ｫ繧､繝�
---------------------------------------------------------------------------- */
#archive.list #content {
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #f3f8f9;
}
#archive.list #block_title {
  padding-top: 80px;
  padding-bottom: 80px;
}
#archive.list #block_title h1 {
  margin-bottom: 40px;
  font-size: 4.4rem;
  font-weight: 900;
  color: #555555;
  line-height: 1.2em;
}
#archive.list #block_lead {
  padding: 20px 30px;
  border-radius: 10px;
  background-color: #f3f8f9;
}
#block_archive li a {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 20px;
  background-color: #ffffff;
  box-shadow: 0px 0px 10px 4px rgba(0,0,0,0.02);
}
#block_archive li a div {
  flex: 1;
  text-align: center;
}
#block_archive li + li {
  margin-top: 40px;
}
#block_archive li a h2 {
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 1.2em;
  text-align: left;
}
#block_archive li a table {
  width: 100%;
  color: #333333;
  text-align: left;
}
#block_archive li a table th {
  font-weight: 500;
  white-space: nowrap;
}
#block_archive li a table th,
#block_archive li a table td {
  padding: 10px;
}
#block_archive li a table tr + tr {
  border-top: 1px dashed #cccccc;
}
#block_archive li a .block_btn {
  display: inline-block;
  margin-top: 20px;
  padding: 20px 40px;
  background-color: #ffffff;
  border-radius: 10px;
  border: 1px solid #0a6c8f;
  line-height: 1em;
  font-weight: 500;
  color: #0a6c8f;
  transition: 0.7s;
}
#block_archive li a:hover .block_btn,
#block_archive li a:active .block_btn,
#block_archive li a:focus .block_btn {
  background-color: #0a6c8f;
  color: #ffffff;
}
#block_archive li {
  position: relative;
}
#block_archive li:not(.other)::before {
  position: absolute;
  top: 10px;
  left: -20px;
  padding: 10px 20px;
  background-color: #ef9506;
  color: #ffffff;
  font-weight: 700;
  line-height: 1.0em;
}
#block_archive li:not(.other)::after {
  position: absolute;
  top: calc(30px + 1.0em);
  left: -20px;
  content: '';
  border-bottom: 15px solid transparent;
  border-right: 20px solid #90641d;
}
#block_archive .seminar::before {
  content: '繧ｻ繝溘リ繝ｼ';
}
#block_archive .exhibition::before {
  content: '螻慕､ｺ莨�';
}
#block_archive .event::before {
  content: '繧､繝吶Φ繝�';
}
@media (960px &lt;= width) {
  #block_archive li a .block_txt .block_btn {
    display: none;
  }
}
@media (width &lt; 960px) {
  #block_archive li a {
    flex-direction: column;
  }
  #block_archive li a .photo .block_btn {
    display: none;
  }
  #block_archive li a table th,
  #block_archive li a table td {
    display: block;
  }
  #block_archive li a table th {
    padding-bottom: 0;
  }
  #block_archive li a table td {
    padding-top: 0;
  }
}

#archive.post #mainvisual {
  background-color: #f3f8f9;
}
#archive.post #content .inner {
  margin-top: 80px;
  margin-bottom: 80px;
}
#archive.post #content table {
  width: 100%;
}
#archive.post #content table th,
#archive.post #content table td {
  padding: 20px;
  border: 1px solid #dddddd;
}
#archive.post #content table tbody th {
  font-weight: 600;
  vertical-align: middle;
  background-color: #efefef;
  white-space: nowrap;
}
#archive.post #content table p + p {
  margin-top: 10px;
}
#archive.post #content h2 {
  margin-top: 80px;
  margin-bottom: 40px;
  padding: 20px;
  font-size: 2.4rem;
  font-weight: 900;
  color: #555555;
  background-color: #f3f8f9;
  line-height: 1.4em;
}
#archive.post #content h3 {
  margin-top: 40px;
  margin-bottom: 20px;
  padding-left: 20px;
  font-size: 2.4rem;
  font-weight: 900;
  color: #0a6c8f;
  line-height: 1.4em;
  border-left: 6px solid #0a6c8f;
}
#archive.post #content * + figure,
#archive.post #content figure + * {
  margin-top: 40px;
}
#archive.post #content figure {
  text-align: center;
}
#archive.post #content figure.w600 img {
  width: 600px;
}
#archive.post #content figure figcaption {
  margin-bottom: 20px;
  font-size: 2.0rem;
  font-weight: 700;
  color: #777777;
  line-height: 1.4em;
}
#archive.post #content figure img + figcaption {
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.4em;
}
#archive.post #content .note {
  margin-top: 20px;
  padding: 30px;
  background-color: #efefef;
  font-size: 1.5rem;
  line-height: 1.6em;
  border-radius: 20px;
}
#archive.post #content .panelist {
  display: flex;
  gap: 20px;
  margin-bottom: 40px;
}
#archive.post #content .panelist dl {
  border: 1px solid #dddddd;
  background-color: #f9f9f9;
  flex: 1;
}
#archive.post #content .panelist dt div {
  padding: 20px;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.4em;
  background-color: #f0f0f0;
}
#archive.post #content .panelist dt span {
  display: block;
  margin-top: 10px;
  font-weight: 600;
  font-size: 1.6rem;
}
#archive.post #content .panelist dd {
  padding: 20px;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.4em;
}
#archive.post #content p + p {
  margin-top: 1em;
}
#archive.post #content p span {
  position: relative;
  font-weight: 900;
  padding-right: 3rem;
}
#archive.post #content p span::after {
  position: absolute;
  top: 50%;
  right: 0.75rem;
  transform: translateY(-50%);
  width: 1.5rem;
  height: 2px;
  background-color: #333333;
  content: '';
}
@media (width &lt; 960px) {
  #archive.post #content table th,
  #archive.post #content table td {
    display: block;
    width: calc(100% - 40px);
  }
  #archive.post #content .panelist {
    flex-direction: column;
  }
  #archive.post #content .panelist dt {
    display: flex;
    flex-direction: row;
  }
  #archive.post #content .panelist dt img {
    width: 100px;
  }
  #archive.post #content .panelist dt div {
    width: calc(100% - 40px);
  }
}






/*
section * + ul,
section * + ol,
section * + p {
  margin-top: 10px;
}
section {
  clear: both;
  margin-top: 60px;
}
section + section {
  margin-top: 100px;
}
section h1 {
  position: relative;
  margin-bottom: 40px;
  padding-left: 20px;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.2em;
}
section h1::first-letter {
  font-size: 3.6rem;
}
section h1:before {
  position: absolute;
  top: -1.0rem;
  left: 0;
  content: '';
  width: 5.6rem;
  height: 5.6rem;
  background-color: #ffc800;
  border-radius: 100px;
  z-index: -1;
}
section h2 {
  position: relative;
  margin-bottom: 30px;
  padding: 0 20px 25px;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.3em;
}
section h2:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10px;
  content: '';
  background-image: -webkit-repeating-linear-gradient(135deg, #ffc800, #ffc800 1px, transparent 2px, transparent 5px);
  background-image: repeating-linear-gradient(-45deg, #ffc800, #ffc800 1px, transparent 2px, transparent 5px);
  background-size: 7px 7px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
section h3 {
  margin-bottom: 20px;
  padding: 0 20px 15px;
  font-size: 2.2rem;
  font-weight: 700;
  border-bottom: 2px dashed #ffc800;
}
section * + h2 {
  margin-top: 40px;
}
section * + h3 {
  margin-top: 40px;
}

section p span,
section li span {
  font-weight: 700;
  background: linear-gradient(transparent 60%, #ffff66 60%);
}

section .block_note {
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 20px;
  border: 1px solid #555555;
  font-weight: 400;
  color: #555555;
  line-height: 1.4em;
  word-break : break-all;
}
section .block_note p + p {
  margin-top: 5px;
}
section .block_note a {
  color: #555555;
}
section .block_note a[href$=".pdf"]:after {
  font-family: "Font Awesome 5 Free";
  content: '\f1c1';
  font-weight: 500;
  margin-left: 5px;
}
section .block_note h1 {
  position: relative;
  margin-bottom: 10px;
  padding-left: 0;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.6em;
}
section .block_note h1:before {
  display: none;
}
section .block_note h1::first-letter {
  font-size: 1.8rem;
}
#block_lead .block_note {
  margin-top: 20px;
  padding: 15px 20px;
  font-weight: 400;
  color: #ffffff;
  line-height: 1.4em;
  background: rgba(255, 255, 255, 0.1);
  word-break : break-all;
}
#block_lead .block_note p + p {
  margin-top: 5px;
}

section figure figcaption a {
  border-bottom: 1px solid #333333;
}
section figure figcaption a:hover,
section figure figcaption a:active,
section figure figcaption a:focus {
  border: none;
  color: #45aaf2;
}
section figure figcaption span {
  display: block;
  margin-bottom: 5px;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.4em;
}
#container section figure + p {
  margin-top: 40px;
}
section .block_photo {
  margin-bottom: 40px;
}
@media (600px &lt;= width) {
  section .block_photo {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    column-gap: 20px;
  }
  section .block_photo figure {
    width: calc((100% - 20px) / 2);
  }
}

#container section .interviewer {
  position: relative;
  margin-top: 40px;
  margin-bottom: 30px;
  padding-left: 3em;
  font-size: 1.8rem;
  font-weight: 500;
}
section .interviewer:before {
  position: absolute;
  top: 1.3rem;
  left: 0;
  content: '';
  width: 2em;
  height: 2px;
  background-color: #ffc800;
}
section .caption {
  margin-top: 10px;
  padding-bottom: 1px;
  font-size: 1.3rem;
  font-weight: 400;
  color: #555555;
  line-height: 1.4em;
  text-align: center;
}
section .caption.head {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 2.0rem;
  font-weight: 700;
  color: #777777;
  line-height: 1.4em;
}
section .caption.left {
  text-align: left;
}
section .caption a {
  border-bottom: 1px solid #333333;
}
section .caption a:hover,
section .caption a:active,
section .caption a:focus {
  border: none;
  color: #45aaf2;
}
section .block_table {
  margin-top: 60px;
  margin-bottom: 60px;
}
section .block_table.js-scrollable {
  overflow-x: auto!important;
  overflow-y: hidden!important;
}
section table {
  width: 100%;
}
section table.fixed {
  table-layout: fixed;
}
section table caption {
  margin-bottom: 20px;
  font-size: 2.0rem;
  font-weight: 700;
  color: #777777;
  line-height: 1.4em;
}
section table thead {
  color: #ffffff;
}
section table thead th {
  background-color: #005bab;
}
section table thead td {
  background-color: #2479c4;
}
section table tbody th {
  background-color: #eff6ee;
}

section table th,
section table td {
  padding: 20px;
  border: 1px solid #dddddd;
  line-height: 1.4em;
  vertical-align: middle;
}
section table thead td,
section table th {
  font-weight: bold;
  text-align: center;
}
section table .nowrap {
  white-space: nowrap;
}
section table .center {
  text-align: center;
}
section table .w5 {
  width: calc(5em + 40px);
}

section .block_youtube {
  max-width: 800px;
  margin: 40px auto;
}
section .block_youtube_inner {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
section .block_youtube_inner iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (width &lt; 840px) {
  section .block_youtube {
    max-width: 100%;
  }
}
*/

.block_link {
  margin-top: 100px;
  padding: 20px 30px;
  background-color: #eeeeee;
}
.block_link dt {
  margin-bottom: 10px;
  font-size: 1.8rem;
  font-weight: 700;
}
.block_link a[href$=".pdf"]:after {
  font-family: "Font Awesome 5 Free";
  content: '\f1c1';
  font-weight: 500;
  margin-left: 5px;
}

#block_article {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #005bab;
}
#block_article .inner {
  width: 1100px;
}
#block_article dt {
  margin-bottom: 20px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 2.0rem;
  font-weight: 700;
  color: #ffffff;
}
#block_article ul {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
#block_article li {
  width: calc((100% - 60px) / 4);
  background-color: #ffffff;
  box-shadow: 0px 0px 10px 4px rgba(0,0,0,0.05);
  transition: .5s;
}
#block_article li:hover,
#block_article li:active,
#block_article li:focus {
  box-shadow: 0px 0px 10px 4px rgba(0,0,0,0.25);
}
#block_article li:hover img,
#block_article li:active img,
#block_article li:focus img {
  transform: scale(1.1, 1.1);
}
#block_article a {
  position: relative;
  display: flex;
  flex-direction: column;
}
#block_article a .photo {
  order: -1;
  overflow: hidden;
}
#block_article a .photo img {
  transition: .5s;
}
#block_article a h1 {
  margin: 10px 20px 20px;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.4em;
}
#block_article a p {
  margin: 10px 20px 0;
  font-size: 1.4rem;
  line-height: 1.4em;
}
#block_article a .cat {
  position: absolute;
  top: 0;
  left: 0;
  padding: 10px;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1em;
  color: #ffffff;
  background-color: #439a86;
}
#block_article a .date {
  margin: 10px 20px 0;
  font-size: 1.3rem;
  line-height: 1em;
  color: #777777;
  text-align: right;
}
#block_article a .tag {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  margin: 0 20px 20px;
  padding-left: 20px;
  font-size: 1.3rem;
  line-height: 1.2em;
  color: #555555;
}
#block_article a .tag:before {
  position: absolute;
  top: 0;
  left: 0;
  font-family: "Font Awesome 5 Free";
  content: '\f02b';
  font-weight: 900;
  color: #439a86;
}
#block_article a .tag li + li:before {
  content: '繝ｻ';
}
#block_article .block_btn {
  margin-top: 40px;
  text-align: center;
}
#block_article .block_btn a {
  display: inline-block;
  padding: 10px 50px;
  border: 1px solid #ffffff;
  background-color: #ffffff;
  color: #005bab;
  font-weight: 500;
}
#block_article .block_btn a:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f138";
  margin-right: 10px;
}
#block_article .block_btn a:hover,
#block_article .block_btn a:active,
#block_article .block_btn a:focus {
  background-color: #005bab;
  color: #ffffff;
}
@media (width &lt; 1140px) {
  #block_article .inner {
    width: calc(100% - 40px);
  }
}
@media (width &lt; 600px) {
  #block_article li {
    width: calc((100% - 20px) / 2);
  }
  #container #block_article a h1 {
    font-size: 1.8rem;
  }
}

.block_summary {
  margin-top: 60px;
  padding: 10px 20px;
  border: 1px solid #dddddd;
  font-weight: 400;
  color: #555555;
  background-color: #f9f9f9;
  word-break: break-all;
}
.block_summary dt {
  margin-bottom: 5px;
  font-weight: 700;
}
table.normal th {
  padding-right: 5px;
  font-weight: 500;
  white-space: nowrap;
}
table.normal th:after {
  content: '��';
  padding-left: 5px;
}





/* ----------------------------------------------------------------------------
/* 險倅ｺ倶ｸ隕ｧ
---------------------------------------------------------------------------- */
#title_list {
  padding-top: 150px;
  padding-bottom: 40px;
  background-color: #005bab;
}
#title_list h1 {
  font-size: 24px;
  font-weight: 700;
  color: #ffffff;
}
@media (width &lt; 600px) {
  #title_list {
    padding-top: 88px;
    padding-bottom: 20px;
  }
  #title_list h1 {
    font-size: 20px;
    text-align: center;
  }
}







</pre></body></html>