@charset "utf-8";

@media screen and (max-width: 768px) {
  body {
    -webkit-text-size-adjust: none;
    padding-top: 50px;
  }
 
  /*===== header =====*/
  header .inner {
    width: 100%;
    height: 50px;
  }
  h1 {
    padding-left: 10px;
  }
  h1 a {
    display: block;
  }
  h1 a img {
    width: auto;
    height: 35px;
  }
  
  
  /*===== menu =====*/
  .menu_btn {
    position: relative;
    z-index: 101;
    width: 36px;
    height: 20px;
    margin-right: 15px;
    transition: all 0.4s;
  }
  .menu-trigger,
  .menu-trigger div {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
  }
  .menu-trigger {
    position: relative;
    z-index: 10;
    width: 36px;
    height: 20px;
  }
  .menu-trigger div {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #0052a5;
    border-radius: 4px;
  }
  .menu-trigger div:nth-of-type(1) {
    top: 0;
  }
  .menu-trigger div:nth-of-type(2) {
    top: 9px;
  }
  .menu-trigger div:nth-of-type(3) {  
    top: 18px;
  }
  .menu-trigger:hover,
  .menu-trigger.active {
    opacity: 1 !important;
  }  
  .menu-trigger.active div:nth-of-type(1) {    
    transform: translateY(9px) rotate(-45deg);
  }
  .menu-trigger.active div:nth-of-type(2) {
    opacity: 0;
  }
  .menu-trigger.active div:nth-of-type(3) {
    transform: translateY(-9px) rotate(45deg);
  }
  
  #menu {
    position: fixed;
    left: 0;
    top: 50px;
    z-index: 50000;
    width: 100%;
    height: calc(100vh - 50px);
    overflow: auto;
    background-color: #0052a5;
    opacity: 0;
    pointer-events: none;
    transition: all .3s;
  }
  #menu.open {  
    opacity: 1;
    pointer-events: auto;
  }
  #menu > ul > li {
    border-bottom: 1px solid rgba(255,255,255,0.8);
  }
  #menu > ul > li > a {
    display: block;
    position: relative;
    color: #fff;
    font-size: 15px;
    letter-spacing: 0.1em;
    line-height: 1em;
    padding: 18px 15px;
    opacity: 1 !important;
  }
  #menu > ul > li > a:hover {
    opacity: 1 !important;
  }
  #menu > ul > li > a::after {
    content: '\f105';
    position: absolute;
    right: 18px;
    top: calc(50% - 8px);
    font: var(--fa-font-solid);
    color: #fff;
    font-size: 16px;
    line-height: 1em;
    transition: all .3s;
  }
  
  
  /*==== footer =====*/
  footer {
    border-top-width: 2px;
  }
  footer .inner {
    width: 100%;
    padding: 20px 15px;
  }
  footer .inner h3 {
    font-size: 13px;
    margin-bottom: 8px;
  }
  footer .inner p {
    font-size: 12px;
  }
  footer .inner .copy {
    font-size: 11px;
    margin-top: 30px;
  }
  
  
  /*===== top =====*/
  #fv {
    width: 100%;
    height: 240px;
  }
  #fv .top_slide {
    width: 100%;
  }
  #top_cont {
    width: 100%;
    padding: 30px 0 40px;
    margin: auto;
  }
  #top_cont .main {
    width: 100%;
    padding: 0 15px;
  }
  
  #top_cont .main h2 {
    font-size: 16px;
    width: 100%;
    padding: 8px 0;
    border-top: 1px solid #009540;
    border-bottom: 1px solid #009540;
  }

  .top_news {
    display: block;
  }
  .top_news .unit ul li a {
    padding: 10px 20px 10px 0;
  }
  .top_news .unit ul li a::after {
    top: calc(50% - 8px);
    font-size: 16px;
  }
  .top_news .unit ul li a .sub_unit {
    width: 145px;
  }
  .top_news .unit ul li a .date {
    font-size: 12px;
    margin-right: 8px;
  }
  .top_news .unit ul li a .cat {
    font-size: 11px;
    padding: 2px 4px;
  }
  .top_news .unit ul li a .title {
    font-size: 13px;
    width: calc(100% - 145px);
  }
  
  
  #top_cont .main ul.banner {
    justify-content: center;
    margin: 30px auto;
  }
  #top_cont .main ul.banner li {
    padding: 15px 0;
  }
  #top_cont .main ul.banner li a img {
    width: auto;
    height: 80px;
  }
  #top_cont .main ul.banner + div {
    text-align: left;
  }
  #top_cont .main ul.banner + div p {
    font-size: 12px;
    line-height: 1.8em;
  }
  #top_cont .main ul.banner + div p:last-of-type {
    text-align: center;
    line-height: 1em;
  }

  .report_wrap {
    display: block;
    margin-top: 40px;
  }

  .top_news .unit,
  .report_wrap .unit {
    position: relative;
    width: 100%;
  }

  .top_news .unit h3,
  .report_wrap .unit h3 {
    font-size: 15px;
    line-height: 1em;
    padding: 0 0 5px;
    border-bottom: 2px solid #d8d8d8;
  }

  .top_news .unit .more,
  .report_wrap .unit .more {
    position: absolute;
    right: 0;
    top: -3px;
  }
  .top_news .unit .more a,
  .report_wrap .unit .more a {
    font-size: 13px;
  }

  .report_wrap .unit li {
    padding: 15px 0;
    border-bottom: 1px solid #d8d8d8;
  }
  .report_wrap .unit li a {
    position: relative;
    justify-content: space-between;
  }
  .report_wrap .unit li a::after {
    font-size: 16px;
  }
  .report_wrap .unit li a .i {
    width: 140px;
    overflow: hidden;
  }
  .report_wrap .unit li a:hover .i img {
    transform: scale(1.1,1.1);
  }
  .report_wrap .unit li a .text {
    width: calc(100% - 160px);
    padding-right: 20px;
  }
  .report_wrap .unit li a .text .date {
    font-size: 12px;
    margin-bottom: 8px;
  }
  .report_wrap .unit li a .text .title {
    font-size: 13px;
    line-height: 1.65em;
  }
  
  
  .link_wrap {
    margin-top: 50px;
  }
  .link_wrap h2 {
    margin-bottom: 20px !important;
  }
  .link_wrap ul {
    justify-content: space-between;
  }
  .link_wrap ul li {
    width: 48%;
    margin: 0 0 15px 0;
  }
  
  
  #top_cont .sub {
    width: 280px;
    margin: 40px auto 0;
  }
  #top_cont .sub .sticky {
    position: static;
    right: auto;
    top: auto;
  }
  #top_cont .sub h3 {
    font-size: 14px;
    padding-left: 10px;
  }
  #top_cont .sub h3::before {
    top: 2px;
    width: 3px;
    height: calc(100% - 4px);
  }
  #top_cont .sub p {
    font-size: 13px;
  }
  #top_cont .sub .link a {
    font-size: 14px;
  }
  

  /*===== common =====*/
  #page_catch {
    width: 100%;
    height: 100px;
  }
  #page_catch h2 {
    left: 0;
    top: calc(50% - 18px);
    font-size: 16px;
    letter-spacing: 0.1em;
    line-height: 1em;
    width: 200px;
    height: 36px;
    padding-left: 10px;
    
  }
  #page_catch img {
    display: block;
    position: relative;
    z-index: 1;
    width: 1250px;
    height: 100%;
    object-fit: cover;
    margin: auto;
  }

  #page_cont {
    width: 100%;
    margin: 0 auto 50px;
  }
  .breadcrumb {
    font-size: 12px;
    letter-spacing: 0.05em;
    line-height: 1.3em;
    padding: 10px 0 10px 10px;
    margin-bottom: 20px;
  }

  #page_cont .main {
    padding: 0 15px;
  }
  #page_cont .main p,
  #page_cont .main li {
    font-size: 13px;
    line-height: 1.65em;
  }
  #page_cont .main h3 {
    font-size: 15px;
    padding: 7px 0 7px 14px;
    margin: 30px 0 15px;
    border-top: 1px solid currentColor;
    border-bottom: 1px solid currentColor;
  }
  #page_cont .main h3::before {
    content: "";
    display: block;
    position: absolute;
    left: 0px;
    top: 7px;
    width: 4px;
    height: calc(100% - 14px);
    background-color: rgba(0,149,64,0.45);
  }
  #page_cont .main p + h3:first-of-type {
    margin-top: 30px;
  }
  #page_cont .main h4 {
    font-size: 14px;
    letter-spacing: 0.12em;
    margin: 20px 0 10px;
  }
  #page_cont .main h4 span {
    padding-bottom: 3px;
  }
  #page_cont .main h5 {
    font-size: 13px;
    margin: 20px 0 10px;
  }
  #page_cont .main figure.wp-block-image {
    max-width: 100%;
    margin: 25px auto;
  }

  #page_cont .main figure.wp-block-table {
    margin: 15px 0;
  }
  #page_cont .main figure.wp-block-table th,
  #page_cont .main figure.wp-block-table td {
    font-size: 12px;
    letter-spacing: 0.05em;
    line-height: 1.5em;
    padding: 3px 5px;
  }
  
