@charset "UTF-8";
html {
  overflow: auto;
}

body {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  overflow: hidden;
  font-weight: 500;
  margin:0; /* 変更しない */
  padding:0; /* 変更しない */
  font-size:62.5%; /* 16pxのとき */
  line-height:1.6; /* 変更しない */

}

img {
  width: 100%;
}

::-moz-selection {
  color: #445660;
  background-color: #f4b17b;
}

::selection {
  color: #445660;
  background-color: #f4b17b;
}

.hide {
  position: absolute;
  left: -100em;
  top: -100em;
}

/* =====================

    PC

===================== */
.sphead,.search_sp {
  display: none;
}

.forestry {
  position: relative;
  background: url("/img/forestry/foot-bg.jpg") no-repeat;
  background-size: contain;
  background-position: bottom center;
}

.headWrap{
  background: #fff;
}

.pchead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.pchead .logo {
  padding: 20px 0 0 20px;
  width: 460px;
}

.acc {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #2d4045;
  align-items:center;
}

.acc::before{
  position: absolute;
  content: '';
  display: block;
  top: 0;
  left: -39px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 40px 73px 0;
  border-color: transparent #2d4045 transparent transparent;
}

.acc-1 {
  padding: 15px 45px 15px 15px;
  width: 70%;
  box-sizing: border-box;
}

.acc-1 .tel {
  text-align: center;
}

.acc-1 .tel_in {
  margin: 0;
  font-size: 220%;
  line-height: 1.2;
}

.acc-1 .tel_icon {
  display: inline-block;
  margin-right: 7px;
  width: 30px;
  vertical-align: sub;
}

.acc-2 {
  position: relative;
  width: 30%;
  min-width: 220px;
  background: #ea6f0b;
}

.acc-2::before{
  position: absolute;
  content: '';
  display: block;
  top: 0;
  left: -39px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 40px 73px 0;
  border-color: transparent #ea6f0b transparent transparent;
}

.acc-2 .inquiry {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  line-height: 1.4;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.acc-2 .inquiry a {
  display: block;
  padding: 0;
  color: #fff;
  text-decoration: none;
  font-size: 220%;
}

.acc-2 .inquiry a span {
  display: block;
  font-size: 70%;
}

nav{
  margin: 0 auto;
  width: 950px;
}

nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 auto;
  padding: 30px 0 0 0;
  list-style: none;
}

nav ul li {
  margin-right: 20px;
  margin-bottom: 40px;
}

nav ul li:last-child {
  margin-right: 0;
}

nav ul li a {
  position: relative;
  padding: 10px 35px 10px 15px;
  border: solid 2px #2d4045;
  border-radius: 5px;
  text-decoration: none;
  font-size: 200%;
  font-weight: bold;
  text-align: center;
  color: #2d4045;
  background: #fff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all  0.3s ease;
}

nav ul li a::after {
  content: '';
  display: block;
  position: absolute;
  width: 8px;
  height: 8px;
  top: 50%;
  right: 10px;
  margin-top: -5px;
  border-right: 3px solid #2d4045;
  border-bottom: 3px solid #2d4045;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

nav ul li a:hover{
  color: #fff;
  background: #2d4045;
}

nav ul li a:hover::after{
  content: '';
  display: inline-block;
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}


nav ul li strong {
  position: relative;
  padding: 10px 35px 10px 15px;
  border: solid 2px #2d4045;
  border-radius: 5px;
  text-decoration: none;
  font-size: 200%;
  font-weight: bold;
  text-align: center;
  color: #FFF;
  background: #2d4045;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}


nav ul li strong:after {
  content: '';
  display: inline-block;
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(45deg);
  position: absolute;
  width: 8px;
  height: 8px;
  top: 42%;
  right: 10px;
  margin-top: -5px;
}

img{
max-width: 100%;
width:auto;
}

.subTit {
  position: relative;
  padding: 90px 0 70px 0;
  width: 100%;
  background: url("/img/forestry/sub_head.jpg") no-repeat;
  background-size: cover;
  background-position: top;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
  background-attachment: fixed;
}

.subTit::before{
  position: absolute;
  content: '';
  display: block;
  margin-top: -125px;
  top: 50%;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 250px 0 0 180px;
  border-color: transparent transparent transparent #ffffff;
  -moz-opacity: 0.2;
  opacity: 0.2;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=20);  /* For IE 5-7 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)"; /* For IE 8 */
}

.subTit::after{
  position: absolute;
  content: '';
  display: block;
  margin-top: -125px;
  top: 50%;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 180px 250px 0;
  border-color: transparent #ffffff transparent transparent;
  -moz-opacity: 0.2;
  opacity: 0.2;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=20);  /* For IE 5-7 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)"; /* For IE 8 */
}

