<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

* {
  margin: 0;
  padding: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  overflow-y: scroll;
}
body {
  color: #000;
  background-color: #FFF;
/*  background-color: #B6CEE0;*/
  font-family: "Lucida Grande", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Geneva, Arial, Verdana, sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
}
#container {
  margin: 0 5%;
  text-align: left;
  color: #000;
}
#container #header {
  width: 100%;
  overflow: hidden;
}
#container #header .logo {
  margin: 10px 0;
  text-align: left;
}
#container h1 {
  margin: 0;
  padding: 0;
  font-size: 2em;
  text-align: right;
  color: #B6CEE0;
  border-bottom: 3px solid #B6CEE0;
}
#container h2 {
  margin: 1em 0 0.5em 0;
  padding: 0 0 0 10px;
  font-size: 1.6em;
  text-align: left;
  color: #F00;
  border-left: 10px solid #F00;
  font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
}
p.formttlsp {
  margin-bottom: 0;
  font-weight: bold;
  letter-spacing: 0.3em;
}
p.formttl {
  margin-bottom: 0;
  font-weight: bold;
  letter-spacing: 0.3em;
}
p.formttl:before {
  content: "\0025a0";
}
p.formttl:first-letter {
  color: #F00;
}
input[type="text"],
textarea,
select,
input[type="email"],
input[type="tel"] {
  border:1px solid #777;
  padding: 5px 0 5px 5px;
  border-radius: 3px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  margin-bottom: 5px;
  font-family: "Lucida Grande", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Geneva, Arial, Verdana, sans-serif;
}
textarea,
input[type="email"] {
  width: 98%;
}
.emtl {
  border:1px solid #777;
  padding: 5px 0 5px 5px;
  color: #666;
  background: #fff;
  border-radius: 3px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  margin-bottom: 5px;
  font-family: "Lucida Grande", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Geneva, Arial, Verdana, sans-serif;
}
span.ness:after {
  content: " \203B\5FC5\9808";
  color: #F00;
}
/*
  content: "\0025a0";
*/
.errors {
  margin: 2em 0;
  padding: 20px;
  border: 3px solid #F00;
  border-radius: 8px;
}
.errtitle {
  margin: 0 0 20px 0;
  padding-bottom: 10px;
  font-size: 1em;
  font-weight: bold;
  border-bottom: 3px solid #F00;
}
.errnote {
  margin: 0 0 0 20px;
  color: #F00;
  background-color: transparent;
}
.wnspec {
  width: 98%;
}
.l30 {
  width: 3em;
}
.l40 {
  width: 4em;
}
.ltel {
  width: 10em;
}
.gosubmit {
  margin: 1em 0;
}
.submitb {
  width: 100%;
  padding: 3%;
  font-size:1.2em;
  border-radius: 5px;
}
.resetb {
  width: 100%;
  padding: 1% 3%;
  font-size:1.2em;
  border-radius: 5px;
}
#memberdisplay {
  display: none;
}


#learn3display {
  display: none;
}
#learn4display {
  display: none;
}
#learn5display {
  display: none;
}






table.confirm {
  width: 100%;
}
table.confirm th {
  padding: 5px 5px 5px 0;
  text-align: right;
  width: 20em;
  color: #FFF;
  background-color: #999;
  text-shadow: 2px 2px 1px #000;
  border-bottom: 1px dotted #FFF;
}
table.confirm td {
  padding: 5px 3px;
  border-bottom: 1px dotted #999;
}
address {
  margin-top: 20px;
  padding: 20px 0;
  font-size: 0.8em;
  font-style: normal;
  text-align: center;
  border-top: 3px solid #B6CEE0;
}
#container .wrap {
  float: left;
  width: 100%;
  overflow: hidden;
}
#container .wrap .leftdiv {
  float: left;
  width: 50%;
}
#container .wrap .rightdiv {
  float: right;
  width: 50%;
}


@media screen and (max-width: 640px) {






#container {
  margin: 0 5%;
  text-align: left;
  color: #000;
}
#container #header {
  width: 100%;
  overflow: hidden;
}
#container #header .logo {
  margin: 10px 0;
  text-align: left;
}
#container h1 {
  font-size: 1.3em;
}
#container h2 {
  padding: 0 0 0 5px;
  font-size: 1.3em;
  border-left: 5px solid #F00;
}
p.formttl {
  letter-spacing: 0;
}






