<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: top;
}
sub {
  font-size: 70%;
  vertical-align: bottom;
}
a {
  color: #333333;
  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 screen and (max-width: 1120px){
  .inner {
    width: calc(100% - 40px);
  }
}
#container {
  padding-top: 120px;
  padding-bottom: 120px;
}
#home #container {
  padding-top: 0;
}
/*
#container h1 {
  margin-bottom: 60px;
  font-size: 4.0rem;
  line-height: 1.2em;
  text-align: center;
}
#container h2 {
  margin-top: 40px;
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 2.4rem;
  line-height: 1.2em;
}
*/
#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(0, 91, 171, 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 {
  border-bottom: 1px solid #333333;
}
#container #block_lead a {
  color: #ffffff;
  border-bottom: 1px solid #ffffff;
}
#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;
  color: #45aaf2;
}
#container ul.marker a:hover,
#container ul.marker a:active,
#container ul.marker a:focus {
  border: none;
  color: #45aaf2;
}
#container ol.marker a:hover,
#container ol.marker a:active,
#container ol.marker a:focus {
  border: none;
  color: #45aaf2;
}
#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;
}
@media screen and (min-width: 941px) {
  #container .block_table.js-scrollable.scroll-hint.is-scrollable {
    overflow: visible!important;
  }
  #container .scroll-hint-icon {
    display: none;
  }
}
@media screen and (max-width: 940px) {
  #container .block_table {
    width: 100%;
    padding-bottom: 20px;
    overflow-x: scroll;
  }
  #container .block_table table {
    width: 900px;
  }
}
@media screen and (max-width: 767px) {
  #container {
    padding-top: 68px;
  }
  #container .block_iframe.pdf {
    padding-bottom: 79%;
}
/*
  #container h1 {
    font-size: 3.0rem;
  }
  #container table,
  #container table tbody,
  #container table tr,
  #container table th,
  #container table td {
    display: block;
  }
  #container table th {
    width: calc(100% - 50px);
  }
*/
}
@media screen and (min-width: 600px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: text;
    text-decoration: none;
  }
}

#page_top {
  display: none;
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 60px;
  height: 60px;
  background: rgba(67, 154, 134, 90%);
  box-shadow: 0px 3px 5px 0px rgb(0, 0, 0, 20%);
}
#page_top a {
  position: relative;
  display: block;
  width: 60px;
  height: 60px;
}
#page_top a::before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f106';
  font-size: 30px;
  color: #ffffff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  #page_top {
    display: none;
  }
}

.block_date {
  font-size: 1.3rem;
  line-height: 1em;
  color: #777777;
  text-align: right;
}
.block_date span + span {
  margin-left: 10px;
}
.block_date .date:before {
  font-family: "Font Awesome 5 Free";
  content: '\f017';
  font-weight: 500;
  margin-right: 5px;
}
.block_date .update:before {
  font-family: "Font Awesome 5 Free";
  content: '\f2f1';
  font-weight: 700;
  margin-right: 5px;
}





/* ----------------------------------------------------------------------------
/* header
---------------------------------------------------------------------------- */
header {
  position: fixed;
  background-color: #ffffff;
  transition: 0.7s;
  z-index: 100;
}
header .inner {
  display: flex;
  justify-content: space-between;
  width: calc(100% - 80px);
}
header h1 a {
  display: flex;
  align-items: center;
}
header h1 span:nth-of-type(1) {
  font-size: 1.3rem;
}
header h1 span:nth-of-type(2) {
  margin-left: 5px;
  font-weight: 900;
  font-size: 2.4rem;
  color: #555555;
}
header #logo_oyo img {
  width: 80px;
}