.subTit h1 {
  position: relative;
  margin: 0 auto;
  width: 90%;
  font-size: 400%;
  color: #fff;
  letter-spacing: 4px;
  text-align: center;
  font-weight: 700;
}

.pankuzu {
  width: 100%;
  background: #f5f5f5;
}

.pankuzu ul {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 10px 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  list-style: none;
  flex-wrap: wrap;
}

.pankuzu ul li {
  padding: 5px 10px 5px 0;
  font-size: 140%;
  line-height: 1.2;
}

.pankuzu ul li a {
  position: relative;
  padding-right: 20px;
  color: #000;
  text-decoration: none;
}

.pankuzu ul li a:hover {
  text-decoration: underline;
}

.pankuzu ul li a::after {
  position: absolute;
  content: '';
  display: block;
  margin-top: -4px;
  top: 50%;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 6px;
  border-color: transparent transparent transparent #ea6f0b;
}

.contents {
  margin: 70px auto 40px auto;
  padding: 50px 40px;
  width: 94%;
  max-width: 1200px;
  background: rgba(255, 255, 255, 0.9);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.forestryList li {
  position: relative;
  list-style: none;
  margin: 0;
  border-bottom: solid 1px gray;
  padding: 15px 0 15px 25px;
  font-size: 160%;
}

.forestryList li::before {
  position: absolute;
  content: '';
  display: block;
  margin-top: -6px;
  top: 50%;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 8px;
  border-color: transparent transparent transparent #ea6f0b;
}

.forestryList li .newsDate {
  margin-right: 18px;
}

.forestryList li a {
  color: #000;
}

.forestryList li a:hover{
  text-decoration: none;
}

footer {
  padding-bottom: 60px;
  text-align: center;
}

footer dl {
  color: #fff;
}

footer dt {
  font-size: 180%;
}

footer dd {
  margin: 0;
  padding: 10px 0;
  font-size: 150%;
  line-height: 1.5;
}

.about {
  margin: 0;
  padding: 20px 0;
  font-size: 250%;
  color: #fff;
  font-weight: bold;
}

.contact {
  font-size: 180%;
}

.contact a {
  position: relative;
  display: block;
  margin: 0 auto;
  padding: 10px 35px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  border-radius: 50px;
  background: #ed7d22;
  width: 50%;
  max-width: 220px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all  0.3s ease;
}

.contact a::after {
  content: '';
  display: block;
  position: absolute;
  width: 7px;
  height: 7px;
  top: 50%;
  right: 15px;
  margin-top: -5px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.contact a:hover{
  color: #fff;
  background: #2d4045;
}

.contact a:hover::after{
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
}

.contact_icon {
  display: inline-block;
  margin-right: 5px;
  width: 20px;
  vertical-align: middle;
}

.copyright {
  margin: 0;
  padding: 0 0 10px 0;
  color: #fff;
  text-align: center;
  font-size: 120%;
}

/* ページトップ */
.top_scroll {
  position: relative;
  z-index: 9;
  margin: 0;
  padding: 0;
}

#page-top {
  display: block;
  position: fixed;
  right: -250px;
  bottom: 30px;
  width: 50px;
  height: 50px;
  padding: 0;
  color: #fff;
  background: rgba(0, 0, 0, 0.6);
  border: solid 1px #fff;
  text-align: center;
  text-decoration: none;
  transition: 1s;
  -webkit-transition: 1s;
}

#page-top::before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 20px auto 0 auto;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}



/* ----------kiji---------- */

.forestryContents{
  font-size: 160%;
}

#printpage{
  text-align: right;
}
#printpage a{
  color: #000;
}

#printpage a:hover{
  text-decoration: none;
}

.forestryContents h2{
  position: relative;
  padding: 10px 20px 10px 50px;
  background: #445660;
  color: #fff;
  font-size: 215%;
  line-height: 1.2;
  width: 100%;
  box-sizing: border-box;
}

