@charset "UTF-8";
/* Scss Document */
#breadcrumb ul {
  max-width: 1020px;
  width: 100%;
  margin: auto;
  padding: 0 10px;
  padding: 20px 10px;
  letter-spacing: -0.4em;
}
#breadcrumb ul li {
  display: inline-block;
  font-size: 0.875rem;
  letter-spacing: normal;
  /*
  &:first-child a:before {
    content: "\f015";
    @include fontAwesome-Free;
    margin-right: 0.2em;
  }

  */
}
#breadcrumb ul li + li:before {
  margin-right: 0.2em;
  content: "/";
  font-family: "FontAwesome";
}

h2:not([class]) {
  font-size: 2rem;
  line-height: 2.3125rem;
}
@media screen and (min-width: 768px) and (max-width:992px) {
  h2:not([class]) {
    font-size: 1.75rem;
    line-height: 2.0625rem;
  }
}
@media screen and (max-width: 768px) {
  h2:not([class]) {
    font-size: 1.5rem;
    line-height: 1.8125rem;
  }
}

h3:not([class]) {
  font-size: 1.625rem;
  line-height: 1.9375rem;
}
@media screen and (min-width: 768px) and (max-width:992px) {
  h3:not([class]) {
    font-size: 1.5rem;
    line-height: 1.8125rem;
  }
}
@media screen and (max-width: 768px) {
  h3:not([class]) {
    font-size: 1.375rem;
    line-height: 1.6875rem;
  }
}

h4:not([class]) {
  font-size: 1.25rem;
}

h5:not([class]) {
  font-size: 1.125rem;
}

