@charset "utf-8";
body {
  font-family: YakuHanJP, "Noto Sans Japanese", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 16px;
  line-height: 1.8;
  background: url(../img/bg-pattern.png) no-repeat center top fixed;
  background-size: cover;
  overflow-x: hidden;
}
main {
  display: block;
}
section {
  position: relative;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.2;
}
p {
  color: rgba(0, 0, 0, 0.75);
}
p.white-p {
  color: rgba(255.255.255, 0.7);
}
a {
  color: inherit;
}
a:hover {
  color: inherit;
}
a:visited {
  color: inherit;
}
a:active {
  color: inherit;
}
img {
  height: auto;
}
i {
  vertical-align: middle;
  line-height: 1;
}
.left {
  float: left;
}
.right {
  float: right;
}
.center {
  text-align: center;
}
.caution {
  color: #d50000;
}
@media only screen and (max-width: 1025px) {
  .pc {
    display: none;
  }
}
/*----- ANIMATION -----*/
html.loaded,
body.loaded {
  overflow: auto !important;
  overflow-x: hidden !important;
}
body #container {
  opacity: 0;
  transition: all 1.5s 0.3s;
  background: #fff;
}
body.loaded #container {
  opacity: 1;
  background: url(../img/bg-tyre.png) #f5f5f5 repeat-y center 30% fixed;
}
.color1 {
  background: #8ee4e5 !important;
}
.color2 {
  background: #abd26c !important;
}
.color3 {
  background: #ff4e6e !important;
}
.color4 {
  background: #f3d269 !important;
}
#loading {
  width: 3000px;
  height: 3000px;
  width: 200vmax;
  height: 200vmax;
  border-radius: 9999px;
  background: #fff;
  position: fixed;
  z-index: 20;
  overflow: hidden;
  transition: all 0.5s;
  transform-origin: left top;
  transform: scale(1) translate(-50%, -50%);
  left: 50%;
  top: 50%;
}
body.loaded #loading {
  transform: scale(0) translate(-50%, -50%);
}
#loading #figure-wrapper {
  width: 600px;
  height: 300px;
  position: fixed;
  left: 50%;
  top: 50%;
  transform-origin: top left;
  transform: scale(0.5);
  z-index: 1;
  animation-delay: 0.3s;
  animation-duration: 0.3s;
  animation-fill-mode: both;
  animation-name: loading-popUp;
}
body.loaded #loading #figure-wrapper {
  transition-delay: 0 !important;
  opacity: 0;
  transform: scale(0);
  z-index: -10;
  position: absolute;
}
@keyframes loading-popUp {
  0% {
    opacity: 0;
    transform: scale(0.5) translate(-50%, -50%);
  }
  100% {
    opacity: 1;
    transform: scale(1) translate(-50%, -50%);
  }
}
#loading figure {
  width: inherit;
  height: inherit;
  background: url(../../img/top/bg-loading.png) no-repeat center center;
}
/*----- STANDARD -----*/
[class*="viewport"] {
  width: 100%;
  max-width: 1366px !important;
  padding: 0 2%;
  margin: 0 auto !important;
  box-sizing: border-box;
  position: relative;
}
.viewport-l {
  max-width: 1366px;
}
.sp {
  display: none;
}
.stylish-header {
  position: absolute;
  top: -1350px;
  left: -35%;
  right: auto;
  opacity: 0;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  z-index: 1;
}
.align-left.triggered .stylish-header {
  animation-name: fadeInLeft;
}
.align-right.triggered .stylish-header {
  animation-name: fadeInRight;
}
.align-right .stylish-header {
  left: auto;
  right: -45%;
}
.align-right .stylish-header + figure {
  text-align: right;
}
.stylish-header + figure {
  margin-top: 150px;
}
figure img {
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.07);
}
.standard-h3 {
  font-size: 32px;
  margin-top: 100px;
  margin-bottom: 16px;
  padding-bottom: 8px;
  border-bottom: 2px solid rgb(0, 0, 0, 0.34);
}
p + .standard-h3 {
  margin-top: 40px;
}
.standard-h4 {
  margin: 56px 0 4px;
  line-height: 1.3rem;
  font-size: 20px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.standard-h4 span {
  flex: 1 1 100%;
  font-size: 0.75em;
  font-weight: normal;
  margin-top: 6px;
  text-align: left;
}
.standard-h4:before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 24px;
  background: #304e9c;
  margin-right: 8px;
}
.content-box {
  max-width: 768px;
  width: 100%;
  padding-top: 50px;
  padding-left: 4%;
  box-sizing: border-box;
}
.align-right .content-box {
  float: right;
  padding-right: 4%;
}
.list-style li {
  color: rgba(0, 0, 0, 0.75);
  line-height: 1.5;
  margin: 4px 0;
  text-indent: -1em;
  margin-left: 1em;
  text-align: left;
}
.list-style li:before {
  content: "・";
  color: #000;
  margin-right: 4px;
  font-size: 16px;
}
/*------main------*/
#main-header {
  text-align: center;
  position: relative;
  padding: 0 2%;
  box-sizing: border-box;
  z-index: 5;
}
#global-navi {
  display: inline-block;
  margin: 16px 0;
}
#global-navi ul {
  display: flex;
  justify-content: center;
}
#global-navi li + li {
  margin-left: 26px;
}
#global-navi li a {
  display: block;
  line-height: 30px;
}
#global-navi li a:before {
  content: "";
  display: inline-block;
  width: 3px;
  height: 18px;
  background: rgba(0, 0, 0, 0.12);
  vertical-align: sub;
  margin-right: 12px;
  -webkit-transform: rotate(13deg);
  transform: rotate(13deg);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#global-navi li a:hover:before {
  background: #050f29;
}
#intro {
  z-index: 0;
}
#intro h3 {
  border: none;
  margin-top: 0;
  padding-bottom: 0;
}

