@charset "UTF-8";
/*!
*******************************************

このCSSはSassで記述されています。
修正する場合は「.scss」を修正してください。

*******************************************
*/
a[target=_blank]:after,
a[href$=".pdf"]:after,
a[href$=".doc"]:after,
a[href$=".docx"]:after,
a[href$=".xls"]:after,
a[href$=".xlsx"]:after,
a[href$=".zip"]:after,
a[href$=".txt"]:after,
a[href$=".ppt"]:after,
a[href$=".pptx"]:after,
a[href^="mailto:"]:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: inline-block;
  margin-left: 0.2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-decoration: none !important;
}

/* 外部リンク要素 --- */
a[target=_blank]:after {
  content: "\f35d";
}

/* pdf要素--- */
a[href$=".pdf"]:after {
  content: "\f1c1";
  font-weight: 400;
}

/* Word要素--- */
a[href$=".doc"]:after,
a[href$=".docx"]:after {
  content: "\f1c2";
}

/* Excel要素--- */
a[href$=".xls"]:after,
a[href$=".xlsx"]:after {
  content: "\f1c3";
}

/* zip要素--- */
a[href$=".zip"]:after {
  content: "\f1c6";
}

/* mailto要素--- */
a[href^="mailto:"]:after {
  content: "\f0e0";
}

/* txt要素--- */
a[href$=".txt"]:after {
  content: "\f15b";
}

/* PowerPoint要素--- */
a[href$=".ppt"]:after,
a[href$=".pptx"]:after {
  content: "\f1c4";
}

.mt0 {
  margin-top: 0px !important;
}

.mr0 {
  margin-right: 0px !important;
}

.mb0 {
  margin-bottom: 0px !important;
}

