/*toc*/
/* sidebar_toc */
.single_item_toc {
  width: 320px;
  position: -webkit-sticky;
  position: sticky;
  top: 70px;
  will-change: transform;
  max-height: 80vh;
}
.toc_inner {
  overflow: scroll;
  position: fixed;
  width: 320px;
  margin-top: 20px;
}
.toc_inner .sidebar_title {
  position: relative;
  color: #777e41;
  font-weight: 700;
  font-family: Lato, sans-serif;
  font-size: 18px;
  margin-bottom: 10px;
}
.toc_inner .ez-toc-list {
  list-style: none !important;
  padding: 0px !important;
  font-size: 14px !important;
}
.toc_inner .ez-toc-list a {
  text-decoration: none;
  padding: 3px 10px !important;
  color: #999999 !important;
}
.toc_inner .ez-toc-list a:hover {
  color: #777e41;
}
.ez-toc-list .active a {
  background-color: #cccf9a !important;
  color: #777e41 !important;
  border-radius: 5px !important;
}
/* sidebar_toc end */
/* main_toc */
#ez-toc-container {
  border-top: dotted 3px #000 !important;
  border-bottom: dotted 3px #000 !important;
  padding: 15px !important;
  margin: 60px 0px !important;
}

.ez-toc-title {
  margin: 10px !important;
  text-align: center !important;
  font-size: 28px !important;
  font-weight: 700 !important;
  line-height: 1.5 !important;
  font-size: 18px !important;
}

.ez-toc-list {
  font-weight: 700 !important;
  margin: 10px 9px !important;
  display: block !important;
  list-style: decimal !important;
  padding: 0 0 0 20px !important;
  color: #545454 !important;
}

.ez-toc-list li a {
  color: #545454 !important;
  padding: 6px 0 !important;
  letter-spacing: 1px !important;
  line-height: 2 !important;
  display: block !important;
}

.ez-toc-list li a:hover {
  color: #777e41 !important;
}
@media screen and (max-width: 1024px) {
}

@media screen and (max-width: 599px) {
  #ez-toc-container {
    padding: 15px 0 !important;
  }
  .ez-toc-list li a {
    padding: 3px 0 !important;
  }
}

/* main_toc end */
/*Contact Form 7*/
.wpcf7 {
  margin-bottom: 30px;
}
.wpcf7 input {
  width: 100%;
  padding: 10px;
  font-size: 22px;
  border-radius: 3px;
  border: solid 2px #707070;
  margin-bottom: 30px;
  box-sizing: border-box;
}
.wpcf7 p {
  margin: 0 !important;
}

.wpcf7 textarea {
  width: 100%;
  padding: 10px;
  font-size: 22px;
  border-radius: 3px;
  border: solid 2px #707070;
  margin-bottom: 30px;
  letter-spacing: 1px;
  box-sizing: border-box;
}

.wpcf7 .wpcf7-submit {
  width: 70%;
  margin: 0 15%;
  color: white;
  background-color: #777e41;
  border: solid 2px #777e41;
}

.wpcf7 .wpcf7-submit:hover {
  background-color: white;
  color: #777e41;
  transition: 0.3s;
}

.form_check {
  margin-bottom: 30px;
}
.form_check input {
  width: auto !important;
  margin-bottom: 0 !important;
}
/*Contact Form 7 end*/
/* wordpressエディター設定 */

@media screen and (max-width: 1024px) {
}

@media screen and (max-width: 599px) {
  .wp-block-columns.has-background {
    padding: 15px !important;
  }
}
