@charset "UTF-8";
/*----------------------------------------------------------------------------******************************************************************************スマートフォン******************************************************************************----------------------------------------------------------------------------*/
@media screen and (max-width: 769px) {
  /*----------------------------------------------------------------------------
  ******************************************************************************
  Layout
  ******************************************************************************
  ----------------------------------------------------------------------------*/
  /* ==== Base === */
  body {
    background: url(../images/body_bg.jpg);
    width: 99%;
    margin: 0 0.5%;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
  }
  .layout {
    width: 100%;
    overflow: hidden;
  }
  /* ==== Backgraund === */
  #wrap {
    background: #fff;
  }
  /* ==== 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: 70%;
  }
  /* ==== Navigation === */
  #nav {
    position: fixed;
    top: 0px;
    right: -200px;
    height: 100%;
    z-index: 100;
    width: 200px;
    overflow-x: none;
    overflow-y: auto;
    font-size: 16px;
    background: url(../images/common/nav_bg.png) top center #222;
    color: #fff;
    box-shadow: inset 0 0 5px 5px #222;
  }
  #nav ul {
    display: block;
    margin: 0 0 15px;
    padding: 0;
    border-top: 1px solid #1a1a1a;
    border-bottom: 1px solid #4d4d4d;
  }
  #nav ul li {
    display: block;
    margin: 0;
    line-height: 48px;
    border-top: 1px solid #4d4d4d;
    border-bottom: 1px solid #1a1a1a;
  }
  #nav ul li img {
    max-width: 100%;
    margin: 0 auto;
    padding: 10px 0;
  }
  #nav ul li:hover {
    border-top: none;
    line-height: 49px;
  }
  #nav ul li:hover > a {
    box-shadow: inset 0 0 15px 3px #222;
  }
  #nav ul li a {
    padding: 0 15px;
    display: block;
    text-decoration: none;
    color: #fff;
    text-shadow: 2px 2px 0 rgb(0, 0, 0);
  }
  #nav ul li ul {
    border-bottom: none;
    margin: 0;
  }
  #nav ul li ul li {
    line-height: 40px;
    font-size: 13px;
  }
  #nav ul li ul li:last-child {
    border-bottom: none;
  }
  #menu {
    cursor: pointer;
    position: fixed;
    top: 10px;
    right: 10px;
    z-index: 1000;
  }
  /* ==== Content === */
  #con {
    padding-bottom: 20px;
  }
  #sidenav {
    width: 220px;
    float: left;
    margin-top: 20px;
    border: 1px solid #222;
    display: none;
  }
  #main {
    width: 100%;
    padding: 10px;
    /* 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: 35px;
    padding-bottom: 35px;
    text-align: center;
    color: #fff;
    background: #222;
  }
  /*----------------------------------------------------------------------------
  ******************************************************************************
  Head
  ******************************************************************************
  ----------------------------------------------------------------------------*/
  h1 {
    position: absolute;
    top: 30px;
    left: 20px;
    line-height: 1em;
  }
  h1 a {
    color: #222 !important;
    text-decoration: none;
  }
  h1 span {
    display: none;
    font-size: 0.65em;
  }
  #site-title h1 {
    top: 10px;
    left: 10px;
  }
  h2 {
    color: #000;
    border-bottom: 4px double #222;
    border-top: 4px double #222;
    font-size: 25px;
    line-height: 1.2em;
    font-weight: bold;
    padding: 0.5em;
  }
  #sidenav h2 {
    color: #fff;
    border: 1px solid #222;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    padding: 10px;
    height: 50px;
    text-shadow: 1px 2px 0px rgb(0, 0, 0), 2px 2px 2px rgba(255, 255, 255, 0.5);
    background: url(../images/nav_bag.png) top center #222;
  }
  h3 {
    margin: 0.8em 0 0.4em 0;
    font-size: 1.4em;
    font-weight: bold;
    padding: 0.6em 0 0.6em 0.8em;
    border-left: 8px double #666;
    color: #000000;
  }
  h4 {
    font-size: 1.2em;
    font-weight: normal;
    padding: 0em 0 0em 0.4em;
    border-left: 5px double #222;
    margin: 0.6em 0 0.4em 0;
  }
  h1.img, h2.img, h3.img, h4.img, h5.img, h6.img {
    margin: 0;
    padding: 0;
    background: none;
    border: none;
  }
  /*----------------------------------------------------------------------------
  ******************************************************************************
  Original
  ******************************************************************************
  ----------------------------------------------------------------------------*/
  /* ==== Index === */
  #i_img img {
    width: 100%;
  }
  #i_main {
    width: 100%;
    margin-top: 20px;
    padding: 10px;
  }
  #i_news {
    height: 300px;
    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;
  }
  #i_bnr {
    margin-top: 20px;
    width: 100%;
  }
  #i_bnr ul li {
    width: 100%;
    margin-bottom: 4px;
  }
  #i_bnr ul li a {
    display: block;
    width: 100%;
    text-decoration: none;
    color: #222;
    padding: 15px 0 15px 30px;
    border: 1px solid #222;
    border-radius: 0px;
    background: url(../images/common/bnr_bg.png) 8px center no-repeat;
    transition: All 0.5s ease;
  }
  #i_bnr ul li a:hover {
    color: #fff;
    background: url(../images/common/bnr_bg_hover.png) 8px center no-repeat #222;
  }
  .lab_info_box {
    padding: 10px;
    background-color: #f5f5f5;
    border: 1px solid #000;
    font-size: 14px;
    line-height: 1.6;
  }
  .lab_info_box p {
    font-size: 12px;
  }
  .lab_info_box p span {
    font-weight: bold;
    font-size: 1.2rem;
  }
  #main {
    /*----staff----*/
  }
  #main .archive_staff-cat .staff-content__columns {
    display: block;
  }
  #main .archive_staff-cat .staff-content__columns .col1 img {
    max-width: none;
    padding: 10px;
    margin: 0 auto;
  }
  #main .archive_staff-cat .staff-content__columns .col2 table {
    /*box-sizing: border-box;
    border-collapse:collapse;
    margin: 0 auto;
    text-align: center;
    padding: 10px;*/
    margin: 10px 0;
  }
  #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: 1px solid #999;
  }
  #main .archive_staff-cat .staff-content__columns .col2 table th {
    background: #eee;
  }
  /*----pagetop----*/
  #page-top {
    width: 100%;
  }
  #page-top a {
    background: #666;
    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 */