@media screen and (min-width: 768px) {
  header {
    width: 100%;
    padding-top: 20px;
    box-shadow: 0px 3px 5px 0px rgb(0 0 0 / 10%);
  }
  header.sticky {
    padding-top: 10px;
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.1);
  }
  header.sticky nav {
    margin-top: 10px;
  }
  header .inner {
    display: flex;
    align-items: center;
  }
  header #nav_toggle {
    display: none;
  }
  header nav {
    width: 100%;
    margin-top: 20px;
    padding: 10px 0;
    font-size: 1.6rem;
    background-color: #002d55;
  }
  header nav #nav_global {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 20px;
    margin-right: 20px;
  }
  header nav #nav_global a {
    display: inline-block;
    color: #ffffff;
    border-bottom: 1px solid #002d55;
  }
  header nav #nav_global a:hover,
  header nav #nav_global a:active,
  header nav #nav_global a:focus {
    border-bottom: 1px solid #ffffff;
  }
  header nav li + li {
    margin-left: 30px;
  }
  header nav .block_btn {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  header {
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
    filter: drop-shadow(2px 2px 2px rgba(0,0,0,0.1));
  }
  header .inner {
    justify-content: center;
    width: calc(100% - 40px);
  }
  header #logo_oyo {
    display: none;
  }
  header h1 a {
    flex-direction: column;
  }
  header h1 span:nth-of-type(2) {
    margin-top: 5px;
    margin-left: 0;
    font-size: 2.0rem;
  }



  header.sticky {
    filter: drop-shadow(2px 2px 2px rgba(0,0,0,0.1));
  }
  .open header {
    background-color: #002d55;
  }
  .open header h1 span:nth-of-type(1),
  .open header h1 span:nth-of-type(2) {
    color: #ffffff;
  }
  header nav {
    display: none;
    position: fixed;
    top: 68px;
    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: #002d55;
    color: #ffffff;
    border: 1px solid #002d55;
    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 {
    background-color: #ffffff;
    color: #002d55;
  }

  #nav_toggle {
    display: block;
    position: fixed;
    top: 20px;
    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-bottom: 40px;
  background-color: #333333;
}
footer .inner {
  width: calc(100% - 80px);
}
footer &gt; .inner {
  display: flex;
  justify-content: space-between;
}
footer #block_logo {
  width: 280px;
  margin-left: 20px;
}
footer #block_logo ul {
  display: flex;
  justify-content: flex-end;
  margin-top: 20px;
}
footer #block_logo li + li {
  margin-left: 20px;
}
footer #block_logo li a {
  border-bottom: 1px solid #333333;
}
footer #block_logo li a:hover,
footer #block_logo li a:active,
footer #block_logo li a:focus {
  border: none;
}
footer .block_footer {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #555555;
  color: #ffffff;
}
footer .block_footer .inner {
  display: grid;
  place-content: center;
}
footer #copyright {
  padding-top: 20px;
  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 {
  text-align: right;
}
footer #copyright .block_btn a {
  display: inline-block;
  margin-bottom: 10px;
  padding: 10px 40px;
  border: 1px solid #ffffff;
  font-weight: 500;
}
footer #copyright .block_btn a:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f138";
  margin-right: 10px;
}
footer #copyright .block_btn a:hover,
footer #copyright .block_btn a:active,
footer #copyright .block_btn a:focus {
  background-color: #ffffff;
  color: #333333;
}
@media screen and (max-width: 767px) {
  footer {
    padding-bottom: 20px;
  }
  footer .inner {
    width: calc(100% - 40px);
  }
  footer &gt; .inner {
    flex-direction: column-reverse;
  }
  footer #block_logo {
    margin-left: 0;
    margin-bottom: 20px;
  }
  footer #block_logo ul {
    display: none;
  }
  footer #copyright .inner {
    display: block;
  }
  footer #copyright .inner &gt; p {
    margin-top: 40px;
    text-align: right;
  }
}





/* ----------------------------------------------------------------------------
/* home
---------------------------------------------------------------------------- */
#block_slide .swiper-button-prev,
#block_slide .swiper-button-next {
  color: #ffffff;
}
#block_slide {
  padding-top: 170px;
  padding-bottom: 40px;
  background-color: #005bab;
}
#block_slide .swiper-slide {
/*
  display: flex;
  align-items: flex-end;
*/
  display: grid;
  place-content: center;
}
#block_slide .swiper-slide_inner {
  position: relative;
}
#block_slide .photo {
  padding-right: 20px;
  padding-bottom: 20px;
/*
  margin-left: 60px;
*/
}
#block_slide .text {
  position: absolute;
  right: 0;
  bottom: 0;
/*
  position: relative;
*/
  width: 600px;
