@charset "UTF-8";
/*!
Theme Name: 山形県SCM推進フォーラム
Theme URI: 
Author: kubotadesign
Author URI: 
Description: 
Version: 1.0
License: 
License URI:
*/
@import "css/normalize.css";
@import url("https://fonts.googleapis.com/css2?family=Kosugi&family=Kosugi+Maru&family=Noto+Sans+JP:wght@100;300;400;500;700;900&family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&display=swap");
body.page .wp-block-cover,
body.single .wp-block-cover {
  height: 200px;
}

.wp-block-cover__inner-container p {
  text-shadow: 1px 1px 1px #333;
}

figure.wp-block-image {
  margin: 0;
}
figure.wp-block-image img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-block-image img {
  height: auto;
}

figcaption {
  font-size: 0.9em;
  text-align: center;
}

.has-maincolor-background-color {
  background-color: #0D6F3E;
}

.has-maincolor-color {
  color: #0D6F3E;
}

.has-accentcol-background-color {
  background-color: #70134D;
}

.has-accentcol-color {
  color: #70134D;
}

.has-textcol-background-color {
  background-color: #221D1D;
}

.has-textcol-color {
  color: #221D1D;
}

.has-pinkcol-background-color {
  background-color: #BD2A84;
}

.has-pinkcol-color {
  color: #BD2A84;
}

.has-greencol-background-color {
  background-color: #51AA1B;
}

.has-greencol-color {
  color: #51AA1B;
}

.has-sreencol-background-color {
  background-color: #09767D;
}

.has-sreencol-color {
  color: #09767D;
}

.has-mred-background-color {
  background-color: #BD1500;
}

.has-mred-color {
  color: #BD1500;
}

.has-mocaccino-background-color {
  background-color: #70190D;
}

.has-mocaccino-color {
  color: #70190D;
}

.has-mblue-background-color {
  background-color: #231970;
}

.has-mblue-color {
  color: #231970;
}

.has-orange-background-color {
  background-color: #BD4E04;
}

.has-orange-color {
  color: #BD4E04;
}

input[type=submit] {
  -webkit-appearance: none;
  border-radius: 0;
}

.maincolor {
  color: #0D6F3E;
}

.pc {
  display: block;
}
@media (max-width: 480px) {
  .pc {
    display: none;
  }
}

.mb {
  display: none;
}
@media (max-width: 480px) {
  .mb {
    display: block;
  }
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Kosugi Maru", sans-serif;
  font-weight: 400;
}
h1 code, h2 code, h3 code, h4 code, h5 code, h6 code {
  margin-left: 2rem;
  font-size: 0.9em;
  color: #707070;
}
@media (max-width: 480px) {
  h1 code, h2 code, h3 code, h4 code, h5 code, h6 code {
    display: block;
    margin-left: 1em;
  }
}

a[href$=".pdf"]::before {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 0.2rem;
}

.pad1 {
  padding-left: 1em;
}

.pad2 {
  padding-left: 2em;
}

.pad3 {
  padding-left: 3em;
}

table.company_detail {
  margin-bottom: 3rem;
  border-collapse: collapse;
  display: block;
  overflow-x: auto;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}
table.company_detail tbody {
  width: 100%;
  display: table;
}
table.company_detail th, table.company_detail td {
  padding: 0.5em 1em;
  margin: 0;
}
table.company_detail th {
  border-bottom: 1px solid #221D1D;
  background-color: rgba(13, 111, 62, 0.9);
  color: #fff;
  white-space: nowrap;
}
table.company_detail tr:nth-child(odd) {
  background-color: rgba(13, 111, 62, 0.1);
}
table.company_detail tr:last-child {
  border-bottom: 1px solid #221D1D;
}
table.company_detail td {
  text-align: center;
  border-right: 1px solid #221D1D;
}
table.company_detail td:last-child {
  border-right: none;
}
table.company_detail td.left {
  text-align: left;
}
table.company_detail td.nowrap {
  white-space: nowrap;
}

body {
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 16px;
  margin: 0;
  padding: 0;
  color: #221D1D;
  line-height: 1.6;
}
@media (max-width: 480px) {
  body {
    font-size: 14px;
  }
}

a {
  color: #0D6F3E;
  text-decoration: underline;
}
a:hover {
  color: #0D6F3E;
  text-decoration: none;
}

.inner {
  width: 1024px;
  margin: 0 auto;
}
@media (max-width: 480px) {
  .inner {
    width: 100%;
    padding: 0 1rem;
    box-sizing: border-box;
  }
}

