@charset "UTF-8";
/*
 Theme Name: SANGO Child
 Theme URI: https://saruwakakun.design
 Author: SARUWAKA
 Author URI: https://saruwakakun.com
 Template: sango-theme
 Version: 4.0
*/
/*こちらはSANGOの子テーマ用CSSです。以下にCSSを記入していきましょう。*/
.sns-btn {
  display: none;
}

/* トップページ */
body.home #entry {
  box-shadow: none;
}

body.home .page-header {
  padding-left: 0;
  padding-right: 0;
}

body.single-lesson #entry {
  padding: 20px;
}

/* サイドバー */
#sidebar0 {
  flex: 1;
}

#sidebar0 .widgettitle {
  margin-top: 0;
}

/* 一覧 */
.c_linkto_text h2 {
  /* margin: 0; */
}

.breadcrumb {
  display: none;
}

.widget-progress {
  padding: 15px 17px !important;
}
.widget-progress h5 {
  margin-top: 10px;
}
.widget-progress h5 span {
  background-color: #333;
  color: #fff;
  margin-left: 10px;
  padding: 3px 10px;
  border-radius: 5px;
}

.lesson-label {
  position: absolute;
  z-index: 3;
  background: #f9ca24;
  padding: 0 10px;
  color: #fff;
  border-radius: 5px;
  margin: 10px;
  font-weight: 700;
}

.progress-label {
  display: inline-block;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  background-color: #ccc;
  border-radius: 5px;
  padding: 1px 10px;
}

.progress-label.finish {
  background-color: #ff7979;
  border-radius: 5px;
}

.progress-box {
  background-color: #eee;
  padding: 30px;
  border-radius: 10px;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .progress-box {
    padding: 15px;
  }
}
.progress-box .term-name {
  width: 150px;
}
.progress-box .term-name a {
  color: #555;
  font-weight: 700;
}
.progress-box .term-content {
  display: flex;
  flex-wrap: wrap;
  width: 50%;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .progress-box .term-content {
    display: block;
    width: 100%;
  }
}
.progress-box .term-content:nth-last-child(1), .progress-box .term-content:nth-last-child(2) {
  margin-bottom: 0;
}

.progress-graph {
  position: relative;
  width: calc(80% - 150px);
}
@media screen and (max-width: 767px) {
  .progress-graph {
    width: 100%;
  }
}
.progress-graph.sidebar {
  width: 100%;
}
.progress-graph progress {
  -webkit-appearance: none;
  -moz-appearance: none;
  border: none;
  border-radius: 18px;
  background-color: hotPink; /* -moz- 用 */
  width: 100%;
  height: 26px;
}
.progress-graph ::-webkit-progress-bar {
  background-color: #dee1e3;
  border-radius: 18px;
}
.progress-graph ::-webkit-progress-value {
  background: #e73650;
  border-radius: 18px;
}

.graph-rate {
  position: absolute;
  top: -3px;
  color: #fff;
  font-weight: 700;
}/*# sourceMappingURL=style.css.map */

/* 最新の更新情報セクション */
.recent-updates {
    background: #fff;
    border-radius: 8px;
    margin-bottom: 2rem;
    border: solid #eee;
    padding: 10px 30px;
    font-size: 15px;
    margin-top: 10px;
}

.recent-updates .page-title {
  font-size: 1.2rem;
  margin-bottom: 1rem;
  margin-top: 10px;
  padding-bottom: 0.5rem;
  border-bottom: 2px solid #f0f0f0;
  color: #333;
}

.update-item {
  padding: 0.8rem 0;
  border-bottom: 1px dashed #e0e0e0;
  line-height: 1.4;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem;
}

.update-item:last-child {
  border-bottom: none;
}

.update-date {
  color: #666;
  font-size: 0.9rem;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

.update-title {
  color: #333;
}

.update-title a {
  color: #1a73e8;
  text-decoration: none;
  transition: color 0.2s ease;
}

.update-title a:hover {
  color: #185abc;
  text-decoration: underline;
}

/* レスポンシブ対応 */
@media screen and (max-width: 480px) {
  .recent-updates {
    padding: 10px 15px;
  }
	
  .recent-updates .page-title {
    padding-left: 0;
    padding-right: 0;
	margin-bottom: 0;
  }

  .update-item {
    padding: 0.6rem 0;
  }

  .update-date {
    font-size: 0.85rem;
  }
}

.revision-item {
	padding: 7px;
}

.kaisetsu.sidebar {
    padding: 0 20px;
    height: 400px;
    overflow-y: scroll;
    font-size: 14px;
}