@charset "UTF-8";

.bg-gray {
  background-color: #84919e;
}

.bg-lightgray {
  background-color: #c8c8cb;
}

.bg-darkgray {
  background-color: #585858;
}

.login-form {
  align-items: center;
  padding-bottom: 40px;
  max-width: 420px;
  margin-right: auto;
  margin-left: auto;
}

.btn-blue {
  border-color: #005aff;
  background: #005aff;
  color: #ffffff !important;
  text-shadow: none;
}

.btn-blue:hover,
.btn-blue:focus,
.btn-blue:active,
.btn-blue:active:focus,
.btn-blue:active:hover,
.btn-blue:active.focus,
.btn-blue.active,
.btn-blue.active:focus,
.btn-blue.active:hover,
.btn-blue.active.focus,
.open > .dropdown-toggle.btn-blue,
.open > .dropdown-toggle.btn-blue:hover,
.open > .dropdown-toggle.btn-blue:focus,
.open > .dropdown-toggle.btn-blue.focus,
.btn-blue.disabled:hover,
.btn-blue[disabled]:hover,
fieldset[disabled] .btn-blue:hover,
.btn-blue.disabled:focus,
.btn-blue[disabled]:focus,
fieldset[disabled] .btn-blue:focus,
.btn-blue.disabled.focus,
.btn-blue[disabled].focus,
fieldset[disabled] .btn-blue.focus {
  border-color: #003fb3;
  background: #003fb3;
  color: #ffffff;
}

input:not([type]),
input[type=text],
input[type=password],
input[type=email],
input[type=url],
input[type=time],
input[type=date],
input[type=datetime],
input[type=datetime-local],
input[type=tel],
input[type=number],
input[type=search],
textarea.materialize-textarea {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #c8c8cb;
  border-radius: 0;
  outline: none;
  height: 3rem;
  width: 100%;
  font-size: 1rem;
  margin: 0 0 15px 0;
  padding: 0;
  box-shadow: none;
  box-sizing: content-box;
  transition: all 0.3s;
}

.resize-none {
  resize: none;
  height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: ryo-text-plusn, serif;
}

ol.round-brackets {
  padding: 0 0 0 2em;
  margin: 0;
}

ol.round-brackets li {
  list-style-type: none;
  counter-increment: cnt;
}

ol.round-brackets li:before {
  display: marker;
  content: "(" counter(cnt) ") ";
}

.carousel-caption {
  font-weight: bold;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  z-index: 10;
  text-shadow: 0px 0px 6px #444444;
}

.carousel-logo {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 10;
}

@media (min-width: 768px) {
  .carousel-logo {
    top: 50%;
    width: 35%;
  }
}

@media (max-width: 767px) {
  .carousel-logo {
    top: 25%;
    width: 60%;
  }
}