.narrow {
  width: 80%;
  margin: 0 auto;
}
@media (max-width: 480px) {
  .narrow {
    width: 100%;
    box-sizing: border-box;
  }
}

main {
  position: relative;
  min-height: 60vh;
}
@media (max-width: 480px) {
  main {
    display: block;
  }
  main::after {
    content: "";
    display: block;
    clear: both;
  }
  main::before {
    content: "";
    display: block;
    clear: both;
  }
}

header {
  z-index: 100;
  width: 100%;
  transition: 0.3s;
  background-color: #0D6F3E;
  color: #fff;
}
@media (max-width: 480px) {
  header {
    height: auto;
    position: relative;
  }
  header::after {
    content: "";
    display: block;
  }
}
header .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

h1#sitelogo, div#sitelogo, div.sitelogo {
  padding: 0;
  margin: 0;
  font-size: 1.5rem;
  font-family: "Kosugi Maru", sans-serif;
  font-weight: 400;
  text-align: center;
  height: 100px;
  line-height: 100px;
  color: #0D6F3E;
  background-color: #fff;
}
@media (max-width: 480px) {
  h1#sitelogo, div#sitelogo, div.sitelogo {
    font-size: 1.2rem;
    margin-left: 0.5rem;
    height: 56px;
    line-height: 56px;
  }
}
h1#sitelogo a, div#sitelogo a, div.sitelogo a {
  display: block;
  text-decoration: none;
  color: #0D6F3E;
}
@media (max-width: 480px) {
  h1#sitelogo a, div#sitelogo a, div.sitelogo a {
    height: 56px;
  }
}
h1#sitelogo span.logo, div#sitelogo span.logo, div.sitelogo span.logo {
  width: 80px;
  height: 80px;
  background-image: url(images/logo.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-right: 4px;
}
@media (max-width: 480px) {
  h1#sitelogo span.logo, div#sitelogo span.logo, div.sitelogo span.logo {
    height: 50px;
    width: 50px;
  }
}

div.sitelogo {
  font-size: 1.25rem;
}
div.sitelogo a {
  color: #221D1D;
}
div.sitelogo span.logo {
  width: 60px;
  height: 60px;
}

nav#global-nav {
  width: 100%;
  height: 70px;
}
@media (max-width: 480px) {
  nav#global-nav {
    height: 50vh;
  }
}
nav#global-nav ul {
  list-style-type: none;
  display: flex;
  justify-content: space-between;
  padding: 0;
  margin: 0;
  font-weight: 500;
  box-sizing: border-box;
  height: 70px;
}
@media (max-width: 480px) {
  nav#global-nav ul {
    flex-direction: column;
    margin-top: 1rem;
  }
}
nav#global-nav ul li {
  font-size: 1.125rem;
}
nav#global-nav ul li.current-menu-item a {
  border-bottom: 4px solid #6FD0D6;
}
@media (max-width: 480px) {
  nav#global-nav ul li {
    padding-left: 0;
  }
}
nav#global-nav ul li a {
  text-decoration: none;
  color: #fff;
  display: block;
  box-sizing: border-box;
  padding: 0 1rem;
  line-height: 66px;
  border-bottom: 4px solid rgba(0, 0, 0, 0);
}
nav#global-nav ul li a:hover, nav#global-nav ul li a:active {
  border-bottom: 4px solid #6FD0D6;
}
@media (max-width: 480px) {
  nav#global-nav ul li a {
    padding: 0 1rem;
    text-align: left;
  }
}