.radioArea .label_list_item,
.checkboxArea .label_list_item {
  margin-top: 5px;
}
.radioArea .label_list_item:first-child,
.checkboxArea .label_list_item:first-child {
  margin-top: 0;
}
.radioArea .label_list_item label,
.checkboxArea .label_list_item label {
  position: relative;
  display: inline-block;
  word-break: break-all;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.radioArea .label_list_item label span,
.checkboxArea .label_list_item label span {
  display: inline-block;
  padding-left: 30px;
  cursor: pointer;
}
.radioArea label input[type=checkbox],
.radioArea label input[type=radio],
.checkboxArea label input[type=checkbox],
.checkboxArea label input[type=radio] {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.radioArea input[type=checkbox] + span,
.checkboxArea input[type=radio] + span {
  position: relative;
}

.radioArea label input[type=radio] + span::before {
  position: absolute;
  display: inline-block;
  content: "";
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 22px;
  z-index: 0;
  top: 0;
  left: 0;
  background-color: transparent;
  width: 22px;
  height: 22px;
  border: 1px solid #cd445a;
  -webkit-transition: border 0.2s linear;
  transition: border 0.2s linear;
}
.radioArea label input[type=radio]:checked + span {
  color: #cd445a;
}
.radioArea label input[type=radio]:checked + span::before {
  border-color: #cd445a !important;
  border-width: 6px;
}

.checkboxArea label input[type=checkbox] + span::before, .checkboxArea label input[type=checkbox] + span::after {
  position: absolute;
  top: 2px;
  left: 0;
  display: inline-block;
  content: "";
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
}
.checkboxArea label input[type=checkbox] + span::before {
  z-index: 0;
  background-color: transparent;
  width: 22px;
  height: 22px;
  border: 1px solid #999999;
  border-radius: 5px;
}
.checkboxArea label input[type=checkbox] + span::after {
  z-index: 1;
  margin: 5px 8px;
  width: 6px;
  height: 9px;
}
.checkboxArea label input[type=checkbox]:checked + span {
  color: #cd445a;
}
.checkboxArea label input[type=checkbox]:checked + span::before {
  background-color: #cd445a;
  border-color: #cd445a;
}
.checkboxArea label input[type=checkbox]:checked + span:after {
  border: 2px solid #fff;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

header {
  background-color: #af2f44;
}

body.support-01 {
  background: url(../../support/images/support-bg.png) top center #ffeeeb no-repeat;
}

.support-04-top-text {
  padding-top: 20px;
  padding-bottom: 20px;
}

dd {
  margin: 0 !important;
}

.list-Style ul > li {
  padding-left: 1em;
  position: relative;
}

.list-Style ul > li:before {
  content: "\f111";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  margin-right: 0.2em;
  margin-left: -1em;
  color: #872434;
}

.sectionBox {
  max-width: 1020px;
  width: 100%;
  margin: auto;
  padding: 0 10px;
}
@media screen and (max-width: 768px) {
  .sectionBox {
    max-width: 500px;
  }
}

.subVisual {
  padding: 160px 0px 90px;
  border-bottom: 2px solid #872434;
  background-color: #eee1e1;
}
@media screen and (max-width: 768px) {
  .subVisual {
    padding: 140px 0 80px;
  }
}
.subVisual .subVisual-Area {
  max-width: 1020px;
  width: 100%;
  margin: auto;
  padding: 0 10px;
  font-family: "Noto Serif JP", serif;
}
.subVisual .subVisual-Area h2 {
  padding: 0 20px;
}
.subVisual .subVisual-Area h2 small {
  font-size: 75%;
}

h3 {
  background-color: #872434;
  padding: 10px 20px;
  color: #fff;
  margin-bottom: 20px;
}

h4 {
  padding: 10px 15px;
  background-color: #f5eeee;
  border-left: 6px solid #872434;
  margin-bottom: 20px;
}

h4.l-footer__logo {
  background: none !important;
}

h5 {
  padding: 5px 0;
  border-bottom: 2px solid #aaa;
  position: relative;
  margin-bottom: 10px;
}
h5::after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: 2px solid #872434;
  bottom: -2px;
  width: 15%;
  left: 0;
}

.flexBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.pc {
  display: block;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp {
    display: block;
  }
}

.section-item {
  margin: 20px 0;
  padding: 5px 0;
}
.section-item:last-child {
  margin-bottom: 0;
}

.te-lead {
  color: #872434;
  font-weight: bold;
  margin-top: 10px;
}

.fontred {
  color: #ff0000;
}

main {
  display: block;
}

main .sectionBox p {
  margin-bottom: 5px;
}
main .sectionBox p:last-child {
  margin-bottom: 0;
}

[data-ruby] {
  position: relative;
}

[data-ruby]::before {
  content: attr(data-ruby);
  position: absolute;
  top: -1.6em;
  left: 0;
  right: 0;
  margin: auto;
  font-size: 0.5em;
}

.number {
  font-size: 95%;
  color: #fff;
  display: inline-block;
  line-height: 1.5em;
  text-align: center;
  height: 1.4em;
  width: 1.4em;
  border-radius: 50%;
  margin-top: 3px;
  background-color: #872434;
}

.qandalinkbtn {
  text-align: center;
}
.qandalinkbtn a {
  display: inline-block;
  width: 100%;
  padding: 15px 45px;
  border: 1px solid #872434;
  font-size: 1.5rem;
}
@media screen and (min-width: 993px) {
  .qandalinkbtn a {
    width: 70%;
  }
  .qandalinkbtn a:hover {
    background-color: #872434;
    color: #fff;
  }
}
@media screen and (max-width: 768px) {
  .qandalinkbtn a {
    font-size: 1.125rem;
    padding: 15px 25px;
  }
}

.js-scrollable {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .js-scrollable p {
    min-width: 700px;
  }
  .js-scrollable img {
    max-width: inherit !important;
    width: 100%;
  }
}

footer {
  display: block;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  footer {
    margin-top: 20px;
  }
}

a {
  text-decoration: none;
}

.mic main .flexBox {
  margin: 0 -15px;
}
@media screen and (max-width: 768px) {
  .mic main .flexBox {
    margin: 0;
  }
}
.mic main .imgArea,
.mic main .textArea {
  padding: 0 15px;
}
@media screen and (max-width: 768px) {
  .mic main .imgArea,
  .mic main .textArea {
    width: 100% !important;
    padding: 0 5px;
  }
}
.mic main .mic-list {
  margin: auto;
  padding: 30px;
  background-color: #f5f5f5;
}
@media screen and (max-width: 768px) {
  .mic main .mic-list {
    padding: 10px;
  }
}
.mic main .mic-list li {
  margin-bottom: 5px;
}
.mic main .mic-list li:last-child {
  margin-bottom: 0;
}
.mic main .imgArea {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .mic main .imgArea {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    margin-bottom: 15px;
  }
}
.mic main .textArea {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}
@media screen and (max-width: 768px) {
  .mic main .textArea {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.mic main .card .imgArea {
  width: 360px;
}
.mic main .card .textArea {
  width: calc(100% - 360px);
}
.mic main .vote .imgArea {
  width: 400px;
}
.mic main .vote .textArea {
  width: calc(100% - 400px);
}

.award main {
  /* 以下追加 */
}
@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, .award main h4 span {
    display: inline-block;
    margin-top: -0.3em;
  }
}
.award main rt {
  margin-bottom: -0.4em;
  -webkit-transform: translateY(0.4em);
          transform: translateY(0.4em);
}
.award main .tableBox table {
  border-bottom: 1px solid #ddd;
}
.award main .tableBox th {
  max-width: 180px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-right: 1px solid #ddd;
}
@media screen and (max-width: 768px) {
  .award main .tableBox th {
    max-width: inherit;
    border-right: none;
  }
}
.award main .tableBox td {
  border-top: 1px solid #ddd;
}
.award main .tableBox th,
.award main .tableBox td {
  padding: 20px 15px;
}
@media screen and (max-width: 768px) {
  .award main .tableBox th,
  .award main .tableBox td {
    padding: 5px 10px;
  }
}

.regularly .regularly-list {
  margin-: 15px 0;
}
.regularly .regularly-list .number-Style {
  margin: auto;
  padding: 30px;
  background-color: #f5f5f5;
}
@media screen and (max-width: 768px) {
  .regularly .regularly-list .number-Style {
    padding: 10px;
  }
}
.regularly .regularly-list .number-Style li {
  margin-bottom: 5px;
}
.regularly .regularly-list .number-Style li:last-child {
  margin-bottom: 0;
}
.regularly .imgArea {
  margin: 20px 0;
}
.regularly .imgArea .itemBox {
  text-align: center;
}
.regularly .imgArea p.subtitle {
  text-align: left !important;
  width: 100%;
  margin: 10px auto;
}
@media screen and (min-width: 993px) {
  .regularly .imgArea p.subtitle {
    width: 85%;
  }
}
.regularly .imgArea ol.flexBox {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.regularly .imgArea ol.flexBox li {
  padding: 0 15px;
}
@media screen and (min-width: 768px) and (max-width:992px) {
  .regularly .imgArea ol.flexBox li {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  .regularly .imgArea ol.flexBox li {
    width: 100%;
  }
  .regularly .imgArea ol.flexBox li:first-child {
    margin-bottom: 20px;
  }
}
.regularly .imgArea ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0;
}
@media screen and (min-width: 993px) {
  .regularly .imgArea ul {
    margin: 0 -20px;
  }
}
.regularly .imgArea ul li {
  width: calc(100% / 3);
  padding: 0 20px;
  text-align: center;
  position: relative;
  margin-bottom: 20px;
}
@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, .regularly .imgArea ul li {
    width: 33.3333333333%;
  }
}
.regularly .imgArea ul li::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f105";
  position: absolute;
  font-size: 1.875rem;
  top: 90px;
  right: -10px;
  color: #872434;
}
@media screen and (min-width: 993px) {
  .regularly .imgArea ul li:nth-child(3n)::after {
    content: none;
  }
}
@media screen and (min-width: 768px) and (max-width:992px) {
  .regularly .imgArea ul li:nth-child(3n)::after {
    content: none;
  }
}
@media screen and (max-width: 768px) {
  .regularly .imgArea ul li {
    width: 100%;
    margin-bottom: 40px;
  }
  .regularly .imgArea ul li::after {
    content: "\f107";
    top: inherit;
    right: 0;
    width: 100%;
    bottom: -30px;
  }
  .regularly .imgArea ul li:last-child {
    margin-bottom: 0;
  }
  .regularly .imgArea ul li:last-child::after {
    content: none;
  }
}
.regularly .imgArea ul li p {
  margin-top: 10px;
  text-align: left;
  font-size: 0.875rem;
  line-height: 1.3125rem;
}
.regularly .regularly-dl dl {
  counter-reset: number;
}
.regularly .regularly-dl dl dt {
  font-size: 1.125rem;
  margin-bottom: 10px;
  color: #872434;
  font-weight: bold;
}
.regularly .regularly-dl dl dt::before {
  counter-increment: number;
  content: counter(number) ".";
  padding-right: 5px;
}
.regularly .regularly-dl dl dd {
  margin-bottom: 20px;
}
.regularly .regularly-dl dl dd:last-child {
  margin-bottom: 0;
}
.regularly .regularly-dl dl .number-Style li,
.regularly .regularly-dl dl .list-Style li {
  margin-bottom: 5px;
}
.regularly .regularly-dl dl .number-Style li:last-child,
.regularly .regularly-dl dl .list-Style li:last-child {
  margin-bottom: 0;
}
.regularly .regularArea .over-tableBox th,
.regularly .regularArea .over-tableBox td {
  border: 1px solid #5f2519;
}
.regularly .regularArea .over-tableBox thead th {
  background-color: #873524;
  color: #fff;
}
.regularly .regularArea .over-tableBox tbody th {
  background: #fdfaf9;
}
.regularly .pointArea {
  margin-top: 15px;
}

.scholarship h3 small,
.study-support h3 small {
  font-size: 85%;
}
.scholarship .banArea,
.study-support .banArea {
  background-color: #f8e8e5;
  padding: 20px;
}
@media screen and (max-width: 768px) {
  .scholarship .banArea,
  .study-support .banArea {
    padding: 10px;
  }
}
.scholarship .inquiry,
.study-support .inquiry {
  width: 70%;
  padding: 30px;
  margin: 10px auto 0;
  background-color: #f4f2eb;
}
@media screen and (max-width: 768px) {
  .scholarship .inquiry,
  .study-support .inquiry {
    width: 100%;
  }
}
.scholarship .inquiry h6,
.study-support .inquiry h6 {
  color: #872434;
  font-weight: bold;
  text-align: center;
  font-size: 1.375rem;
  line-height: 2.0625rem;
}
.scholarship .inquiry dt,
.scholarship .inquiry dd,
.study-support .inquiry dt,
.study-support .inquiry dd {
  text-align: center;
}
.scholarship .inquiry dt,
.study-support .inquiry dt {
  margin: 5px 0;
  font-weight: bold;
  font-size: 1.125rem;
}
.scholarship .scho-top-linkArea ul,
.study-support .scho-top-linkArea ul {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0;
}
@media screen and (min-width: 993px) {
  .scholarship .scho-top-linkArea ul,
  .study-support .scho-top-linkArea ul {
    margin: 0 -20px;
  }
}
.scholarship .scho-top-linkArea ul li,
.study-support .scho-top-linkArea ul li {
  width: 50%;
  padding: 0 20px;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .scholarship .scho-top-linkArea ul li,
  .study-support .scho-top-linkArea ul li {
    width: 100%;
    padding: 0;
    margin-top: 20px;
  }
}
.scholarship .scho-top-linkArea ul li.last,
.study-support .scho-top-linkArea ul li.last {
  width: 100%;
  font-size: 1.125rem;
  line-height: 1.6875rem;
  font-weight: bold;
}
.scholarship .scho-top-linkArea ul li.new a::before,
.study-support .scho-top-linkArea ul li.new a::before {
  content: "NEW";
  display: inline-block;
  margin-right: 0.5em;
  background-color: #872434;
  padding: 0 10px;
  color: #fff;
  font-size: 0.875rem;
}
@media screen and (min-width: 993px) {
  .scholarship .scho-top-linkArea ul li.new a:hover::before,
  .study-support .scho-top-linkArea ul li.new a:hover::before {
    background-color: #fff;
    color: #872434;
  }
}
.scholarship .scho-top-linkArea ul li.etcbtn a,
.study-support .scho-top-linkArea ul li.etcbtn a {
  background-color: #f3d1d6;
}
@media screen and (min-width: 993px) {
  .scholarship .scho-top-linkArea ul li.etcbtn a:hover,
  .study-support .scho-top-linkArea ul li.etcbtn a:hover {
    background-color: #872434;
  }
}
.scholarship .scho-top-linkArea a,
.study-support .scho-top-linkArea a {
  padding: 15px 40px 15px 15px;
  display: block;
  border: 1px solid #872434;
  position: relative;
}
.scholarship .scho-top-linkArea a::after,
.study-support .scho-top-linkArea a::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f105";
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
}
@media screen and (min-width: 993px) {
  .scholarship .scho-top-linkArea a:hover,
  .study-support .scho-top-linkArea a:hover {
    background-color: #872434;
    color: #fff;
  }
  .scholarship .scho-top-linkArea a:hover::after,
  .study-support .scho-top-linkArea a:hover::after {
    color: #fff;
  }
}
.scholarship .scho-top-linkArea a small,
.study-support .scho-top-linkArea a small {
  display: inline-block;
  font-size: 75%;
}
.scholarship .sho-table th,
.scholarship .sho-table td,
.study-support .sho-table th,
.study-support .sho-table td {
  border: 1px solid #5f2519;
}
.scholarship .sho-table thead th,
.study-support .sho-table thead th {
  background-color: #873524;
  width: 33%;
}
.scholarship .sho-table thead th:first-child,
.study-support .sho-table thead th:first-child {
  width: 110px;
}
.scholarship .sho-table thead th,
.study-support .sho-table thead th {
  background-color: #873524;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .scholarship .sho-table thead th,
  .study-support .sho-table thead th {
    font-size: 0.875rem;
  }
}
.scholarship .sho-table tbody th,
.study-support .sho-table tbody th {
  background: #fdfaf9;
  min-width: 110px;
}
.scholarship .sho-table tbody td.none,
.study-support .sho-table tbody td.none {
  background-color: #ddd;
}
.scholarship .sho-table tbody td .note,
.study-support .sho-table tbody td .note {
  color: #872434;
  font-size: 80%;
  font-weight: 900;
}
.scholarship .sho-table .top-notext,
.study-support .sho-table .top-notext {
  margin-top: -25px;
  margin-left: 0.2em;
}
.scholarship .regular,
.study-support .regular {
  margin-top: 15px;
}
.scholarship .regular .qua-box,
.study-support .regular .qua-box {
  background-color: #f5f5f5;
  padding: 10px 20px;
  margin-top: 10px;
}
.scholarship .regular tbody tr.kizyun th,
.study-support .regular tbody tr.kizyun th {
  background: #f3d7d1;
}
.scholarship .regular tbody tr.kizyun dl,
.study-support .regular tbody tr.kizyun dl {
  margin-bottom: 10px;
}
.scholarship .regular tbody tr.kizyun dl:last-child,
.study-support .regular tbody tr.kizyun dl:last-child {
  margin-bottom: 0;
}
.scholarship .regular tbody tr.kizyun dl dt,
.study-support .regular tbody tr.kizyun dl dt {
  color: #872434;
  margin-bottom: 5px;
  font-weight: bold;
}
.scholarship .emergency thead th,
.study-support .emergency thead th {
  width: 45%;
}
.scholarship .emergency thead th:first-child,
.study-support .emergency thead th:first-child {
  width: 90px !important;
}
.scholarship .emergency tbody td,
.study-support .emergency tbody td {
  width: 50%;
}
.scholarship .showArea,
.study-support .showArea {
  background-color: #f5f5f5;
  padding: 20px;
  margin-top: 10px;
}
.scholarship .showArea dl dt,
.study-support .showArea dl dt {
  font-size: 1.125rem;
  color: #872434;
  margin-bottom: 10px;
  font-weight: bold;
}
.scholarship .showArea dl dd ul,
.study-support .showArea dl dd ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.scholarship .showArea dl dd ul li,
.study-support .showArea dl dd ul li {
  margin: 0 10px;
}
@media screen and (max-width: 768px) {
  .scholarship .showArea dl dd ul li,
  .study-support .showArea dl dd ul li {
    margin: 0;
  }
}
.scholarship .procedure tbody td,
.study-support .procedure tbody td {
  width: 30%;
}
.scholarship .procedure dl,
.study-support .procedure dl {
  counter-reset: number;
}
.scholarship .procedure dl dt,
.study-support .procedure dl dt {
  font-size: 1.125rem;
  margin-bottom: 10px;
  color: #872434;
  font-weight: bold;
}
.scholarship .procedure dl dt::before,
.study-support .procedure dl dt::before {
  counter-increment: number;
  content: counter(number) ".";
  padding-right: 5px;
}
.scholarship .procedure dl dd,
.study-support .procedure dl dd {
  margin-bottom: 20px;
}
.scholarship .procedure dl dd:last-child,
.study-support .procedure dl dd:last-child {
  margin-bottom: 0;
}
.scholarship .procedure dl .number-Style li,
.scholarship .procedure dl .list-Style li,
.study-support .procedure dl .number-Style li,
.study-support .procedure dl .list-Style li {
  margin-bottom: 5px;
}
.scholarship .procedure dl .number-Style li:last-child,
.scholarship .procedure dl .list-Style li:last-child,
.study-support .procedure dl .number-Style li:last-child,
.study-support .procedure dl .list-Style li:last-child {
  margin-bottom: 0;
}
.scholarship .notes,
.study-support .notes {
  background-color: #f7f6f1;
  padding: 30px;
}
@media screen and (max-width: 768px) {
  .scholarship .notes,
  .study-support .notes {
    padding: 15px;
  }
}
.scholarship .notes h6,
.study-support .notes h6 {
  font-size: 1.25rem;
  padding: 5px 0;
  color: #872434;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .scholarship .notes h6,
  .study-support .notes h6 {
    font-size: 1.0625rem;
  }
}
.scholarship .tableBox tbody th,
.study-support .tableBox tbody th {
  width: 170px;
}
@media screen and (max-width: 768px) {
  .scholarship .tableBox table,
  .study-support .tableBox table {
    border-bottom: 1px solid #5f2519;
  }
  .scholarship .tableBox th,
  .scholarship .tableBox td,
  .study-support .tableBox th,
  .study-support .tableBox td {
    width: 100% !important;
    border-bottom: none;
  }
}
.scholarship h4 label,
.study-support h4 label {
  display: inline-block;
  background-color: #af2f44;
  color: #fff;
  padding: 0px 10px;
  margin-right: 5px;
  font-size: 0.875rem;
}
.scholarship .grouplist-lead,
.study-support .grouplist-lead {
  margin-bottom: 20px;
}
.scholarship .grouplist-table thead th,
.study-support .grouplist-table thead th {
  background-color: #872434;
  color: #fff;
  font-size: 0.875rem;
  line-height: 120%;
  padding: 10px 5px;
}
.scholarship .grouplist-table thead th:nth-child(2),
.study-support .grouplist-table thead th:nth-child(2) {
  width: 9%;
  min-width: 80px;
}
.scholarship .grouplist-table thead th:nth-child(5),
.study-support .grouplist-table thead th:nth-child(5) {
  min-width: 140px;
}
.scholarship .grouplist-table tbody th,
.scholarship .grouplist-table tbody td,
.study-support .grouplist-table tbody th,
.study-support .grouplist-table tbody td {
  border: 1px solid #999;
  font-size: 0.875rem;
}
.scholarship .grouplist-table tbody tr:nth-child(odd) td,
.study-support .grouplist-table tbody tr:nth-child(odd) td {
  background-color: #e8e8e8;
}

.dormitory main .dormitory-bg {
  padding: 30px;
  background-color: #f5f5f5;
}
@media screen and (max-width: 768px) {
  .dormitory main .dormitory-bg {
    padding: 15px;
  }
}
.dormitory main .introduction ul {
  margin: 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 993px) {
  .dormitory main .introduction ul {
    margin: 0 -20px;
  }
}
.dormitory main .introduction ul li {
  width: calc(100% / 3);
  text-align: center;
  font-size: 1.25rem;
  padding: 0 20px;
}
@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, .dormitory main .introduction ul li {
    width: 33.3333333333%;
  }
}
@media screen and (max-width: 768px) {
  .dormitory main .introduction ul li {
    width: 100%;
    padding: 0;
    margin-bottom: 10px;
  }
  .dormitory main .introduction ul li:last-child {
    margin-bottom: 0;
  }
}
.dormitory main .introduction ul li a {
  padding: 15px;
  display: block;
  border: 1px solid #872434;
  position: relative;
}
.dormitory main .introduction ul li a::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f105";
  position: absolute;
  right: 20px;
}
@media screen and (min-width: 993px) {
  .dormitory main .introduction ul li a:hover {
    background-color: #872434;
    color: #fff;
  }
  .dormitory main .introduction ul li a:hover::after {
    color: #fff;
  }
}
.dormitory main .introduction-02 ul {
  margin: 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 768px) and (max-width:992px) {
  .dormitory main .introduction-02 ul {
    margin: -20px 0 0;
  }
}
@media screen and (min-width: 993px) {
  .dormitory main .introduction-02 ul {
    margin: -20px -15px 0;
  }
}
.dormitory main .introduction-02 ul li {
  width: calc(100% / 3);
  text-align: center;
  padding: 0 15px;
  margin-top: 20px;
}
@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, .dormitory main .introduction-02 ul li {
    width: 33.3333333333%;
  }
}
@media screen and (max-width: 768px) {
  .dormitory main .introduction-02 ul li {
    width: 100%;
    padding: 0;
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 0.9375rem;
  }
  .dormitory main .introduction-02 ul li:last-child {
    margin-bottom: 0;
  }
}
.dormitory main .introduction-02 ul li a {
  padding: 15px 10px;
  font-size: 0.9375rem;
  display: block;
  border: 1px solid #872434;
  position: relative;
}
.dormitory main .introduction-02 ul li a::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f105";
  position: absolute;
  right: 8px;
}
@media screen and (min-width: 993px) {
  .dormitory main .introduction-02 ul li a:hover {
    background-color: #872434;
    color: #fff;
  }
  .dormitory main .introduction-02 ul li a:hover::after {
    color: #fff;
  }
}
.dormitory main .introduction-02 ul li.new {
  position: relative;
}
@media screen and (max-width: 768px) {
  .dormitory main .introduction-02 ul li.new {
    margin-top: 0px;
  }
}
.dormitory main .introduction-02 ul li.new::before {
  position: absolute;
  top: -15px;
  left: -5px;
  content: "NEW";
  color: #fff;
  font-size: 0.875rem;
  border-radius: 50%;
  background-color: #872434;
  padding: 5px 15px;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .dormitory main .introduction-02 ul li.new::before {
    font-size: 0.75rem;
    padding: 2px 10px;
    top: -10px;
  }
}
.dormitory main .dormitory-nunber {
  counter-reset: number;
}
.dormitory main .dormitory-nunber h5::before {
  counter-increment: number;
  content: counter(number) "、";
}
.dormitory main .dormitory-nunber dl {
  counter-reset: number;
}
.dormitory main .dormitory-nunber dl dt {
  font-size: 1.125rem;
  margin-bottom: 10px;
  color: #872434;
  font-weight: bold;
}
.dormitory main .dormitory-nunber dl dt::before {
  counter-increment: number;
  content: counter(number) ".";
  padding-right: 5px;
}
.dormitory main .dormitory-nunber dl dd {
  margin-bottom: 20px;
}
.dormitory main .dormitory-nunber dl dd:last-child {
  margin-bottom: 0;
}
.dormitory main .dormitory-nunber dl .number-Style li,
.dormitory main .dormitory-nunber dl .list-Style li {
  margin-bottom: 5px;
}
.dormitory main .dormitory-nunber dl .number-Style li:last-child,
.dormitory main .dormitory-nunber dl .list-Style li:last-child {
  margin-bottom: 0;
}
.dormitory main .tableBox.dormitory-table table {
  border-top: 1px solid #5f2519;
}
.dormitory main .tableBox.dormitory-table th,
.dormitory main .tableBox.dormitory-table td {
  border-top: none !important;
  border: 1px solid #5f2519;
}
.dormitory main .over-tableBox.dormitory-table table,
.dormitory main .over-tableBox.dormitory-table th,
.dormitory main .over-tableBox.dormitory-table td {
  border: 1px solid #5f2519;
}
.dormitory main .dormitory-table .none-td {
  background-color: #ddd;
}
.dormitory main .dormitory-table .kei {
  background: #f2d3cd;
}
.dormitory main .dormitory-table thead th {
  background-color: #873524;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .dormitory main .dormitory-table thead th {
    font-size: 0.875rem;
  }
}
.dormitory main .dormitory-table thead td {
  text-align: center;
  background: #f6e1dd;
}
.dormitory main .dormitory-table tbody th {
  background: #fdfaf9;
}
.dormitory main .schedule thead th:last-child {
  width: 80px;
}
.dormitory main .schedule tbody th {
  min-width: 130px;
}
.dormitory main .expense {
  margin-bottom: 20px;
}
.dormitory main .expense ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .dormitory main .expense ul li {
    width: 100%;
  }
}
.dormitory main .expense ul li:last-child {
  text-align: right;
}
@media screen and (max-width: 768px) {
  .dormitory main .expense ul {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 768px) {
  .dormitory main .expense table {
    min-width: 800px;
  }
}
.dormitory main .expense table tbody th {
  min-width: 75px;
}
.dormitory main .expense table tbody td {
  text-align: center;
}
.dormitory main .expense02 {
  margin-top: 30px;
}
.dormitory main .expense02 thead th {
  width: 30%;
}
.dormitory main .expense02 thead th.name {
  width: 40%;
}
.dormitory main .flowArea {
  width: 80%;
  margin: 20px auto 0;
}
@media screen and (max-width: 768px) {
  .dormitory main .flowArea {
    width: 100%;
  }
}
.dormitory main .flowArea .itemBox {
  position: relative;
  padding: 30px;
  border: 2px solid #872434;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .dormitory main .flowArea .itemBox {
    padding: 15px;
    margin-bottom: 40px;
  }
}
.dormitory main .flowArea .itemBox::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f063";
  position: absolute;
  font-size: 1.875rem;
  bottom: -55px;
  left: 50%;
  right: 50%;
  color: #872434;
}
@media screen and (max-width: 768px) {
  .dormitory main .flowArea .itemBox::after {
    font-size: 1.25rem;
    bottom: -35px;
  }
}
.dormitory main .flowArea .itemBox:last-child {
  margin-bottom: 0;
}
.dormitory main .flowArea .itemBox:last-child::after {
  content: none;
}
.dormitory main .flowArea .itemBox .flow-title {
  font-size: 1.125rem;
  font-weight: bold;
  margin-bottom: 10px;
  padding: 10px 15px;
  background-color: #EEEBE1;
}
.dormitory main .eventList .list-Style ul {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.dormitory main .eventList .list-Style ul li {
  margin-right: 15px;
}
.dormitory main .eventList .list-Style ul li:last-child {
  margin-right: 0;
}
.dormitory main .eventArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0;
}
@media screen and (min-width: 993px) {
  .dormitory main .eventArea {
    margin: 0 -20px;
  }
}
.dormitory main .eventArea .itemBox {
  padding: 0 20px;
  width: 50%;
}
@media screen and (max-width: 768px) {
  .dormitory main .eventArea .itemBox {
    padding: 0;
    width: 100%;
  }
  .dormitory main .eventArea .itemBox:last-child {
    margin-top: 20px;
  }
}
.dormitory main .eventArea .itemBox dl {
  margin-top: 10px;
}
.dormitory main .eventArea .itemBox dl dt {
  font-weight: bold;
  font-size: 1.125rem;
  padding: 5px 15px;
  background-color: #f5eeee;
  margin-bottom: 5px;
}
.dormitory main h3 small {
  font-size: 80%;
  display: inline-block;
  margin-left: 0.5em;
}
.dormitory main .dorm-lead .flexBox {
  margin: 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 993px) {
  .dormitory main .dorm-lead .flexBox {
    margin: 0 -20px;
  }
}
.dormitory main .dorm-lead .imgArea,
.dormitory main .dorm-lead .textArea {
  padding: 0 20px;
}
@media screen and (max-width: 768px) {
  .dormitory main .dorm-lead .imgArea,
  .dormitory main .dorm-lead .textArea {
    padding: 0;
  }
}
.dormitory main .dorm-lead .imgArea {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .dormitory main .dorm-lead .imgArea {
    width: 100%;
    margin-bottom: 10px;
  }
}
.dormitory main .dorm-lead .textArea {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .dormitory main .dorm-lead .textArea {
    width: 100%;
  }
}
.dormitory main .dorm-lead .tableBox table {
  margin: 15px auto;
}
@media screen and (max-width: 768px) {
  .dormitory main .dorm-lead .tableBox table {
    border-bottom: 1px solid #999999;
  }
}
.dormitory main .dorm-lead .tableBox th,
.dormitory main .dorm-lead .tableBox td {
  border: 1px solid #999999;
}
@media screen and (max-width: 768px) {
  .dormitory main .dorm-lead .tableBox th,
  .dormitory main .dorm-lead .tableBox td {
    border-bottom: none;
  }
}
.dormitory main .dorm-lead .tableBox th {
  background-color: #f5f5f5;
}
.dormitory main .dorm-lead h6 {
  font-size: 1.125rem;
  color: #fff;
  padding: 10px;
  background-color: #872434;
  text-align: center;
  margin-top: 10px;
}
.dormitory main .dorm-facility .flexBox {
  margin: 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 993px) {
  .dormitory main .dorm-facility .flexBox {
    margin: 0 -20px;
  }
}
.dormitory main .dorm-facility .imgArea,
.dormitory main .dorm-facility .textArea {
  padding: 0 20px;
}
@media screen and (max-width: 768px) {
  .dormitory main .dorm-facility .imgArea,
  .dormitory main .dorm-facility .textArea {
    padding: 0;
  }
}
.dormitory main .dorm-facility .imgArea {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .dormitory main .dorm-facility .imgArea {
    width: 100%;
    margin-bottom: 10px;
  }
}
.dormitory main .dorm-facility .textArea {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .dormitory main .dorm-facility .textArea {
    width: 100%;
  }
}
.dormitory main .dorm-facility .imgArea {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media screen and (max-width: 768px) {
  .dormitory main .dorm-facility .imgArea {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
}
.dormitory main .dorm-facility .textArea {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}
@media screen and (max-width: 768px) {
  .dormitory main .dorm-facility .textArea {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.dormitory main .dorm-facility .facilityBox {
  margin-bottom: 20px;
}
.dormitory main .dorm-facility .facilityBox:last-child {
  margin-bottom: 0;
}
.dormitory main .dorm-imgArea {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0;
}
@media screen and (min-width: 993px) {
  .dormitory main .dorm-imgArea {
    margin: 0 -20px;
  }
}
.dormitory main .dorm-imgArea .itemBox {
  padding: 0 20px;
  width: calc(100% / 3);
}
@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, .dormitory main .dorm-imgArea .itemBox {
    width: 33.3333333333%;
  }
}
@media screen and (max-width: 768px) {
  .dormitory main .dorm-imgArea .itemBox {
    padding: 0;
    margin: 0 auto 15px;
    width: 100%;
  }
  .dormitory main .dorm-imgArea .itemBox:last-child {
    margin-bottom: 0;
  }
}
.dormitory main .dorm-imgArea .itemBox dl {
  margin-top: 5px;
}
.dormitory main .dorm-imgArea .itemBox dl dt {
  font-weight: bold;
  margin-bottom: 5px;
  color: #872434;
}
.dormitory main .dorm-imgArea .itemBox figure {
  width: 100%;
  text-align: center;
}
.dormitory main .kousien .kou-head .flexBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 993px) {
  .dormitory main .kousien .kou-head .flexBox {
    margin: 0 -10px;
  }
}
.dormitory main .kousien .kou-head .flexBox .itemBox {
  padding: 0 10px;
  width: 100%;
}
@media screen and (min-width: 768px) and (max-width:992px) {
  .dormitory main .kousien .kou-head .flexBox .itemBox {
    max-width: 100% !important;
  }
}
@media screen and (max-width: 768px) {
  .dormitory main .kousien .kou-head .flexBox .itemBox {
    max-width: 100% !important;
  }
}
.dormitory main .kousien .kou-head .flexBox .imgArea {
  max-width: 500px;
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (min-width: 993px) {
  .dormitory main .kousien .kou-head .flexBox .imgArea {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 0;
  }
}
.dormitory main .kousien .kou-head .flexBox .textArea {
  max-width: calc(100% - 500px);
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media screen and (min-width: 993px) {
  .dormitory main .kousien .kou-head .flexBox .textArea {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
}
.dormitory main .kousien .kou-head .flexBox .textArea h6 {
  color: #872434;
  font-size: 1.25rem;
  font-weight: bold;
  margin-bottom: 15px;
}
.dormitory main .kousien .kou-head .flexBox .textArea table {
  margin-top: 20px;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .dormitory main .kousien .kou-head .flexBox .textArea table {
    border-bottom: 1px solid #999;
  }
}
.dormitory main .kousien .kou-head .flexBox .textArea table th,
.dormitory main .kousien .kou-head .flexBox .textArea table td {
  border: 1px solid #999;
}
@media screen and (max-width: 768px) {
  .dormitory main .kousien .kou-head .flexBox .textArea table th,
  .dormitory main .kousien .kou-head .flexBox .textArea table td {
    border-bottom: none;
  }
}
.dormitory main .kousien .kou-head .flexBox .textArea table th {
  width: 100px;
  padding: 5px;
  min-width: inherit;
  background-color: #f5f5f5;
}
@media screen and (max-width: 768px) {
  .dormitory main .kousien .kou-head .flexBox .textArea table th {
    width: 100%;
  }
}
.dormitory main .kousien .dorm-facility {
  padding: 25px;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -10px;
}
@media screen and (max-width: 768px) {
  .dormitory main .kousien .dorm-facility {
    padding: 10px;
    margin: 0;
  }
}
.dormitory main .kousien .dorm-facility .text-Area {
  width: calc(100% - 400px);
}
@media screen and (max-width: 768px) {
  .dormitory main .kousien .dorm-facility .text-Area {
    width: 100%;
  }
}
.dormitory main .kousien .dorm-facility .img-Area {
  width: 400px;
}
@media screen and (max-width: 768px) {
  .dormitory main .kousien .dorm-facility .img-Area {
    margin-top: 15px;
    width: 100%;
  }
}
.dormitory main .kousien .dorm-facility .dorm-item {
  padding: 0 10px;
}
.dormitory main .kousien .tourArea {
  margin-top: 15px;
}
.dormitory main .kousien .tourArea table {
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .dormitory main .kousien .tourArea table {
    border-bottom: 1px solid #999;
  }
}
.dormitory main .kousien .tourArea th,
.dormitory main .kousien .tourArea td {
  border: 1px solid #999;
  padding: 5px;
}
@media screen and (max-width: 768px) {
  .dormitory main .kousien .tourArea th,
  .dormitory main .kousien .tourArea td {
    border-bottom: none;
  }
}
.dormitory main .kousien .tourArea th {
  background-color: #872434;
  color: #fff;
}
.dormitory main .btnArea {
  margin-top: 15px;
  text-align: center;
}
.dormitory main .btnArea a {
  display: inline-block;
  border: 1px solid #872434;
  padding: 8px 20px;
  border-radius: 0.25rem;
  background-color: #fff;
}
@media screen and (min-width: 993px) {
  .dormitory main .btnArea a:hover {
    background-color: #872434;
    color: #fff;
  }
  .dormitory main .btnArea a:hover::after {
    color: #fff;
  }
}
.dormitory main .panoramaArea {
  width: 100%;
  margin: 30px auto 0;
  padding: 0 20px;
}
.dormitory main .panoramaArea .flexBox {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.dormitory main .panoramaArea .flexBox .pan-item {
  text-align: center;
  width: 50%;
}
.dormitory main .panoramaArea .flexBox .pan-item .btnArea {
  margin-top: 0;
}
.dormitory main .panoramaArea .flexBox .pan-linkArea {
  width: 100%;
  margin-bottom: 15px;
}
@media screen and (min-width: 993px) {
  .dormitory main .panoramaArea .flexBox .pan-linkArea {
    width: calc(100% - 160px);
    font-size: 1.25rem;
    margin-bottom: 0;
  }
}
.dormitory main .panoramaArea .flexBox .pan-imgArea {
  width: 100%;
}
@media screen and (min-width: 993px) {
  .dormitory main .panoramaArea .flexBox .pan-imgArea {
    width: 160px;
  }
}

#kousien {
  background-color: #f5f4ee;
}

.fellowship main .linkArea,
.fellowship main .downloadArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -20px 0 0;
}
@media screen and (min-width: 993px) {
  .fellowship main .linkArea,
  .fellowship main .downloadArea {
    margin: -20px -20px 0;
  }
}
.fellowship main .linkArea .itemBox,
.fellowship main .downloadArea .itemBox {
  padding: 0 20px;
  width: calc(100% / 3);
  margin-top: 30px;
}
@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, .fellowship main .linkArea .itemBox,
  .fellowship main .downloadArea .itemBox {
    width: 33.3333333333%;
  }
}
@media screen and (max-width: 768px) {
  .fellowship main .linkArea .itemBox,
  .fellowship main .downloadArea .itemBox {
    width: 100%;
    padding: 0;
    margin-top: 20px;
  }
}
.fellowship main .linkArea .itemBox a,
.fellowship main .downloadArea .itemBox a {
  display: block;
  border: 1px solid #872434;
  position: relative;
}
.fellowship main .linkArea .itemBox a::after,
.fellowship main .downloadArea .itemBox a::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f105";
  position: absolute;
  right: 20px;
}
@media screen and (min-width: 993px) {
  .fellowship main .linkArea .itemBox a:hover,
  .fellowship main .downloadArea .itemBox a:hover {
    background-color: #872434;
    color: #fff;
  }
  .fellowship main .linkArea .itemBox a:hover::after,
  .fellowship main .downloadArea .itemBox a:hover::after {
    color: #fff;
  }
}
.fellowship main .linkArea .itemBox dl dt,
.fellowship main .downloadArea .itemBox dl dt {
  padding: 10px;
  padding: 10px;
  font-weight: bold;
  background-color: #EEEBE1;
  margin-bottom: 10px;
}
.fellowship main .linkArea .itemBox dl dd li,
.fellowship main .downloadArea .itemBox dl dd li {
  margin-bottom: 10px;
}
.fellowship main .linkArea .itemBox dl dd li:last-child,
.fellowship main .downloadArea .itemBox dl dd li:last-child {
  margin-bottom: 0;
}
.fellowship main .linkArea a {
  padding: 15px;
}
.fellowship main .downloadArea a {
  padding: 8px 15px;
  /* pdf要素--- */
  /* Word要素--- */
  /* Excel要素--- */
}
.fellowship main .downloadArea a[href$=".pdf"] span:after, .fellowship main .downloadArea a[href$=".xls"] span:after, .fellowship main .downloadArea a[href$=".xlsx"] span:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: inline-block;
  color: #872434;
  margin-left: 0.2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-decoration: none !important;
  font-weight: 400 !important;
  margin-left: 5px;
}
@media screen and (min-width: 993px) {
  .fellowship main .downloadArea a[href$=".pdf"]:hover span:after, .fellowship main .downloadArea a[href$=".xls"]:hover span:after, .fellowship main .downloadArea a[href$=".xlsx"]:hover span:after {
    color: #fff;
  }
}
.fellowship main .downloadArea a[href$=".pdf"] span:after {
  content: "\f1c1";
}
.fellowship main .downloadArea a[href$=".doc"] span:after, .fellowship main .downloadArea a[href$=".docx"] span:after {
  content: "\f1c2";
}
.fellowship main .downloadArea a[href$=".xls"] span:after, .fellowship main .downloadArea a[href$=".xlsx"] span:after {
  content: "\f1c3";
}

.job main h3 small {
  font-size: 75%;
}
.job main .restriction th,
.job main .restriction td {
  border: 1px solid #5f2519;
}
.job main .restriction thead th {
  background-color: #873524;
  color: #fff;
}
.job main .restriction tbody {
  counter-reset: number;
}
.job main .restriction tbody th {
  text-align: left;
}
.job main .restriction tbody td {
  width: 45%;
}
.job main .restriction tbody td small {
  font-size: 85%;
}
.job main .restriction tbody tr:nth-child(even) {
  background-color: #f5f5f5;
}
.job main .banArea {
  background-color: #f8e8e5;
  padding: 30px;
  word-break: break-all;
}
@media screen and (max-width: 768px) {
  .job main .banArea {
    padding: 15px;
  }
}
.job main .banArea .title {
  text-align: center;
  margin-bottom: 15px;
}
.job main .banArea h6 {
  font-size: 1.5rem;
  font-weight: bold;
  color: #873524;
  position: relative;
  display: inline-block;
  padding: 0 55px;
}
@media screen and (max-width: 768px) {
  .job main .banArea h6 {
    font-size: 1.375rem;
    padding: 0;
  }
}
.job main .banArea h6::before, .job main .banArea h6::after {
  content: "";
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 45px;
  height: 1px;
  background-color: #873524;
}
@media screen and (max-width: 768px) {
  .job main .banArea h6::before, .job main .banArea h6::after {
    content: none;
  }
}
.job main .banArea h6::before {
  left: 0;
}
.job main .banArea h6::after {
  right: 0;
}
.job main .points7 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.job main .points7 .itemBox {
  width: 50%;
  padding: 0 10px;
}
@media screen and (max-width: 768px) {
  .job main .points7 .itemBox {
    width: 100%;
  }
}
.job main .points7 li {
  margin-bottom: 5px;
}
.job main .points7 .latter ol {
  counter-reset: number 4 !important;
}
.job main .points7 .latter ol li:before {
  counter-increment: number;
  content: counter(number);
}
@media screen and (min-width: 993px) {
  .job main .jobcheckArea {
    margin: 0 -10px;
  }
}
.job main .jobcheckArea table {
  width: 100%;
}
.job main .jobcheckArea th,
.job main .jobcheckArea td {
  padding: 30px;
  background-color: #f4f2eb;
  border: 10px solid #fff;
}
@media screen and (max-width: 768px) {
  .job main .jobcheckArea th,
  .job main .jobcheckArea td {
    padding: 10px;
    display: block;
    width: 100%;
    border: none;
    border-bottom: 10px solid #fff;
  }
}
.job main .jobcheckArea dt {
  background-color: #fff;
  padding: 5px 15px;
  margin-bottom: 10px;
  color: #872434;
}
.job main .jobcheckArea dd p {
  font-size: 0.875rem;
}
.job main .aftercheckArea {
  margin-top: 30px;
}
.job main .aftercheckArea dl {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ddd;
}
.job main .aftercheckArea dl:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.job main .aftercheckArea dl dt {
  display: inline-block;
  color: #fff;
  background-color: #872434;
  padding: 5px 15px;
  margin-bottom: 10px;
}
.job main .aftercheckArea dl dd th {
  width: 300px;
  text-align: left !important;
  vertical-align: top !important;
  padding-bottom: 0 !important;
}
@media screen and (max-width: 768px) {
  .job main .aftercheckArea dl dd th {
    width: 100%;
  }
}
.job main .aftercheckArea dl dd th li {
  margin-bottom: 5px !important;
}
.job main .aftercheckArea dl dd th li:last-child {
  margin-bottom: 0 !important;
}
.job main .aftercheckArea dl dd td {
  padding-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .job main .aftercheckArea dl dd td {
    padding-left: 1em;
    padding-top: 5px !important;
  }
}
.job main .aftercheckArea .list-Style li {
  margin-bottom: 10px;
}
.job main .aftercheckArea p.lead {
  margin: 5px 0 10px;
}
.job main .aftercheckArea .reference {
  padding: 20px;
  margin-top: 10px;
  background-color: #f4ebeb;
}
.job main .bytenetArea .itemBox {
  padding: 20px 0;
}
.job main .bytenetArea span.red {
  color: #872434;
}
.job main .bytenetArea .workflow {
  width: 80%;
  margin: 20px auto 0;
}
@media screen and (max-width: 768px) {
  .job main .bytenetArea .workflow {
    width: 100%;
  }
}
.job main .bytenetArea .workflow dl {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #872434;
  margin-bottom: 50px;
  position: relative;
  background-color: #872434;
}
.job main .bytenetArea .workflow dl::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f107";
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  text-align: center;
  bottom: -40px;
  font-size: 2.625rem;
}
.job main .bytenetArea .workflow dl:last-child::after {
  content: none;
}
.job main .bytenetArea .workflow dl dt,
.job main .bytenetArea .workflow dl dd {
  padding: 10px 20px;
}
@media screen and (max-width: 768px) {
  .job main .bytenetArea .workflow dl dt,
  .job main .bytenetArea .workflow dl dd {
    width: 100% !important;
    padding: 10px;
  }
}
.job main .bytenetArea .workflow dl dt {
  text-align: center;
  color: #fff;
  width: 150px;
}
@media screen and (max-width: 768px) {
  .job main .bytenetArea .workflow dl dt {
    font-size: 0.875rem;
  }
}
.job main .bytenetArea .workflow dl dd {
  width: calc(100% - 150px);
  background-color: #fff;
}
.job main .troubleArea .list-Style {
  padding: 20px;
  background-color: #f5f5f5;
  margin: 15px 0;
}
.job main .troubleArea .trouble-inquiry {
  background-color: #f4f2eb;
  padding: 30px 10px;
  text-align: center;
  font-weight: bold;
  width: 100%;
  margin: auto;
}
@media screen and (min-width: 993px) {
  .job main .troubleArea .trouble-inquiry {
    width: 80%;
  }
}
.job main .troubleArea .trouble-inquiry h6 {
  font-size: 1.5rem;
  color: #872434;
  margin-bottom: 20px;
}
.job main .troubleArea .trouble-inquiry dt {
  font-size: 1.25rem;
  margin-bottom: 10px;
}
.job main .troubleArea .trouble-inquiry dd p {
  font-size: 1.125rem;
}
.job main .troubleArea .trouble-inquiry dd p span {
  display: block;
  font-weight: normal;
}
.job main .troubleArea .trouble-inquiry dd .flexBox {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .job main .troubleArea .trouble-inquiry dd .flexBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 270px;
    margin: auto;
  }
}
.job main .troubleArea .trouble-inquiry dd .flexBox .itemBox {
  padding: 0 10px;
}
@media screen and (max-width: 768px) {
  .job main .troubleArea .trouble-inquiry dd .flexBox .itemBox {
    padding: 0;
  }
}
.job main .troubleArea .trouble-inquiry dd table th,
.job main .troubleArea .trouble-inquiry dd table td {
  vertical-align: top;
  text-align: left;
}
.job main .troubleArea .trouble-inquiry dd table th {
  width: 60px;
  min-width: inherit !important;
}
.job main .troubleArea .trouble-inquiry dd table td {
  width: calc(100% - 40px);
}
.job main .troubleArea .trouble-inquiry dd table td span {
  font-size: 0.8125rem;
  font-weight: normal;
}
.job main .job-tro-bg {
  padding: 20px;
  background-color: #f5f5f5;
}
.job main #job03 .flexBox {
  margin: 0 -20px;
}
@media screen and (max-width: 768px) {
  .job main #job03 .flexBox {
    margin: 0;
  }
}
.job main #job03 .flexBox .itemBox {
  padding: 0 20px;
}
@media screen and (max-width: 768px) {
  .job main #job03 .flexBox .itemBox {
    padding: 0 10px;
  }
}
.job main #job03 .flexBox .imgArea {
  width: 100%;
}
@media screen and (min-width: 993px) {
  .job main #job03 .flexBox .imgArea {
    width: 540px;
  }
}
.job main #job03 .flexBox .textArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  margin-top: 30px;
}
@media screen and (min-width: 993px) {
  .job main #job03 .flexBox .textArea {
    margin-top: 0px;
    width: calc(100% - 540px);
  }
}
.job main #job03 .imgBox {
  margin: 30px auto;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .job main #job03 .tableBox table {
    border-bottom: 1px solid #000;
  }
}
.job main #job03 .tableBox tbody th,
.job main #job03 .tableBox tbody td {
  border: 1px solid #000;
}
@media screen and (max-width: 768px) {
  .job main #job03 .tableBox tbody th,
  .job main #job03 .tableBox tbody td {
    border-bottom: none;
  }
}
.job main #job03 .tableBox tbody th {
  background-color: #f5f5f5;
  width: 240px;
}
@media screen and (max-width: 768px) {
  .job main #job03 .tableBox tbody th {
    width: 100%;
  }
}