@-webkit-keyframes fade-in-with-scroll {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 30px, 0);
            transform: translate3d(0, 30px, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes fade-in-with-scroll {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 30px, 0);
            transform: translate3d(0, 30px, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

.scroll-fade {
  opacity: 0;
}

.scroll-fade--in {
  -webkit-animation-name: fade-in-with-scroll;
          animation-name: fade-in-with-scroll;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-direction: normal;
          animation-direction: normal;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.scroll-fade--later-in {
  -webkit-animation-name: fade-in-with-scroll;
          animation-name: fade-in-with-scroll;
  -webkit-animation-duration: 0.6s;
          animation-duration: 0.6s;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-direction: normal;
          animation-direction: normal;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.scroll-fade--slow-in {
  -webkit-animation-name: fade-in-with-scroll;
          animation-name: fade-in-with-scroll;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-direction: normal;
          animation-direction: normal;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.corcle-row {
  display: flex;
  height: 120px;
  width: 300px;
}

.progress {
  margin: calc(0.65em + 1px) 0 0 0;
  position: relative;
  right: 2.5em;
  height: 120px;
  background-color: #c8c8cb;
}

svg {
  display: block;
  height: 120px;
}

.progressCircle {
  position: relative;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  text-align: center;
  overflow: hidden;
  z-index: 1;
}

.progressCircle::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: -60px;
  width: 120px;
  height: 120px;
  -webkit-transform-origin: right 60px;
          transform-origin: right 60px;
  z-index: 2;
}

.progressCircle::after {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  left: 60px;
  width: 120px;
  height: 120px;
  -webkit-transform-origin: left 60px;
          transform-origin: left 60px;
  z-index: 3;
}

.progressCircle .circle-inner {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 100px;
  height: 100px;
  padding-top: 30px;
  background: #fff;
  border-radius: 50%;
  z-index: 4;
}

/* need to chage the color at keyframes */

.circle-html {
  background: #FF6310;
}

.circle-html::before {
  background: #FFDFCE;
  -webkit-animation: rotateCircleLeftHTML 4s linear infinite;
          animation: rotateCircleLeftHTML 4s linear infinite;
}

.circle-html::after {
  background: #FFDFCE;
  -webkit-animation: rotateCircleRightHTML 4s linear infinite;
          animation: rotateCircleRightHTML 4s linear infinite;
}

.circle-css {
  background: #048EB7;
}

.circle-css::before {
  background: #CCE8F0;
  -webkit-animation: rotateCircleLeftCSS 4s linear infinite;
          animation: rotateCircleLeftCSS 4s linear infinite;
}

.circle-css::after {
  background: #CCE8F0;
  -webkit-animation: rotateCircleRightCSS 4s linear infinite;
          animation: rotateCircleRightCSS 4s linear infinite;
}

.circle-javascript {
  background: #EBD000;
}

.circle-javascript::before {
  background: #FAF5CB;
}

.circle-javascript::after {
  background: #FAF5CB;
  -webkit-animation: rotateCircleRightJavaScript 4s linear infinite;
          animation: rotateCircleRightJavaScript 4s linear infinite;
}

.circle-php {
  background: #7A9CC3;
}

.circle-php::before {
  background: #E5EBF3;
}

.circle-php::after {
  background: #E5EBF3;
  -webkit-animation: rotateCircleRightPHP 4s linear infinite;
          animation: rotateCircleRightPHP 4s linear infinite;
}

.circle-xd {
  background: #A11C6E;
}

.circle-xd::before {
  background: #EACCDE;
}

.circle-xd::after {
  background: #EACCDE;
  -webkit-animation: rotateCircleRightXd 4s linear infinite;
          animation: rotateCircleRightXd 4s linear infinite;
}

.circle-ps {
  background: #0743B5;
}

.circle-ps::before {
  background: #CEDAF0;
}

.circle-ps::after {
  background: #CEDAF0;
  -webkit-animation: rotateCircleRightPs 4s linear infinite;
          animation: rotateCircleRightPs 4s linear infinite;
}

@-webkit-keyframes rotateCircleRightHTML {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    background: #FFDFCE;
  }

  50% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
    background: #FFDFCE;
  }

  50.01% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
    background: #FF6310;
  }

  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
    background: #FF6310;
  }
}

@keyframes rotateCircleRightHTML {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    background: #FFDFCE;
  }

  50% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
    background: #FFDFCE;
  }

  50.01% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
    background: #FF6310;
  }

  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
    background: #FF6310;
  }
}

@-webkit-keyframes rotateCircleLeftHTML {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }

  50% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }

  60% {
    -webkit-transform: rotate(40deg);
            transform: rotate(40deg);
  }

  100% {
    -webkit-transform: rotate(40deg);
            transform: rotate(40deg);
  }
}

@keyframes rotateCircleLeftHTML {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }

  50% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }

  60% {
    -webkit-transform: rotate(40deg);
            transform: rotate(40deg);
  }

  100% {
    -webkit-transform: rotate(40deg);
            transform: rotate(40deg);
  }
}

@-webkit-keyframes rotateCircleRightCSS {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    background: #CCE8F0;
  }

  15% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
    background: #CCE8F0;
  }

  15.01% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
    background: #048EB7;
  }

  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
    background: #048EB7;
  }
}