/*  #page_cont .main figure.wp-block-table.type1 table {
    width: 700px;
  }*/
  #page_cont .main figure.wp-block-table.type1 td {
    width: 6em;
  }
  #page_cont .main figure.wp-block-table.type1 td:nth-of-type(2) {
    width: 5em;
  }
  #page_cont .main figure.wp-block-table.type1 td:nth-of-type(3) {
    width: 4em;
  }
  #page_cont .main figure.wp-block-table.type1 tr td:nth-of-type(4) {
    width: calc(100% - 15em);
  }
  #page_cont .main figure.wp-block-table.type2 {
    width: 100%;
  }
  #page_cont .main figure.wp-block-table.type2 tr td:nth-of-type(1) {
    width: 25%;
  }
  #page_cont .main figure.wp-block-table.type2 tr td:nth-of-type(2) {
    width: 45%;
  }
  #page_cont .main figure.wp-block-table.type2 tr td:nth-of-type(3) {
    width: 30%;
  }
  #page_cont .main figure.wp-block-table.type2 tr:nth-of-type(1) td {
    text-align: center;
  }
  
  #page_cont .main .zu {
    width: 100%;
    margin: 20px auto 0;
  }

  #page_cont .main a {
    text-decoration: underline;
  }
  #page_cont .main a[href$=".pdf"]::after,
  #page_cont .main a[href$=".doc"]::after,
  #page_cont .main a[href$=".docx"]::after,
  #page_cont .main a[href$=".xls"]::after,
  #page_cont .main a[href$=".xlsx"]::after,
  #page_cont .main a[href$=".ppt"]::after,
  #page_cont .main a[href$=".pptx"]::after,
  #page_cont .main a[target="_blank"]::after {
    display: inline-block;
    font-size: 16px;
    line-height: 1em;
    margin-left: 5px;
  }
  #page_cont .main a[target="_blank"]::after {
    content: '\f08e';
    font: var(--fa-font-solid);
  }
  #page_cont .main .pdf a::after,
  #page_cont .main a[href$=".pdf"]::after {
    content: '\f1c1';
    font: var(--fa-font-regular);
    color: #DC1E21;
  }
  #page_cont .main .doc a::after,
  #page_cont .main a[href$=".doc"]::after,
  #page_cont .main a[href$=".docx"]::after {
    content: '\e5ed';
    font: var(--fa-font-regular);
    color: #2594E7;
  }
  #page_cont .main .xls a::after,
  #page_cont .main a[href$=".xls"]::after,
  #page_cont .main a[href$=".xlsx"]::after {
    content: '\e64d';
    font: var(--fa-font-regular);
    color: #37C234;
  }
  #page_cont .main .ppt a::after,
  #page_cont .main a[href$=".ppt"]::after,
  #page_cont .main a[href$=".pptx"]::after {
    content: '\e64a';
    font: var(--fa-font-regular);
    color: #ff7a02;
  }
  #page_cont .main a[href$=".jpg"]::after {
    content: '\e646';
    font: var(--fa-font-regular);
    color: #e777f7;
  }
  
  
  #page_cont.flex {
    display: block;
    position: relative;
  }

  .post_list {
    width: 100%;
    padding: 0 15px;
  }
  .post_list .unit {
    margin-bottom: 40px;
  }
  .post_list .unit.kyumei {
    margin-bottom: 0;
  }
  .post_list .unit .anker {
    position: absolute;
    left: 0;
    top: -110px;
  }
  .post_list .unit h3 {
    font-size: 16px;
    padding: 7px 0;
    border-top: 1px solid #d8d8d8;
    border-bottom: 1px solid #d8d8d8;
    margin-bottom: 25px;
  }
  .post_list .unit ul {
    justify-content: space-between;
  }
  .post_list .unit ul li {
    width: 160px;
    margin: 0 0 25px 0;
  }
  .post_list .unit li a .i {
    margin-bottom: 10px;
  }

  .post_list .unit li a .text {
    width: 100%;
  }
  .post_list .unit li a .sub_unit {
    justify-content: space-between;
    align-items: center;
    margin-bottom: 7px;
  }
  .post_list .unit li a .sub_unit .date {
    font-size: 12px;
  }
  .post_list .unit li a .sub_unit .cat {
    font-size: 11px;
    padding: 2px 4px;
  }
  .post_list .unit li a .text .title {
    font-size: 13px;
  }
  
  .main .more_seminar,
  .post_list .unit .more {
    padding-top: 15px;
  }
  .main .more_seminar a,
  .post_list .unit .more a {
    font-size: 13px;
    padding: 11px 15px;
  }
  
  .sp_navi_menu {
    position: sticky;
    left: 0;
    top: 50px;
    z-index: 1000;
    background-color: #fff;
    margin-top: -20px;
  }
  .sp_navi_menu ul {
    justify-content: center;
  }
  .sp_navi_menu ul li {
    line-height: 1em;
    padding: 20px 0;
  }
  .sp_navi_menu ul li::after {
    content: "/";
    margin: 0 5px;
  }
  .sp_navi_menu ul li:last-of-type::after {
    display: none;
  }
  .sp_navi_menu ul li a {
    display: inline-block;
    font-size: 14px;
    letter-spacing: 0.1em;
    line-height: 1em;
  }

  .post_list + .sub.sp_non {
    display: none;
  }
  .post_list + .sub {
    width: 100%;
    padding: 50px 15px 0;
  }
  .post_list + .sub .sticky {
    position: static;
    right: auto;
    top: auto;
  }
  .post_list + .sub h3 {
    font-size: 16px;
    margin-bottom: 15px;
  }
  .post_list + .sub ul li a {
    font-size: 14px;
    padding: 10px 0;
  }
  
  
  .seminar_list {
    display: block;
  }
  .seminar_list li {
    position: relative;
    width: 100% !important;
    padding: 5px 5px 40px !important;
    margin-right: 0 !important;
    margin-bottom: 15px !important;
  }
  .seminar_list li .date {
    font-size: 13px;
    padding: 5px 0;
  }
  .seminar_list li .title {  
    font-size: 14px;
    line-height: 1.6em;
    padding: 3px 8px;
  }
  .seminar_list li dl dt,
  .seminar_list li dl dd {
    font-size: 13px;
    padding: 5px 0;
  }  
  .seminar_list li .link {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 40px;
  }
  .seminar_list li .link a {
    display: inline-block;
    color: #fff !important;
    font-size: 13px;
    letter-spacing: 0.1em;
    line-height: 1em;
    text-decoration: none !important;
    padding: 5px 15px;
    background-color: #0052a5;
  }
  
  
  /*===== pagenavi =====*/
  .pagenavi {
    width: 100%;
    padding-top: 15px;
    margin: 20px auto 0;
  }
  .pagenavi span,
  .pagenavi a {  
    font-size: 15px;
    width: 15px;
    height: 25px;
    padding: 5px 0 !important;
    margin: 0 5px !important;
  }
  .pagenavi .nextpostslink,
  .pagenavi .previouspostslink {
    width: 25px;
    height: 25px;
  }
  
  
  /*===== single =====*/
  .post_list .single .sub {
    margin-bottom: 10px;
  }
  .post_list .single .sub .date {
    font-size: 12px;
  }
  .post_list .single .sub .cat {
    font-size: 11px;
    padding: 2px 4px;
  }
  .post_list .single h3 {
    font-size: 15px;
    letter-spacing: 0.1em;
    line-height: 1.25em;
    padding: 5px 0;
    margin-bottom: 15px;
  }
  .post_list .single p {
    font-size: 13px;
    letter-spacing: 0.1em;
    line-height: 1.65em;
  }
  .post_list .single figure.wp-block-image {
    max-width: 100%;
    margin: 25px auto;
  }
  
  
  /*===== pager =====*/
  .pager {
    width: 100%;
    margin-top: 20px;
  }
  .pager td {
    width: 30%;
    padding-top: 15px !important;
    border: none !important;
  }
  .pager tr td:nth-of-type(2) {
    text-align: center;
    width: 40%;
  }
  .pager td a {
    font-size: 13px;
  }
   
}