.thumb-wrapper li img {
  border: none;
}
.thumb-wrapper {
  height: 367px;
}
.p-cta {
  width: calc(100% - 20px);
  margin: 20px auto 50px;
}
@media all and (min-width: 720px) {
  .p-cta {
    width: 800px;
    margin: 40px auto 60px;
  }
}
.p-cta__heading {
  padding: 12px 15px;
  background: #005EAE;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}
@media all and (min-width: 720px) {
  .p-cta__heading {
    padding: 15px;
    font-size: 20px;
  }
}
.p-cta__body {
  padding: 15px 8px;
  background: #ECECEC;
}
@media all and (min-width: 720px) {
  .p-cta__body {
    padding: 25px 45px;
  }
}
.p-cta__btns {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
}
.p-cta__btns > * {
  width: calc(50% - 5px);
}
@media all and (min-width: 720px) {
  .p-cta__btns > * {
    width: calc(50% - 15px) !important;
  }
}
.p-cta__btns.is-pc_flex {
  display: block;
  padding-left: 8px;
  padding-right: 8px;
}
@media all and (min-width: 720px) {
  .p-cta__btns.is-pc_flex {
    display: -webkit-box;
    display: flex;
    padding-left: 0;
    padding-right: 0;
  }
}
.p-cta__btns.is-pc_flex > * {
  width: 100%;
  margin-bottom: 15px;
}
@media all and (min-width: 720px) {
  .p-cta__btns.is-pc_flex > * {
    margin-bottom: 0;
  }
}
.p-cta__btns.is-pc_flex .c-btn__intxt {
  font-size: 16px;
}
@media all and (min-width: 720px) {
  .p-cta__btns.is-pc_flex .c-btn__intxt {
    font-size: 20px;
  }
}
.p-cta__txtlink {
  max-width: 240px;
  margin: 15px auto 5px;
  padding: 10px 15px;
  background: #fff;
  text-align: center;
  box-sizing: border-box;
}
@media all and (min-width: 720px) {
  .p-cta__txtlink {
    max-width: 300px;
    margin-top: 20px;
    padding: 18px;
    font-size: 14px;
  }
}
.p-cta__txtlink a {
  color: #0070B6;
  font-size: 14px;
  text-decoration: underline;
}
@media all and (min-width: 720px) {
  .p-cta__txtlink a {
    font-size: 16px;
  }
  .p-cta__txtlink a:hover {
    text-decoration: none;
  }
}
@media all and (min-width: 720px) {
  .p-cta.is-top .p-cta__body {
    padding: 25px 20px;
  }
}
@media all and (min-width: 720px) {
  .p-cta.is-top .p-cta__btns > * {
    width: calc(50% - 5px) !important;
  }
}
.p-cta.is-top .c-btn__link {
  min-height: 60px;
  font-size: 16px;
}
@media all and (min-width: 720px) {
  .p-cta.is-top .c-btn__link {
    min-height: 70px;
    font-size: 20px;
  }
}

.c-btn__link {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  min-height: 50px;
  box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.1607843137);
  border-radius: 35px;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
}
@media all and (min-width: 720px) {
  .c-btn__link {
    min-height: 60px;
    font-size: 20px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .c-btn__link:hover {
    text-decoration: none;
    opacity: 0.8;
  }
}
.c-btn__intxt {
  position: relative;
  display: inline-block;
  font-size: 14px;
  font-size: min(3.84vw, 14px);
}
@media all and (min-width: 720px) {
  .c-btn__intxt {
    font-size: 20px;
  }
}
.c-btn__intxt::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-size: 100% auto;
  background-position: center;
  background-repeat: no-repeat;
}
.c-btn.is-experience .c-btn__link {
  background: transparent -webkit-linear-gradient(left, #EB6B67 0%, #E4241E 100%) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(90deg, #EB6B67 0%, #E4241E 100%) 0% 0% no-repeat padding-box;
}
.c-btn.is-experience .c-btn__intxt {
  padding: 0 0 0 22px;
}
@media all and (min-width: 720px) {
  .c-btn.is-experience .c-btn__intxt {
    padding-left: 32px;
  }
}
.c-btn.is-experience .c-btn__intxt::before {
  width: 12px;
  height: 20px;
  background-image: url(images/ico_experience.svg);
}
@media all and (min-width: 720px) {
  .c-btn.is-experience .c-btn__intxt::before {
    width: 16px;
    height: 28px;
  }
}
.c-btn.is-request .c-btn__link {
  background: transparent -webkit-linear-gradient(left, #FF9D00 0%, #EE7323 100%) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(90deg, #FF9D00 0%, #EE7323 100%) 0% 0% no-repeat padding-box;
}
.c-btn.is-request .c-btn__intxt {
  padding: 0 0 0 24px;
}
@media all and (min-width: 720px) {
  .c-btn.is-request .c-btn__intxt {
    padding-left: 36px;
  }
}
.c-btn.is-request .c-btn__intxt::before {
  width: 15px;
  height: 20px;
  background-image: url(images/ico_request.svg);
}
@media all and (min-width: 720px) {
  .c-btn.is-request .c-btn__intxt::before {
    width: 22px;
    height: 28px;
  }
}
.c-btn.is-detail .c-btn__link {
  background: transparent -webkit-linear-gradient(left, #26B1F9 0%, #0093E0 100%) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(90deg, #26B1F9 0%, #0093E0 100%) 0% 0% no-repeat padding-box;
}
.c-btn.is-detail .c-btn__intxt::before {
  top: 50%;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 6px;
  border-color: transparent transparent transparent #fff;
}
.c-btn.is-small .c-btn__link {
  min-height: 40px;
}
@media all and (min-width: 720px) {
  .c-btn.is-small .c-btn__link {
    font-size: 14px;
  }
}
.c-btn.is-small .c-btn__intxt {
  width: 80%;
  min-width: 120px;
  font-size: 14px;
  line-height: 2;
  box-sizing: border-box;
}
.c-btn.is-small.is-request .c-btn__intxt {
  padding: 0 0 0 20px;
}
.c-btn.is-small.is-request .c-btn__intxt::before {
  width: 15px;
  height: 20px;
}
.c-btn.is-small.is-detail .c-btn__intxt {
  padding: 0 0 0 20px;
}
.c-btn.is-small.is-detail .c-btn__intxt::before {
  left: 6px;
}

.c-tel {
  padding: 5px 0 5px 32px;
  position: relative;
  display: inline-block;
  text-decoration: underline;
}
@media all and (min-width: 720px) {
  .c-tel {
    padding: 0 0 0 32px;
  }
  .c-tel:hover {
    text-decoration: none;
  }
}
.c-tel::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  padding: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 22px;
  height: 22px;
  background-image: url(images/ico_tel.svg);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center;
}

.c-detail {
  padding: 0 0 0 16px;
  position: relative;
  display: inline-block;
}
.c-detail::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 6px;
  border-color: transparent transparent transparent #0070B6;
}

.u-txtdeco {
  position: relative;
  display: inline-block;
}
.u-txtdeco::before, .u-txtdeco::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -3px;
  width: 2px;
  height: 20px;
  background: #fff;
  -webkit-transform-origin: left bottom;
          transform-origin: left bottom;
}
@media all and (min-width: 720px) {
  .u-txtdeco::before, .u-txtdeco::after {
    bottom: 0;
    height: 24px;
  }
}
.u-txtdeco::before {
  left: -5px;
  -webkit-transform: skewX(45deg);
          transform: skewX(45deg);
}
@media all and (min-width: 720px) {
  .u-txtdeco::before {
    left: -10px;
  }
}
.u-txtdeco::after {
  right: -5px;
  -webkit-transform: skewX(-45deg);
          transform: skewX(-45deg);
}
@media all and (min-width: 720px) {
  .u-txtdeco::after {
    right: -10px;
  }
}