#mainimage {
  width: 100%;
  height: 340px;
  position: relative;
}
@media (max-width: 480px) {
  #mainimage {
    height: 45vh;
    margin-top: 56px;
  }
}
#mainimage #overlay_text {
  width: 100%;
  height: 340px;
  position: absolute;
  display: block;
  z-index: 10;
}
#mainimage #overlay_text .inner {
  position: relative;
  height: 340px;
}
@media (max-width: 480px) {
  #mainimage #overlay_text .inner {
    height: 50vh;
  }
}
#mainimage #overlay_text .inner .leadtext {
  padding: 2rem 0 2rem 1rem;
  background-color: rgba(13, 111, 62, 0.6);
  font-size: 1.2rem;
  line-height: 1.6;
  font-family: "Kosugi Maru", sans-serif;
  width: 55%;
  position: absolute;
  top: auto;
  bottom: auto;
}
@media (max-width: 480px) {
  #mainimage #overlay_text .inner .leadtext {
    width: 70%;
    font-size: 1.1rem;
    padding: 1.5rem 1rem;
    left: 1rem;
  }
}
@media (max-width: 480px) {
  #mainimage #overlay_text {
    height: 50vh;
    font-size: 0.875rem;
  }
}
#mainimage .swiper-container {
  width: 100%;
  height: 340px;
  margin: 0;
  padding: 0;
  border: none;
}
@media (max-width: 480px) {
  #mainimage .swiper-container {
    height: 50vh;
  }
}
#mainimage .swiper-container .swiper-wrapper {
  margin: 0;
  padding: 0;
  border: none;
}
#mainimage .swiper-container .swiper-wrapper .swiper-slide {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin: 0;
  padding: 0;
  border: none;
}
#mainimage .swiper-container .swiper-wrapper .swiper-slide span.phcaption {
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  padding: 0.25rem 0.75rem;
  font-size: 0.875rem;
  position: absolute;
  bottom: 120px;
  right: 10vw;
}
@media (max-width: 480px) {
  #mainimage .swiper-container .swiper-wrapper .swiper-slide span.phcaption {
    bottom: 1rem;
    right: 1rem;
    font-size: 0.875rem;
  }
}

/*ーーーーーーーーーー
.header
ーーーーーーーーーーー*/
#head_wrap {
  width: 100%;
  line-height: 1;
  z-index: 999;
  text-decoration: none;
}
#head_wrap a {
  text-decoration: none;
}
#head_wrap .inner {
  margin: 0 auto;
  /*&:after {
      content: "";
      clear: both;
      display: block;
  }*/
}

@media (max-width: 480px) {
  #global-nav ul {
    display: block;
    margin-right: 0px;
  }
}
#global-nav ul li:last-child {
  border-right: none;
}
@media (max-width: 480px) {
  #global-nav ul li {
    border-right: none;
  }
}
#global-nav ul li a {
  transition: all 0.6s ease 0s;
  box-sizing: border-box;
  display: block;
}

/* Fixed */
#head_wrap.fixed {
  margin-top: 0;
  position: fixed;
  transition: top 0.65s ease-in;
  -webkit-transition: top 0.65s ease-in;
  -moz-transition: top 0.65s ease-in;
  z-index: 9999;
}

/* Toggle Button */
#nav-toggle {
  display: none;
  position: absolute;
  right: 12px;
  top: 14px;
  width: 34px;
  height: 36px;
  cursor: pointer;
  z-index: 101;
}
#nav-toggle div {
  position: relative;
}

#mobile-head {
  display: none;
}

@media (max-width: 480px) {
  #head_wrap {
    top: 0;
    position: relative;
    margin-top: 0;
    width: 100%;
    padding: 0;
    /* Fixed reset */
  }
  #head_wrap .inner {
    width: 100%;
    padding: 0;
    height: auto;
  }
  #head_wrap .fixed {
    padding-top: 0;
    background: transparent;
  }

  #mobile-head {
    background: #fff;
    width: 100%;
    height: 56px;
    z-index: 999;
    position: fixed;
    display: block;
    top: 0;
    left: 0;
    box-shadow: 0px 0px 4px #999;
  }

  #global-nav {
    position: absolute;
    /* 開いてないときは画面外に配置 */
    top: -500px;
    background: rgba(13, 111, 62, 0.9);
    width: 100%;
    z-index: 2000;
    text-align: center;
    transition: 0.5s ease-in-out;
  }
  #global-nav ul {
    list-style: none;
    position: static;
    right: 0;
    bottom: 0;
    font-size: 14px;
    margin-top: 20px;
  }
  #global-nav ul li {
    float: none;
    position: static;
  }

  #head_wrap #global-nav ul li a,