.ml0 {
  margin-left: 0px !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mr5 {
  margin-right: 5px !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.ml5 {
  margin-left: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mr15 {
  margin-right: 15px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.ml15 {
  margin-left: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mr25 {
  margin-right: 25px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.ml25 {
  margin-left: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mr30 {
  margin-right: 30px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.ml30 {
  margin-left: 30px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.mr35 {
  margin-right: 35px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.ml35 {
  margin-left: 35px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mr40 {
  margin-right: 40px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.ml40 {
  margin-left: 40px !important;
}

.mt45 {
  margin-top: 45px !important;
}

.mr45 {
  margin-right: 45px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.ml45 {
  margin-left: 45px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mr50 {
  margin-right: 50px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.ml50 {
  margin-left: 50px !important;
}

.pt0 {
  padding-top: 0px !important;
}

.pr0 {
  padding-right: 0px !important;
}

.pb0 {
  padding-bottom: 0px !important;
}

.pl0 {
  padding-left: 0px !important;
}

.pt5 {
  padding-top: 5px !important;
}

.pr5 {
  padding-right: 5px !important;
}

.pb5 {
  padding-bottom: 5px !important;
}

.pl5 {
  padding-left: 5px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pr10 {
  padding-right: 10px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pl10 {
  padding-left: 10px !important;
}

.pt15 {
  padding-top: 15px !important;
}

.pr15 {
  padding-right: 15px !important;
}

.pb15 {
  padding-bottom: 15px !important;
}

.pl15 {
  padding-left: 15px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pr20 {
  padding-right: 20px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pl20 {
  padding-left: 20px !important;
}

.pt25 {
  padding-top: 25px !important;
}

.pr25 {
  padding-right: 25px !important;
}

.pb25 {
  padding-bottom: 25px !important;
}

.pl25 {
  padding-left: 25px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pr30 {
  padding-right: 30px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.pl30 {
  padding-left: 30px !important;
}

.pt35 {
  padding-top: 35px !important;
}

.pr35 {
  padding-right: 35px !important;
}

.pb35 {
  padding-bottom: 35px !important;
}

.pl35 {
  padding-left: 35px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.pr40 {
  padding-right: 40px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.pl40 {
  padding-left: 40px !important;
}

.pt45 {
  padding-top: 45px !important;
}

.pr45 {
  padding-right: 45px !important;
}

.pb45 {
  padding-bottom: 45px !important;
}

.pl45 {
  padding-left: 45px !important;
}

.pt50 {
  padding-top: 50px !important;
}

.pr50 {
  padding-right: 50px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

.pl50 {
  padding-left: 50px !important;
}

.tac {
  text-align: center;
}

.tar {
  text-align: right;
}

.tal {
  text-align: left;
}

#page-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 100;
}
#page-top a {
  background-color: #962549;
  text-decoration: none;
  color: #fff;
  padding: 12px 13px;
  text-align: center;
  display: block;
  border-radius: 32px;
}
#page-top a:hover {
  text-decoration: none;
  background-color: #962549;
}

.fontred {
  color: #ff0000;
}

.tableBox table {
  border-collapse: collapse;
  border: 1px solid #999999;
  width: 100%;
}
.tableBox table th,
.tableBox table td {
  padding: 10px;
  border: 1px solid #999999;
  vertical-align: middle;
}
.tableBox table thead th {
  text-align: center;
  background-color: #962549;
  color: #fff;
}
.tableBox table tbody th {
  text-align: center;
  min-width: 150px;
  background-color: #ffebf1;
}
@media screen and (max-width: 768px) {
  .tableBox table tbody th {
    text-align: left;
  }
}
@media screen and (max-width: 768px) {
  .tableBox table {
    border-bottom: none;
  }
  .tableBox table th,
  .tableBox table td {
    padding: 10px 5px;
    display: block;
    width: 100%;
    max-width: 100%;
    text-align: left;
    border: none;
    border-bottom: 1px solid #999999;
  }
}

.over-tableBox {
  width: 100%;
  overflow-y: hidden;
}
.over-tableBox table {
  border-collapse: collapse;
  border: 1px solid #999999;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .over-tableBox table {
    min-width: 700px;
  }
}
.over-tableBox table thead th {
  text-align: center;
  background-color: #962549;
  color: #fff;
}
.over-tableBox table th,
.over-tableBox table td {
  padding: 10px;
  border: 1px solid #999999;
  vertical-align: middle;
}
.over-tableBox table tbody th {
  text-align: center;
  background-color: #ffebf1;
}

.list-Style ul > li {
  padding-left: 1em;
  position: relative;
  margin-bottom: 5px;
}
.list-Style ul > li:before {
  content: "・";
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  margin-right: 0.2em;
  margin-left: -1em;
}

.number-Style ol {
  counter-reset: my-counter;
}
.number-Style ol > li {
  padding-left: 1.9em;
  position: relative;
  margin-bottom: 5px;
}
.number-Style ol > li:before {
  font-size: 95%;
  content: "（" counter(my-counter) "）";
  counter-increment: my-counter;
  display: block;
  float: left;
  margin-left: -2.9em;
  width: 2.9em;
  text-align: center;
}

.inline-Style ul {
  letter-spacing: -0.4em;
}
.inline-Style ul li {
  display: inline-block;
  letter-spacing: normal;
  margin-right: 15px;
}
.inline-Style ul li:last-child {
  margin-right: 0px;
}

.table-Style ul {
  display: table;
  width: 100%;
}
.table-Style ul li {
  display: table-cell;
}

.marker {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(0%, #ff0));
  background: linear-gradient(transparent 60%, #ff0 0%);
}

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ttl01 {
  font-size: 4rem;
}

.mainBg.under {
  background-image: url(../img/bg_risyuu_01.png);
}

#under-wrapper {
  padding-top: 60px;
}

.page-item {
  margin-bottom: 60px;
}
.page-item:last-child {
  margin-bottom: 0;
}
.page-item p {
  margin-bottom: 10px;
}
.page-item p:last-child {
  margin-bottom: 0;
}
.page-item a {
  color: #962549;
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

#under-wrapper {
  font-size: 1.6rem;
}

.fonteng {
  color: #962549;
}

.gradecalendar.index .preantList01 .menu-link01 {
  display: none !important;
}
.gradecalendar.index .preantList01 .menu-link02 {
  display: block !important;
}
.gradecalendar.index .preantList01 .menu-link03 {
  display: none !important;
}
.gradecalendar.next-year .preantList01 .menu-link01 {
  display: none !important;
}
.gradecalendar.next-year .preantList01 .menu-link02 {
  display: none !important;
}
.gradecalendar.next-year .preantList01 .menu-link03 {
  display: block !important;
}

.course .preantList03 .menu-link01 {
  display: none !important;
}
.course .preantList03 .menu-link02 {
  display: block !important;
}

.class .preantList04 .menu-link01 {
  display: none !important;
}
.class .preantList04 .menu-link02 {
  display: block !important;
}

.grades .preantList05 .menu-link01 {
  display: none !important;
}
.grades .preantList05 .menu-link02 {
  display: block !important;
}

.registration .preantList06 .menu-link01 {
  display: none !important;
}
.registration .preantList06 .menu-link02 {
  display: block !important;
}

.change .preantList07 .menu-link01 {
  display: none !important;
}
.change .preantList07 .menu-link02 {
  display: block !important;
}

.certificate .preantList08 .menu-link01 {
  display: none !important;
}
.certificate .preantList08 .menu-link02 {
  display: block !important;
}

main h2 {
  font-size: 3rem;
  font-weight: bold;
  margin: 10px 0 25px !important;
  letter-spacing: 2px;
  color: #962549;
}
@media screen and (max-width: 768px) {
  main h2 {
    font-size: 2.6rem;
  }
}
main h2::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-image: url(../img/dotline02.png);
  background-size: auto;
  background-repeat: repeat-x;
  margin-top: 16px;
}
main h3 {
  font-size: 2.2rem;
  font-weight: bold;
  border-left: 8px solid #962549;
  background-color: #f5f5f5;
  padding: 5px 15px;
  margin-top: 30px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  main h3 {
    font-size: 2rem;
  }
}
main h4 {
  font-size: 2rem;
  font-weight: bold;
  border-top: 1px solid #962549;
  border-bottom: 1px solid #962549;
  padding: 10px 20px;
  color: #962549;
  margin-top: 30px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  main h4 {
    padding: 10px;
  }
}
main h5 {
  font-size: 1.8rem;
  font-weight: bold;
  color: #962549;
  margin-top: 15px;
  margin-bottom: 15px;
}
main hr {
  margin: 80px 0;
  border-bottom: 1px solid #999;
}
main .flexBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
main .note-dl {
  margin: 10px 0;
}
main .note-dl dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
main .note-dl dl dt {
  width: 40px;
  margin-right: 10px;
  color: #962549;
  font-weight: bold;
}
main .note-dl dl dd {
  width: calc(100% - 50px);
  margin-bottom: 10px;
}
main .imgArea {
  text-align: center;
  margin: 20px 0;
}
main .btnArea {
  margin: 15px 0;
}
main .btnArea ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0;
}
@media screen and (min-width: 993px) {
  main .btnArea ul {
    margin: 0 -15px;
  }
}
main .btnArea ul li {
  padding: 0 15px;
  width: calc(100% / 3);
  margin-top: 10px;
}
@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, main .btnArea ul li {
    width: 33.3333333333%;
  }
}
@media screen and (max-width: 768px) {
  main .btnArea ul li {
    padding: 0;
    width: calc(100% / 1);
  }
}
@media screen and (max-width: 768px) and (-ms-high-contrast: none) {
  *::-ms-backdrop, main .btnArea ul li {
    width: 100%;
  }
}
main .btnArea ul li a {
  display: block;
  padding: 10px;
  border: 1px solid #962549;
  color: #962549;
  text-align: center;
}
@media screen and (min-width: 993px) {
  main .btnArea ul li a:hover {
    background-color: #962549;
    color: #fff;
    opacity: 1;
  }
  main .btnArea ul li a:hover::after {
    color: #fff;
  }
}
main .btnArea ul li a.active {
  background-color: #962549;
  color: #fff;
}
@media screen and (min-width: 993px) {
  main .btnArea ul li a.active:hover {
    background-color: #fff;
    color: #962549;
  }
}
main .btnArea.btn-50 ul li {
  width: calc(100% / 2);
}
@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, main .btnArea.btn-50 ul li {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  main .btnArea.btn-50 ul li {
    width: calc(100% / 1);
  }
}
@media screen and (max-width: 768px) and (-ms-high-contrast: none) {
  *::-ms-backdrop, main .btnArea.btn-50 ul li {
    width: 100%;
  }
}
main .btnArea.btn-center ul {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
main .btnArea.btn-rigth ul {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.gradecalendar .page-item .imgArea img {
  width: 100%;
  max-width: 900px;
}

.policytreemap {
  position: relative;
}
.policytreemap .policy-lead {
  font-size: 1.8rem;
  color: #962549;
  margin-bottom: 20px;
}
.policytreemap .policy-top {
  margin-top: 20px;
}
.policytreemap .policy-top ul {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 993px) {
  .policytreemap .policy-top ul {
    margin: 0 -15px;
  }
}
.policytreemap .policy-top ul li {
  width: calc(100% / 3);
  padding: 0 15px;
  margin-bottom: 30px;
}
@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, .policytreemap .policy-top ul li {
    width: 33.3333333333%;
  }
}
@media screen and (max-width: 768px) {
  .policytreemap .policy-top ul li {
    width: calc(100% / 2);
    padding: 0 5px;
  }
}
@media screen and (max-width: 768px) and (-ms-high-contrast: none) {
  *::-ms-backdrop, .policytreemap .policy-top ul li {
    width: 50%;
  }
}
.policytreemap .policy-top ul li a {
  text-align: center;
  display: block;
  border: 1px solid #962549;
  color: #962549;
  padding: 15px;
}
@media screen and (max-width: 768px) {
  .policytreemap .policy-top ul li a {
    padding: 10px;
  }
}
@media screen and (min-width: 993px) {
  .policytreemap .policy-top ul li a:hover {
    background-color: #962549;
    color: #fff;
    opacity: 1;
  }
  .policytreemap .policy-top ul li a:hover::after {
    color: #fff;
  }
}
@media screen and (min-width: 993px) {
  .policytreemap .policyArea {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.policytreemap .policyArea .pol-menuArea {
  font-size: 1.4rem;
  width: 100%;
}
@media screen and (min-width: 993px) {
  .policytreemap .policyArea .pol-menuArea {
    width: 200px;
    padding-left: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width:992px) {
  .policytreemap .policyArea .pol-menuArea {
    position: relative !important;
    top: inherit !important;
  }
}
@media screen and (max-width: 768px) {
  .policytreemap .policyArea .pol-menuArea {
    position: relative !important;
    top: inherit !important;
  }
}
.policytreemap .policyArea .pol-menuArea .pol-menuArea-wrapper {
  overflow-x: hidden;
}
.policytreemap .policyArea .pol-menuArea .pol-menuArea-body {
  overflow-y: auto;
  max-height: 50vh;
  width: 100%;
  margin-bottom: 20px;
}
@media screen and (min-width: 993px) {
  .policytreemap .policyArea .pol-menuArea .pol-menuArea-body {
    width: calc(100% + 17px);
    max-height: 95vh;
    margin-bottom: 0px;
  }
}
.policytreemap .policyArea .pol-menuArea .pol-menuArea-body dl a {
  padding: 5px;
  display: block;
  border-bottom: 1px solid #999999;
}
@media screen and (min-width: 993px) {
  .policytreemap .policyArea .pol-menuArea .pol-menuArea-body dl a:hover {
    background-color: #962549;
    color: #fff;
    opacity: 1;
  }
  .policytreemap .policyArea .pol-menuArea .pol-menuArea-body dl a:hover::after {
    color: #fff;
  }
}
.policytreemap .policyArea .pol-menuArea .pol-menuArea-body dl dt {
  background-color: #f5f5f5;
}
.policytreemap .policyArea .pol-menuArea .pol-menuArea-body dl dd {
  margin-bottom: 10px;
}
@media screen and (min-width: 993px) {
  .policytreemap .policyArea .pol-boxArea {
    width: calc(100% - 200px);
    margin-right: auto;
  }
}
.policytreemap .policyBox {
  margin-bottom: 40px;
  font-size: 1.4rem;
}
.policytreemap .policyBox h3 {
  margin-top: 0;
}
.policytreemap .policyBox h3,
.policytreemap .policyBox h4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.policytreemap .policyBox h3 a,
.policytreemap .policyBox h4 a {
  font-size: 1.6rem;
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  .policytreemap .policyBox h3 a,
  .policytreemap .policyBox h4 a {
    width: 100%;
    margin-top: 5px;
  }
}
.policytreemap .policy-item .flexBox {
  margin: 0;
}
@media screen and (min-width: 993px) {
  .policytreemap .policy-item .flexBox {
    margin: 0 -10px;
  }
}
.policytreemap .policy-item .policy-sub-item {
  margin-bottom: 30px;
  padding: 0 10px;
  width: calc(100% / 1);
}
@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, .policytreemap .policy-item .policy-sub-item {
    width: 100%;
  }
}
@media screen and (min-width: 993px) {
  .policytreemap .policy-item .policy-sub-item {
    width: calc(100% / 2);
  }
}
@media screen and (min-width: 993px) and (-ms-high-contrast: none) {
  *::-ms-backdrop, .policytreemap .policy-item .policy-sub-item {
    width: 50%;
  }
}
.policytreemap .policy-item .policy-sub-item dl dt {
  background-color: #f5f5f5;
  padding: 8px 12px;
  font-size: 2rem;
  margin-bottom: 15px;
}
.policytreemap .policy-item .policy-sub-item dl dd:last-child {
  margin-bottom: 0;
}
.policytreemap .policy-item .policy-sub-item dl dd ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-top: 1px dotted #999999;
  border-left: 1px dotted #999999;
}
.policytreemap .policy-item .policy-sub-item dl dd ul li {
  width: calc(100% / 2);
}
@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, .policytreemap .policy-item .policy-sub-item dl dd ul li {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  .policytreemap .policy-item .policy-sub-item dl dd ul li {
    width: calc(100% / 1);
  }
}
@media screen and (max-width: 768px) and (-ms-high-contrast: none) {
  *::-ms-backdrop, .policytreemap .policy-item .policy-sub-item dl dd ul li {
    width: 100%;
  }
}
.policytreemap .policy-item .policy-sub-item dl dd ul li a {
  display: block;
  padding: 8px 10px;
  border-bottom: 1px dotted #999999;
  border-right: 1px dotted #999999;
}
@media screen and (min-width: 993px) {
  .policytreemap .policy-item .policy-sub-item dl dd ul li a:hover {
    background-color: #962549;
    color: #fff;
    opacity: 1;
  }
  .policytreemap .policy-item .policy-sub-item dl dd ul li a:hover::after {
    color: #fff;
  }
}
.policytreemap .policy-item .policy-sub-item dl dd h5 {
  margin-top: 15px;
  margin-bottom: 10px;
  font-weight: normal;
}

.published-topArea {
  margin-top: 20px;
}
.published-topArea .published-top-head {
  margin-bottom: 30px;
}
.published-topArea .published-top-head .flexBox {
  margin: 0 -20px;
}
@media screen and (max-width: 768px) {
  .published-topArea .published-top-head .flexBox {
    margin: 0;
  }
}
.published-topArea .published-top-head dl {
  padding: 0 20px;
  width: calc(100% / 4);
  margin-bottom: 20px;
}
@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, .published-topArea .published-top-head dl {
    width: 25%;
  }
}
@media screen and (min-width: 768px) and (max-width:992px) {
  .published-topArea .published-top-head dl {
    width: calc(100% / 2);
  }
}
@media screen and (min-width: 768px) and (max-width:992px) and (-ms-high-contrast: none) {
  *::-ms-backdrop, .published-topArea .published-top-head dl {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  .published-topArea .published-top-head dl {
    padding: 0;
    width: calc(100% / 1);
  }
}
@media screen and (max-width: 768px) and (-ms-high-contrast: none) {
  *::-ms-backdrop, .published-topArea .published-top-head dl {
    width: 100%;
  }
}
.published-topArea .published-top-head dl dt {
  margin-bottom: 15px;
}
.published-topArea .published-top-head dl a {
  display: block;
  padding: 8px 10px;
  border: 1px solid #962549;
  text-align: center;
  color: #962549;
}
@media screen and (min-width: 993px) {
  .published-topArea .published-top-head dl a:hover {
    background-color: #962549;
    color: #fff;
    opacity: 1;
  }
  .published-topArea .published-top-head dl a:hover::after {
    color: #fff;
  }
}
.published-topArea .published-top-body .tableBox {
  max-width: 700px;
}
.published-topArea .pub-backbtnArea {
  margin-bottom: 40px;
}
.published-topArea .pub-backbtnArea .btnArea {
  margin-top: 0;
}
.published-topArea .pub-backbtnArea .btnArea ul {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.published-topArea .pub-backbtnArea .btnArea ul li {
  margin-top: 0;
}
.published-topArea .pub-backbtnArea .btnArea ul li a {
  border: 0;
  text-align: right;
  padding: 0;
}
@media screen and (min-width: 993px) {
  .published-topArea .pub-backbtnArea .btnArea ul li a:hover {
    background-color: #fff;
    color: #dd7797;
  }
}

.published .published-head {
  margin-bottom: 30px;
}
.published .published-body .flexBox {
  margin: 0 -20px;
}
@media screen and (max-width: 768px) {
  .published .published-body .flexBox {
    margin: 0;
  }
}
.published .published-body .published-item {
  width: calc(100% / 2);
  padding: 0 20px;
}
@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, .published .published-body .published-item {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  .published .published-body .published-item {
    padding: 0;
    width: calc(100% / 1);
  }
}
@media screen and (max-width: 768px) and (-ms-high-contrast: none) {
  *::-ms-backdrop, .published .published-body .published-item {
    width: 100%;
  }
}
.published .published-body .published-item a {
  display: block;
  padding: 10px;
}
@media screen and (min-width: 993px) {
  .published .published-body .published-item a:hover {
    background-color: #962549;
    color: #fff;
    opacity: 1;
  }
  .published .published-body .published-item a:hover::after {
    color: #fff;
  }
}
.published .published-body .published-item .published-sub-item {
  margin-bottom: 40px;
}
.published .published-body .published-item .published-sub-item:last-child {
  margin-bottom: 0;
}
.published .published-body .published-item table th {
  width: 220px;
}
@media screen and (max-width: 768px) {
  .published .published-body .published-item table th {
    width: calc(100% / 1);
  }
}
@media screen and (max-width: 768px) and (-ms-high-contrast: none) {
  *::-ms-backdrop, .published .published-body .published-item table th {
    width: 100%;
  }
}
.published .published-body .published-item table td {
  padding: 0;
}
.published .pub-backArea dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -10px;
}
@media screen and (max-width: 768px) {
  .published .pub-backArea dl {
    margin: 0;
  }
}
.published .pub-backArea dl dt,
.published .pub-backArea dl dd {
  padding: 0 10px;
  width: calc(100% / 2);
  margin-top: 10px;
}
@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, .published .pub-backArea dl dt,
  .published .pub-backArea dl dd {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  .published .pub-backArea dl dt,
  .published .pub-backArea dl dd {
    width: calc(100% / 1);
    padding: 0;
  }
}
@media screen and (max-width: 768px) and (-ms-high-contrast: none) {
  *::-ms-backdrop, .published .pub-backArea dl dt,
  .published .pub-backArea dl dd {
    width: 100%;
  }
}
.published .pub-backArea dl dt a,
.published .pub-backArea dl dd a {
  display: block;
  padding: 8px 10px;
  border: 1px solid #962549;
  text-align: center;
  color: #962549;
}

.retest .retestArea .flexBox {
  margin: 0 -20px;
}
@media screen and (max-width: 768px) {
  .retest .retestArea .flexBox {
    margin: 0;
  }
}
.retest .retestArea .retest-item {
  padding: 0 20px;
  margin-bottom: 30px;
  width: calc(100% / 2);
}
@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, .retest .retestArea .retest-item {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  .retest .retestArea .retest-item {
    padding: 0;
    width: calc(100% / 1);
  }
}
@media screen and (max-width: 768px) and (-ms-high-contrast: none) {
  *::-ms-backdrop, .retest .retestArea .retest-item {
    width: 100%;
  }
}
.retest .retestArea .retest-item h5 {
  margin-bottom: 15px;
  color: #fff;
  background: #962549;
  font-weight: bold;
  font-size: 2rem;
  width: 150px;
  text-align: center;
  padding: 5px 15px;
  display: inline-block;
}
.retest .retestArea .retest-item .tableBox {
  margin-bottom: 30px;
}
.retest .retestArea .retest-item .tableBox:last-child {
  margin-bottom: 0;
}
.retest .retestArea .retest-item .tableBox th {
  width: 220px;
  padding: 5px 10px;
}
@media screen and (max-width: 768px) {
  .retest .retestArea .retest-item .tableBox th {
    width: calc(100% / 1);
  }
}
@media screen and (max-width: 768px) and (-ms-high-contrast: none) {
  *::-ms-backdrop, .retest .retestArea .retest-item .tableBox th {
    width: 100%;
  }
}
.retest .retestArea .retest-item .tableBox td {
  padding: 0;
}
.retest .retestArea .retest-item .tableBox td a {
  padding: 5px 10px;
  display: block;
}
@media screen and (min-width: 993px) {
  .retest .retestArea .retest-item .tableBox td a:hover {
    background-color: #962549;
    color: #fff;
    opacity: 1;
  }
  .retest .retestArea .retest-item .tableBox td a:hover::after {
    color: #fff;
  }
}

.class .gradecalendar .schedule-item .caution {
  color: #962549;
}
.class .gradecalendar .schedule-item .over-tableBox table th {
  width: 100px;
}
@media screen and (max-width: 768px) {
  .class .gradecalendar .schedule-item .over-tableBox table th {
    width: 80px;
  }
}
.class .gradecalendar .schedule-item .over-tableBox table .sch-day {
  width: 230px;
}
.class .gradecalendar .schedule-item .schedule-foot {
  margin-top: 15px;
  font-size: 1.5rem;
}
.class .gradecalendar .schedule-item .schedule-foot ol {
  counter-reset: sch-counter;
}
.class .gradecalendar .schedule-item .schedule-foot ol > li {
  padding-left: 3.4em;
  position: relative;
}
.class .gradecalendar .schedule-item .schedule-foot ol > li:before {
  content: "※注 " counter(sch-counter);
  counter-increment: sch-counter;
  display: block;
  float: left;
  margin-left: -3.4em;
  text-align: center;
  margin-top: 1px;
  margin-right: 10px;
  color: #962549;
}
.class .gradecalendar .testlistArea .tl-bg {
  background-color: #f5f5f5;
}
.class .gradecalendar .testlistArea .tl-bgbox {
  width: 50px;
  display: inline-block;
  height: 1.2em;
  vertical-align: middle;
  border: 1px solid #999999;
}
.class .gradecalendar .testlistArea .list-head th {
  width: 200px;
}
@media screen and (max-width: 768px) {
  .class .gradecalendar .testlistArea .list-head th {
    width: 100%;
  }
}
.class .gradecalendar .testlistArea .over-tableBox {
  margin-bottom: 30px;
}
.class .gradecalendar .testlistArea .over-tableBox:last-child {
  margin-bottom: 0;
}
.class .gradecalendar .testlistArea .over-tableBox th {
  width: 180px;
}
@media screen and (max-width: 768px) {
  .class .gradecalendar .testlistArea .over-tableBox th {
    width: 120px;
  }
}
.class .gradecalendar .testlistArea .over-tableBox td.period {
  width: 190px;
}
.class .gradecalendar .testlistArea .over-tableBox td:last-child {
  width: calc(100% - 190px);
}
.class .alarmArea .over-tableBox {
  margin-top: 20px;
  margin-bottom: 10px;
}
.class .alarmArea .over-tableBox tbody th {
  width: 250px;
}
.class .alternativeArea .flexBox {
  margin: 0 -15px 10px;
}
@media screen and (max-width: 768px) {
  .class .alternativeArea .flexBox {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 0 10px;
  }
}
.class .alternativeArea .flexBox .sin-item {
  width: 50%;
  padding: 0 15px;
}
@media screen and (max-width: 768px) {
  .class .alternativeArea .flexBox .sin-item {
    width: 100%;
    padding: 0;
  }
}

.aboutclassArea .aboutclass-head th {
  width: 200px;
}
@media screen and (max-width: 768px) {
  .aboutclassArea .aboutclass-head th {
    width: calc(100% / 1);
  }
}
@media screen and (max-width: 768px) and (-ms-high-contrast: none) {
  *::-ms-backdrop, .aboutclassArea .aboutclass-head th {
    width: 100%;
  }
}
.aboutclassArea .aboutclass-head td {
  width: calc(50% - 200px);
}
@media screen and (max-width: 768px) {
  .aboutclassArea .aboutclass-head td {
    width: calc(100% / 1);
  }
}
@media screen and (max-width: 768px) and (-ms-high-contrast: none) {
  *::-ms-backdrop, .aboutclassArea .aboutclass-head td {
    width: 100%;
  }
}
.aboutclassArea .referenceArea {
  padding: 15px 30px 30px;
  background-color: #f5f5f5;
}
@media screen and (max-width: 768px) {
  .aboutclassArea .referenceArea {
    padding: 1px 15px 15px;
  }
}
.aboutclassArea .over-tableBox {
  margin-bottom: 10px;
}
.aboutclassArea .over-tableBox thead th:nth-child(1) {
  width: 350px;
}
@media screen and (max-width: 768px) {
  .aboutclassArea .over-tableBox thead th:nth-child(1) {
    width: 250px;
  }
}

.grades .over-tableBox {
  margin-bottom: 10px;
}
.grades .method-period .over-tableBox thead th:nth-child(1) {
  width: 220px;
}
@media screen and (max-width: 768px) {
  .grades .method-period .over-tableBox thead th:nth-child(1) {
    width: 190px;
  }
}
.grades .method-period .over-tableBox thead th:nth-child(2) {
  width: 200px;
}
@media screen and (max-width: 768px) {
  .grades .method-period .over-tableBox thead th:nth-child(2) {
    width: 140px;
  }
}
.grades .method-period .over-tableBox thead th:nth-child(3) {
  width: 200px;
}
@media screen and (max-width: 768px) {
  .grades .method-period .over-tableBox thead th:nth-child(3) {
    width: 140px;
  }
}
@media screen and (max-width: 768px) {
  .grades .method-period .over-tableBox thead th:nth-child(4) {
    width: 180px;
  }
}
.grades .method-testperiod {
  max-width: 600px;
  margin-bottom: 10px;
}
.grades .method-testperiod th {
  width: 100px;
  min-width: 100px;
}
@media screen and (max-width: 768px) {
  .grades .method-testperiod th {
    width: 100%;
  }
}
.grades .method-dividend thead th:nth-child(1) {
  width: 140px;
}
.grades .method-dividend thead th:nth-child(2) {
  width: 180px;
}
.grades .method-sub-ol {
  padding: 15px;
  background-color: #f5f5f5;
  display: inline-block;
}
.grades .method-sub-ol p::after {
  content: "\f063";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: block;
  margin-left: 1.2em;
  margin-top: 5px;
}
.grades .method-sub-ol p:last-child {
  margin-bottom: 0;
}
.grades .method-sub-ol p:last-child::after {
  content: none;
}
.grades .method-retest {
  margin-bottom: 10px;
  max-width: 600px;
}
.grades .method-retest th {
  width: 150px;
}
@media screen and (max-width: 768px) {
  .grades .method-retest th {
    width: 100%;
  }
}
.grades .method-retest-time thead th:nth-child(1) {
  width: 140px;
}
.grades .method-retest-time thead th:nth-child(2) {
  width: 180px;
}
.grades .method-point th,
.grades .method-point td {
  padding: 5px;
}
.grades .method-point thead td {
  background-color: #f5f5f5;
  text-align: center;
}
.grades .method-point tbody th {
  width: 180px;
}
@media screen and (max-width: 768px) {
  .grades .method-point tbody th {
    width: 100px;
  }
}
.grades .method-point tbody td {
  width: calc(12.5% - 180px);
  text-align: center;
}
@media screen and (max-width: 768px) {
  .grades .method-point tbody td {
    font-size: 1.4rem;
  }
}
.grades .method-point tbody td sup {
  color: #962549;
}
.grades .method-point tbody tr.strong {
  font-weight: bold;
}
.grades .method-point-note {
  margin-top: 5px;
}
.grades .method-point-note th {
  width: 180px;
}
@media screen and (max-width: 768px) {
  .grades .method-point-note th {
    width: 100%;
  }
}
.grades .method-anno thead th:nth-child(1) {
  width: 150px;
}
.grades .method-anno .flexBox {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 993px) {
  .grades .method-anno .flexBox {
    margin: 0 -20px;
  }
}
.grades .method-anno .method-anno-item {
  width: 50%;
  padding: 0 20px;
}
@media screen and (max-width: 768px) {
  .grades .method-anno .method-anno-item {
    width: 100%;
    padding: 0;
  }
}
.grades .method-anno .method-anno-item .btnArea ul > li {
  width: 100% !important;
}

.registration .underline {
  text-decoration: underline;
}
.registration .school-procedure .note-dl {
  margin-top: 30px;
}
.registration .school-procedure thead th:nth-child(1) {
  width: 100px;
}
.registration .over-tableBox td span {
  color: #962549;
  padding-left: 5px;
}
.registration .re-entable th {
  min-width: 260px;
}

.change .change-recruitment {
  width: 100%;
  max-width: 700px;
  margin: 20px auto;
}
.change .change-recruitment table thead th:nth-child(1) {
  width: 300px;
}
.change .change-reference table thead th:nth-child(1) {
  width: 20%;
}
.change .change-reference table thead th:nth-child(2) {
  width: 8%;
}
.change .change-reference table thead th:nth-child(3) {
  width: 5%;
}
.change .change-reference table thead th:nth-child(4) {
  width: 5%;
}
.change .change-reference table thead th:nth-child(5) {
  width: 10%;
}
.change .change-reference table thead th:nth-child(6) {
  width: 25%;
}
.change .change-reference table thead th:nth-child(7) {
  width: 27%;
}
.change .change-price {
  max-width: 600px;
}
.change .change-price th {
  width: 200px;
}
@media screen and (max-width: 768px) {
  .change .change-price th {
    width: 100%;
  }
}
.change .change-method .over-tableBox table thead th:nth-child(1) {
  width: 200px;
}
.change .change-unit table thead th:nth-child(1) {
  width: 20%;
}
.change .change-unit table thead th:nth-child(2) {
  width: 20%;
}
.change .change-unit table thead th:nth-child(3) {
  width: 20%;
}
.change .change-unit table thead th:nth-child(4) {
  width: 20%;
}
.change .change-unit table thead th:nth-child(5) {
  width: 20%;
}
.change .change-exampleArea h4,
.change .change-exampleArea table {
  background-color: #fff;
}
.change .change-exampleArea .exa-item::after {
  content: "\f063";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: block;
  font-size: 3.2rem;
  margin-top: 15px;
  text-align: center;
  margin-bottom: 30px;
}
.change .change-exampleArea .exa-item:last-child::after {
  content: none;
}
.change .change-exampleArea .exa-item .flexBox {
  margin: 0 -15px;
}
@media screen and (max-width: 768px) {
  .change .change-exampleArea .exa-item .flexBox {
    margin: 0;
  }
}
.change .change-exampleArea .exa-item .textArea,
.change .change-exampleArea .exa-item .tableArea {
  width: calc(100% / 2);
  padding: 0 15px;
  margin-top: 10px;
}
@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, .change .change-exampleArea .exa-item .textArea,
  .change .change-exampleArea .exa-item .tableArea {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  .change .change-exampleArea .exa-item .textArea,
  .change .change-exampleArea .exa-item .tableArea {
    width: calc(100% / 1);
    padding: 0;
  }
}
@media screen and (max-width: 768px) and (-ms-high-contrast: none) {
  *::-ms-backdrop, .change .change-exampleArea .exa-item .textArea,
  .change .change-exampleArea .exa-item .tableArea {
    width: 100%;
  }
}
.change .change-exampleArea .exa-item .tableArea td {
  text-align: center;
}
.change .change-curriculum .over-tableBox table thead th:nth-child(1) {
  width: 150px;
}
.change .change-flowArea {
  background-color: #f5f5f5;
  padding: 40px;
  counter-reset: flow-counter;
}
@media screen and (max-width: 768px) {
  .change .change-flowArea {
    padding: 10px;
  }
}
.change .change-flowArea table {
  background-color: #fff;
}
.change .change-flowArea .flow-item.arr-iconnone dd::after {
  content: "";
}
.change .change-flowArea .flow-item:last-child dd::after {
  content: none;
}
.change .change-flowArea .flow-item dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.change .change-flowArea .flow-item dl dt {
  width: 30%;
}
.change .change-flowArea .flow-item dl dd {
  width: calc(100% - 30%);
}
@media screen and (max-width: 768px) {
  .change .change-flowArea .flow-item dl dt,
  .change .change-flowArea .flow-item dl dd {
    width: 100% !important;
  }
}
.change .change-flowArea .flow-item dt {
  color: #962549;
  font-size: 2rem;
  font-weight: bold;
}
.change .change-flowArea .flow-item dt::before {
  content: counter(flow-counter) ".";
  counter-increment: flow-counter;
  margin-right: 5px;
}
.change .change-flowArea .flow-item dd {
  border-left: 1px solid #999999;
  padding-left: 40px;
}
@media screen and (max-width: 768px) {
  .change .change-flowArea .flow-item dd {
    padding-left: 0px;
    border-left: none;
  }
}
.change .change-flowArea .flow-item dd::after {
  content: "\f063";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: block;
  font-size: 3.2rem;
  margin-top: 15px;
  margin-bottom: 30px;
}
.change .change-flowArea .flow-item .tableBox th {
  width: 200px;
}
@media screen and (max-width: 768px) {
  .change .change-flowArea .flow-item .tableBox th {
    width: 100%;
  }
}

.course .register-btnArea ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -15px;
}
.course .register-btnArea ul li {
  width: calc(100% / 3);
  padding: 0 15px;
}
@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, .course .register-btnArea ul li {
    width: 33.3333333333%;
  }
}
@media screen and (max-width: 768px) {
  .course .register-btnArea ul li {
    width: 100%;
  }
}
.course .register-btnArea ul li a {
  display: block;
  border: 1px solid #962549;
  text-align: center;
  color: #962549;
  padding: 10px;
}
@media screen and (min-width: 993px) {
  .course .register-btnArea ul li a:hover {
    background-color: #962549;
    color: #fff;
    opacity: 1;
  }
  .course .register-btnArea ul li a:hover::after {
    color: #fff;
  }
}

.cer-notice {
  background-color: #f5f5f5;
  padding: 15px 40px 40px;
}
@media screen and (max-width: 768px) {
  .cer-notice {
    padding: 10px;
  }
}
.cer-notice h5 {
  background-color: #fff;
  padding: 5px 10px;
}
.cer-notice dd {
  margin-bottom: 15px;
}
.cer-notice .impoArea {
  background-color: #fff;
  padding: 1px 20px 20px;
  margin-top: 10px;
}
.cer-notice .impoArea h4 {
  margin-top: 20px !important;
}

.cer-td-bg {
  background-color: #f5f5f5;
}

td.t-title {
  text-align: left !important;
}

.cer-table thead th span {
  display: inline-block;
}
.cer-table tbody td {
  text-align: center;
}
.cer-table tbody td:first-child {
  text-align: left;
}
.cer-table tbody td span {
  color: #962549;
}

.cer-table-m600 {
  max-width: 600px;
}

.cer-table-m700 {
  max-width: 700px;
}

.cer-about {
  margin-top: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 10px -15px;
}
@media screen and (max-width: 768px) {
  .cer-about {
    margin: 10px 0;
  }
}
.cer-about .cer-about-item {
  padding: 0 15px;
}
.cer-about .cer-about-item:nth-child(1) {
  width: 40%;
}
@media screen and (max-width: 768px) {
  .cer-about .cer-about-item:nth-child(1) {
    width: 100%;
  }
}
.cer-about .cer-about-item:nth-child(2) {
  width: 60%;
}
@media screen and (max-width: 768px) {
  .cer-about .cer-about-item:nth-child(2) {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .cer-about .cer-about-item .over-tableBox table {
    min-width: inherit;
  }
}
.cer-about .cer-about-item .over-tableBox td {
  text-align: center;
}

.course-contents .grad-head {
  margin: 0 -15px;
}
@media screen and (max-width: 768px) {
  .course-contents .grad-head {
    margin: 0;
  }
}
.course-contents .grad-head .grad-item {
  padding: 0 15px;
  width: calc(100% / 2);
}
@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, .course-contents .grad-head .grad-item {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  .course-contents .grad-head .grad-item {
    padding: 0;
    width: calc(100% / 1);
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 768px) and (-ms-high-contrast: none) {
  *::-ms-backdrop, .course-contents .grad-head .grad-item {
    width: 100%;
  }
}
.course-contents .grad-head .grad-item h4 {
  margin-top: 0;
}
.course-contents .grad-head-lead {
  text-align: right;
}
@media screen and (max-width: 768px) {
  .course-contents .grad-head-lead {
    text-align: center;
    font-size: 1.4rem;
  }
}
.course-contents .cer-td-center3 tbody td:nth-last-child(1), .course-contents .cer-td-center3 tbody td:nth-last-child(2), .course-contents .cer-td-center3 tbody td:nth-last-child(3) {
  text-align: center;
}
.course-contents .cer-td-center2 tbody td:nth-last-child(1), .course-contents .cer-td-center2 tbody td:nth-last-child(2) {
  text-align: center;
}

.cer-qaArea dl {
  margin-bottom: 30px;
}
.cer-qaArea dl dt,
.cer-qaArea dl dd {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.cer-qaArea dl dt p,
.cer-qaArea dl dt .textArea,
.cer-qaArea dl dd p,
.cer-qaArea dl dd .textArea {
  padding: 15px;
}
.cer-qaArea dl dt::before,
.cer-qaArea dl dd::before {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 2rem;
  min-width: 50px;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
}
.cer-qaArea dl dt {
  background-color: #f5f5f5;
}
.cer-qaArea dl dt::before {
  content: "Q";
  background-color: #767676;
}
.cer-qaArea dl dd::before {
  content: "A";
  background-color: #962549;
}

.online-kinds thead th:nth-child(1) {
  width: 450px;
}
.online-kinds thead th:nth-child(3) {
  width: 200px;
}
.online-kinds tbody td:last-child {
  text-align: center;
}

.onlinestudentsArea .loginArea {
  padding: 30px;
  background-color: #ffebf1;
}
.onlinestudentsArea .loginArea .btnArea a {
  background-color: #fff;
}
@media screen and (min-width: 993px) {
  .onlinestudentsArea .loginArea .btnArea a:hover {
    background-color: #962549;
  }
}
.onlinestudentsArea .online-commission thead th:nth-child(1) {
  width: 300px;
}

.cer-holidayArea {
  padding: 20px;
  border: 1px solid #962549;
  margin-top: 20px;
  margin-bottom: 20px;
}
.cer-holidayArea h5 {
  margin-top: 0 !important;
  background-color: #962549;
  color: #fff;
  padding: 5px 15px;
}
.cer-holidayArea a {
  color: #962549;
}

.onlineserviceArea .online-useArea dl dt {
  margin-bottom: 10px;
}
.onlineserviceArea .online-useArea dl dd {
  padding-left: 2.5em;
  margin-bottom: 20px;
}
.onlineserviceArea .online-useArea .tableBox th {
  width: 250px;
}
@media screen and (max-width: 768px) {
  .onlineserviceArea .online-useArea .tableBox th {
    width: 100%;
  }
}

.shipping-wrap td {
  text-align: center;
}
.shipping-wrap .flexBox {
  margin: 0 -15px;
}
@media screen and (max-width: 768px) {
  .shipping-wrap .flexBox {
    margin: 0;
  }
}
.shipping-wrap .flexBox .shipping-item {
  width: 50%;
  padding: 0 15px;
}
@media screen and (max-width: 768px) {
  .shipping-wrap .flexBox .shipping-item {
    width: 100%;
    padding: 0;
    margin-bottom: 15px;
  }
}

.scheduleArea .pagelinkArea .pagelink-item {
  width: calc(100% / 2);
  padding: 0 20px;
}
@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, .scheduleArea .pagelinkArea .pagelink-item {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  .scheduleArea .pagelinkArea .pagelink-item {
    width: calc(100% / 1);
    padding: 0 10px;
  }
}
@media screen and (max-width: 768px) and (-ms-high-contrast: none) {
  *::-ms-backdrop, .scheduleArea .pagelinkArea .pagelink-item {
    width: 100%;
  }
}
.scheduleArea .pagelinkArea .pagelink-item .btnArea ul li {
  width: calc(100% / 2);
}
@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, .scheduleArea .pagelinkArea .pagelink-item .btnArea ul li {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  .scheduleArea .pagelinkArea .pagelink-item .btnArea ul li {
    padding: 0 10px;
  }
  .scheduleArea .pagelinkArea .pagelink-item .btnArea ul li.full-item {
    width: 100%;
  }
}
.scheduleArea th {
  width: 100px;
}
.scheduleArea .sch-day {
  width: 250px;
}
.scheduleArea .caution {
  color: #962549;
}
.scheduleArea .schedule-foot {
  margin-top: 10px;
}
.scheduleArea .schedule-foot ol {
  counter-reset: sch-counter;
}
.scheduleArea .schedule-foot ol > li {
  padding-left: 2.7em;
  position: relative;
  margin-bottom: 5px;
}
.scheduleArea .schedule-foot ol > li:before {
  content: "※注" counter(sch-counter);
  counter-increment: sch-counter;
  display: block;
  float: left;
  margin-left: -3em;
  width: 3em;
  text-align: center;
  color: #962549;
}

.testlistArea .list-head .tableBox {
  margin-bottom: 10px;
}
.testlistArea .list-head .tableBox th {
  width: 200px;
}
@media screen and (max-width: 768px) {
  .testlistArea .list-head .tableBox th {
    width: 100%;
  }
}
.testlistArea .tl-bg {
  background-color: #f5f5f5;
}
.testlistArea .tl-bgbox {
  width: 2em;
  display: inline-block;
  border: 1px solid #999999;
  vertical-align: middle;
}
.testlistArea .over-tableBox {
  margin-bottom: 10px;
}
.testlistArea .over-tableBox th {
  width: 200px;
}
.testlistArea .over-tableBox td.period {
  width: 200px;
}

.mapArea .flexBox {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.mapArea .flexBox .map-item {
  padding: 0 20px;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .mapArea .flexBox .map-item {
    width: 100%;
  }
}

.calendarArea .calenderBox {
  width: 100%;
  padding: 0;
  background-color: #fff;
}

.mic .course-contents {
  padding-bottom: 50px !important;
}
.mic .mainBg.under {
  display: none !important;
}
.mic .mic-head-text {
  font-size: 20px;
  line-height: 180%;
  text-align: center;
  margin-bottom: 20px;
}
.mic .mic-head {
  padding: 30px;
  border: 2px solid #267E96;
  background-color: #f2fafc;
}
@media screen and (max-width: 768px) {
  .mic .mic-head {
    padding: 10px;
  }
}
.mic .micbtn {
  text-align: center;
}
.mic .micbtn a {
  border: 1px solid #267E96;
  background-color: #267E96;
  color: #fff;
  display: inline-block;
  padding: 15px 30px;
  font-size: 20px;
  font-weight: bold;
  width: 100%;
  max-width: 600px;
  margin: auto;
}
.mic .micbtn a br {
  display: none;
}
@media screen and (max-width: 768px) {
  .mic .micbtn a br {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .mic .micbtn a {
    padding: 10px;
    font-size: 18px;
  }
}