@keyframes rotateCircleRightCSS {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    background: #CCE8F0;
  }

  15% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
    background: #CCE8F0;
  }

  15.01% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
    background: #048EB7;
  }

  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
    background: #048EB7;
  }
}

@-webkit-keyframes rotateCircleLeftCSS {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }

  15% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }

  18% {
    -webkit-transform: rotate(20deg);
            transform: rotate(20deg);
  }

  100% {
    -webkit-transform: rotate(20deg);
            transform: rotate(20deg);
  }
}

@keyframes rotateCircleLeftCSS {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }

  15% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }

  18% {
    -webkit-transform: rotate(20deg);
            transform: rotate(20deg);
  }

  100% {
    -webkit-transform: rotate(20deg);
            transform: rotate(20deg);
  }
}

@-webkit-keyframes rotateCircleRightJavaScript {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }

  15% {
    -webkit-transform: rotate(160deg);
            transform: rotate(160deg);
  }

  100% {
    -webkit-transform: rotate(160deg);
            transform: rotate(160deg);
  }
}

@keyframes rotateCircleRightJavaScript {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }

  15% {
    -webkit-transform: rotate(160deg);
            transform: rotate(160deg);
  }

  100% {
    -webkit-transform: rotate(160deg);
            transform: rotate(160deg);
  }
}

@-webkit-keyframes rotateCircleRightPHP {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }

  15% {
    -webkit-transform: rotate(120deg);
            transform: rotate(120deg);
  }

  100% {
    -webkit-transform: rotate(120deg);
            transform: rotate(120deg);
  }
}

@keyframes rotateCircleRightPHP {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }

  15% {
    -webkit-transform: rotate(120deg);
            transform: rotate(120deg);
  }

  100% {
    -webkit-transform: rotate(120deg);
            transform: rotate(120deg);
  }
}

@-webkit-keyframes rotateCircleRightXd {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }

  15% {
    -webkit-transform: rotate(120deg);
            transform: rotate(120deg);
  }

  100% {
    -webkit-transform: rotate(120deg);
            transform: rotate(120deg);
  }
}

@keyframes rotateCircleRightXd {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }

  15% {
    -webkit-transform: rotate(120deg);
            transform: rotate(120deg);
  }

  100% {
    -webkit-transform: rotate(120deg);
            transform: rotate(120deg);
  }
}

@-webkit-keyframes rotateCircleRightPs {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }

  15% {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }

  100% {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}

@keyframes rotateCircleRightPs {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }

  15% {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }

  100% {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}

.banner-list {
  display: flex;
  flex-wrap: wrap;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  justify-content: center;
}

@media (min-width: 768px) {
  .banner-list {
    width: 100%;
    max-width: 960px;
  }
}

@media (max-width: 767px) {
  .banner-list {
    width: 100%;
  }
}

.banner-list .corporate-banner {
  min-height: 70px;
  height: auto;
}

@media (min-width: 768px) {
  .banner-list .corporate-banner {
    width: 20%;
    min-width: 200px;
    margin: 0 1rem 2rem 1rem;
    padding-left: 4px;
    padding-right: 4px;
  }
}

@media (max-width: 767px) {
  .banner-list .corporate-banner {
    width: 50%;
    min-width: 200px;
    margin: 0 0 2rem 0;
    padding-left: 5px;
    padding-right: 5px;
  }
}

.banner-list .corporate-banner img {
  background-color: cadetblue;
  min-width: 200px;
  min-height: 70px;
  width: 100%;
  height: auto;
}

.ie_alert {
  position: fixed;
  top: 5%;
  left: 5%;
  width: 90%;
  height: auto;
  background: gray;
  /* rgba未対応の古いIE用 */
  background: rgba(128, 128, 128, 0.97);
  text-align: center;
  text-shadow: none;
  padding: 20px 10px;
  z-index: 1000;
}

.ie_alert span,
.ie_alert p,
.ie_alert a {
  color: #fff;
}

.ie_alert span {
  display: block;
  font-size: 32px;
}