#head_wrap.fixed #global-nav ul li a {
    width: 100%;
    display: block;
  }

  #nav-toggle {
    display: block;
  }

  /* #nav-toggle 切り替えアニメーション */
  #nav-toggle span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: #0D6F3E;
    left: 0;
    transition: 0.35s ease-in-out;
  }
  #nav-toggle span:nth-child(1) {
    top: 0;
  }
  #nav-toggle span:nth-child(2) {
    top: 11px;
  }
  #nav-toggle span:nth-child(3) {
    top: 22px;
  }

  .open #nav-toggle span:nth-child(1) {
    top: 11px;
    transform: rotate(315deg);
  }
  .open #nav-toggle span:nth-child(2) {
    width: 0;
    left: 50%;
  }
  .open #nav-toggle span:nth-child(3) {
    top: 11px;
    transform: rotate(-315deg);
  }

  /* #global-nav スライドアニメーション */
  .open #global-nav {
    /* #global-nav top + #mobile-head height */
    transform: translateY(500px);
    position: fixed;
    margin-top: 56px;
  }
}
#search {
  padding: 3rem 0;
  margin: 0;
  background-color: rgba(13, 111, 62, 0.1);
}
#search h2 {
  text-align: center;
  font-weight: 400;
  padding: 0;
  margin: 0;
}
#search h2 i {
  font-size: 2em;
  color: #0D6F3E;
  margin-left: 0.5rem;
}
@media (max-width: 480px) {
  #search p {
    text-align: center;
  }
}
#search #searchform {
  margin: 0.5rem auto;
}
#search #searchform form.searchform {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 480px) {
  #search #searchform form.searchform {
    flex-flow: column;
  }
}
#search #searchform form.searchform input {
  height: 54px;
}
#search #searchform form.searchform .searchfield {
  padding: 0 0;
  margin: 0;
  font-size: 1.2rem;
  text-indent: 1em;
  width: 80%;
  border: none;
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 1px 1px 1px #ccc;
}
@media (max-width: 480px) {
  #search #searchform form.searchform .searchfield {
    width: 100%;
    padding: 0;
    text-indent: 1em;
  }
}
#search #searchform form.searchform .searchsubmit {
  margin: 0;
  font-size: 1.2rem;
  width: 20%;
  border: none;
  background-color: #0D6F3E;
  color: #fff;
  border-radius: 4px;
  box-shadow: 1px 1px 1px #ccc;
  font-family: "Kosugi Maru", sans-serif;
}
@media (max-width: 480px) {
  #search #searchform form.searchform .searchsubmit {
    width: 100%;
    margin-top: 0.5rem;
  }
}

#info {
  padding: 4rem 0;
}
@media (max-width: 480px) {
  #info {
    padding: 2rem 0 2rem 0;
  }
}
#info h2#info_title {
  text-align: center;
  padding: 0;
  margin: 0 0 2rem 0;
}
#info .inner {
  display: flex;
}
@media (max-width: 480px) {
  #info .inner {
    display: block;
  }
}
#info .inner #info_head {
  flex: 1;
  position: relative;
}
#info .inner #info_head h2 {
  margin: 0;
  border-bottom: 2px solid #0D6F3E;
  font-weight: 400;
}
#info .inner #info_head .more_arc {
  text-align: right;
  padding-top: 0.5rem;
}
#info .inner #info_head .more_arc a {
  color: #0D6F3E;
  text-decoration: none;
}
#info .inner #info_head .more_arc a:hover {
  color: #0D6F3E;
}
@media (max-width: 480px) {
  #info .inner #info_head .more_arc {
    position: absolute;
    bottom: 0.5rem;
    right: 0;
  }
}
#info .inner #info_container {
  margin-left: 0;
  flex: 5;
}
@media (max-width: 480px) {
  #info .inner #info_container {
    margin-left: 0;
    margin-top: 1rem;
  }
}
#info .inner #info_container ul {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid #B5B5B5;
}
@media (max-width: 480px) {
  #info .inner #info_container ul {
    border-top: none;
  }
}
#info .inner #info_container ul li {
  border-bottom: 1px solid #B5B5B5;
  padding: 1rem 0 1rem 2rem;
  margin: 0;
}
@media (max-width: 480px) {
  #info .inner #info_container ul li {
    border-bottom: none;
    padding: 0 0 1rem 0;
  }
}
@media (max-width: 480px) {
  #info .inner #info_container ul li .post_date {
    display: block;
  }
}
#info .inner #info_container ul li .post_title {
  padding-left: 1rem;
}
@media (max-width: 480px) {
  #info .inner #info_container ul li .post_title {
    display: block;
  }
}
#info #more_arc {
  text-align: center;
  padding: 1rem;
}
#info #more_arc a {
  text-decoration: none;
  font-size: 1.1rem;
  display: block;
}
#info #more_arc a i {
  margin-right: 0.25rem;
}

#forest,
#production,
#transport,
#lumbermill,
#precutting,
#execution {
  margin-top: 3rem;
}

