@media (max-width: 767px) {
  .pc {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .sp {
    display: none !important;
  }
}

.g-p a {
  text-decoration: underline;
  font-weight: 700;
}

img {
  width: auto;
  max-width: 100%;
}

a.g-btn-gray.application {
  width: min(480px, 90%);
  margin: auto;
  height: 53px;
  line-height: 53px;
  color: #fff;
  font-size: 26px;
  font-weight: 700;
  text-align: center;
  display: block;
  position: relative;
  border: none;
  background: #ee8100;
  padding: 0;
  border-radius: 53px;
  margin-bottom: 30px !important;
  border: 2px solid #ee8100;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  a.g-btn-gray.application {
    font-size: 5vw;
    height: 14vw;
    line-height: 14vw;
  }
}
a.g-btn-gray.application::before {
  content: "";
  width: 28px;
  height: 28px;
  background: url("../img/course/arrow-icon-orange.svg") no-repeat -36px top/61px;
  border-radius: 28px;
  position: absolute;
  top: 4px;
  right: 18px;
  bottom: 0;
  margin: auto;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  a.g-btn-gray.application::before {
    width: 8vw;
    height: 8vw;
    background-size: cover;
    background-position: left;
  }
}
a.g-btn-gray.application::after {
  display: none;
}
a.g-btn-gray.application:hover {
  background: #fff;
  color: #ee8100;
}
a.g-btn-gray.application:hover::before {
  background-position: 0 top;
}

.g-section-bg:before {
  display: none;
}