.manner main .number-Style li,
.manner main .list-Style li {
  margin-bottom: 5px;
}
.manner main .number-Style li:last-child,
.manner main .list-Style li:last-child {
  margin-bottom: 0;
}
.manner main .appearanceArea dl {
  counter-reset: number;
}
.manner main .appearanceArea dl dt {
  font-size: 1.125rem;
  margin-bottom: 10px;
  color: #872434;
  font-weight: bold;
}
.manner main .appearanceArea dl dt::before {
  counter-increment: number;
  content: counter(number) ".";
  padding-right: 5px;
}
.manner main .appearanceArea dl dd {
  margin-bottom: 20px;
}
.manner main .appearanceArea dl dd:last-child {
  margin-bottom: 0;
}
.manner main .appearanceArea dl .number-Style li,
.manner main .appearanceArea dl .list-Style li {
  margin-bottom: 5px;
}
.manner main .appearanceArea dl .number-Style li:last-child,
.manner main .appearanceArea dl .list-Style li:last-child {
  margin-bottom: 0;
}
.manner main .imgArea ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.manner main .imgArea ul li {
  padding: 0 50px;
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) and (max-width:992px) {
  .manner main .imgArea ul li {
    width: 50%;
    padding: 0 30px;
  }
}
@media screen and (max-width: 768px) {
  .manner main .imgArea ul li {
    width: 100%;
    padding: 0;
  }
  .manner main .imgArea ul li:nth-child(2) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .manner main .imgArea ul li:nth-child(3) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .manner main .imgArea ul li:nth-child(4) {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}
.manner main .callArea {
  background-color: #f5f5f5;
  padding: 30px;
}
@media screen and (max-width: 768px) {
  .manner main .callArea {
    padding: 10px;
  }
}
.manner main .callArea h6 {
  font-size: 1.25rem;
  color: #872434;
  margin-bottom: 15px;
  font-weight: bold;
}
.manner main .parkingArea .flexBox,
.manner main .map-imgArea .flexBox {
  margin: 0 -20px;
}
@media screen and (max-width: 768px) {
  .manner main .parkingArea .flexBox,
  .manner main .map-imgArea .flexBox {
    margin: 0;
  }
}
.manner main .parkingArea .flex-item,
.manner main .map-imgArea .flex-item {
  width: 50%;
  margin-top: 20px;
  padding: 0 20px;
}
@media screen and (max-width: 768px) {
  .manner main .parkingArea .flex-item,
  .manner main .map-imgArea .flex-item {
    width: 100%;
    padding: 0;
  }
}
.manner main .parkingArea table th,
.manner main .parkingArea table td {
  border: 1px solid;
}
.manner main .parkingArea table thead th {
  background-color: #872434;
  color: #fff;
  border-color: #fff;
}
.manner main .parkingArea table tbody th,
.manner main .parkingArea table tbody td {
  border-color: #ddd;
}
.manner main .parkingArea table tbody th {
  background-color: #f5f5f5;
}
.manner main .map-imgArea .full-item {
  width: 100% !important;
}
.manner main .map-imgArea .flex-item {
  text-align: center;
}

.qanda main .linkArea a {
  display: inline-block;
  padding: 5px 15px;
  margin-top: 10px;
  background-color: #872434;
  color: #fff;
}
.qanda main sup {
  font-size: 75%;
  color: #872434;
  font-weight: bold;
}
.qanda main span.red {
  color: #872434;
  font-weight: bold;
}

.accordion ul {
  width: 100%;
  padding: 0;
}
.accordion ul > li {
  position: relative;
  list-style: none;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .accordion ul > li {
    margin-bottom: 10px;
  }
}
.accordion ul a.toggle {
  text-decoration: none;
  cursor: pointer;
  position: relative;
  background-color: #f5f5f5;
  color: #000;
}
.accordion ul .answerArea {
  display: none;
}
.accordion ul .answerBody {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #fafafa;
}
.accordion ul .answerBody .answerText {
  padding: 10px;
}
.accordion .toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.accordion .acc-q,
.accordion .acc-a {
  font-family: "Libre Baskerville", serif;
  font-size: 1.5rem;
  min-width: 50px;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .accordion .acc-q,
  .accordion .acc-a {
    min-width: 25px;
    font-size: 1rem;
  }
}
.accordion .acc-q {
  background-color: #5c5c5c;
}
.accordion .acc-a {
  background-color: #872434;
}
.accordion .textArea {
  width: calc(100% - 80px);
  padding: 10px;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}
@media screen and (max-width: 768px) {
  .accordion .textArea {
    width: calc(100% - 50px);
    padding: 5px;
  }
}
.accordion .accordion_icon,
.accordion .accordion_icon span {
  display: inline-block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.accordion .accordion_icon {
  position: relative;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  width: 30px;
  height: 30px;
  border-radius: 5px;
  background-color: #872434;
  margin: 10px;
}
@media screen and (max-width: 768px) {
  .accordion .accordion_icon {
    width: 25px;
    height: 25px;
    margin: 5px;
  }
}
.accordion .accordion_icon span {
  position: absolute;
  width: 50%;
  height: 2px;
  left: 7px;
  top: 14px;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .accordion .accordion_icon span {
    left: 6px;
    top: 12px;
  }
}
.accordion .accordion_icon span:nth-of-type(1) {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.accordion .accordion_icon span:nth-of-type(2) {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.accordion .accordion_icon.active span {
  /* &:nth-of-type(1) {
    display: none;
  }*/
}
.accordion .accordion_icon.active span:nth-of-type(2) {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.support main .inquiry {
  background-color: #f5f4ee;
  padding: 40px;
}
@media screen and (max-width: 768px) {
  .support main .inquiry {
    padding: 20px;
  }
}
.support main .inquiry h6 {
  color: #872434;
  font-size: 1.375rem;
  line-height: 2.0625rem;
  text-align: center;
  font-weight: bold;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .support main .inquiry h6 {
    font-size: 1.25rem;
    line-height: 1.875rem;
  }
}
.support main .flexBox {
  margin: 0 -10px;
}
@media screen and (max-width: 768px) {
  .support main .flexBox {
    margin: 0;
  }
}
.support main .flexBox .itemBox {
  width: 50%;
  padding: 0 10px;
}
@media screen and (max-width: 768px) {
  .support main .flexBox .itemBox {
    width: 100%;
    padding: 0;
  }
}
.support main .number-Style li {
  margin-bottom: 5px;
}
.support main .number-Style li:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .support main .tableBox {
    margin: 20px auto 0;
  }
}
@media screen and (max-width: 768px) {
  .support main .tableBox table {
    border-bottom: 1px solid #5f2519;
  }
}
.support main .tableBox th,
.support main .tableBox td {
  padding: 5px 15px;
  border: 1px solid #5f2519;
}
@media screen and (max-width: 768px) {
  .support main .tableBox th,
  .support main .tableBox td {
    border-bottom: none;
  }
}
.support main .tableBox th {
  width: 150px;
  text-align: left;
  background: #873524;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .support main .tableBox th {
    width: 100%;
  }
}
.support main .tableBox td {
  background-color: #fff;
}

.unscrupulous .section-item dl {
  counter-reset: number;
}
.unscrupulous .section-item dl dt {
  font-size: 1.125rem;
  margin-bottom: 10px;
  color: #872434;
  font-weight: bold;
}
.unscrupulous .section-item dl dt::before {
  counter-increment: number;
  content: counter(number) ".";
  padding-right: 5px;
}
.unscrupulous .section-item dl dd {
  margin-bottom: 20px;
}
.unscrupulous .section-item dl dd:last-child {
  margin-bottom: 0;
}
.unscrupulous .section-item dl .number-Style li,
.unscrupulous .section-item dl .list-Style li {
  margin-bottom: 5px;
}
.unscrupulous .section-item dl .number-Style li:last-child,
.unscrupulous .section-item dl .list-Style li:last-child {
  margin-bottom: 0;
}
.unscrupulous .section-item h6 {
  font-size: 1.25rem;
  color: #872434;
  margin-bottom: 10px;
  font-weight: bold;
}
.unscrupulous .section-item .uns-bg {
  padding: 30px;
  background-color: #f5f5f5;
}
@media screen and (max-width: 768px) {
  .unscrupulous .section-item .uns-bg {
    padding: 15px;
  }
}
.unscrupulous .section-item .drug .flexBox {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (min-width: 993px) {
  .unscrupulous .section-item .drug .flexBox {
    margin: 0 -20px;
  }
}
@media screen and (max-width: 768px) {
  .unscrupulous .section-item .drug .flexBox {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.unscrupulous .section-item .drug .flexBox .textArea,
.unscrupulous .section-item .drug .flexBox .imgArea {
  padding: 0 20px;
}
@media screen and (max-width: 768px) {
  .unscrupulous .section-item .drug .flexBox .textArea,
  .unscrupulous .section-item .drug .flexBox .imgArea {
    width: 100% !important;
    padding: 0;
  }
}
.unscrupulous .section-item .drug .flexBox .imgArea {
  width: 31%;
}
@media screen and (max-width: 768px) {
  .unscrupulous .section-item .drug .flexBox .imgArea {
    margin-bottom: 15px;
  }
}
.unscrupulous .section-item .drug .flexBox .textArea {
  width: 69%;
}
.unscrupulous .section-item .reference .flexBox {
  margin-bottom: -20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 993px) {
  .unscrupulous .section-item .reference .flexBox {
    margin: 0 -20px;
  }
}
.unscrupulous .section-item .reference .flexBox .itemBox {
  width: 50%;
  padding: 0 20px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .unscrupulous .section-item .reference .flexBox .itemBox {
    width: 100%;
    padding: 0;
  }
}
.unscrupulous .section-item .reference .flexBox .itemBox .ref-title {
  font-weight: bold;
  margin-bottom: 5px;
}
.unscrupulous .section-item .cooling {
  margin-top: 15px;
  margin-bottom: 10px;
}
.unscrupulous .section-item .cooling .over-tableBox th,
.unscrupulous .section-item .cooling .over-tableBox td {
  border: 1px solid #5f2519;
}
.unscrupulous .section-item .cooling .over-tableBox thead th {
  background-color: #873524;
  color: #fff;
}
.unscrupulous .section-item .cooling .over-tableBox thead th:first-child {
  min-width: 150px;
}
.unscrupulous .section-item .cooling .over-tableBox thead th:last-child {
  min-width: 120px;
}
.unscrupulous .section-item .cooling .over-tableBox tbody th {
  background: #fdfaf9;
}
.unscrupulous .section-item .cooling .over-tableBox tbody th small {
  font-size: 80%;
  display: block;
}
.unscrupulous .section-item .cooling .over-tableBox tbody td span {
  color: #872434;
}
.unscrupulous .section-item .howto {
  margin-top: 10px;
}
.unscrupulous .section-item .howto ul {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.unscrupulous .section-item .howto ul li {
  padding: 0 15px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .unscrupulous .section-item .howto ul li {
    padding: 0;
    width: 100%;
  }
  .unscrupulous .section-item .howto ul li:first-child {
    margin-bottom: 15px;
  }
}

.study-support main .procedure .proBox {
  padding: 15px 0;
}
.study-support main .tuition .tuitionBox {
  margin: 15px 0;
  padding: 30px;
  background-color: #f5f5f5;
}
@media screen and (max-width: 768px) {
  .study-support main .tuition .tuitionBox {
    padding: 15px;
  }
}
.study-support main .tuition .tuitionBox dt {
  margin-bottom: 5px;
}
.study-support main .tuition .tuitionBox dd {
  padding-left: 1em;
}
@media screen and (max-width: 768px) {
  .study-support main .tuition .tuitionBox dd {
    padding-left: 0;
  }
}
.study-support main .inquiry {
  width: 50%;
  padding: 30px;
  margin: 40px auto 0;
  background-color: #f4f2eb;
}
@media screen and (max-width: 768px) {
  .study-support main .inquiry {
    width: 100%;
  }
}
.study-support main .inquiry h6 {
  color: #872434;
  font-weight: bold;
  text-align: center;
  font-size: 1.375rem;
  line-height: 2.0625rem;
}
.study-support main .inquiry dt,
.study-support main .inquiry dd {
  text-align: center;
}
.study-support main .inquiry dt {
  margin: 5px 0;
  font-weight: bold;
  font-size: 1.125rem;
}
.study-support main .tabs {
  margin: 20px auto;
  border: 1px solid #ddd;
}
@media screen and (max-width: 768px) {
  .study-support main .tabs {
    border: none;
  }
}
.study-support main #tab-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: 0;
  padding: 0;
}
.study-support main #tab-button li {
  width: calc(100% / 5);
  border-right: 1px solid #ddd;
  font-size: 90%;
}
@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, .study-support main #tab-button li {
    width: 20%;
  }
}
.study-support main #tab-button li:last-child {
  border-right: none;
}
.study-support main #tab-button li a {
  display: block;
  padding: 15px 20px;
  background: #eee;
  text-align: center;
  color: #000;
}
@media screen and (min-width: 768px) and (max-width:992px) {
  .study-support main #tab-button li a {
    padding: 15px 10px;
  }
}
.study-support main #tab-button li:not(:first-child) a {
  border-left: none;
}
.study-support main #tab-button li a:hover, .study-support main #tab-button li.is-active a {
  border-bottom-color: transparent;
  background: #fff;
  color: #872434;
}
.study-support main .tab-contents {
  padding: 30px;
}
.study-support main .tab-contents h2 {
  font-size: 1.625rem;
  line-height: 1.9375rem;
  padding-bottom: 10px;
  border-bottom: 1px solid #aaa;
}
@media screen and (min-width: 768px) and (max-width:992px) {
  .study-support main .tab-contents h2 {
    font-size: 1.5rem;
    line-height: 1.8125rem;
  }
}
@media screen and (max-width: 768px) {
  .study-support main .tab-contents h2 {
    font-size: 1.375rem;
    line-height: 1.6875rem;
  }
}
@media screen and (max-width: 768px) {
  .study-support main .tab-contents {
    padding: 10px 0px;
  }
  .study-support main .tab-contents h2 {
    margin-top: 20px;
  }
}
.study-support main .tab-select-outer {
  display: none;
}
@media screen and (max-width: 768px) {
  .study-support main .tab-select-outer {
    display: block;
  }
}
.study-support main .tab-select-outer select {
  width: 100%;
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.study-support main .tab-select-outer .form-control {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
}
@supports (-ms-ime-align: auto) {
  .study-support main .tab-select-outer select.form-control {
    padding: 0.375rem 0.75rem 0.075rem;
  }
}
.study-support main .tab-select-outer .select-wrap {
  position: relative;
}
.study-support main .tab-select-outer .select-wrap .form-control {
  padding-right: 30px;
}
.study-support main .tab-select-outer .select-wrap:before {
  z-index: 1;
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  pointer-events: none;
  content: "\f0d7";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-weight: 900;
}
.study-support main .tab-select-outer .select-wrap .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.study-support main .tab-select-outer select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.study-support main .tab-select-outer select::-ms-expand {
  display: none;
}
.study-support main .tab-button-outer {
  position: relative;
  z-index: 2;
  display: block;
}
@media screen and (max-width: 768px) {
  .study-support main .tab-button-outer {
    display: none;
  }
}
.study-support main .tab-contents {
  position: relative;
  top: -1px;
  margin-top: 0;
}
.study-support main .tab-contents .linkArea {
  margin: 15px 0;
}
.study-support main #tab01 strong {
  font-weight: bold;
}
.study-support main #tab01 .infoArea dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ddd;
}
.study-support main #tab01 .infoArea dl:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.study-support main #tab01 .infoArea dl dt {
  width: 120px;
}
@media screen and (max-width: 768px) {
  .study-support main #tab01 .infoArea dl dt {
    width: 100%;
    margin-bottom: 5px;
  }
}
.study-support main #tab01 .infoArea dl dd {
  width: calc(100% - 120px);
}
@media screen and (max-width: 768px) {
  .study-support main #tab01 .infoArea dl dd {
    width: 100%;
  }
}
.study-support main #tab01 .infoArea dl dd label {
  display: inline-block;
  background-color: #af2f44;
  color: #fff;
  padding: 0px 10px;
  margin-right: 5px;
  font-size: 0.875rem;
}
.study-support main #tab02 .target {
  margin-top: 15px;
  margin-bottom: 15px;
}
.study-support main #tab02 .target ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .study-support main #tab02 .target ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.study-support main #tab02 .target li {
  padding: 0 10px;
}
@media screen and (max-width: 768px) {
  .study-support main #tab02 .target li {
    padding: 0;
    width: 100%;
    text-align: center;
  }
}
.study-support main #tab02 .target li span {
  padding: 15px;
  display: inline-block;
  background-color: #EEEBE1;
}
@media screen and (max-width: 768px) {
  .study-support main #tab02 .target li span {
    width: 80%;
  }
}
.study-support main #tab02 .target li.icon {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}
.study-support main #tab03 .over-tableBox table,
.study-support main #tab03 .over-tableBox th,
.study-support main #tab03 .over-tableBox td {
  border: 1px solid #5f2519;
}
.study-support main #tab03 .over-tableBox strong {
  font-weight: bold;
}
.study-support main #tab03 .over-tableBox thead th {
  background-color: #873524;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .study-support main #tab03 .over-tableBox thead th {
    font-size: 0.875rem;
  }
}
.study-support main #tab03 .over-tableBox thead th.year {
  width: 70px;
}
.study-support main #tab03 .over-tableBox thead th.day {
  width: 180px;
}
.study-support main #tab03 .over-tableBox thead td {
  text-align: center;
  background: #f6e1dd;
}
.study-support main #tab03 .over-tableBox tbody th {
  background: #fbf3f1;
}
.study-support main #tab05 .tableBox th,
.study-support main #tab05 .tableBox td {
  border: 1px solid #5f2519;
}
@media screen and (max-width: 768px) {
  .study-support main #tab05 .tableBox table {
    border-bottom: 1px solid #5f2519;
  }
}
.study-support main #tab05 .tableBox tbody th {
  background: #fbf3f1;
  width: 100px;
}
@media screen and (max-width: 768px) {
  .study-support main #tab05 .tableBox tbody th {
    width: 100%;
    border-bottom: none;
  }
}
@media screen and (max-width: 768px) {
  .study-support main #tab05 .tableBox tbody td {
    border-bottom: none;
  }
}