/*
  margin-left: -40px;
  margin-right: 60px;
  margin-bottom: 20px;
*/
  padding: 20px;
  background-color: #ffffff;
  box-shadow: 0px 0px 10px 4px rgba(0,0,0,0.1);
}
#block_slide .text:hover,
#block_slide .text:active,
#block_slide .text:focus {
  box-shadow: 0px 0px 10px 4px rgba(0,0,0,0.2);
}
#block_slide a {
  display: block;
}
#block_slide .cat {
  display: inline-block;
  position: absolute;
  top: -5px;
  left: -5px;
  padding: 10px;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1em;
  color: #ffffff;
  background-color: #439a86;
}
#block_slide h1 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 2.0rem;
  font-weight: 700;
  line-height: 1.4em;
}
#block_slide p {
  font-size: 1.5rem;
  line-height: 1.4em;
}
#block_slide .tag {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  padding-left: 20px;
  font-size: 1.3rem;
  line-height: 1.2em;
  color: #555555;
}
#block_slide .tag:before {
  position: absolute;
  top: 0;
  left: 0;
  font-family: "Font Awesome 5 Free";
  content: '\f02b';
  font-weight: 900;
  color: #439a86;
}
#block_slide .tag li + li:before {
  content: '繝ｻ';
}

@media screen and (max-width: 767px) {
  #block_slide {
    padding-top: 110px;
  }
  #block_slide .swiper-slide {
    flex-direction: column;
  }
  #block_slide .swiper-slide_inner {
    position: relative;
    padding-left: 40px;
    padding-right: 40px;
  }
  #block_slide .photo {
    padding: 0;
  }
  #block_slide .text {
    position: relative;
    width: calc(100% - 40px);
    height: 100%;
  }
  #block_slide .cat {
    top: -10px;
    left: 10px;
  }
  #block_slide h1 {
    font-size: 1.6rem;
  }
  #block_slide p {
    font-size: 1.3rem;
  }
}

#home #content {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
  gap: 20px;
  padding-top: 80px;
  padding-left: 40px;
  padding-right: 40px;
}
#home #content article {
  position: relative;
  background-color: #ffffff;
  box-shadow: 0px 0px 10px 4px rgba(0,0,0,0.05);
  transition: .5s;
}
#home #content article:hover,
#home #content article:active,
#home #content article:focus {
  box-shadow: 0px 0px 10px 4px rgba(0,0,0,0.1);
}
#home #content article:hover img,
#home #content article:active img,
#home #content article:focus img {
  transform: scale(1.15, 1.15);
}
#home #content article a {
  display: flex;
  flex-direction: column;
  padding-bottom: 10px;
  height: 100%;
}
#home #content article .photo {
  order: -1;
  overflow: hidden;
}
#home #content article .photo img {
  transition: .5s;
}
#home #content article h1 {
  margin: 10px 20px 0;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.4em;
}
#home #content article p {
  margin: 10px 20px 15px;
  font-size: 1.5rem;
  line-height: 1.4em;
}
#home #content article .cat {
  position: absolute;
  top: 0;
  left: 0;
  padding: 10px;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1em;
  color: #ffffff;
  background-color: #439a86;
}
#home #content article .block_date {
  margin: 10px 20px 0;
}
#home #content article .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;
}
#home #content article .tag:before {
  position: absolute;
  top: 0;
  left: 0;
  font-family: "Font Awesome 5 Free";
  content: '\f02b';
  font-weight: 900;
  color: #439a86;
}
#home #content article .tag li + li:before {
  content: '繝ｻ';
}

@media screen and (max-width: 767px) {
  #home #content {
    display: flex;
    flex-wrap: wrap;
/*
    grid-template-columns: repeat(2, 1fr);
*/
    padding-left: 20px;
    padding-right: 20px;
  }
  #home #content article {
    width: calc((100% - 20px) / 2);
  }
  #home #content article a {
    padding-bottom: 20px;
  }
  #home #content article h1 {
    font-size: 1.6rem;
  }
  #home #content article p {
    display: none;
  }
}