.p-cource__label {
  position: absolute;
  right: -6px;
  top: 10px;
  min-width: 103px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 40px;
  padding: 8px 5px 8px 30px;
  background-image: url(images/bg_ribon.svg);
  background-size: auto 100%;
  background-position: left center;
  color: #fff;
  font-size: 14px;
  box-sizing: border-box;
}

#page656 > h2 + div + ul > li {
  position: relative;
  box-sizing: border-box;
}
@media all and (min-width: 720px) {
  #page656 > h2 + div + ul > li {
    width: 360px;
    margin-left: 20px;
  }
}

@media all and (min-width: 720px) {
  #page656 > h2 + div + ul > li > div > span {
    display: inline-block;
    min-height: 52px;
  }
}

#page656 > h2 + div + ul > li:nth-child(2n+1) {
  margin-left: 0 !important;
  margin-bottom: 15px !important;
}
@media all and (min-width: 720px) {
  #page656 > h2 + div + ul > li:nth-child(2n+1) {
    clear: both;
  }
}

@media all and (min-width: 720px) {
  #page656 > h2 + div + ul > li#img-13, #page656 > h2 + div + ul > li#img-46, #page656 > h2 + div + ul > li#img-106, #page656 > h2 + div + ul > li#img-76, #page656 > h2 + div + ul > li#img-, #page656 > h2 + div + ul > li#img-124 {
    margin-left: 20px;
  }
}