.hidebox_info01 {
  display: none;
}

.btnArea_info {
  text-align: center;
}
.btnArea_info span {
  display: inline-block;
  width: 320px;
  padding: 10px 20px;
  cursor: pointer;
  background-color: #fff;
  /*    border: 2px solid $mainColor;
  color: $mainColor;*/
  border: 1px solid #00acc6;
  color: #00acc6;
  font-weight: bold;
  -webkit-transition: color 0.3s, background-color 0.3s, border-color 0.3s;
  transition: color 0.3s, background-color 0.3s, border-color 0.3s;
}
@media screen and (min-width: 993px) {
  .btnArea_info span:hover {
    color: #fff;
    background-color: #00acc6;
  }
}
@media screen and (max-width: 768px) {
  .btnArea_info span {
    width: 100%;
  }
}
.btnArea_info span.readmore_info01::before {
  content: "詳細はこちら";
}
.btnArea_info span.on-text {
  color: #fff;
  background-color: #00acc6;
}
.btnArea_info span.on-text::before {
  content: "閉じる";
}

#support-02 {
  background-position: center -140px;
}
@media screen and (max-width: 768px) {
  #support-02 {
    background-position: center -420px;
  }
}

.support-01 {
  background: url(../content/images/support-bg.png) top center #ffeeeb no-repeat;
}
@media screen and (max-width: 768px) {
  .support-01 {
    background-position: center -340px;
  }
}
.support-01 .section-item {
  padding: 20px 0;
}
@media screen and (max-width: 768px) {
  .support-01 .section-item {
    padding: 0 0 20px;
  }
}
.support-01 .subVisual {
  display: none;
}
.support-01 .leadimg ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 993px) {
  .support-01 .leadimg ul {
    margin: 0 -10px;
  }
}
.support-01 .leadimg ul li {
  padding: 0 10px;
}
@media screen and (max-width: 768px) {
  .support-01 .leadimg ul li {
    padding: 0 5px;
  }
}
.support-01 .title-img {
  text-align: center;
}
.support-01 .title-img img {
  margin: auto;
}
.support-01 .title-img h2 {
  font-size: 2.5rem;
  line-height: 3.5rem;
  font-weight: bold;
  color: #000;
  letter-spacing: 8px;
}
@media screen and (max-width: 768px) {
  .support-01 .title-img h2 {
    font-size: 2.1875rem;
    line-height: 2.0625rem;
    letter-spacing: 0;
  }
}
.support-01 .title-img.sup02 h2 {
  font-size: 3.75rem;
  line-height: 4.25rem;
}
@media screen and (min-width: 768px) and (max-width:992px) {
  .support-01 .title-img.sup02 h2 {
    font-size: 2.5rem;
    line-height: 3.5rem;
  }
}
@media screen and (max-width: 768px) {
  .support-01 .title-img.sup02 h2 {
    font-size: 2.1875rem;
    line-height: 2.0625rem;
    letter-spacing: 0;
  }
}
.support-01 .link-head ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 850px;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .support-01 .link-head ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.support-01 .link-head ul li {
  width: 20%;
  text-align: center;
  padding: 10px;
  background-color: #fff0dc;
  border-right: 1px solid #000;
}
@media screen and (max-width: 768px) {
  .support-01 .link-head ul li {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #000;
  }
  .support-01 .link-head ul li:first-child {
    border-radius: 20px 20px 0 0 !important;
  }
  .support-01 .link-head ul li:last-child {
    border: none;
    border-radius: 0 0 0 0 !important;
  }
}
.support-01 .link-head ul li:first-child {
  border-radius: 20px 0 0 0;
}
.support-01 .link-head ul li:last-child {
  border: none;
  border-radius: 0 20px 0 0;
}
@media screen and (min-width: 993px) {
  .support-01 .link-head ul li:hover {
    background-color: #ff9696;
  }
  .support-01 .link-head ul li:hover a {
    color: #fff;
  }
}
.support-01 .link-head ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  color: #444;
  font-weight: bold;
  line-height: 100%;
  font-size: 1rem;
}
@media screen and (max-width: 768px) {
  .support-01 .link-head ul li a {
    display: block;
  }
}
.support-01 .link-head ul li span {
  display: block;
}
@media screen and (max-width: 768px) {
  .support-01 .link-head ul li span {
    display: inline;
  }
}
.support-01 .link-body {
  background-color: #fff;
  padding: 0 30px 30px;
}
@media screen and (max-width: 768px) {
  .support-01 .link-body {
    padding: 0 10px 30px;
  }
}
.support-01 .link-item {
  border-bottom: 1px dashed #ff9696;
}
.support-01 .link-item:last-child {
  border-bottom: none;
}
.support-01 .link-item .accordion-wrap .title-link {
  display: block;
  position: relative;
  padding: 30px 0;
  cursor: pointer;
  text-align: center;
  font-weight: bold;
  color: #000;
  letter-spacing: 2px;
}
@media screen and (max-width: 768px) {
  .support-01 .link-item .accordion-wrap .title-link {
    text-align: left;
    padding: 20px 50px 20px 0;
    font-size: 1.3125rem;
    letter-spacing: 0;
  }
}
.support-01 .link-item .accordion-wrap .title-link span {
  border-bottom: 3px solid #fde4b1;
  display: inline-block;
  padding-bottom: 5px;
  margin-bottom: 0;
  font-size: 1.5rem;
}
.support-01 .link-item dt.trigger {
  position: relative;
  padding: 30px 0;
  cursor: pointer;
  text-align: center;
  font-weight: bold;
  color: #000;
  letter-spacing: 2px;
}
@media screen and (max-width: 768px) {
  .support-01 .link-item dt.trigger {
    text-align: left;
    padding: 20px 50px 20px 0;
    font-size: 1.3125rem;
    letter-spacing: 0;
  }
}
.support-01 .link-item dt.trigger p {
  border-bottom: 3px solid #fde4b1;
  display: inline-block;
  padding-bottom: 5px;
  margin-bottom: 0;
  font-size: 1.5rem;
}
.support-01 .link-item dt.trigger img {
  border-bottom: 3px solid #fde4b1;
  padding-bottom: 5px;
}
@media screen and (max-width: 768px) {
  .support-01 .link-item dt.trigger img {
    max-height: 28px;
  }
}
.support-01 .link-item .accordion_icon,
.support-01 .link-item .accordion_icon span {
  display: inline-block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.support-01 .link-item .accordion_icon {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  width: 30px;
  height: 30px;
  border-radius: 5px;
  background-color: #872434;
}
.support-01 .link-item .accordion_icon span {
  position: absolute;
  width: 50%;
  height: 2px;
  left: 7px;
  top: 14px;
  background-color: #fff;
  /*
  @include bk_point(sm) {
    left: 6px;
    top: 12px;
  }

  */
}
.support-01 .link-item .accordion_icon span:nth-of-type(1) {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.support-01 .link-item .accordion_icon span:nth-of-type(2) {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.support-01 .link-item dt.open .accordion_icon span:nth-of-type(2) {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.support-01 .link-item dd.accordion-body {
  display: none;
  margin: 0 0 30px;
}
@media screen and (max-width: 768px) {
  .support-01 .link-item dd.accordion-body {
    font-size: 0.875rem;
  }
}
.support-01 .link-item dd.accordion-body .closeArea {
  text-align: right;
  margin-top: 30px;
}
.support-01 .link-item dd.accordion-body .closeArea span {
  display: inline-block;
  padding: 10px 30px;
  color: #fff;
  background-color: #872434;
  border-radius: 0.25rem;
  cursor: pointer;
}
@media screen and (min-width: 993px) {
  .support-01 .link-item dd.accordion-body .closeArea span:hover {
    background-color: #ff9696;
  }
}
.support-01 .link-item .not-add dt.trigger {
  cursor: auto;
}
.support-01 .link-item .not-add dd {
  display: block;
}
.support-01 .leadArea {
  margin-bottom: 30px;
}
.support-01 .linkBox {
  margin: 30px auto;
  padding: 30px;
  background-color: #fff9f0;
  border: 1px solid #ffcf90;
  width: 80%;
}
@media screen and (max-width: 768px) {
  .support-01 .linkBox {
    width: 100%;
    padding: 15px;
  }
}
.support-01 .itemBox {
  margin: 40px auto;
}
.support-01 .itemsubBox {
  margin: 20px auto;
}
.support-01 p.itemlead {
  margin-bottom: 15px;
}
.support-01 .cont {
  height: 1px;
  width: 100%;
  padding-top: 20px;
}
.support-01 .support-title {
  padding: 10px 15px;
  background-color: #ff9696;
  color: #fff;
  font-size: 1.375rem;
  margin-bottom: 15px;
  font-weight: bold;
}
.support-01 .support-subtitle {
  background-color: #fff0dc;
  padding: 8px 15px;
  margin-bottom: 10px;
  font-size: 1.125rem;
}
.support-01 strong {
  font-weight: bold;
}
.support-01 .mobile {
  width: 500px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: auto;
  margin-top: 30px;
  background-color: #872434;
  padding: 15px 30px;
  border-radius: 20px;
}
@media screen and (max-width: 768px) {
  .support-01 .mobile {
    display: none;
  }
}
.support-01 .mobile .textArea {
  width: calc(100% - 100px);
  padding-right: 20px;
  color: #fff;
}
.support-01 .mobile .imgArea {
  width: 100px;
  padding: 0;
}
.support-01 a[href^="tel:"] {
  pointer-events: none;
  color: #000;
}
@media screen and (max-width: 768px) {
  .support-01 a[href^="tel:"] {
    pointer-events: auto;
    color: #872434;
  }
}
.support-01 .cot-table {
  margin-top: 10px;
}
.support-01 .cot-table th,
.support-01 .cot-table td {
  border: 1px solid #ddd;
}
.support-01 .cot-table th {
  width: 200px;
  background-color: #f5f5f5;
}
@media screen and (max-width: 768px) {
  .support-01 .cot-table th {
    width: 100%;
  }
}
.support-01 .btnArea {
  margin-top: 10px;
}
.support-01 .btnArea a {
  display: inline-block;
  border: 1px solid #872434;
  padding: 8px 20px;
  border-radius: 0.25rem;
}
@media screen and (min-width: 993px) {
  .support-01 .btnArea a:hover {
    background-color: #872434;
    color: #fff;
  }
  .support-01 .btnArea a:hover::after {
    color: #fff;
  }
}
.support-01 .info-table table {
  width: 100%;
  font-size: 0.875rem;
}
.support-01 .info-table tr:first-child th {
  border-radius: 20px 0 0 0;
}
@media screen and (max-width: 768px) {
  .support-01 .info-table tr:first-child th {
    border-radius: 20px 20px 0 0 !important;
  }
}
.support-01 .info-table tr:first-child td {
  border-radius: 0 20px 0 0;
}
@media screen and (max-width: 768px) {
  .support-01 .info-table tr:first-child td {
    border-radius: 0 0 0 0 !important;
  }
}
.support-01 .info-table tr:last-child th {
  border-radius: 0 0 0 20px;
}
@media screen and (max-width: 768px) {
  .support-01 .info-table tr:last-child th {
    border-radius: 0 0 0 0 !important;
  }
}
.support-01 .info-table tr:last-child td {
  border-radius: 0 0 20px 0;
}
@media screen and (max-width: 768px) {
  .support-01 .info-table tr:last-child td {
    border-radius: 0 0 20px 20px !important;
  }
}
.support-01 .info-table th {
  border-bottom: 8px solid #fff0dc;
  border-right: 8px solid #fff0dc;
  background-color: #ff9696;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .support-01 .info-table th {
    border-right: none;
  }
}
.support-01 .info-table td {
  background-color: #ffffff;
  border-bottom: 8px solid #fff0dc;
}
.support-01 .info-table th,
.support-01 .info-table td {
  padding: 5px 10px;
}
@media screen and (max-width: 768px) {
  .support-01 .info-table th,
  .support-01 .info-table td {
    display: block;
  }
}
.support-01 .link-info {
  background-color: #fff0dc;
  padding: 30px;
  position: relative;
  border-radius: 20px;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .support-01 .link-info {
    padding: 30px 10px 10px;
  }
}
.support-01 .link-info .itemBox {
  margin-top: 20px;
}
.support-01 .link-info .info-title {
  border-radius: 20px;
  color: #fff;
  font-weight: bold;
  width: 100%;
  width: 300px;
  margin: auto;
  text-align: center;
  padding: 10px;
  font-size: 1.25rem;
  background-color: #ff9696;
  position: absolute;
  top: -22px;
  left: 0;
  right: 0;
}
.support-01 .link-info .info-lead {
  text-align: center;
  margin-bottom: 10px;
  font-size: 1.125rem;
  font-weight: bold;
}
.support-01 .under-link ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: -20px;
}
.support-01 .under-link ul li {
  width: 50%;
  margin-top: 20px;
  /*
  @include bk_point(sm) {
    width: 100%;
    margin-left: 8%;
    margin-right: -50px;
  }
  */
}
.support-01 .under-link ul li a::after {
  content: none;
}
.support-01 .under-cont {
  margin-top: 30px;
}
.support-01 .under-cont th,
.support-01 .under-cont td {
  border-color: #fff;
}
.support-01 .under-cont td {
  background-color: #fff0dc;
}
.support-01 .under-linkBox {
  margin-top: 40px;
  margin-bottom: 20px;
}
.support-01 .under-linkBox ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -10px;
}
@media screen and (max-width: 768px) {
  .support-01 .under-linkBox ul {
    margin: 0;
  }
}
.support-01 .under-linkBox ul li {
  width: calc(100% / 3);
  padding: 0 10px;
  margin-bottom: 20px;
}
@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, .support-01 .under-linkBox ul li {
    width: 33.3333333333%;
  }
}
@media screen and (max-width: 768px) {
  .support-01 .under-linkBox ul li {
    width: calc(100% / 1);
    padding: 0;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 768px) and (-ms-high-contrast: none) {
  *::-ms-backdrop, .support-01 .under-linkBox ul li {
    width: 100%;
  }
}
.support-01 .under-linkBox ul li a {
  text-align: center;
  display: block;
  padding: 12px 20px;
  background-color: #fff0dc;
  border: 1px solid #000;
  border-radius: 0.25rem;
  color: #000;
}
@media screen and (min-width: 993px) {
  .support-01 .under-linkBox ul li a:hover {
    background-color: #ff9696;
    color: #fff;
  }
}
.support-01 .under-sublead {
  margin-top: 10px;
}
.support-01 .under-sublead dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -10px;
}
.support-01 .under-sublead dl dt,
.support-01 .under-sublead dl dd {
  padding: 0 10px;
  font-weight: bold;
}
.support-01 .under-sublead dl dd span::before {
  content: "\f04b";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 5px;
}
.support-01 .under-yelist {
  padding: 20px;
  background-color: #fff0dc;
  margin-bottom: 20px;
}
.support-01 .under-yelist .list-Style ul > li:before {
  color: #ff9696;
}
.support-01 .chartArea {
  margin-top: 10px;
}
.support-01 .chartArea .chartBox {
  margin-bottom: 40px;
  background-color: #fff0dc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px;
  position: relative;
  min-height: 225px;
}
.support-01 .chartArea .chartBox::before {
  position: absolute;
  content: "\f309";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #ff9696;
  font-size: 4.375rem;
  left: 75px;
  bottom: -45px;
  z-index: 1;
  line-height: 100%;
}
@media screen and (max-width: 768px) {
  .support-01 .chartArea .chartBox::before {
    left: 50%;
    -webkit-transform: translate(-50%, 0%);
            transform: translate(-50%, 0%);
  }
}
.support-01 .chartArea .chartBox:last-child::before {
  content: none;
}
@media screen and (max-width: 768px) {
  .support-01 .chartArea .chartBox {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.support-01 .chartArea .chartBox .imgArea {
  width: 150px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .support-01 .chartArea .chartBox .imgArea {
    width: 100%;
    margin-bottom: 20px;
  }
  .support-01 .chartArea .chartBox .imgArea img {
    width: 50%;
  }
}
.support-01 .chartArea .chartBox .textArea {
  width: calc(100% - 150px);
}
@media screen and (max-width: 768px) {
  .support-01 .chartArea .chartBox .textArea {
    width: 100%;
    padding-bottom: 30px;
  }
}
.support-01 .chartArea .chartBox .textArea dl {
  padding-left: 20px;
}
@media screen and (max-width: 768px) {
  .support-01 .chartArea .chartBox .textArea dl {
    padding-left: 0px;
  }
}
.support-01 .chartArea .chartBox .btnArea a {
  display: inline-block;
  padding: 10px 20px;
  background-color: #ff9696;
  color: #fff;
  border: 1px solid #ff9696;
}
@media screen and (min-width: 993px) {
  .support-01 .chartArea .chartBox .btnArea a:hover {
    color: #ff9696;
    background-color: #fff;
  }
}
.support-01 .cont-imgArea {
  width: 85%;
  margin: 0 auto 15px;
}
.support-01 .cont-imgArea ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  .support-01 .cont-imgArea ul {
    margin: 0;
  }
}
.support-01 .cont-imgArea ul li {
  padding: 0 10px;
  text-align: center;
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  .support-01 .cont-imgArea ul li {
    width: calc(100% / 1);
    padding: 0;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 768px) and (-ms-high-contrast: none) {
  *::-ms-backdrop, .support-01 .cont-imgArea ul li {
    width: 100%;
  }
}
.support-01 .cont-imgArea ul li a::after {
  content: none;
}
.support-01 .under-dl dt {
  color: #872434;
  font-size: 1.25rem;
  margin-bottom: 10px;
  font-weight: bold;
}
.support-01 .under-Example dl {
  padding: 20px;
  background-color: #fff0dc;
  margin: 20px auto;
}
.support-01 .procedureArea {
  width: 60%;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .support-01 .procedureArea {
    width: 100%;
  }
}
.support-01 .procedureArea .under-dl {
  margin-bottom: 80px;
  position: relative;
}
.support-01 .procedureArea .under-dl::before {
  position: absolute;
  content: "\f358";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #ff9696;
  font-size: 3.125rem;
  left: 50%;
  bottom: -65px;
  z-index: 1;
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
  line-height: normal;
}
.support-01 .procedureArea .under-dl:last-child::before {
  content: none;
}
.support-01 .procedureArea dl {
  padding: 30px;
  background-color: #fff0dc;
  margin: 20px auto;
}
.support-01 .procedureArea dt {
  text-align: center;
}