.errors {
  padding: 10px;


}
.errtitle {


  font-size: 0.8em;

}
.errnote {

  font-size: 0.8em;
}







.wnspec {
  width: 98%;
}
.l30 {
  width: 3em;
}
.l40 {
  width: 4em;
}
.ltel {
  width: 10em;
}
.gosubmit {
  margin: 1em 0;
}
.submitb {
  width: 100%;
  padding: 3%;
  font-size:1.2em;
  border-radius: 5px;
}
.resetb {
  width: 100%;
  padding: 1% 3%;
  font-size:1.2em;
  border-radius: 5px;
}
#applicable1display {
  display: none;
}
#applicable2display {
  display: none;
}
#applicable3display {
  display: none;
}
table.confirm {
  width: 100%;
}
table.confirm th {
  padding: 5px 5px 5px 0;
  text-align: right;
  width: 8em;
  color: #FFF;
  background-color: #999;
  text-shadow: 2px 2px 1px #000;
  border-bottom: 1px dotted #FFF;
}
table.confirm td {
  padding: 5px 3px;
  border-bottom: 1px dotted #999;
}
address {
  margin-top: 20px;
  padding: 20px 0;
  font-size: 0.8em;
  font-style: normal;
  text-align: center;
  border-top: 3px solid #B6CEE0;
}
}















































table.courseinfo {
  width: 100%;
}
table.courseinfo caption {
  padding: 0 0 5px 10px;
  font-size: 1.2em;
  font-weight: bold;
  text-align: left;
}
table.courseinfo caption span {
  display: none;
}
table.courseinfo th {
  padding: 5px 3px;
  border: 1px solid #005383;
  text-align: center;
}
table.courseinfo td {
  padding: 5px 3px;
  border: 1px solid #005383;
}
table.courseinfo td span.lexp {
  display: block;
  font-size: 0.8em;
  line-height: 1.2em;
}






th.header {
  color: #FFF;
  background-color: #6D9EC1;
}






table.courseinfo td ul {
  margin: 0;
  padding: 0;
  text-align: right;
  list-style-type: none;
}

table.courseinfo th span {
  display: block;
  text-align: right;
  color: #C00;
}

table.courseinfo th span.dndt {
  color: #000 !important;
  text-align: center!important;
}
table.courseinfo th span.thbk {
  color: #000 !important;
  text-align: center!important;
}



































fieldset {
  margin: 0 1em;
  padding: 0 1em;
  border: 3px double #999;
}
legend {
  padding: 0 1em;
  color: #F00;
  font-weight: bold;
}











/*
.scroll {
  overflow: auto;
  white-space: normal;
}
.scroll::-webkit-scrollbar {
  height: 5px;
}
.scroll::-webkit-scrollbar-track {
  background: #F1F1F1;
  border-radius: 5px;
}
.scroll::-webkit-scrollbar-thumb {
  background: #F00;
  border-radius: 5px;
}
*/










@media screen and (min-width: 800px) {


table.courseinfo th {
  font-size: 1em;
}
table.courseinfo td {
  font-size: 0.9em;
}



table.courseinfo th span.dndt {
  display: none;
}
table.courseinfo th span.thbk {
  display: block;
}



th.header {
  font-size: 0.9em;
}
}





@media screen and (min-width: 641px) and (max-width: 799px) {
table.courseinfo caption span {
  display: block;
  color: #F00;
  font-size: 0.7em;
  font-weight: normal;
}
table.courseinfo th {
  font-size: 0.9em;
}
table.courseinfo td {
  font-size: 0.8em;
}
table.courseinfo th span.dndt {
  display: none;
}
table.courseinfo th span.thbk {
  display: block;
}



th.header {
  font-size: 0.8em;
}



table.courseinfo th span {
  text-align: left;
}













}


@media screen and (max-width: 640px) {
/*
table.courseinfo {
  width: 640px;
}
*/
table.courseinfo caption span {
  display: block;
  color: #F00;
  font-size: 0.7em;
  font-weight: normal;
}





table.courseinfo th {
  font-size: 0.8em;
  white-space: nowrap;
}
table.courseinfo td {
  font-size: 0.7em;
}
table.courseinfo th span.dndt {
  display: inline !important;
}
table.courseinfo th span.thbk {
  display: inline !important;
}


</pre></body></html>