.precautions {
  border: 5px solid #ee8100;
  border-radius: 10px;
  padding: 20px 0 0;
  width: min(942px, 100%);
  margin: 0 auto 55px;
}
.precautions--inner {
  width: min(862px, 90%);
  margin: auto;
}
.precautions--inner .title {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.precautions--inner .title::before {
  content: "";
  background: url("../img/course/note-icon.svg") no-repeat center/cover;
  width: 30px;
  height: 28px;
  display: block;
  margin: 0 10px 0;
}
@media screen and (max-width: 767px) {
  .precautions--inner .title::before {
    width: 7vw;
    height: 7vw;
  }
}
.precautions--inner .title p {
  font-size: 24px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .precautions--inner .title p {
    font-size: 6vw;
  }
}
.precautions--content .list-text {
  margin-bottom: 20px;
}
.precautions--content .list-text li {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  padding-left: 16px;
  text-indent: -16px;
}
@media screen and (max-width: 767px) {
  .precautions--content .list-text li {
    font-size: 3.466vw;
    padding-left: 3.466vw;
    text-indent: -3.466vw;
  }
}
.precautions--content figure {
  width: min(570px, 100%);
  display: block;
  margin: 0 auto 20px;
}
.precautions--content figure img {
  max-width: 100%;
  height: auto;
  display: block;
}

@media screen and (max-width: 767px) {
  .tablet-rent-wrap {
    padding: 0;
    max-width: 650px;
    width: calc(100% - 30px);
    margin: auto;
  }
}
.tablet-rent-wrap .info.tablet {
  border: none;
  padding: 60px 70px;
  background: url("../img/course/tablet-rent.jpg") no-repeat top center/cover;
  width: min(1200px, 100%);
  margin: 0 auto 50px;
  max-width: none;
}
@media screen and (max-width: 767px) {
  .tablet-rent-wrap .info.tablet {
    background: #E0DBD8;
    padding: 0;
  }
  .tablet-rent-wrap .info.tablet::before {
    content: "";
    width: 100%;
    height: 49.6vw;
    display: block;
    background: url("../img/course/sp/tablet-rent.jpg") no-repeat top center/cover;
    margin-bottom: 5.3333vw;
  }
}
.tablet-rent-wrap .info.tablet * {
  color: #333;
  margin: 0;
}
.tablet-rent-wrap .info.tablet .g-grid-2c > .g-grid_el:first-child {
  width: min(620px, 70%);
  margin: auto;
  padding: 0;
}
@media screen and (max-width: 1100px) {
  .tablet-rent-wrap .info.tablet .g-grid-2c > .g-grid_el:first-child {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .tablet-rent-wrap .info.tablet .g-grid-2c > .g-grid_el:first-child {
    width: 100%;
    padding: 0 6.6666vw 2.6666vw;
  }
}
.tablet-rent-wrap .info.tablet .g-grid-2c > .g-grid_el:first-child h4 {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .tablet-rent-wrap .info.tablet .g-grid-2c > .g-grid_el:first-child h4 {
    font-size: 4.533vw;
  }
}
.tablet-rent-wrap .info.tablet .g-grid-2c > .g-grid_el:first-child p {
  font-size: 17px;
  font-weight: 400;
  margin-bottom: 26px;
  line-height: 1.647;
}
@media screen and (max-width: 767px) {
  .tablet-rent-wrap .info.tablet .g-grid-2c > .g-grid_el:first-child p {
    font-size: 3.733vw;
  }
}
.tablet-rent-wrap .info.tablet .g-grid-2c > .g-grid_el:first-child .g-grid {
  display: grid;
  grid-template-columns: -webkit-max-content -webkit-max-content;
  grid-template-columns: max-content max-content;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .tablet-rent-wrap .info.tablet .g-grid-2c > .g-grid_el:first-child .g-grid {
    width: 100%;
    display: block;
  }
}
.tablet-rent-wrap .info.tablet .g-grid-2c > .g-grid_el:first-child .g-grid .g-grid_el {
  padding: 0;
  width: 300px;
}
@media screen and (max-width: 850px) {
  .tablet-rent-wrap .info.tablet .g-grid-2c > .g-grid_el:first-child .g-grid .g-grid_el {
    width: 250px;
  }
}
@media screen and (max-width: 767px) {
  .tablet-rent-wrap .info.tablet .g-grid-2c > .g-grid_el:first-child .g-grid .g-grid_el {
    width: 60vw;
    margin: 0 auto 4vw;
    float: none;
  }
}
.tablet-rent-wrap .info.tablet .g-grid-2c > .g-grid_el:first-child .g-grid .g-grid_el a {
  display: block;
  line-height: 60px;
  background: #54C3F1;
  position: relative;
  padding: 0;
  border-radius: 60px;
  border: 2px solid #54C3F1;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .tablet-rent-wrap .info.tablet .g-grid-2c > .g-grid_el:first-child .g-grid .g-grid_el a {
    line-height: 12vw;
  }
}
.tablet-rent-wrap .info.tablet .g-grid-2c > .g-grid_el:first-child .g-grid .g-grid_el a span {
  font-size: 17px;
  font-weight: 700;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .tablet-rent-wrap .info.tablet .g-grid-2c > .g-grid_el:first-child .g-grid .g-grid_el a span {
    font-size: 3.4vw;
  }
}
.tablet-rent-wrap .info.tablet .g-grid-2c > .g-grid_el:first-child .g-grid .g-grid_el a span::after {
  content: "";
  background: url("../img/course/dl-icon.svg") no-repeat center bottom/cover;
  position: absolute;
  top: 0;
  right: 25px;
  bottom: 0;
  margin: auto;
  width: 15px;
  height: 18px;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .tablet-rent-wrap .info.tablet .g-grid-2c > .g-grid_el:first-child .g-grid .g-grid_el a span::after {
    width: 3vw;
    height: 3.509vw;
  }
}
.tablet-rent-wrap .info.tablet .g-grid-2c > .g-grid_el:first-child .g-grid .g-grid_el a:hover {
  background: #fff;
}
.tablet-rent-wrap .info.tablet .g-grid-2c > .g-grid_el:first-child .g-grid .g-grid_el a:hover span {
  color: #54C3F1;
}
.tablet-rent-wrap .info.tablet .g-grid-2c > .g-grid_el:first-child .g-grid .g-grid_el a:hover span::after {
  background-position: center top;
}

.bottom-link {
  width: min(400px, 80%);
  margin: 0 auto 100px;
}
@media screen and (max-width: 767px) {
  .bottom-link {
    width: 79.8vw;
  }
}
.bottom-link a {
  display: block;
  line-height: 60px;
  border-radius: 60px;
  background: #54C3F1;
  position: relative;
  color: #fff;
  font-size: 17px;
  font-weight: 700;
  padding-right: 70px;
  text-align: right;
  border: 2px solid #54C3F1;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .bottom-link a {
    padding: 0;
    line-height: 12vw;
    text-align: center;
    font-size: 3.4vw;
  }
}
.bottom-link a::after {
  content: "";
  background: url("../img/course/arrow-icon-blue.svg") no-repeat -36px top/61px;
  width: 25.6px;
  height: 25.6px;
  position: absolute;
  top: 0;
  right: 18px;
  bottom: 0;
  margin: auto;
  border-radius: 25.6rem;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .bottom-link a::after {
    width: 5.12vw;
    height: 5.12vw;
    background-size: 12.84vw;
    background-position: top left;
  }
}
.bottom-link a:hover {
  text-decoration: none;
  background: #fff;
  color: #54C3F1;
}
.bottom-link a:hover::after {
  background-position: 0 top;
}