#dbsearch {
  padding: 3rem 0;
  margin: 0;
  background-color: rgba(13, 111, 62, 0.1);
}
#dbsearch h2 {
  text-align: center;
  font-weight: 400;
  padding: 0;
  margin: 0;
}
#dbsearch h2 i {
  font-size: 2em;
  color: #0D6F3E;
  margin-left: 0.5rem;
}
#dbsearch h4 {
  font-size: 1.3rem;
  letter-spacing: 0.5em;
  color: #0D6F3E;
  border-bottom: 1px dotted #0D6F3E;
}
#dbsearch h4::after {
  content: "で絞り込む";
  font-size: 1rem;
  letter-spacing: 0;
}
#dbsearch h4::before {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #0D6F3E;
  margin-right: 0.25rem;
}
#dbsearch p {
  text-align: center;
}

form.db {
  width: 80%;
  margin: 0 auto;
}
@media (max-width: 480px) {
  form.db {
    width: 100%;
  }
}
form.db ul {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 480px) {
  form.db ul {
    justify-content: space-around;
  }
}
form.db ul li {
  margin: 0;
  padding: 0;
}
form.db ul > li {
  width: 100%;
}
form.db ul > li:nth-of-type(3) {
  width: 80%;
}
@media (max-width: 480px) {
  form.db ul > li:nth-of-type(3) {
    width: 100%;
  }
}
form.db ul > li:nth-of-type(4) {
  width: 20%;
}
@media (max-width: 480px) {
  form.db ul > li:nth-of-type(4) {
    width: 100%;
  }
}
form.db ul > li > ul > li.cat-item {
  width: auto;
  padding: 1rem;
  font-size: 1.2rem;
}
form.db input[type=text] {
  padding: 0 0;
  margin: 1.5rem 0 0 0;
  font-size: 1.2rem;
  text-indent: 1em;
  width: 100%;
  border: none;
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 1px 1px 1px #ccc;
  height: 54px;
}
form.db input[type=submit] {
  margin: 1.5rem 0 0 0;
  font-size: 1.2rem;
  width: 100%;
  height: 54px;
  border: none;
  background-color: #0D6F3E;
  color: #fff;
  border-radius: 4px;
  box-shadow: 1px 1px 1px #ccc;
  font-family: "Kosugi Maru", sans-serif;
}
@media (max-width: 480px) {
  form.db input[type=submit] {
    margin-top: 0.5rem;
  }
}
form.db input[type=checkbox] {
  font-size: 1.2rem;
  width: 1.2rem;
  height: 1.2rem;
}

#content_btn {
  background-color: rgba(81, 170, 27, 0.24);
  padding: 3rem 0;
}
@media (max-width: 480px) {
  #content_btn {
    padding: 1rem 0;
  }
}
#content_btn .inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: space-between;
  align-items: center;
}
@media (max-width: 480px) {
  #content_btn .inner {
    flex-direction: column;
  }
}
#content_btn .inner div {
  width: 48%;
  padding: 1%;
}
@media (max-width: 480px) {
  #content_btn .inner div {
    width: 100%;
    padding: 0 0 0.5rem 0;
    height: auto;
  }
}
#content_btn .inner div img {
  margin: 0 auto;
  padding: 0;
  max-width: 100%;
  height: auto;
  display: block;
}

#scm_btn {
  padding: 3rem 0;
}
@media (max-width: 480px) {
  #scm_btn {
    padding: 1rem 0;
  }
}
#scm_btn div {
  padding: 0;
}
#scm_btn img {
  margin: 0 auto;
  padding: 0;
  max-width: 100%;
  height: auto;
  display: block;
}

#search_result {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  box-sizing: border-box;
}
#search_result .result_container {
  width: 31%;
  padding: 1rem;
  margin: 1%;
  border: 1px solid #999;
  border-radius: 4px;
  display: flex;
  flex-flow: wrap;
  align-content: space-between;
}
@media (max-width: 480px) {
  #search_result .result_container {
    width: 100%;
  }
}
#search_result .result_container div {
  width: 100%;
}
#search_result .result_container .name {
  font-size: 1.2rem;
  font-weight: 500;
}
#search_result .result_container .pagelink a {
  display: block;
  padding: 0.75rem 0;
  text-align: center;
  text-decoration: none;
  background-color: #0D6F3E;
  color: #fff;
  border-radius: 4px;
}
#search_result .result_container .pagelink a:hover {
  background-color: rgba(13, 111, 62, 0.8);
}
#search_result .result_container .tax_list {
  padding: 1rem 0;
}
#search_result .result_container .tax_list span {
  display: inline-block;
  font-size: 0.75rem;
  background-color: rgba(13, 111, 62, 0.1);
  border-radius: 4px;
  margin-right: 0.75rem;
  margin-bottom: 0.5rem;
  padding: 0.25rem 0.75rem;
}
#search_result .result_container .mainjob {
  text-align: right;
}

