#contents {
  width: 100%;
  padding: 0 20px 50px;
  box-sizing: border-box;
}

#contents * {
  line-height: 1.5;
  box-sizing: border-box;
}

#contents p {
  text-align: justify;
}

#contents .annotation {
  color: #e74c3c;
  font-weight: bold;
}

#contents .info-container {
  margin: 30px 0;
}

#contents .info-container h3 {
  margin-bottom: 10px;
  padding: 7.5px 10px;
  color: #fff;
  font-size: 15px;
  border-radius: 10px;
  background: #445981;
  text-shadow: rgba(0, 0, 0, .5) 0 1px 3px;
}

#contents .info-container i {
  margin-right: 0.5em;
  color: #fff;
}

#contents .info-inner {
  padding: 0 20px;
}

#contents .program-container {
  margin-bottom: 30px;
}

#contents .program-container h4 {
  position: relative;
  margin-bottom: 10px;
  padding: 7.5px 15px;
  color: #fff;
  font-size: 15px;
  border-radius: 10px;
  background: #f1b71b;
  text-shadow: rgba(0, 0, 0, .5) 0 1px 3px;
}

#contents .program-container h4 i {
  margin: 0 2.5px;
  color: #fff;
}

#contents .program-inner {
  padding: 0 20px;
}

#contents .program-inner table {
  width: 100%;
  margin-bottom: 20px;
  border-collapse: collapse;
}

#contents .program-inner th {
  width: 20%;
  padding: 7.5px 0;
  text-align: left;
  vertical-align: top;
}

#contents .program-inner td {
  width: 80%;
  padding: 7.5px 0;
  text-align: justify;
  vertical-align: top;
}

#contents .program-inner .line-through {
  text-decoration: line-through;
}

#contents .program-inner .booked {
  margin-left: 20px;
  padding: 5px 10px;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  background: #e74c3c;
  text-shadow: rgba(0, 0, 0, .5) 0 1px 3px;
}

#contents .program-inner .photo {
  /*display: flex;
  justify-content: space-between;
  width: 100%;*/
}

#contents .program-inner .time-table {
  display: block;
  padding-top: 0.5em;
}

#contents .profile-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 10px 20px;
  border-top: 2px dotted #445981;
  border-bottom: 2px dotted #445981;
}

#contents .profile-container h5 {
  margin-bottom: 5px;
  font-size: 14px;
}

#contents .profile-inner {
  margin-right: 15px;
}

#contents .profile-container img {
  margin-top: 27.5px;
}

#contents .demonstration-container {
  margin-bottom: 30px;
}

#contents .demonstration-container h3 {
  margin-bottom: 10px;
  padding: 7.5px 10px;
  color: #fff;
  font-size: 15px;
  border-radius: 10px;
  background: #445981;
  text-shadow: rgba(0, 0, 0, .5) 0 1px 3px;
}

#contents .demonstration-container i {
  margin-right: 0.5em;
  color: #fff;
}

#contents .demonstration-inner {
  padding: 0 20px;
}

#contents .demonstration-container-alt {
  margin-bottom: 30px;
}

#contents .demonstration-container-alt h3 {
  margin-bottom: 10px;
  padding: 7.5px 10px;
  color: #fff;
  font-size: 15px;
  border-radius: 10px;
  background: #445981;
  text-shadow: rgba(0, 0, 0, .5) 0 1px 3px;
}

#contents .demonstration-container-alt i {
  margin-right: 0.5em;
  color: #fff;
}

#contents .demonstration-inner-alt {
  padding: 0 20px;
}

#contents .demonstration-inner-alt img:not(:last-child) {
  margin-right: 20px;
}

#contents .mini-container {
  margin-bottom: 30px;
}

#contents .mini-container h3 {
  margin-bottom: 10px;
  padding: 7.5px 10px;
  color: #fff;
  font-size: 15px;
  border-radius: 10px;
  background: #445981;
  text-shadow: rgba(0, 0, 0, .5) 0 1px 3px;
}

#contents .mini-container i {
  margin-right: 0.5em;
  color: #fff;
}

#contents .mini-inner {
  padding: 0 20px;
}

#contents .workshop-send-list li {
  list-style: disc;
  margin: 10px 20px;
}

/*==========デモンストレーション==========*/

#contents .demo .profile-wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 30px;
  padding: 15px 0;
  font-size: 13px;
}

#contents .demo .profile-container {
  width: 200px;
  padding: 0;
  border: none;
  display: block;
}

#contents .demo .profile-container img {
  margin-top: 0;
}

#contents .demo .profile-image {
  margin-bottom: 10px;
}

#contents .demo .profile-button {
  display: block;
  width: 100%;
  padding: 5px;
  color: #1976d2;
  font-size: 12px;
  line-height: 1;
  border: 1px solid #1976d2;
  border-radius: 3px;
}

#contents .demo .profile-button:not(:last-child) {
  margin-bottom: 5px;
}

#contents .demo .profile-button .fa {
  width: 15px;
  margin-right: 5px;
  color: #1976d2;
  line-height: 1;
  text-align: center;
}

#contents .demo .profile-container-alt {
  width: 300px;
}

#contents .demo .profile-title {
  margin-bottom: 10px;
  padding: 2.5px;
  font-size: 14px;
  border-bottom: 1px dashed #1976d2;
}

#contents .demo .profile-text {
  width: 300px;
  font-size: 12px;
  line-height: 1.7;
  text-align: justify;
}