.ie_alert span.close-button {
  position: absolute;
  top: 10px;
  right: 10px;
}

.ie_alert span.ie-alert-title {
  margin-top: 40px;
  margin-bottom: 15px;
}

.ie_alert p {
  font-size: 16px;
}

.ie_alert a {
  display: inline-block;
  font-size: 16px;
  margin-top: 20px;
  width: 90%;
  height: 32px;
  border: solid 1px #fff;
  background: greenyellow;
  background: rgba(173, 255, 47, 0.4);
}

.ie_alert a:hover {
  background: greenyellow;
  background: rgba(173, 255, 47, 0.8);
}

footer {
  text-shadow: 0px 0px 6px #c8c8cb;
  font-size: 10.4px;
  line-height: 18.72px;
  position: absolute;
  padding-top: 1rem;
  padding-bottom: 2rem;
  bottom: 0;
  background-color: #023990;
  text-align: center;
  text-shadow: none !important;
  width: 100%;
}

@media (min-width: 768px) {
  footer {
    line-height: 2vw;
  }
}

@media (max-width: 767px) {
  footer {
    line-height: 4vw;
  }
}

footer .footer-link {
  color: #ffffff;
}

footer .footer-link a:link {
  color: #ffffff;
}

footer .footer-link a:visited {
  color: #c8c8cb;
}

footer .footer-link a:hover {
  color: #005aff;
  text-decoration: none;
}

footer .footer-link a:active {
  color: #4dc4ff;
}

footer .copyright {
  margin-top: 1rem;
  color: #ffffff;
}

.sections {
  min-height: 100%;
  padding-bottom: 12rem;
  text-align: center;
}

.section {
  position: relative;
}

.width-limit {
  text-align: center;
}

.width-limit .inner-column {
  width: 90%;
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
}

.caption-btn {
  margin-top: 2vw;
  padding-left: 6vw;
  padding-right: 6vw;
  padding-top: 0.5vw;
  padding-bottom: 0.5vw;
}

@media (min-width: 768px) {
  .caption-btn {
    line-height: 2vw;
  }
}

@media (max-width: 767px) {
  .caption-btn {
    line-height: 8vw;
  }
}

.post {
  padding: 2rem;
}

.post .rk-info-table {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  border-bottom: 1px solid #dee2e6;
}

.post .rk-info-table .col1 {
  width: 30%;
}

.post .rk-info-table .col2 {
  width: 70%;
}

@media (min-width: 768px) {
  .post .rk-info-table {
    width: 60%;
  }
}

@media (max-width: 767px) {
  .post .rk-info-table {
    width: 90%;
  }
}

.panels {
  display: flex;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 768px) {
  .panels {
    width: 80%;
    max-width: 1280px;
  }
}

@media (max-width: 767px) {
  .panels {
    flex-direction: column;
    width: 90%;
  }
}

@media (min-width: 768px) {
  .panels .panel-items {
    min-width: 30%;
  }
}

@media (max-width: 767px) {
  .panels .panel-items {
    width: 100%;
  }
}

.panels .panel-items .img {
  padding: 2rem;
}

.panels .panel-items .caption,
.panels .panel-items .caption-right {
  padding: 0;
}

.panels .panel-items .caption .title,
.panels .panel-items .caption-right .title,
.panels .panel-items .caption .text,
.panels .panel-items .caption-right .text {
  padding: 1rem 2rem 1rem 2rem;
}

.panels .panel,
.panels .panel-items {
  position: relative;
  height: 100%;
}

@media (min-width: 768px) {
  .panels .panel,
  .panels .panel-items {
    width: 50%;
  }
}

@media (max-width: 767px) {
  .panels .panel,
  .panels .panel-items {
    width: 100%;
  }

  .panels .panel.col-order-1,
  .panels .col-order-1.panel-items {
    order: 1;
  }

  .panels .panel.col-order-2,
  .panels .col-order-2.panel-items {
    order: 2;
  }
}