.timetable_box {
  display: block;
  border: none;
  padding: 0;
  width: 300px;
  margin: 0 auto 30px;
}
.timetable_box i {
  display: none;
}
@media screen and (max-width: 850px) {
  .timetable_box {
    width: 250px;
  }
}
@media screen and (max-width: 767px) {
  .timetable_box {
    width: 60vw;
    margin: 0 auto 4vw;
    float: none;
  }
}
.timetable_box span a {
  display: block;
  line-height: 60px;
  background: #54C3F1;
  position: relative;
  padding: 0;
  border-radius: 60px;
  border: 2px solid #54C3F1;
  transition: 0.3s;
  margin: 0;
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none !important;
}
@media screen and (max-width: 767px) {
  .timetable_box span a {
    line-height: 12vw;
    font-size: 3.4vw;
  }
}
.timetable_box span a::after {
  content: "";
  background: url("../img/course/dl-icon.svg") no-repeat center bottom/cover;
  position: absolute;
  top: 0;
  right: 25px;
  bottom: 0;
  margin: auto;
  width: 15px;
  height: 18px;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .timetable_box span a::after {
    width: 3vw;
    height: 3.509vw;
    right: 10px;
  }
}
.timetable_box span a:hover {
  background: #fff;
  color: #54C3F1;
}
.timetable_box span a:hover::after {
  background-position: center top;
}

.g-box {
  max-width: 960px;
}
.g-box.mb100 {
  margin-bottom: 100px;
}
.g-box.inner {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .g-box.g-header_inner {
    width: 75vw;
    max-width: 1200px;
  }
}

@media screen and (min-width: 768px) {
  #g-main {
    width: 75vw;
    max-width: 1200px;
    margin: auto;
  }
}
@media screen and (max-width: 767px) {
  #g-main {
    padding-top: 0;
  }
}

.note-txt a {
  font-weight: 700;
  text-decoration: underline;
}

.g-qlist_a a {
  text-decoration: underline;
}

.g-grid-2, .g-grid-2b, .g-grid-2c, .g-grid-3, .g-grid-4, .g-grid-4b, .g-grid-5, .g-grid-5b {
  margin: 0;
}

table.g-table_el th {
  vertical-align: middle;
}

.release {
  margin-bottom: 0;
}

body .g-ttl-1.other {
  margin-bottom: 10px;
}

.joseikin_mark {
  margin: 10px 0;
}

.elearning_box {
  background: #dce9f5;
  border: none;
  width: min(942px, 100%);
  margin: auto;
}

body .g-ttl-1.other {
  margin-bottom: 10px;
}

.note-list {
  margin-bottom: 15px;
}
.note-list li {
  font-size: 14px;
  padding-left: 14px;
  text-indent: -14px;
  line-height: 1.75;
}

@media screen and (max-width: 767px) {
  h2.application {
    font-size: 20px;
  }
}

.precautions {
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  h3.g-ttl-4 {
    font-size: 20px;
  }
}
h3.g-ttl-4 .pdf_link {
  font-size: 12px;
  font-weight: 400;
  display: inline-block;
  margin-left: 10px;
}
@media screen and (max-width: 767px) {
  h3.g-ttl-4 .pdf_link {
    display: block;
    margin: 5px 0 0;
    font-size: 14px;
  }
}
h3.g-ttl-4 .pdf_link a {
  text-decoration: underline;
}

.w960 {
  max-width: 960px;
}

.dken_nowrap th, .dken_nowrap td {
  vertical-align: middle;
}
/*# sourceMappingURL=second-b-type.css.map */