.btn_title {
  display: none;
}

footer {
  position: relative;
}
footer #footnav {
  background-color: #CCE1D7;
  padding: 3rem 0;
}
footer #footnav .inner {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 480px) {
  footer #footnav .inner {
    flex-direction: column;
  }
}
footer #footnav #footsig p {
  margin: 0;
  padding: 0 0 0 68px;
}
@media (max-width: 480px) {
  footer #footnav #footsig p {
    padding-left: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 1rem auto 0 auto;
  }
}
footer #footnav #footsig p a {
  color: #221D1D;
  text-decoration: none;
}
footer #footnav #footsig p a:hover {
  text-decoration: underline;
  color: #0D6F3E;
}
footer #footnav #footsig p i {
  margin-right: 0.25rem;
}
@media (max-width: 480px) {
  footer #footnav #footsig {
    border-bottom: 1px solid #0D6F3E;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
  }
}
footer #footnav #footer1-nav ul, footer #footnav #footer2-nav ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
footer #footnav #footer1-nav ul li, footer #footnav #footer2-nav ul li {
  margin-bottom: 0.5rem;
}
footer #footnav #footer1-nav ul li a, footer #footnav #footer2-nav ul li a {
  text-decoration: none;
  color: #221D1D;
}
footer #footnav #footer1-nav ul li a:hover, footer #footnav #footer2-nav ul li a:hover {
  text-decoration: underline;
  color: #0D6F3E;
}
footer #footnav #footer1-nav ul li::before, footer #footnav #footer2-nav ul li::before {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #0D6F3E;
  margin-right: 0.25rem;
}
footer #copyright {
  background-color: #4D3018;
  color: #fff;
  text-align: center;
  font-size: 0.875rem;
  height: 80px;
  line-height: 80px;
}
footer #pagetopbtn a {
  display: block;
  position: absolute;
  bottom: 80px;
  right: 10vw;
  width: 60px;
  height: 40px;
  border-radius: 8px 8px 0 0;
  background-color: #4D3018;
  text-align: center;
  line-height: 40px;
  color: #fff;
  text-decoration: none;
  font-size: 2rem;
}
footer #pagetopbtn a:hover {
  color: #CCE1D7;
}
footer #pagetopbtn a::before {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
@media (max-width: 480px) {
  footer #pagetopbtn a {
    right: 4vw;
  }
}

.breadcrumb {
  font-size: 0.875rem;
  padding: 0.25rem 0;
}
@media (max-width: 480px) {
  .breadcrumb {
    overflow-x: scroll;
  }
}

#cover_photo {
  width: 100%;
  height: 180px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 480px) {
  #cover_photo {
    height: 100px;
    margin-top: 56px;
  }
  #cover_photo .inner {
    padding: 0;
  }
}
#cover_photo h1#page_title, #cover_photo div#page_title {
  line-height: 180px;
  color: #fff;
  font-weight: 500;
  margin: 0;
  padding: 0;
  font-size: 2.25rem;
}
@media (max-width: 480px) {
  #cover_photo h1#page_title, #cover_photo div#page_title {
    font-size: 1.1rem;
    line-height: 100px;
  }
}
#cover_photo h1#page_title span, #cover_photo div#page_title span {
  background-color: rgba(13, 111, 62, 0.7);
  padding: 1rem;
}
@media (max-width: 480px) {
  #cover_photo h1#page_title span, #cover_photo div#page_title span {
    padding: 1rem 0.5rem;
  }
}

#page_container {
  padding: 3rem 0 6rem 0;
}
@media (max-width: 480px) {
  #page_container {
    display: block;
    padding: 1rem 0 4rem 0;
  }
}

@media (max-width: 480px) {
  #post_container {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

#sidebar {
  flex: 1;
  padding-left: 1rem;
  margin-left: 1rem;
  margin-top: 89px;
}
@media (max-width: 480px) {
  #sidebar {
    padding: 0;
    padding-top: 1rem;
    margin-left: 0;
    margin-top: 2rem;
  }
}
#sidebar .sidebar_contents {
  border-left: 1px dotted #707070;
  padding-left: 1rem;
  padding-bottom: 1rem;
}
@media (max-width: 480px) {
  #sidebar .sidebar_contents {
    padding: 0;
    padding-top: 1rem;
    border-left: none;
    border-top: 1px dotted #707070;
  }
}
#sidebar .sidebar_contents .parent_title a {
  text-decoration: none;
  font-weight: 500;
  font-size: 1.1rem;
  color: #0D6F3E;
}
@media (max-width: 480px) {
  #sidebar .sidebar_contents .parent_title a {
    padding: 1rem;
    margin-top: 1rem;
  }
}
#sidebar .sidebar_contents ul {
  list-style-type: none;
  margin: 0;
  padding: 1rem 0 0 0;
}
@media (max-width: 480px) {
  #sidebar .sidebar_contents ul {
    padding-left: 1rem;
  }
}
#sidebar .sidebar_contents ul li a {
  color: #221D1D;
  text-decoration: none;
}
#sidebar .sidebar_contents ul li a:hover {
  text-decoration: underline;
  color: #7EC04D;
}
#sidebar .sidebar_contents ul li ul {
  padding-left: 1rem;
  padding-top: 0.5rem;
}

