@charset "UTF-8";
/*----------------------------------------------------
基本設定
----------------------------------------------------*/
body {
  background: #009327;
}

.study_list {
  background: #fff;
  padding: 40px;
}
.study_list li:not(:last-child) {
  margin-bottom: 40px;
}
.study_list .study_date {
  font-size: 12px;
  margin-bottom: 4px;
}
.study_list .study_cate {
  background: #1D2120;
  color: #fff;
  padding: 0px 10px;
  font-size: 12px;
  margin-left: 8px;
}
.study_list a h3 {
  font-size: 22px;
  font-weight: normal;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 10px;
  /* -750 */
}
@media all and (max-width: 750px) {
  .study_list a h3 {
    font-size: 16px;
  }
}
.study_list a h3::after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #1D2120;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.study_list a:hover h3::after {
  width: 0%;
}

.bread {
  max-width: 1200px;
}

.eye_ttl {
  max-width: 1200px;
  margin: 0 auto;
}
.eye_ttl .title {
  color: #1D2120;
  font-weight: normal;
  margin-top: 10px;
}

.content_body {
  max-width: 1200px;
  background: #fff;
  padding: 40px;
  color: #1D2120;
  /* -750 */
}
@media all and (max-width: 750px) {
  .content_body {
    padding: 20px;
  }
}
.content_body .wp-block-heading {
  color: #1D2120;
  font-size: 22px;
  /* -750 */
}
@media all and (max-width: 750px) {
  .content_body .wp-block-heading {
    font-size: 16px;
  }
}
.content_body .wp-block-list {
  margin: 20px 0;
}
.content_body .wp-block-list li {
  list-style: disc;
  list-style-position: inside;
  padding-left: 0;
}
.content_body .wp-block-table {
  margin: 20px 0;
  /* -750 */
}
@media all and (max-width: 750px) {
  .content_body .wp-block-table {
    overflow-x: auto;
    display: block;
  }
}
.content_body .wp-block-table .has-fixed-layout {
  /* -750 */
}
@media all and (max-width: 750px) {
  .content_body .wp-block-table .has-fixed-layout {
    width: 800px;
  }
}
.content_body .wp-block-table td, .content_body .wp-block-table th {
  border: 1px solid #1D2120;
  color: #1D2120;
}
.content_body .wp-block-table td a, .content_body .wp-block-table th a {
  color: #1D2120;
}
.content_body .wp-block-table th {
  border: 1px solid #1D2120;
  background: #ecfae8;
}
.content_body .cate_link li a {
  background: #1D2120;
  border: 1px solid #1D2120;
  color: #fff;
  padding: 0px 10px;
}
@media (hover: hover) {
  .content_body .cate_link li a:hover {
    background: #fff;
    color: #1D2120;
  }
}
/*# sourceMappingURL=study.css.map */