.forestryContents h2:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 0;
  border-bottom: solid 30px #ed7d22;
  border-left: solid 30px transparent;
}

.forestryContents h2:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 0;
  border-top: solid 30px #fff;
  border-right: solid 30px transparent;
}

.forestryContents h3{
  display: block;
  position: relative;
  padding: 0 10px 0px 40px;
  width: 100%;
  border-bottom: solid 1px #445660;
  font-weight: normal;
  font-size: 175%;
  box-sizing: border-box;
}

.forestryContents h3:before {
  position: absolute;
  content: '';
  display: block;
  background: url("/img/forestry/icon-h3.png") no-repeat;
  background-size: 25px 25px;
  width: 25px;
  height: 25px;
  top: 50%;
  left: 7px;
  margin-top: -13px;
}

.forestryContents h4{
  position: relative;
  padding: 10px 10px 10px 25px;
  background: #f5f5f5;
  width: 100%;
  font-weight: normal;
  font-size: 130%;
  line-height: 1.2;
  box-sizing: border-box;
}

.forestryContents h4:before {
  position: absolute;
  content: '';
  display: block;
  margin-top: -9px;
  width: 6px;
  height: 18px;
  top: 50%;
  left: 10px;
  background: #ed7d22;
}

.forestryContents h5{
  position: relative;
  padding: 0 10px 0 27px;
  color: #ed7d22;
  border-bottom: dotted 2px #ed7d22;
  font-size: 110%;
  width: 100%;
  box-sizing: border-box;
}

.forestryContents h5:before {
  position: absolute;
  content: '';
  display: block;
  margin-top: -4px;
  width: 8px;
  height: 8px;
  top: 50%;
  left: 10px;
  background: #ed7d22;
}

.forestryContents .pdf_download {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
border-top: dotted 1px gray;
margin-top: 30px;
}

.forestryContents .pdf_download p.pdf_img {
margin-right: 16px;
}

.forestryContents .pdf_download p.tenpu_txt {
font-size: 80%;
padding-top: 2px;
}

.forestryContents p {
  padding: 0 15px;
  margin: 1rem 0 1.8rem;
  line-height: 1.5;
  box-sizing: border-box;
}

.forestryContents ul, .forestryContents ol {
  display: block;
  margin-bottom: 1.8rem;
  /* padding-inline-start: 30px; */
  line-height: 1.5;
  padding-left: 30px;
}

.forestryContents ul li {
  list-style: outside;
  margin: 1rem 0 1rem;
}

.forestryContents ol li {
  list-style: decimal;
  margin: 1rem 0 1rem;
}

.forestryContents table {
  margin-bottom: 20px;
  line-height: 1.5;
  width: 100%;
  border: 1px solid #e2e8eb;
  text-indent: initial;
  box-sizing: border-box;
  border-spacing: 0;
  border-collapse: collapse;
  box-sizing: border-box;
}

.forestryContents table caption {
  width: 100%;
  text-align: left;
  padding-bottom: 0.5rem;
  font-size: 108%;
  }

.forestryContents table th, .forestryContents table td {
  padding: 1rem;
  border: 1px solid #e2e8eb;
  vertical-align: middle;
}

.forestryContents table th {
  background: #445660;
  color: #fff;
}

.forestryContents table td {
  background: #fff;
}

.forestryContents .detail_writing,
.forestryContents .link_l,
.forestryContents .detail_image_normal,
.forestryContents .file_pdf {
margin-bottom: 1rem;
}


/* =====================

追加

===================== */

.search{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content:end;
  padding: 10px 20px 10px 0;
}

.search .gsc-control-cse{
  width: 300px;
  background: none;
  border: none;
  padding: 0;
}

.search table.gsc-search-box td.gsc-input{
  padding: 0;
}

.search td.gsc-input{
  border: solid 1px #1b292d;
}

.gsc-input .gsc-input-box{
  padding: 0;
  border: none;
}

.search .gsc-search-button{
  background-color: #1b292d;
}

.search .gsc-search-button-v2{
  padding: 5px;
  margin: 0;
  background-color: #1b292d;
  border-color: #1b292d;
}

.search .gsc-search-button-v2 svg{
  width: 23px;
  height: 23px;
}

