<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
.red{
  color: red;
}
.line-through{
  text-decoration: line-through;
}
.main-content h3 {
 margin-bottom: 10px;
 font-size: 18px;
 line-height: 1.5;
}
.main-content ul.circle-list.sub-box + p {
 margin-bottom: 0;
}
.main-content .program-content h2.ttl-content {
 margin-bottom: 30px;
 border-left: solid 3px #a40b5b;
 padding-left: 10px;
 color: #a40b5b;
 line-height: 1.3;
 font-size: 23px;
 -webkit-font-smoothing: antialiased;
}
.main-content .program-content h2 {
 margin-bottom: 10px;
 border-left: 0;
 padding-left: 0;
 color: inherit;
 line-height: 1.3;
 font-size: inherit;
 font-size: 19px;
}
.main-content .main-content-inner &gt; h2:nth-child(1) {
 margin-bottom: 40px;
}
.main-content .main-content-inner h2 {
 margin-bottom: 10px;
}
.main-content .main-content-inner h2 span {
 font-size: 12px;
}
.main-content .main-content-inner h4 {
 margin: 23px 0 8px;
}
.main-content .main-content-inner ul.line-list li:before {
 content: "";
 display: inline-block;
 width: 8px;
 height: 2px;
 background: #333;
 position: absolute;
 top: 12px;
 left: 0;
}
.main-content .main-content-inner ul.line-list li {
 margin-bottom: 15px;
 position: relative;
 padding-left: 17px;
}
.main-content .main-content-inner ul.line-list li:last-child {
 margin-bottom: 0;
}
.main-content a {
 color: #468ea7;
}
.main-content .main-content-inner .t-indent {
 display: inline-block;
 text-indent: -1em;
 padding-left: 1em;
}
table {
 border-collapse: collapse;
 width: 100%;
}
table th {
 padding: 10px;
 font-weight: normal;
 text-align: inherit;
 border-right: solid 1px #ccc;
 border-bottom: solid 1px #ccc;
}
table th:nth-child(odd) {
 border-left: solid 1px #ccc;
}
table tr:first-child th:nth-child(-n+4) {
 border-top: solid 1px #ccc;
}
.color-emphasis {
 color: #e40004;
}
.link-btn-register {
 margin-bottom: 20px;
 padding-top: 10px;
 text-align: center;
}
.link-btn-register a {
 background: #ffa500;
 color: #fff;
 padding: 20px 30px;
 border-radius: 3px;
 display: inline-block;
}
.link-btn-register a:hover {
 background: rgba(255, 166, 0, 0.8);
}
.main-content .contact-btn {
 display: inline-block;
 padding: 10px 11px;
 background: #468ea7;
 color: #fff;
 font-size: 13px;
 border-radius: 3px;
 margin-top: 18px;
}
.main-content .contact-btn:hover {
 background: rgba(70, 142, 167, 0.8);
}
.f-items-start {
 display: flex;
 -webkit-align-items: flex-start;
 align-items: flex-start;
}
.btn{
  background: #b5ab15;
  text-align: center;
  width: 100%;
  border-radius: 3px;
  margin-bottom: 8px;
   padding: 27px 34px;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
}

@media (max-width:414px) {
 .f-items-start {
  display: inherit;
  -webkit-align-items: inherit;
  align-items: inherit;
 }
 table th {
  padding: 10px;
  font-size: 14px;
  font-weight: normal;
  text-align: inherit;
  width: 50%;
  display: inline-block;
  border-right: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
 }
 table th:nth-child(odd) {
  border-left: solid 1px #ccc;
 }
 table tr:first-child th:nth-child(-n+4) {
  border-top: none;
 }
 table tr:first-child th:nth-child(-n+2) {
  border-top: solid 1px #ccc;
 }
}</pre></body></html>