@media only screen and (max-width: 1024px) {
  #global-navi li + li {
    margin-left: 8px;
  }
  #global-navi li a:before {
    width: 2px;
    height: 14px;
    margin-right: 6px;
  }
}
/*==================================

Course
==================================*/
#course {
  z-index: 1;
}
#course .content-box {
  max-width: 100%;
  padding: 0 0 0 calc(50% - 480px);
  float: right;
  margin-bottom: 10vh;
}
#course .gallery-wrapper {
  clear: both;
}
#course #form-wrapper2 {
  margin: 32px 2%;
  background: #eee;
  padding: 32px;
}
#course textarea {
  box-sizing: border-box;
}
#course .features p small {
  display: block;
}
#course .features table {
  width: 100%;
  table-layout: fixed;
}
#course .features .ticks {
  max-width: 1024px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 8px 0;
  color: #222;
}
#course .features .ticks:after {
  display: none;
}
#course .features .ticks li {
  flex: 0 1 49.5%;
  margin-top: 1%;
  background: #e5f1f7;
  box-sizing: border-box;
  border-radius: 6px;
  padding: 16px;
  padding-left: 48px;
  position: relative;
  line-height: 1.5;
  border-bottom: 3px solid rgb(48 78 156 / 10%);
  align-items: center;
  display: flex;
  text-align: left;
}
#course .features .ticks li i {
  color: #304e9c;
  font-size: 24px;
  position: absolute;
  left: 16px;
}
#course .features .standard-h4 + .table-wrapper {
  margin-top: 16px;
}
#course .features .table-wrapper > p {
  font-size: 0.9em;
  text-indent: -1em;
  margin-left: 1em;
}
#course .features table th {
  padding: 16px 12px;
  background: #eee;
  border: 1px solid #fff;
  vertical-align: middle;
  text-align: center;
  font-weight: bold;
}
#course .features table th small {
  display: block;
  font-size: 0.85em;
  font-weight: normal;
  text-align: left;
  line-height: 1.6;
}
#course .features table td {
  padding: 16px 12px;
  border: 1px solid #ddd;
  vertical-align: middle;
  text-align: center;
}
#course .features .caution-block {
  max-width: 1024px;
  margin: 40px 0 0;
  padding: 16px 24px 24px;
  text-align: center;
  background: #eeeeee;
  box-sizing: border-box;
}
#course .features .caution-block h4 {
  font-size: 18px;
  padding: 8px 16px;
  margin-bottom: 8px;
  background: #f2dfdf;
  border-radius: 8px;
}
#course .features .caution-block h4 i {
  color: #c71616;
  font-size: 20px;
}
#course .features .caution-block ul {
  display: inline-block;
  text-align: left;
}
#course .features .caution-block li {
  text-indent: -0.5em;
  margin-left: 0.5em;
  margin-top: 12px;
  line-height: 1.5;
}