.p-cource__btns {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  padding: 5px 0 !important;
  border: none !important;
}
.p-cource__btns > * {
  width: 48.5%;
}

@media all and (min-width: 720px) {
  .post-754 ~ #contents .main {
    float: none;
    width: 1000px;
    min-height: auto;
  }
  #page754.sstyle {
    width: 1000px;
  }
  #page754 .price {
    width: 800px;
    margin-right: auto;
    margin-left: auto;
  }
  #page754 .opt {
    width: 740px;
    margin-right: auto;
    margin-left: auto;
  }
}

@media all and (min-width: 720px) {
  .p-school {
    width: 1000px;
  }
}
.p-school__head {
  margin: 0 0 30px;
  border-bottom: 3px solid #005EAE;
}
.p-school h1.headline {
  padding-bottom: 10px;
  margin-bottom: 0;
  color: #000;
}
@media all and (min-width: 720px) {
  .p-school h1.headline {
    padding-bottom: 14px;
  }
}
.p-school__catch {
  font-size: 16px;
}
@media all and (min-width: 720px) {
  .p-school__catch {
    font-size: 20px;
  }
}
.p-school__seminar {
  font-size: 18px;
}
@media all and (min-width: 720px) {
  .p-school__seminar {
    font-size: 22px;
  }
}
.p-school__name {
  display: inline-block;
  color: #005EAE;
  font-size: 26px;
}
@media all and (min-width: 720px) {
  .p-school__name {
    font-size: 28px;
  }
}
@media all and (min-width: 720px) {
  .p-school__body {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
            justify-content: space-between;
  }
  .p-school__body > * {
    width: 49%;
  }
}
.p-school__photo {
  margin: 0 0 25px;
  text-align: center;
}
@media all and (min-width: 720px) {
  .p-school__photo {
    margin: 0;
  }
}
.p-school__photo img {
  width: 70%;
}
@media all and (min-width: 720px) {
  .p-school__photo img {
    width: 400px;
  }
}
.p-school__detail {
  width: 95%;
  margin: 0 auto;
}
@media all and (min-width: 720px) {
  .p-school__detail {
    width: 49%;
    margin: 0;
  }
}

.c-table {
  border-collapse: collapse;
  table-layout: fixed;
}
.c-table th, .c-table td {
  border-bottom: 1px solid #ccc;
  box-sizing: border-box;
}
.c-table tr:first-child th, .c-table tr:first-child td {
  border-top: 1px solid #ccc;
}
.c-table th {
  width: calc(4.2em + 20px);
  padding: 8px 10px;
  background: #E0EDFE;
  color: #104593;
  font-size: 13px;
  vertical-align: top;
}
@media all and (min-width: 720px) {
  .c-table th {
    padding: 12px 10px;
    font-size: 16px;
  }
}
.c-table td {
  padding: 7px 0 7px 10px;
  font-size: 14px;
}
@media all and (min-width: 720px) {
  .c-table td {
    padding: 12px 0 12px 10px;
    font-size: 16px;
  }
}