#member_meta {
  padding-top: 2rem;
}
#member_meta .member_name {
  font-size: 1.3rem;
  font-weight: 500;
}
#member_meta ul#member_det {
  list-style-type: none;
  margin: 1rem 0 0 0;
  padding: 0;
}
#member_meta ul#member_det li {
  padding: 0.75rem 0 0.75rem 1rem;
}
#member_meta ul#member_det li:nth-child(odd) {
  background-color: rgba(126, 192, 77, 0.1);
}
#member_meta ul#member_det li .member_position,
#member_meta ul#member_det li .postal_code,
#member_meta ul#member_det li .member_tel {
  margin-right: 1rem;
}
#member_meta ul#member_det li i {
  margin-right: 0.5rem;
}

#filter {
  margin-bottom: 3rem;
  display: flex;
}
@media (max-width: 480px) {
  #filter {
    display: block;
  }
}
#filter div.tax_area {
  flex: 1;
}
#filter div.tax_genre {
  flex: 2;
}

ul#tax1, ul#tax2 {
  list-style-type: none;
  margin: 0 1rem 0 0;
  padding: 1rem;
  background-color: rgba(13, 111, 62, 0.1);
  border-radius: 16px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
@media (max-width: 480px) {
  ul#tax1, ul#tax2 {
    justify-content: start;
  }
}
ul#tax1 li, ul#tax2 li {
  font-size: 1rem;
  margin: 0.5rem;
}
ul#tax1 li.head, ul#tax2 li.head {
  width: 100%;
  text-align: center;
}
@media (max-width: 480px) {
  ul#tax1 li.head, ul#tax2 li.head {
    width: 100%;
    text-align: center;
  }
}
ul#tax1 li a, ul#tax2 li a {
  border: 1px solid #7EC04D;
  border-radius: 8px;
  display: block;
  padding: 0.5rem 1rem;
  text-decoration: none;
  background-color: #fff;
}
ul#tax1 li a.current, ul#tax2 li a.current {
  background-color: #0D6F3E;
  color: #fff;
  border-color: #0D6F3E;
  font-size: 1rem;
}

ul#tax2 {
  margin-right: 0;
}

ul#member_list_out {
  list-style-type: none;
  margin: 1rem 0 3rem 0;
  padding: 0;
}
ul#member_list_out li {
  padding: 0.75rem 0 0.75rem 1rem;
  display: flex;
  justify-content: space-between;
}
ul#member_list_out li .taxo {
  margin-right: 1rem;
}
ul#member_list_out li .taxo span {
  padding: 0.25rem 0.5rem;
  margin-left: 0.5rem;
  color: #0D6F3E;
  border: 1px solid #0D6F3E;
  border-radius: 4px;
  font-size: 0.85rem;
  background-color: #fff;
}
@media (max-width: 480px) {
  ul#member_list_out li {
    flex-direction: column;
  }
  ul#member_list_out li .taxo {
    margin-top: 0.5rem;
  }
  ul#member_list_out li .taxo span {
    padding: 0 0.5rem;
    margin-bottom: 0.5rem;
    display: inline-block;
  }
}
ul#member_list_out li:nth-child(odd) {
  background-color: rgba(126, 192, 77, 0.1);
}
ul#member_list_out li i {
  margin-right: 0.5rem;
}
ul#member_list_out li a {
  color: #221D1D;
}

.pagenavi {
  margin-bottom: 3rem;
  margin-top: 3rem;
  text-align: center;
}

