@charset "UTF-8";
/*----------------------------------------------------------------------------******************************************************************************スマートフォン******************************************************************************----------------------------------------------------------------------------*/
@media screen and (max-width: 959px) {
  /*----------------------------------------------------------------------------
  ******************************************************************************
  Layout
  ******************************************************************************
  ----------------------------------------------------------------------------*/
  /* ==== Base === */
  body {
    background: url(../images/body_bg.jpg);
    width: 99%;
    margin: 0 0.5%;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    font-family: "Noto Sans JP", sans-serif;
  }
  .layout {
    width: 100%;
    overflow: hidden;
  }
  /* ==== Color === */
  /* ==== Backgraund === */
  #wrap {
    background: rgb(255, 255, 255);
  }
  /* ==== Header === */
  #hd {
    height: 80px;
    position: relative;
    background: url(../images/hd_bg.jpg) no-repeat;
  }
  #hd #site-title {
    top: 10px;
    left: 10px;
  }
  #hd #site-title .hd_small {
    font-size: 50%;
    background: #003166;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  /* ==== Navigation === */
  #nav {
    position: fixed;
    top: 0px;
    right: -200px;
    height: 100%;
    z-index: 100;
    width: 200px;
    overflow-x: none;
    overflow-y: auto;
    font-size: 16px;
    transition: right 0.4s ease;
    z-index: 9999;
    background: #003166;
  }
  #nav ul {
    display: block;
    margin: 0 0 15px;
    padding: 0;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
  }
  #nav ul li {
    display: block;
    margin: 0;
    line-height: 48px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
  }
  #nav ul li img {
    max-width: 100%;
    margin: 0 auto;
    padding: 10px 0;
  }
  #nav ul li a {
    background: url(../images/common/sidenav_icon.png) no-repeat 5px 18px;
    background-size: 10px 10px;
    padding: 0 18px;
    display: block;
    text-decoration: none;
    color: #fff;
    transition: all 0.3s ease, background-position 0.3s ease;
  }
  #nav ul li a:hover {
    padding-left: 32px;
    background-position: 15px 18px;
    font-weight: bold;
  }
  #nav ul .current {
    font-weight: bold;
    pointer-events: none;
  }
  #menu {
    cursor: pointer;
    position: fixed;
    top: 10px;
    right: 10px;
    z-index: 1000;
  }
  #menu .open {
    right: 0;
    /* 表示状態 */
  }
  /* ==== Content === */
  #con {
    padding-bottom: 20px;
    padding: 0px 10px;
  }
  #sidenav {
    width: 220px;
    float: left;
    margin-top: 20px;
    border: 1px solid #cccccc;
    display: none;
  }
  #main {
    background-color: #fff;
    padding: 10px;
    box-shadow: 0 0px 10px rgba(0, 0, 0, 0.1);
    margin: 20px 0;
    /* ol,ul */
    /* table */
    /*-- 活動報告　アーカイブ　archive -- */
    /*----------------------------------------------------------------------------
    ******************************************************************************
    ** pager
    ******************************************************************************
    ----------------------------------------------------------------------------*/
  }
  #main ol,
  #main ul {
    padding: 5px 0px 5px 25px;
  }
  #main ul {
    list-style-type: disc;
  }
  #main ol li,
  #main ul li {
    padding: 5px 0px;
  }
  #main table {
    margin: 10px 0px;
    /* img */
  }
  #main table th,
  #main table td {
    padding: 5px;
  }
  #main table img {
    max-width: 100%;
    display: block;
    margin: 5px auto;
    float: none;
  }
  #main table 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 table a img:hover,
  #main table a img .shrink:focus,
  #main table 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 .single_thumb img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
  #main .archive_activityreport .main_report {
    margin: 0 auto;
  }
  #main .archive_activityreport .main_report .report_list {
    display: block;
    margin-bottom: 10px;
  }
  #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 .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;
  }
  /* ==== 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: 20px;
    line-height: 1em;
    background: #003166;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  h1 a {
    color: #003166 !important;
    text-decoration: none;
  }
  h1 span {
    display: none;
    font-size: 0.65em;
  }
  #site-title h1 {
    top: 10px;
    left: 10px;
  }
  h2 {
    color: #003166;
    padding: 0.9em 0.5em 0em 0.5em;
    font-size: 32px;
    font-weight: bold;
    padding-bottom: 20px;
    border-bottom: 2px dashed #003166;
    line-height: 1.5;
  }
  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.4em 0 0.4em 0.4em;
    border-left: 5px double #73aae6;
    margin: 0.6em 0 0.4em 0;
    border-left: 5px double #73aae6;
    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%;
    margin-top: 20px;
  }
  #i_main {
    width: 100%;
    background-color: #fff;
    box-shadow: 0 0px 10px rgba(0, 0, 0, 0.1);
    padding: 10px;
    margin: 20px 0;
  }
  #i_news {
    overflow: auto;
    border: none;
  }
  #i_news table td {
    vertical-align: top;
    font-size: 0.9em;
    padding: 10px;
    display: block;
  }
  #i_news table tr {
    border-bottom: 1px dotted #CCC;
  }
  #i_news table td.date {
    background: url(../images/common/news_icon.gif) 4px 14px no-repeat;
    padding-left: 20px;
  }
  /* ==== side-Navigation === */
  #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: 20px 0;
    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;
    background-color: #666;
    color: #fff;
    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;
    background-color: #fff;
    font-size: 14px;
    line-height: 1.6;
    margin: 20px 0;
    padding: 10px;
    box-shadow: 0 0px 10px rgba(0, 0, 0, 0.1);
  }
  #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;
    background-color: #fff;
    font-size: 14px;
    line-height: 1.6;
    margin: 20px 0;
    padding: 10px;
    box-shadow: 0 0px 10px rgba(0, 0, 0, 0.1);
  }
  #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 {


  ----staff----*/
  .archive_staff-cat .staff-content__columns {
    display: block;
  }
  .archive_staff-cat .staff-content__columns .col1 img {
    max-width: none;
    padding: 10px;
    margin: 0 auto;
  }
  .archive_staff-cat .staff-content__columns .col2 table {
    margin: 10px 0;
  }
  .archive_staff-cat .staff-content__columns .col2 table th,
  .archive_staff-cat .staff-content__columns .col2 table td {
    display: block;
    width: 100%;
    border: 1px solid #999;
  }
  .archive_staff-cat .staff-content__columns .col2 table th {
    background: #eee;
  }
  /*----pagetop----*/
  #page-top {
    width: 100%;
  }
  #page-top a {
    background: #003166;
    border: none;
    text-decoration: none;
    color: #fff;
    width: 100%;
    padding: 20px 0;
    text-align: center;
    display: block;
  }
  #page-top a:hover {
    text-decoration: none;
  }
  .sp_only {
    display: block;
  }
  .pc_only {
    display: none;
  }
}/*# sourceMappingURL=sp.css.map */