.slick-dots {
  line-height: 1;
  margin: 10px 0;
  text-align: center;
}
.slick-dots li {
  display: inline-block;
  line-height: 1;
  background: rgba(17, 56, 88, 0.12);
  margin: 0 4px;
  width: 8px;
  height: 8px;
  overflow: hidden;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  border-radius: 8px;
}
.slick-dots li.slick-active {
  background: #222;
}
.slick-dots li button {
  opacity: 0;
}
@media only screen and (max-width: 1024px) {
  #course .features .ticks li {
    flex: 1 1 100%;
    margin-top: 8px;
    padding: 12px;
    padding-left: 48px;
  }
  #course .features table th {
    padding: 8px;
  }
  #course .features table td {
    padding: 8px;
  }
  #course .features .caution-block {
    padding: 16px;
  }
  #course .features .caution-block h4 {
    font-size: 14px;
    padding: 8px;
  }
}
/*==================================

Apply
==================================*/
#apply .content-box {
  max-width: 100%;
  padding: 0 0 0 calc(50% - 480px);
  float: right;
}
#apply ol {
  margin: 32px 0;
  position: relative;
}
#apply ol:before {
  content: "";
  display: block;
  width: 90%;
  height: 2px;
  background: #000;
  z-index: 0;
  position: absolute;
  left: 0;
  top: 50%;
}
#apply ol li {
  display: table;
  width: 100%;
  max-width: 30%;
  border: 3px solid rgba(0, 0, 0, 0.12);
  text-align: center;
  box-sizing: border-box;
  padding: 32px 4px;
  float: left;
  background: #fff;
  position: relative;
  z-index: 1;
}
#apply ol li + li {
  margin-left: 32px;
}
#apply ol li:before {
  content: "";
  display: block;
  width: 50px;
  height: 50px;
  background-position: left top;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  left: -2px;
  top: -2px;
}
#apply ol li:nth-of-type(1):before {
  background-image: url(../img/ico-number1.png);
}
#apply ol li:nth-of-type(2):before {
  background-image: url(../img/ico-number2.png);
}
#apply ol li:nth-of-type(3):before {
  background-image: url(../img/ico-number3.png);
}
#apply ol p {
  color: rgba(0, 0, 0, 0.78);
  font-weight: 500;
  display: table-cell;
  vertical-align: top;
}
#apply ol i {
  display: block;
  margin-bottom: 4px;
}
#apply ul {
  margin-left: 1em;
}
#apply iframe {
  width: 100%;
}
#price div + figure {
  padding: 150px 0;
  display: block;
  text-align: right;
  clear: both;
}
.price {
  width: 100%;
  max-width: 500px;
  margin: 0 16px;
  text-align: center;
}
.price h4 {
  font-size: 20px;
  margin: 32px 0 8px;
}
.price dl {
  padding: 32px;
  position: relative;
  border: 2px solid rgba(0, 0, 0, 0.12);
}
.price dl:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #050f29;
  transform: rotate(-45deg);
  position: absolute;
  left: -4px;
  top: 0;
}
.price dt {
  margin-bottom: 32px;
  padding-bottom: 32px;
  border-bottom: 2px solid rgba(0, 0, 0, 0.12);
  font-weight: bold;
}
.price dd {
  color: #c11b1b;
  font-size: 18px;
  height: 60px;
}
.price dd p {
  font-size: 14px;
}
#course .table-wrapper {
  max-width: 1024px;
  box-sizing: border-box;
  border: 2px solid rgba(0, 0, 0, 0.12);
  padding: 32px;
  margin-top: 32px;
  position: relative;
  text-align: left;
}
#course .table-wrapper:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #050f29;
  transform: rotate(-45deg);
  position: absolute;
  left: -4px;
  top: 0;
}
#price table {
  width: 100%;
  table-layout: fixed;
}
#price table th {
  text-align: left;
  vertical-align: middle;
  width: 160px;
  padding-right: 32px;
  border-right: 2px solid rgba(0, 0, 0, 0.12);
}
#price table td {
  padding-left: 32px;
  vertical-align: middle;
  color: rgba(0, 0, 0, 0.75);
}
#close-notification {
  border: 2px solid #fd0000;
  padding: 16px;
  width: 100%;
  max-width: 905px;
  text-align: center;
  margin-top: 32px;
  box-sizing: border-box;
}
.apply-btn {
  text-align: center;
  font-size: 16px;
  border-radius: 4px;
  margin: 16px 0;
  max-width: 480px;
  display: block;
  padding: 16px 2%;
  cursor: pointer;
  background: brown;
  color: #fff !important;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
}
.apply-btn i {
  margin-right: 16px;
  vertical-align: text-bottom;
}
#form-wrapper {
  margin: 32px 2%;
  background: #eee;
  padding: 32px;
  display: none;
}
form table {
  max-width: 600px;
  width: 100%;
  text-align: left;
}
form table th {
  vertical-align: middle;
  padding: 10px 4px;
  font-weight: 500;
  width: 170px;
  text-align: left;
}
form table td {
  vertical-align: middle;
  padding: 10px 4px;
}
form table input[type="text"],
form table select {
  width: 100%;
  box-sizing: border-box;
  height: 40px;
  line-height: 40px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  padding: 2px;
  background: #fff;
}
form table label {
  display: block;
  color: rgba(0, 0, 0, 0.75);
  background: #fff;
  margin: 4px 0;
  padding: 8px;
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  text-align: left;
}
form table select {
  width: 100%;
}
input[type="submit"],
button[type="submit"] {
  width: 200px;
  display: inline-block;
  margin: 16px auto 0;
  background: #050f29;
  color: #fff;
  border: none;
  height: 40px;
  line-height: 40px;
  border-radius: 4px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
input[type="button"] {
  width: 200px;
  display: inline-block;
  color: #000000;
  background: #eee;
  border: 1px solid hsla(0, 0%, 0%, 0.12);
  height: 40px;
  line-height: 40px;
  border-radius: 4px;
  margin: 16px 0 0 4px;
}

/*==================================

Download
==================================*/
#download .content-box {
  max-width: 100%;
  padding: 0 0 0 calc(50% - 480px);
  float: right;
  margin-bottom: 10vh;
}
#download .apply-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
#download .apply-btn i {
  font-size: 20px;
}
@media only screen and (max-width: 768px) {
  #download .apply-btn {
    justify-content: flex-start;
  }
  #download .apply-btn i {
    left: 20px;
  }
}

