@charset "utf-8";
/*
Theme Name:skin_tcd046_child
Template:skin_tcd046
*/

/* コースセクション（トップページ） */
body #index_course li .caption {
  font-size: 18px;
}
/* 固定ページ・投稿 */
body .pb-widget-editor > :last-child {
  margin: 0 0 2em 0;
}
body a.button {
  display: block;
  padding: 10px;
  margin: 0 auto;
  color: #fcc800;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  border-radius: 0px;
  text-decoration: none;
  width: 80%;
  border: 3px solid #fcc800;
}
body a.button:hover {
  color: #ffffff!important;
  background: #fcc800;
}
body .post_content .style3a, .post_content .style3a:before, .post_content .style3a:after {
  content: none;
  background: none;
  background-color: none;
  border: none;
  border-radius: 0;
}
body .post_content .style3a {
  margin: 0.5em 0 1.5em;
  padding-bottom: .5em;
  border-bottom: 2px dashed #C2AA99;
}
body .post_content .style4a {
  position: relative;
  padding: .5em;
  border-left: 5px solid #f5deb3;
}
body .post_content .style4a:before {
  position: absolute;
  left: -5px;
  bottom: 0;
  content: '';
  width: 5px;
  height: 50%;
  background-color: #C2AA99;
}
body .post_content .style4a:after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: '';
  width: 100%;
  height: 0;
}
/* ウィジェット */
body .tcdw_course_list_widget .course_list li .caption {
  font-size: 18px;
}
/* フッター */
body #footer_social_link li:before {
  color: #666;
}
body #footer_bottom {
  background: #F4F4F4;
}
body #copyright {
  color: #666;
}
body #copyright a {
  color: #666;
}
@media screen and (max-width: 767px) {
  /* コースセクション（トップページ） */
  body #index_course li .caption {
    font-size: 16.5px;
  }
  /* ウィジェット */
  body .tcdw_course_list_widget .course_list li .caption {
    font-size: 16.5px;
  }
}