/* ----------------------------------------------------------------------------
/* 險倅ｺ�
---------------------------------------------------------------------------- */
.topic_path {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #f9f9f9;
}
.topic_path .inner {
  width: calc(100% - 80px);
}
.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: #439a86;
}
.topic_path a:hover,
.topic_path a:active,
.topic_path a:focus {
  text-decoration: underline;
}

@media screen and (max-width: 767px) {
  .topic_path .inner {
    width: calc(100% - 40px);
  }
}

#block_title {
  margin-top: 40px;
  margin-bottom: 40px;
}
#block_title h1 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 3.0rem;
  font-weight: 900;
  line-height: 1.2em;
}
#block_title h1 span {
  display: inline-block;
  margin-bottom: 5px;
  font-size: 2.6rem;
  font-weight: 500;
}
#block_title .cat {
  display: inline-block;
  padding: 10px;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1em;
  color: #ffffff;
  background-color: #439a86;
}
#block_title .block_date {
  font-size: 1.4rem;
}
#mainvisual {
  position: relative;
  width: 1080px;
  margin-left: auto;
  margin-right: auto;
}
#mainvisual img {
  width: 100%;
}
#mainvisual figcaption {
  position: absolute;
  left: 0;
  bottom: 0;
  width: calc(100% - 30px);
  padding: 15px;
  background: rgba(0,0,0,0.5);
  color: #ffffff;
  font-size: 1.4rem;
  line-height: 1.4em;
}
@media screen and (max-width: 1100px) {
  #mainvisual {
    width: 100%;
  }
}
#block_lead {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #005bab;
  color: #ffffff;
}
section * + ul,
section * + ol,
section * + p {
  margin-top: 1.6em;
}
section {
  clear: both;
  margin-top: 60px;
}
section + section {
  margin-top: 100px;
}
section h1 {
  position: relative;
  margin-bottom: 40px;
  padding-left: 20px;
/*
  padding: 10px 0 10px 10px;
  border-left: 10px solid #ffc800;
*/
  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 h1:after {
  position: absolute;
  top: 1rem;
  left: 2.6rem;
  content: '';
  width: 2.6rem;
  height: 2.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 .important,
section li .important {
  font-weight: 700;
  background: linear-gradient(transparent 60%, #ffff66 60%);
}
section p .name {
  margin-right: 1em;
  font-weight: 700;
}

section .block_note {
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 20px;
  border: 1px solid #555555;
/*
  font-size: 1.4rem;
*/
  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;
/*
  border: 1px solid #ffffff;
  font-size: 1.4rem;
*/
  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 {
  width: 100%;
  max-width: 1000px;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
section figure figcaption {
  margin-bottom: 20px;
  font-size: 2.0rem;
  font-weight: 700;
  color: #777777;
  line-height: 1.4em;
}
section figure img + figcaption {
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 1.3rem;
  font-weight: 400;
  color: #555555;
}
section figure figcaption.left {
  text-align: left;
}
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 screen and (min-width: 600px) {
  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 thead th + th {
  border-left: 1px solid #ffffff;
}
section table tbody th,
section table tbody td {
  border-bottom: 1px solid #dddddd;
}
section table tbody th {
  background-color: #eff6ee;
  border-right: 1px solid #dddddd;
}
section table tbody td + td {
  border-left: 1px solid #dddddd;
}
*/

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 screen and (max-width: 840px) {
  section .block_youtube {
    max-width: 100%;
  }
}

section blockquote {
  position: relative;
  margin-top: 1.6em;
  padding: 1.6em;
  background-color: #ebf2f8;
}
section blockquote p {
  font-style: italic;
}
section blockquote:before,
section blockquote:after {
  position: absolute;
  font-family: "Font Awesome 5 Free";
  color: #b3cee6;
  font-size: 30px;
  font-weight: 900;
}
section blockquote:before {
  top: -5px;
  left: -5px;
  content: "\f10d";
}
section blockquote:after {
  bottom: -5px;
  right: -5px;
  content: "\f10e";
}
section blockquote cite {
  display: block;
  margin-top: 1.6em;
  color: #777777;
  font-size: 1.4rem;
}
section blockquote cite a,
section blockquote cite a:link {
  color: #777777;
  border-bottom: 1px solid #777777;
}
section blockquote cite a:hover,
section blockquote cite a:active,
section blockquote cite a:focus {
  border-bottom: none;
}

.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: calc(100% - 80px);
}
#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: grid;
  grid-template-columns: repeat(4, 1fr);
/*
  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;
  height: 100%;
}
#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 .block_date {
  margin: 10px 20px 0;
}
#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 screen and (max-width: 1140px) {
  #block_article .inner {
    width: calc(100% - 40px);
  }
}
@media screen and (max-width: 767px) {
  #block_article ul {
    grid-template-columns: repeat(2, 1fr);
  }
/*
  #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;
}

.box_supporter {
  display: flex;
  gap: 40px;
  margin-top: 80px;
  padding: 40px;
  color: #333333;
  border-top: 1px solid #555555;
  border-bottom: 1px solid #555555;
}
.box_supporter .title {
  font-size: 18px;
  font-weight: 700;
}
.box_supporter img {
  width: 100px;
  height: fit-content;
  margin-left: auto;
  margin-right: auto;
}
.box_supporter p + p {
  margin-top: 1em;
}
@media screen and (max-width: 767px) {
  .box_supporter {
    flex-direction: column-reverse;
  }
}





/* ----------------------------------------------------------------------------
/* 險倅ｺ倶ｸ隕ｧ
---------------------------------------------------------------------------- */
#title_list {
  padding-top: 150px;
  padding-bottom: 40px;
  background-color: #005bab;
}
#title_list .inner {
  width: calc(100% - 80px);
}
#title_list h1 {
  font-size: 24px;
  font-weight: 700;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  #title_list {
    padding-top: 88px;
    padding-bottom: 20px;
  }
  #title_list .inner {
    width: calc(100% - 40px);
  }
  #title_list h1 {
    font-size: 20px;
    text-align: center;
  }
}




