main{
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
}

#lesson-title{
  margin: 30px 0px 20px 0px;
}


#lesson-container {
  display: flex;
  flex-flow: column;
  width:60%;
}

@media (max-width: 801px) {
  #lesson-container {
    width:60%;
  }
}

@media (min-width: 500px) and (max-width: 800px) {
  #lesson-container {
    width:80%;
  }
}

@media (max-width: 499px) {
  #lesson-container {
    width:92%;
  }
}

.lesson-ele {
  width:100%;
}

.lesson-ele-title h3{
  margin-top: 40px;
  margin-bottom: 10px;
}

.lesson-ele-body p{
  margin: 1px;
}


table{
  width: 100%;
}

table tr{
  border-bottom: solid 2px white;
}

table th{
  background-color: #52c2d0;
  color: white;
  text-align: center;
  padding: 5px 0;
  
}

thead th{
  border-left: solid 2px white;
}

table td{
  text-align: center;
  background-color: #eee;
  padding: 2px 0;
  border-left: solid 2px white;
}


#pay1{
  font-weight: bold;
  color:black;
  background-color: #ffcdcd;
  border-left: 2px #ff0000 solid;
  border-top: 2px #ff0000 solid;
  border-bottom: 2px #ff0000 solid;
  border-right:none;
}

#pay2{
  color:#ff0000;
  background-color: #ffcdcd;
  font-weight: bold;
  border-left:none;
  border-right: 2px #ff0000 solid;
  border-top: 2px #ff0000 solid;
  border-bottom: 2px #ff0000 solid;
}

#jaa-payment th{
  background-color: #7e7e7e;
}

#jaa-payment-amount{
  font-weight: bold;
  color:#000000;
}

.lesson-bold{
  padding: 3px 10px;
  text-align: left;
  font-weight: bold;
  color: black;
}

.lesson-li{
  padding: 3px 10px;
  text-align: left;
}


/* アロマクラフト1dayレッスン（月替わりクラフト） */
.lesson-1day{
  margin-bottom: 15px;
}
.lesson-1day-main{
  font-size: 20px;
}

.lesson-1day-month{
}
.lesson-1day-title{
  color:#002ad3;
  font-weight: bold;
}
.lesson-1day-time{
}
.lesson-1day-pay{
  color:#ff0000;
  font-weight: bold;
}

.lesson-1day-comment{
  font-size: 16px;
  color:#ff73ef;

}