#main > .container {
  width: 1000px; }

@media screen and (max-width: 1040px) {
  #main > .container {
    width: auto;
    padding: 0 20px; } }
#main h3 {
  border-bottom: 4px solid #9c908b; }
#main ul {
  padding: 0 0 0 20px; }
#main li {
  margin: 10px 0; }
#main table {
  margin: 0 0 20px 0; }
  #main table p {
    margin: 20px 0; }
#main #covid-19 {
  padding: 20px;
  border: 4px solid #faa19b; }
#main .programs ol {
  padding: 0 0 0 20px; }
  #main .programs ol > li {
    margin: 20px 0; }
  #main .programs ol > li:first-child {
    margin: 10px 0 20px 0; }
  #main .programs ol > li:last-child {
    margin: 20px 0 10px 0; }
#main .programs .time {
  display: inline-block;
  width: 120px; }
#main .programs .speaker {
  padding: 0 0 0 120px;
  margin: 10px 0 0 0; }
  #main .programs .speaker .name .title {
    margin: 0 20px 0 0; }
  #main .programs .speaker ul {
    list-style: none; }
#main .fees span {
  margin: 0 20px 0 0; }
#main .fees em {
  display: inline-block; }
#main aside {
  margin: 0 0 40px 0; }
#main .notice {
  margin: 10px 0;
  font-size: 14px;
  color: #ca6363; }
  #main .notice .bullet {
    margin: 0 10px 0 0; }
#main .go-to-contact {
  text-align: right; }
  #main .go-to-contact a {
    display: inline-block;
    padding: 0 40px 0 20px;
    -moz-border-radius: 24px;
    -webkit-border-radius: 24px;
    border-radius: 24px;
    position: relative;
    background: #faa19b;
    line-height: 48px;
    color: #fff;
    text-indent: 0;
    text-decoration: none;
    -moz-transition: background 0.2s ease 0s, color 0.2s ease 0s;
    -o-transition: background 0.2s ease 0s, color 0.2s ease 0s;
    -webkit-transition: background 0.2s ease, color 0.2s ease;
    -webkit-transition-delay: 0s, 0s;
    transition: background 0.2s ease 0s, color 0.2s ease 0s; }
  #main .go-to-contact a:after {
    font-family: "Oketani";
    content: "\f102";
    display: block;
    width: 40px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    line-height: 48px;
    text-align: center;
    -moz-transition: background 0.2s ease 0s;
    -o-transition: background 0.2s ease 0s;
    -webkit-transition: background 0.2s ease;
    -webkit-transition-delay: 0s;
    transition: background 0.2s ease 0s; }
  #main .go-to-contact a:hover, #main .go-to-contact a:focus, #main .go-to-contact a:active {
    background: #feb6b1;
    color: #333; }

#seminar-information h4 {
  font-size: 22px; }
#seminar-information ul {
  padding: 0 0 0 20px;
  font-size: 16px; }
#seminar-information p {
  margin: 40px 0 0 0; }

@media screen and (max-width: 768px) {
  #main table th, #main table td {
    display: block;
    width: 100%; }
  #main table th {
    border-bottom: 2px solid #666; }
  #main table td {
    border: none; }
  #main table table th {
    border-bottom: 1px solid #ddd; }
  #main .programs ol > li {
    margin: 30px 0; }
  #main .programs ol > li:first-child {
    margin: 10px 0 30px 0; }
  #main .programs ol > li:last-child {
    margin: 30px 0 10px 0; }
  #main .programs .time {
    display: block;
    width: 100%;
    margin: 0 0 2px 0; }
  #main .programs .speaker {
    padding: 0;
    margin: 10px 0 0 0; }

  #seminar-information h4 {
    font-size: 18px; } }
@media screen and (max-width: 425px) {
  #main li .date {
    display: block; }
  #main .go-to-contact {
    text-align: center;
    text-indent: 0; } }