.taxo_list {
  margin: 3rem 0 1rem 0;
  padding-top: 1rem;
  border-top: 1px dotted #707070;
}
.taxo_list span a {
  padding: 0.25rem 0.5rem;
  margin-left: 0.5rem;
  color: #0D6F3E;
  border: 1px solid #0D6F3E;
  border-radius: 4px;
  font-size: 0.85rem;
  background-color: #fff;
  text-decoration: none;
}
@media (max-width: 480px) {
  .taxo_list span a {
    display: inline-block;
    margin-bottom: 0.5rem;
  }
}
.taxo_list span a:hover {
  background-color: #0D6F3E;
  color: #fff;
}

.list_title {
  margin: 3rem auto;
}
.list_title a {
  display: block;
  padding: 2rem 0;
  text-decoration: none;
  font-size: 1.5rem;
  font-weight: 500;
  text-shadow: 1px 1px 1px #333;
  text-align: center;
  background-color: #0D6F3E;
  color: #fff;
  border-radius: 8px;
}
@media (max-width: 480px) {
  .list_title a {
    font-size: 1.2rem;
    padding: 1rem;
  }
}
.list_title a:hover {
  background-color: #7EC04D;
  color: #fff;
}
.list_title a i {
  margin-right: 0.25rem;
}

#member_furigana {
  margin-bottom: 3rem;
}
#member_furigana ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
#member_furigana ul li {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  margin: 0;
  padding: 1rem;
  padding-left: 4em;
  border-bottom: 1px solid #7EC04D;
}
#member_furigana ul li:nth-child(odd) {
  background-color: rgba(126, 192, 77, 0.1);
}
#member_furigana ul li span i {
  margin-right: 0.25rem;
}
#member_furigana ul li span.full {
  flex-basis: 100%;
}
#member_furigana ul li span.list_num {
  margin-left: -3em;
  display: block;
  width: 3em;
}
#member_furigana ul li .member_name {
  font-size: 1.25rem;
  margin-bottom: 0.5rem;
}
@media (max-width: 480px) {
  #member_furigana ul li .member_name {
    font-size: 1.1rem;
    max-width: 100%;
  }
}
#member_furigana ul li .taxo {
  margin-top: 0.5rem;
}
#member_furigana ul li .taxo span {
  padding: 0.25rem 0.5rem;
  margin-left: 0.5rem;
  color: #0D6F3E;
  border: 1px solid #0D6F3E;
  border-radius: 4px;
  font-size: 0.85rem;
  background-color: #fff;
}
@media (max-width: 480px) {
  #member_furigana ul li .taxo span {
    padding: 0 0.25rem;
    margin-bottom: 0.5rem;
    display: inline-block;
  }
}
#member_furigana ul li .member_position,
#member_furigana ul li .postal_code,
#member_furigana ul li .member_tel,
#member_furigana ul li .member_fax,
#member_furigana ul li .member_email,
#member_furigana ul li .member_website {
  margin-right: 1rem;
}

#institution_result {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#institution_result div.result_container {
  width: 33%;
  padding: 1rem;
}
@media (max-width: 480px) {
  #institution_result div.result_container {
    width: 100%;
  }
}
#institution_result div.result_container .thumb {
  background-color: rgba(13, 111, 62, 0.7);
  margin-bottom: 1rem;
}
#institution_result div.result_container .thumb img {
  display: block;
  max-width: 100%;
  height: auto;
  padding: 0.5rem;
}

#certification {
  margin-bottom: 3rem;
  border-top: 1px solid #0D6F3E;
  border-bottom: 1px solod #0D6F3E;
}
#certification dl {
  display: block;
  margin: 0;
  padding: 0;
}
#certification dl dt {
  float: left;
  margin-bottom: 0.5rem;
}
@media (max-width: 480px) {
  #certification dl dt {
    float: none;
    margin-bottom: 0;
  }
}
#certification dl dd {
  margin-left: 6rem;
  margin-bottom: 0.5rem;
}
@media (max-width: 480px) {
  #certification dl dd {
    margin-left: 1rem;
    margin-bottom: 1em;
  }
}

ol.ol_hedding_list {
  counter-reset: li;
  list-style: none;
  padding-left: 1.2rem;
  margin-left: 1.2rem;
}
ol.ol_hedding_list li {
  position: relative;
  margin-bottom: 1rem;
}
ol.ol_hedding_list li::before {
  counter-increment: li;
  content: counter(li);
  font-weight: 700;
  position: absolute;
  top: 0;
  left: -2.5rem;
  width: 2rem;
  text-align: right;
  font-size: 1.2rem;
}
ol.ol_hedding_list li strong {
  font-size: 1.2rem;
}

.post-meta {
  margin-top: 5rem;
  padding-top: 1rem;
  border-top: 1px dotted #221D1D;
}/*# sourceMappingURL=style.css.map */