.search .gs-title {
  text-align: left;
}

td.gssb_a img {
  display: none;
}


/* =====================

    IE

===================== */
@media all and (-ms-high-contrast: none) {
  body {
    font-family: "メイリオ", Meiryo, sans-serif;
  }
}

/* =====================

Tablet

===================== */
@media screen and (max-width: 1100px) {

.pchead .logo{
  width: 300px;
}

.acc::before
,.acc-2::before{
  content: none;
}

.acc-1 {
  padding: 15px 15px;
}

.acc-2{
  min-width: 190px;
}

.acc-1 .tel_in,.acc-2 .inquiry a{
  font-size: 190%;
}

.acc-1 .tel_icon{
  width: 25px;
}

nav{
  width: 96%;
}

nav ul {
  justify-content: space-evenly;
}

nav ul li{
  margin-right: 0;
}

nav ul li a {
  font-size: 180%;
}

}

/* =====================

Smartphone

===================== */
@media screen and (max-width: 910px) {
  .acc,nav,.search_pc{
    display: none;
  }
  .sphead,.search_sp {
    display: block;
  }
  .forestry {
    background-size: inherit;
  }
  .pchead .logo{
    width: 200px;
    z-index: 100;
  }
  .headWrap{
    padding-bottom: 20px;
  }

  .subTit::before,.subTit::after{
    content: none;
  }

  .subTit h1{
    font-size: 320%;
  }

  .contents{
    margin: 30px auto 40px auto;
    padding: 30px 10px;
    width: 98%;
  }

  .forestryContents h2{
    font-size: 170%;
  }

  .forestryContents h3{
    font-size: 160%;
  }


  /*　ハンバーガーボタン　*/
  .hamburger {
    display: block;
    position: fixed;
    z-index: 11;
    right: 10px;
    top: 10px;
    width: 35px;
    height: 35px;
    cursor: pointer;
    text-align: center;
    background: #2d4045;
  }
  .hamburger span {
    display: block;
    position: absolute;
    width: 23px;
    height: 2px;
    left: 6px;
    background: #fff;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .hamburger span:nth-child(1) {
    top: 8px;
  }
  .hamburger span:nth-child(2) {
    top: 16px;
  }
  .hamburger span:nth-child(3) {
    top: 24px;
  }
  /* ナビ開いてる時のボタン */
  .hamburger.active {
    background: none;
  }
  .hamburger.active span:nth-child(1) {
    top: 16px;
    left: 6px;
    background: #ea6f0b;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .hamburger.active span:nth-child(2),
  .hamburger.active span:nth-child(3) {
    top: 16px;
    background: #ea6f0b;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .globalMenuSp {
    padding: 55px 0 0 0;
    position: fixed;
    top: 0;
    left: 0;
    color: #2d4045;
    background: white;
    text-align: center;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transition: opacity .8s ease, visibility .8s ease;
    transition: opacity .8s ease, visibility .8s ease;
    z-index: -1;
  }
  .navSp {
    margin: 0 auto;
    padding: 10px 0;
    width: 100%;
  }
  .navSp li {
    list-style-type: none;
    padding: 0;
    width: 100%;
    -webkit-transition: .8s all;
    transition: .8s all;
  }
  .navSp li:last-child {
    padding-bottom: 0;
  }
  .navSp li:hover {
    color: #fff;
    background: #f3b17b;
  }
  .navSp li a,.navSp li strong {
    display: block;
    color: #2d4045;
    padding: 1.5em 0;
    text-decoration: none;
    font-size: 180%;
    font-weight: bold;
  }

  /* このクラスを、jQueryで付与・削除する */
  .globalMenuSp.active {
    opacity: 100;
    z-index: 10;
  }

  .search_sp .search {
    padding: 2em;
  }

  .search_sp #___gcse_0,.search_sp .search .gsc-control-cse{
    width: 100%;
  }

  td.gssb_e,
  .gssb_c,
  table.gssb_c,
  table.gssb_c tbody{
    display:none!important;
  }

}


@media screen and (max-width: 767px){
  .detail_movie {
      position: relative;
      width: 100%;
      padding-top: 56.25%;
  }

  .detail_movie iframe {
      position: absolute;
      top: 0;
      right: 0;
      width: 100%;
      height: 100%;
  }

}