@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Work+Sans:wght@400;700&display=swap');
/* =========================================
   SP 
============================================ */
table{
  color: #fff;
}
table p{
  font-weight: 700;
  font-size: 16px;
}
th,td{
  background: #B0A2FF;
  padding: 10px 20px;
}
.pb1rem{
  padding-bottom: 1rem;
}
.wd90{
  width: 90%;
}
.lesson-list-contents-wrap{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.reverse{
  flex-direction: column;
}
.column{
  flex-direction: column;
}
.title-border,
.title-border2{
  display: flex;
  align-items: center;
}
.title-border:before,
.title-border2:before {
  margin-right: 1rem;
}
.title-border:before{
  border-top: 2px solid;
  content: "";
  flex-grow: 0.2;
}
.title-border2:before{
  border-top: 2px solid;
  content: "";
  flex-grow: 0.2;
}
.price-btn{
  height: 80px;
  width: 50%;
}
/*--- Effect ---*/
.txt-shadow{
	text-shadow: none;
}
/*--- lesson-list ---*/
.lesson_icon{
  opacity: 1 !important;
  width: 80% !important;
}

.page-title p{
  text-align: left;
}
.lesson-list-contents-wrap img{
  width: 100%;
  height: auto;
}
.lesson-course-contents-wrap img{
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.lesson-course-contents-wrap p{
  line-height: 3;
  margin-top: 50px;
}
/*--- lesson-course ---*/
.bg{
  width: 100%;
  height: 100%;
  background-image: url(../images/lesson-list/lesson-list_bg1_sp.png);
  background-size: cover;
  position: absolute;
  top: 0;
  bottom: 0;
  opacity: 0.3;
}
.lesson-course{
  height: 100%;
  padding-bottom: 40px;
  position: relative;
}
.lesson-course-contents-wrap h4{
  justify-content: center;
  padding: 20px 0;
}
.lesson-course-title{
  margin-top: 40px;
}
.lesson-course h6{
  font-size: 30px;
  font-weight: 600;
  text-align: left;
  line-height: 1;
  letter-spacing: 4px;
  margin-bottom: 24px;
  padding-left: 20px;
  border-left: solid 7px #707070;
}
/*--- curriculum ---*/
.curriculum-contents{
  width: 100%;
  margin: 0 auto;
  padding: 24px 0;
  position: relative;
}
.curriculum-contents-wrap{
  padding-bottom: 15px;
}
.curriculum-contents img{
	width: 100%;
}
.curriculum-stage-title{
	display: block;
	margin: 20px auto;
	width: 50% !important;
}
/* =========================================
   PC min-width:768px
============================================ */
@media only screen and (min-width:768px) {
.reverse,
.column{
	flex-direction: row;
}
.title-border:before{
	border-top: 2px solid;
	content: "";
	flex-grow: 0.1;
}
  /*--- Effect ---*/
.txt-shadow{
  text-shadow: 3px 3px 2px #2a2a2a;
}
  /*--- lesson-list ---*/
.lesson_icon{
  opacity: 1 !important;
  width: 30% !important;
}
.lesson-list-contents-container{
  display: block;
}
.lesson-list-contents-wrap{
  width: 100%;
  display: flex;
}
.lesson-list-contents-wrap img{
  width: 70%;
}
.lesson-list-item{
  text-align: center;
  width: 50%;
  position: relative;
}
.lesson-list-item p{
  font-size: 20px;
  letter-spacing: 2px;
  line-height: 1;
  border-left: 6px solid #707070;
  text-align: left;
  padding-left: 20px;
  width: 50%;
  margin: 14px auto;
}
  /*--- lesson-course ---*/
.bg{
  width: 100%;
  height: 100%;
  background-image: url(../images/lesson-list/lesson-list_bg1_pc.png);
  background-size: cover;
  position: absolute;
  top: 0;
  bottom: 0;
  opacity: 0.3;
}
.lesson-course{
    height: 100%;
    padding-bottom: 130px;
    position: relative;
  }
.lesson-course-contents{
  width: 80%;
  margin: 0 auto;
}
  /*--- curriculum ---*/
.curriculum-container{
  width: 100%;
  margin: 0 auto;
  margin-top: 40px;
  letter-spacing: 2px;
}
.curriculum-container p{
  width: 90%;
  margin: 0 auto;
}
.curriculum-contents-container{
  display: flex;
}
.curriculum-contents-wrap{
  width: 100%;
}
.curriculum-contents-wrap p{
  width: 80%;
}
.curriculum-title{
  font-size: 23px;
  padding: 0.25em 0.5em;/*上下 左右の余白*/
  background: transparent;/*背景透明に*/
  border-left: solid 6px #707070;/*左線*/
  line-height: 1;
  margin-bottom: 1em;
}
.curriculum-stage-title{
	display: block;
	margin: 20px auto;
	width: 20% !important;
}
.curriculum-contents{
  width: 100%;
  margin: 0 auto;
  padding: 24px 0;
  position: relative;
}
.curriculum-contents img{
	width: 100%;
}
.curriculum-contents-wrap{
  width: 100%;
  margin-bottom: 24px;
  align-items: center;
  justify-content: left;
}
}
  /*--- price ---*/
.price-item{
  margin-bottom: 30px;
}
.price-card{
  background: #B0A2FF;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 20px 0;
}
.price-card p,
.price-card h6{
  text-align: center;
}
.price-card h6{
  font-size: 40px;
}
.price-course p,
.price-course h6{
  color: #fff;
}
.price-course-speciel{
  background: #fff;
  margin: 0 auto;
  padding-bottom: 30px;
  width: 80%;
}