.panels .panel.info-panel,
.panels .info-panel.panel-items {
  border-radius: 10px;
  margin: 1rem;
  background-color: #c8c8cb;
}

.panels .caption,
.panels .caption-right {
  text-align: left;
  padding: 1rem 3rem 1rem 3rem;
}

.panels .caption-right {
  text-align: right;
}

.panels .img-caption {
  text-align: left;
  padding: 1rem 3rem 1rem 3rem;
}

.hero-view {
  position: relative;
}

.main-hero-caption {
  position: absolute;
  z-index: 10;
  color: #ffffff;
  width: 100%;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  text-align: center;
}

.main-hero-caption .title {
  text-shadow: 0px 0px 6px #212121;
  font-size: 32.5px;
  line-height: 58.5px;
}

.main-hero-caption.v-center {
  top: 50%;
}

.main-hero-caption.v-top {
  top: 20%;
}

.main-hero-caption.v-bottom {
  bottom: 5%;
}

.body-hero-caption {
  position: absolute;
  z-index: 10;
  padding: 1rem;
  text-align: left;
}

@media (min-width: 768px) {
  .body-hero-caption {
    width: 50%;
    top: 10%;
  }
}

@media (max-width: 767px) {
  .body-hero-caption {
    width: 100%;
    top: 45%;
  }
}

@media (max-width: 767px) {
  .body-hero-caption {
    text-shadow: 0px 0px 6px #ffffff;
    font-size: 13px;
    line-height: 23.4px;
  }

  .body-hero-caption .title,
  .body-hero-caption h1,
  .body-hero-caption h2,
  .body-hero-caption h3 {
    text-align: center;
  }
}

@media (min-width: 768px) {
  .body-hero-caption.right-block {
    text-shadow: 0px 0px 6px #ffffff;
    font-size: 15.6px;
    line-height: 28.08px;
    right: 2rem;
  }

  .body-hero-caption.right-block .title,
  .body-hero-caption.right-block h1,
  .body-hero-caption.right-block h2,
  .body-hero-caption.right-block h3 {
    text-align: right;
  }
}

@media (min-width: 768px) {
  .body-hero-caption.left-block {
    text-shadow: 0px 0px 6px #ffffff;
    font-size: 15.6px;
    line-height: 28.08px;
    left: 2rem;
  }

  .body-hero-caption.left-block .title,
  .body-hero-caption.left-block h1,
  .body-hero-caption.left-block h2,
  .body-hero-caption.left-block h3 {
    text-align: left;
  }
}

.contact-form {
  text-align: left;
  max-width: 800px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

html,
body {
  color: #212121;
  font-family: source-han-sans-cjk-ja, sans-serif;
  text-shadow: 0px 0px 6px none;
  font-size: 15.6px;
  line-height: 28.08px;
}

body {
  min-height: 100vh;
  position: relative;
}

nav {
  z-index: 100;
}

img {
  width: 100%;
}

.top-space {
  margin-top: 20vw;
}

.nav-logo {
  width: auto;
}

@media (min-width: 768px) {
  .nav-logo {
    height: 3rem;
  }
}

@media (max-width: 767px) {
  .nav-logo {
    height: 2rem;
  }
}

.title {
  font-family: ryo-text-plusn, serif;
  text-shadow: 0px 0px 6px #ffffff;
  font-size: 26px;
  line-height: 46.8px;
}

@media (min-width: 768px) {
  .pc {
    display: block;
  }

  .sp {
    display: none;
  }
}

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

  .sp {
    display: block;
  }
}

body.service {
  background-color: #fffaf5;
}

.price-table {
  background-color: #fff;
}

.price-table thead {
  background-color: #AF9C84;
}

@media (min-width: 768px) {
  .price-table {
    width: 80%;
    max-width: 1024px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 767px) {
  .price-table {
    width: 100%;
  }
}

.under-bar {
  margin-bottom: 2rem;
}

.under-bar:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 80px;
  display: inline-block;
  width: 200px;
  height: 4px;
  -webkit-transform: translateX(-50%);
  transform: translate(-50%);
  background-color: #896024;
}