/*==================================

Information
==================================*/

#information .content-box {
  max-width: 100%;
  padding: 0 0 0 calc(50% - 480px);
  float: right;
  margin-bottom: 10vh;
}
#information .table-wrapper {
  max-width: 1024px;
  box-sizing: border-box;
  border: 2px solid rgba(0, 0, 0, 0.12);
  padding: 32px;
  margin-top: 32px;
  position: relative;
  text-align: left;
}
#information .table-wrapper:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #050f29;
  transform: rotate(-45deg);
  position: absolute;
  left: -4px;
  top: 0;
}
#download .table-wrapper table {
  width: 100%;
}
#download .table-wrapper table th {
  padding: 16px 12px;
  background: #eee;
  border: 1px solid #fff;
  vertical-align: middle;
  text-align: center;
  font-weight: bold;
}
#download .table-wrapper table td {
  padding: 16px 12px;
  border: 1px solid #ddd;
  vertical-align: middle;
  text-align: left;
}
@media only screen and (max-width: 768px) {
}

/*==================================

Footer
==================================*/
#main-footer {
  position: relative;
  padding: 32px 2% 8px;
  font-size: 11px;
  text-align: center;
  background: #050f29;
  color: #fff;
  margin-top: 100px;
}
#main-footer p {
  color: #fff;
  margin: 8px 0;
}
#thankyou h2 {
  font-size: 24px;
  font-weight: normal;
  margin: 32px 0 8px;
}

