@charset "UTF-8";
/*----------------------------------------------------------------------------******************************************************************************PC******************************************************************************----------------------------------------------------------------------------*/
@media screen and (min-width: 769px) {
  /*----------------------------------------------------------------------------
  ******************************************************************************
  Layout
  ******************************************************************************
  ----------------------------------------------------------------------------*/
  /* ==== Base === */
  body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    font-family: "Noto Sans JP", sans-serif;
  }
  .layout {
    max-width: 960px;
    margin: 0 auto;
    overflow: hidden;
  }
  .pc_only {
    display: block;
  }
  .sp_only {
    display: none;
  }
  .pc_none {
    display: none;
  }
  /* ==== Color === */
  /* ==== Backgraund === */
  #wrap {
    background: rgb(255, 255, 255);
  }
  /* ==== Header === */
  #hd {
    height: 80px;
    position: relative;
    margin-bottom: 10px;
  }
  #hd #site-title {
    top: 20px;
    left: 10px;
  }
  #hd #site-title a {
    font-size: 1.8rem;
    line-height: 1.3;
    background: #003166;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
  }
  #hd #site-title a .hd_small {
    font-size: 60%;
    background: #003166;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  /* ==== Navigation === */
  #nav_bg {
    margin-bottom: 20px;
  }
  #nav {
    height: 100%;
  }
  #nav ul {
    display: flex;
  }
  #nav ul li {
    flex: 1;
    width: 16.66%;
    line-height: 50px;
  }
  #nav ul li a {
    color: #003166;
    text-decoration: none;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    white-space: nowrap;
    transition: All 0.2s ease;
    display: flex;
    justify-content: center;
    flex-direction: column;
    line-height: 1;
    gap: 0.4rem;
    padding: 10px;
    height: 100%;
    letter-spacing: 0.2em;
  }
  #nav ul li a::after {
    content: attr(data-text);
    display: block;
    color: #003166;
    font-size: 10.5px;
    text-shadow: none;
  }
  #nav ul li a:hover {
    border-top: 4px solid #003166;
    letter-spacing: 0.4em;
    color: #003166;
    text-shadow: none;
  }
  #nav ul li a:hover::after {
    color: #003166;
  }
  #nav ul .current {
    border-top: 4px solid #003166 !important;
    letter-spacing: 0.2em;
    pointer-events: none;
  }
  #nav ul .current a {
    color: #003166;
    text-shadow: none;
  }
  #nav ul .current a::after {
    content: attr(data-text);
    color: #003166;
  }
  #menu {
    display: none;
  }
  /* ==== Content === */
  #con {
    padding-top: 5px;
    padding-bottom: 20px;
    display: flex;
    max-width: 960px;
  }
  /* ==== side-Navigation === */
  #sidebar {
    width: 23%;
    max-width: 220px;
  }
  #sidebar .sidenav_contents_box {
    padding: 10px 5px;
    background-color: #ffffff;
    box-shadow: 0 0px 10px rgba(0, 0, 0, 0.1);
    line-height: 1.6;
    margin-top: 20px;
    width: 100%;
  }
  #sidebar .sidenav_contents_box nav ul {
    padding: 0px;
  }
  #sidebar .sidenav_contents_box nav ul li a {
    width: 100%;
    box-sizing: border-box;
    height: auto;
    padding: 12px 5px 5px 23px;
    display: block;
    text-decoration: none;
    background: url(../images/common/sidenav_icon.png) no-repeat 6px 16px;
    background-size: 10px 10px;
    font-size: 12px;
    color: #003166;
    border-bottom: dotted 1px #CCC;
    transition: all 0.3s ease, background-position 0.3s ease;
  }
  #sidebar .sidenav_contents_box nav ul li a:hover {
    padding-left: 32px;
    background-position: 15px 16px;
    color: #003166;
    font-weight: bold;
  }
  #sidebar .sidenav_contents_box nav ul .current {
    font-weight: bold;
    pointer-events: none;
  }
  #sidebar .sidenav_contents_box .category-link {
    cursor: pointer;
  }
  #sidebar .sidenav_box {
    padding: 10px 5px;
    background-color: #ffffff;
    box-shadow: 0 0px 10px rgba(0, 0, 0, 0.1);
    line-height: 1.6;
    margin-top: 20px;
    width: 100%;
  }
  #sidebar .sidenav_box nav ul {
    padding: 0px;
  }
  #sidebar .sidenav_box nav ul li a {
    width: 100%;
    box-sizing: border-box;
    height: auto;
    padding: 12px 5px 5px 23px;
    display: block;
    text-decoration: none;
    background: url(../images/common/sidenav_icon.png) no-repeat 6px 16px;
    background-size: 10px 10px;
    font-size: 12px;
    color: #003166;
    border-bottom: dotted 1px #CCC;
    transition: all 0.3s ease, background-position 0.3s ease;
  }
  #sidebar .sidenav_box nav ul li a:hover {
    padding-left: 32px;
    background-position: 15px 16px;
    color: #003166;
    font-weight: bold;
  }
  #sidebar .sidenav_box nav ul .current {
    font-weight: bold;
    pointer-events: none;
  }
  #sidebar .lab_info_box {
    padding: 10px 5px;
    background-color: #ffffff;
    box-shadow: 0 0px 10px rgba(0, 0, 0, 0.1);
    line-height: 1.6;
    margin-top: 20px;
  }
  #sidebar .lab_info_box p {
    font-size: 12.3px;
    padding: 2px 0;
  }
  #sidebar .lab_info_box p span {
    font-weight: bold;
    font-size: 1.4rem;
  }
  #main {
    width: 75%;
    max-width: 720px;
    margin-top: 20px;
    margin-right: 15px;
    background-color: #fff;
    padding: 10px;
    box-shadow: 0 0px 10px rgba(0, 0, 0, 0.1);
    /* ol,ul */
    /* table */
    /* img */
    /*-- 活動報告　アーカイブ　archive -- */
    /*----------------------------------------------------------------------------
    ******************************************************************************
    ** pager
    ******************************************************************************
    ----------------------------------------------------------------------------*/
  }
  #main ol,
  #main ul {
    padding: 5px 0px 5px 25px;
  }
  #main ol li,
  #main ul li {
    padding: 5px 0px;
  }
  #main ul {
    list-style-type: disc;
  }
  #main table {
    margin: 10px 0px;
  }
  #main table th,
  #main table td {
    padding: 5px;
  }
  #main img {
    max-width: 100%;
  }
  #main a img {
    display: inline-block;
    transition-duration: 0.3s;
    transition-property: transform;
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  }
  #main a img:hover,
  #main a img .shrink:focus,
  #main a img .shrink:active {
    transform: scale(0.9);
  }
  #main .single_ttl {
    position: static;
    top: none;
    left: none;
  }
  #main .single_thumb {
    text-align: center;
    margin: 20px 0;
  }
  #main .archive_activityreport .main_report {
    margin: 0 auto;
  }
  #main .archive_activityreport .main_report .report_list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-bottom: 20px;
  }
  #main .archive_activityreport .main_report .report_list .report_item {
    background: #fff;
    border-radius: 10px;
  }
  #main .archive_activityreport .main_report .report_list .report_item .report_link {
    text-decoration: none;
    transition: 0.5s;
  }
  #main .archive_activityreport .main_report .report_list .report_item .report_link:hover {
    opacity: 0.8;
  }
  #main .archive_activityreport .main_report .report_list .report_item .report_inner {
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  #main .archive_activityreport .main_report .report_list .report_item .report_inner .report_thumbnail {
    aspect-ratio: 1/1;
    overflow: hidden;
  }
  #main .archive_activityreport .main_report .report_list .report_item .report_inner .report_thumbnail img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  #main .archive_activityreport .main_report .report_list .report_item .report_inner .report_text .report_date {
    color: #000;
  }
  #main .archive_activityreport .main_report .report_list .report_item .report_inner .report_text .report_headline {
    color: #000;
    margin-bottom: 0;
    font-weight: bold;
    font-size: 1.1em;
  }
  #main .archive_activityreport .main_report .report_list .report_item .report_inner .report_text p {
    color: #000;
  }
  #main .pager {
    margin: 50px 0 40px;
  }
  #main .pager .pager_list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }
  #main .pager .pager_list .page-numbers {
    border: 1px solid #32a6f3;
    border-radius: 5px;
    color: #32a6f3 !important;
    display: block;
    font-size: 1rem;
    margin: 0 2px;
    padding: 5px 0;
    text-decoration: none;
    text-align: center;
    width: 2.4rem;
    transition: all 0.5s ease;
  }
  #main .pager .pager_list .page-numbers:not(.dots):hover, #main .pager .pager_list .page-numbers.current {
    background: #32a6f3;
    color: #FFF !important;
  }
  #main .pager .pager_list .page-numbers.dots {
    border-color: #32a6f3;
  }
  #news #main {
    width: 100%;
    max-width: 960px;
    background-color: #fff;
    padding: 10px;
    box-shadow: 0 0px 10px rgba(0, 0, 0, 0.1);
  }
  /* ==== Footer === */
  #ft {
    margin-top: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
    color: #000;
    background: #fff;
    box-shadow: inset 0px 20px 20px -5px rgba(0, 0, 0, 0.1);
  }
  /*----------------------------------------------------------------------------
  ******************************************************************************
  Head
  ******************************************************************************
  ----------------------------------------------------------------------------*/
  h1 {
    position: absolute;
    top: 30px;
    left: 0px;
    line-height: 1em;
  }
  h1 a {
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-decoration: none;
  }
  h1 span {
    display: none;
    font-size: 0.65em;
  }
  h2 {
    color: #003166;
    padding: 0.9em 0.5em 0em 0.5em;
    font-size: 32px;
    font-weight: bold;
    padding-bottom: 20px;
    border-bottom: 4px double #003166;
    border-top: 4px double #003166;
  }
  #sidebar h2 {
    color: #333;
    font-size: 22px;
    text-align: center;
    border: 1px solid #4a4a4a;
    background: #dbdbdb;
    padding: 5px 0 1px;
    background-image: linear-gradient(#f3f3f5, #e0e1e2);
    font-weight: bold;
    height: 42px;
    margin: 0 auto;
  }
  h3 {
    margin: 0.8em 0 0.4em 0;
    font-size: 1.4em;
    font-weight: 700;
    padding: 0.6em 0 0.6em 0.8em;
    border-left: 8px double #73aae6;
    background: #003166;
    color: #fff;
  }
  #sidebar h3 {
    margin: 0em 0 0.5em 0;
    font-size: 1.4em;
    font-weight: 700;
    padding: 0.3em 0 0.3em 0.5em;
    border-left: 8px double #73aae6;
    background: #fff;
    color: #333;
  }
  h4 {
    font-size: 1.2em;
    font-weight: normal;
    padding: 0.6em 0 0.6em 0.4em;
    border-left: 5px double #73aae6;
    margin: 0.6em 0 0.4em 0;
    background: #003166;
    color: #fff;
  }
  h1.img,
  h2.img,
  h3.img,
  h4.img,
  h5.img,
  h6.img {
    margin: 0;
    padding: 0;
    background: none;
    border: none;
  }
  p {
    line-height: 1.8;
  }
  /*----------------------------------------------------------------------------
  ******************************************************************************
  Original
  ******************************************************************************
  ----------------------------------------------------------------------------*/
  /* ==== Index === */
  #i_img img {
    width: 100%;
  }
  #i_main {
    width: 75%;
    max-width: 720px;
    margin-top: 20px;
    margin-right: 15px;
    background-color: #fff;
    padding: 10px;
    box-shadow: 0 0px 10px rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
  }
  #i_news {
    height: 220px;
    overflow: auto;
    border: none;
  }
  #i_news table td {
    vertical-align: top;
    font-size: 0.8em;
    padding: 10px;
  }
  #i_news table tr {
    border-bottom: 1px dotted #CCC;
    font-size: 1rem;
  }
  #i_news table td.date {
    width: 132px;
    background: url(../images/common/news_icon.gif) 4px 14px no-repeat;
    padding-left: 20px;
    white-space: nowrap;
  }
  #main {
    /*----staff----*/
  }
  #main .archive_staff-cat .staff-content__item h3 {
    font-size: 2rem;
  }
  #main .archive_staff-cat .staff-content__item h3 span {
    font-size: 1.4rem;
  }
  #main .archive_staff-cat .staff-content__columns {
    display: flex;
    align-items: center;
  }
  #main .archive_staff-cat .staff-content__columns .col1 img {
    max-width: none;
    padding: 10px;
    margin: 10px 0;
  }
  #main .archive_staff-cat .staff-content__columns .col2 table {
    width: 90%;
    margin: 20px auto;
    border: 1px solid #999;
    border-top: none;
  }
  #main .archive_staff-cat .staff-content__columns .col2 table th,
  #main .archive_staff-cat .staff-content__columns .col2 table td {
    display: block;
    width: 100%;
    border-top: 1px solid #999;
    padding: 5px 10px;
  }
  #main .archive_staff-cat .staff-content__columns .col2 table th {
    background: #eee;
  }
  #main .archive_staff-cat .staff-content__columns .col2 table td {
    line-height: 1.8;
  }
  /*----pagetop----*/
  #page-top {
    position: fixed;
    bottom: 10px;
    right: 20px;
    font-size: 77%;
  }
  #page-top a {
    background: #003166;
    border: #fff 1px solid;
    text-decoration: none;
    color: #fff;
    width: 120px;
    padding: 20px 0;
    text-align: center;
    display: block;
    border-radius: 5px;
  }
  #page-top a:hover {
    text-decoration: none;
  }
}/*# sourceMappingURL=style.css.map */