/* ----------------------------------------------------------------------------
/* 繧ｦ繧ｧ繝悶�繝ｼ繧ｸ
---------------------------------------------------------------------------- */
.page #container {
  padding-top: 0;
}
.page #content {
  padding-top: 80px;
}

#download #container {
  padding-bottom: 0;
}
#download #content {
  padding-bottom: 120px;
  background-color: #f2f3f5;
}
#download #content #block_lead {
  padding: 20px 30px;
  background-color: #ffffff;
  color: #333333;
}
#download #content #block_lead p + p {
  margin-top: 10px;
}
#download #content dl {
  margin-top: 60px;
  text-align: center;
}
#download #content dl dt {
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 900;
  line-height: 1.2em;
}
#download #content dl dt span {
  display: block;
  margin-bottom: 5px;
  font-size: 30px;
  color: #005bab;
  line-height: 1.2em;
}
#download #content dl ul {
  display: flex;
  gap: 20px;
  max-width: 800px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}
#download #content dl li {
  height: 100%;
  flex: 1;
}
#download #content dl a {
  display: block;
  padding: 20px 40px;
  background-color: #005bab;
  color: #ffffff;
  font-size: 1.8rem;
  font-weight: 700;
  border: 1px solid #005bab;
}
#download #content dl a span {
  display: inline-block;
  position: relative;
  padding-left: 30px;
}
#download #content dl a span::before {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  content: '';
  width: 20px;
  height: 20px;
  background-size: contain;
  background-repeat: no-repeat;
  transition: 0.7s;
}
#download #content dl .pdf span::before {
  background-image: url(/assets/images/common/icon_pdf.svg);
}
#download #content dl .ebook span::before {
  background-image: url(/assets/images/common/icon_book_white.svg);
}
#download #content dl a:hover,
#download #content dl a:active,
#download #content dl a:focus {
  background-color: #ffffff;
  color: #005bab;
}
#download #content dl .pdf:hover span::before,
#download #content dl .pdf:active span::before,
#download #content dl .pdf:focus span::before {
  background-image: url(/assets/images/common/icon_pdf_blue.svg);
}
#download #content dl .ebook:hover span::before,
#download #content dl .ebook:active span::before,
#download #content dl .ebook:focus span::before {
  background-image: url(/assets/images/common/icon_book_blue.svg);
}
@media screen and (max-width: 767px) {
  #download #content dl ul {
    flex-direction: column;
  }
}
</pre></body></html>