/*==================================

Animation
==================================*/
.inview {
  opacity: 0;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  animation-name: fadeIn;
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -20%, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInDown {
  animation-name: fadeInDown;
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-20%, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInLeft {
  animation-name: fadeInLeft;
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(20%, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInRight {
  animation-name: fadeInRight;
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 20%, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInUp {
  animation-name: fadeInUp;
}
@media only screen and (max-width: 1600px) {
  figure img {
    height: 400px;
  }
  .stylish-header {
    width: 1200px;
    top: -1100px;
    left: -45%;
  }
  .align-right .stylish-header {
    right: -550px;
  }
  .stylish-header + figure {
    margin-top: 100px;
  }
  #training div + figure {
    margin: 100px 0;
  }
  #price div + figure {
    padding: 100px 0;
  }
  #apply h3,
  #price h3 {
    margin-top: 70px;
    font-size: 20px;
  }
}
@media only screen and (max-width: 1366px) {
  body {
    font-size: 14px;
  }
  figure img {
    height: 330px;
  }
  #main-header figure img {
    height: auto;
  }
  .stylish-header {
    width: 1000px;
    top: -850px;
    left: -500px;
  }
  .stylish-header + figure {
    margin-top: 70px;
  }
  #training div + figure {
    margin: 70px 0;
  }
  #price div + figure {
    padding: 0;
  }
  #course .content-box,
  #apply .content-box,
  #price .content-box,
  #download .content-box,
  #information .content-box {
    box-sizing: border-box;
    padding: 0 4%;
    text-align: left;
    max-width: 1024px;
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
  .standard-h3 {
    margin-top: 50px !important;
    text-align: center;
    border-bottom: none;
    font-size: 20px;
    font-size: calc(20px + (20 - 16) * ((100vw - 320px) / (1024 - 320)));
  }
  .standard-h3:after {
    content: "";
    display: block;
    width: 30px;
    height: 3px;
    background: rgba(0, 0, 0, 0.34);
    margin: 8px auto 16px;
    visibility: visible;
  }
  .standard-h4 {
    font-size: 16px;
    margin: 32px 0 4px;
    padding-left: 16px;
    position: relative;
  }
  .standard-h4:before {
    position: absolute;
    left: 0;
    top: 0;
  }
  #apply ol {
    width: auto;
    margin: 16px auto;
  }
  #apply ol:before {
    width: 80%;
    left: 10%;
  }
  #apply ol li {
    width: 29.3%;
    margin: 0 1%;
    max-width: initial;
  }
  .price {
    max-width: inherit;
    margin: 16px auto;
  }
  .price h4 {
    margin: 16px 0 8px;
  }
  .price dl {
    padding: 16px;
  }
  .price dt {
    margin-bottom: 16px;
    padding-bottom: 16px;
  }
  #course .table-wrapper {
    margin-top: 16px;
  }
  #close-notification {
    margin: 32px auto 0;
  }
  .apply-btn {
    margin: 16px auto 0;
  }
}
@media only screen and (max-width: 1024px) {
  #loading figure {
    background-size: 300px auto;
  }
  figure img {
    height: 290px;
  }
  .stylish-header {
    display: none;
  }
  .stylish-header + figure {
    margin-top: 0;
  }
  h2.sp {
    display: block;
    font-size: calc(20px + (24 - 20) * ((100vw - 320px) / (1024 - 320)));
    background: rgba(5, 15, 41, 0.9);
    color: #fff;
    font-weight: bold;
    width: 90%;
    margin: 0 auto;
    text-align: center;
    padding: 16px 2%;
    box-sizing: border-box;
    margin-top: 70px;
    margin-bottom: -20px;
    position: relative;
    z-index: 1;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  }
  h2.sp span {
    display: block;
    font-size: 12px;
  }
  h2.sp span:before {
    content: "";
    display: block;
    width: 20px;
    height: 2px;
    background: #fff;
    margin: 10px auto;
  }
  #intro .content-box {
    max-width: initial;
    box-sizing: border-box;
    padding: 0 4%;
    text-align: center;
  }
  .content-box h3 + p {
    text-align: left;
  }
  #training p.center {
    font-size: 14px;
    line-height: 1.8;
  }
  form table {
    max-width: 9999px;
  }
  form table th {
    width: 120px;
  }
  form table input[type="text"],
  form table select,
  form table textarea {
    width: 100% !important;
  }
  #course table textarea {
    width: 100% !important;
  }
}
@media only screen and (max-width: 768px) {
  body {
    font-size: 12px;
  }
  .sp {
    display: block;
  }
  .apply-btn {
    font-size: 15px;
    max-width: 240px;
    margin-left: auto;
    margin-right: auto;
    padding: 12px 50px;
    line-height: 1.4;
    position: relative;
    text-align: left;
  }
  .apply-btn i {
    font-size: 24px;
    margin-right: 8px;
    position: absolute;
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
  }
  #apply iframe {
    width: 100%;
  }
  .stylish-header {
    width: 350px;
    height: 350px;
    top: -60px;
    left: -100px;
    background-size: cover;
    background-position: center center;
  }
  .stylish-header img {
    display: none;
  }
  figure img {
    height: auto;
    padding: 0 2%;
    box-sizing: border-box;
  }
  #training p.center {
    font-size: 14px;
    letter-spacing: 0;
    font-weight: normal;
    color: rgba(0, 0, 0, 0.75);
  }
  #training div + figure {
    margin: 30px 0 0;
  }
  .level {
    width: auto;
    float: none;
    height: auto !important;
    margin: 16px 0 0;
  }
  .level h3 {
    font-size: 34px;
    margin-bottom: 8px;
  }
  #apply h3:after,
  #price h3:after {
    margin-bottom: 16px;
  }
  #apply ol:before {
    height: 90%;
    width: 2px;
    left: 50%;
    top: 0;
    min-width: 0;
  }
  #apply ol {
    width: auto;
  }
  #apply ol li {
    width: 100%;
    max-width: 500px;
    float: none;
    margin: 0 auto 16px !important;
  }
  .price {
    max-width: initial;
    float: none;
    margin: 32px 0;
    width: 100%;
  }
  .price h4 {
    margin-top: 0;
    font-size: 16px;
  }
  .price dd {
    height: auto;
  }
  #form-wrapper,
  #form-wrapper2 {
    padding: 16px 4% !important;
  }
  #course .table-wrapper {
    padding: 16px;
  }
  #price table th {
    display: block;
    width: auto;
    text-align: center;
    margin: 0 0 8px;
    padding: 0 0 8px;
    border: none;
    border-bottom: 1px dotted rgba(0, 0, 0, 0.12);
    font-size: 14px;
  }
  #price table td {
    display: block;
  }
  form table th {
    display: block;
    padding: 0;
    margin-top: 16px;
  }
  form table td {
    display: block;
    padding: 0;
  }
}
