@charset "UTF-8";
p,
span {
  font-weight: inherit;
}

@font-face {
  font-family: "NotoSansJP";
  font-style: normal;
  font-weight: 400;
  src: local("Noto Sans CJK JP"), local("NotoSansJP-Regular"), local("NotoSansJP-Regular"), url("/font/NotoSansJP-Regular.woff2") format("woff2"), url("/font/NotoSansJP-Regular.woff") format("woff");
}
@font-face {
  font-family: "NotoSansJP";
  font-style: normal;
  font-weight: 700;
  src: local("NotoSansJP-Bold"), local("NotoSansJP-Bold"), url("/font/NotoSansJP-Bold.woff2") format("woff2"), url("/font/NotoSansJP-Bold.woff") format("woff");
}
@font-face {
  font-family: "NotoSansJP";
  font-style: normal;
  font-weight: 900;
  src: local("NotoSansJP-Black"), local("NotoSansJP-Black"), url("/font/NotoSansJP-Black.woff2") format("woff2"), url("/font/NotoSansJP-Black.woff") format("woff");
}
html .all-wrapper {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%; /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: normal;
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
}

body .all-wrapper {
  font-family: "NotoSansJP", "Noto Sans", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  line-height: 1.5;
  overflow: hidden;
  color: #000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  text-align: left;
}
@media screen and (min-width: 767px) {
  body .all-wrapper {
    font-size: 16px;
    min-width: 1100px;
    width: 100%;
  }
}

.all-wrapper {
  position: relative;
  /* 一部ブラウザで消えなかった場合は以下も追記 */
}
.all-wrapper img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
.all-wrapper summary {
  display: block;
  list-style: none;
}
.all-wrapper summary::-webkit-details-marker {
  display: none;
}
.all-wrapper input {
  line-height: 1;
}

@media screen and (min-width: 321px) {
  .br-sp {
    display: block;
  }
}
@media screen and (min-width: 767px) {
  .br-sp {
    display: none;
  }
}

.br-pc {
  display: none;
}
@media screen and (min-width: 767px) {
  .br-pc {
    display: block;
  }
}

.disp-sp {
  display: block;
}
@media screen and (min-width: 767px) {
  .disp-sp {
    display: none;
  }
}

.disp-pc {
  display: none;
}
@media screen and (min-width: 767px) {
  .disp-pc {
    display: block;
  }
}

.hidden {
  overflow: hidden;
  position: absolute;
  top: -10px;
  width: 1px;
  height: 1px;
  margin: 0 !important;
  padding: 0 !important;
}

.l-contents {
  padding-right: 24px;
  padding-left: 24px;
}
@media screen and (min-width: 767px) {
  .l-contents {
    padding: 0;
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
  }
}

.u-fwb {
  font-weight: bold;
}

.u-db {
  display: block;
}

.u-w100 {
  width: 100%;
}

.u-tac {
  text-align: center;
}

.u-indent {
  padding-left: 1em;
  text-indent: -1em;
}

.u-break-word {
  word-break: break-word;
}

.u-caution {
  color: #ff0000;
}

.u-wbk {
  word-break: keep-all;
}

* {
  box-sizing: border-box;
}

@media screen and (min-width: 767px) {
  .price-page {
    padding: 40px 0 120px;
    background: #d5e7f2;
  }
}
@media screen and (min-width: 767px) {
  .price-page__inner {
    margin: auto;
    width: 1100px;
  }
}
.price-page__introduce {
  background: #d5e7f2;
  padding: 40px 24px 80px;
}
@media screen and (min-width: 767px) {
  .price-page__introduce {
    padding: 40px 0 0;
  }
}

.price-title {
  background: #0a3491;
}
@media screen and (min-width: 767px) {
  .price-title__head {
    display: flex;
    justify-content: center;
    border: 4px solid #000;
    border-bottom: 0;
  }
}
.price-title__head tr {
  background: #fffde5;
}
.price-title__title {
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  color: #fff;
  font-weight: bold;
  font-size: 22px;
  height: 70px;
}
@media screen and (min-width: 767px) {
  .price-title__title {
    border-right: 4px solid #000;
    width: 440px;
    font-size: 32px;
    box-sizing: content-box;
    height: 60px;
    padding-left: 10px;
    padding-right: 0px;
    justify-content: space-evenly;
  }
}
@media screen and (min-width: 767px) {
  .price-title__of {
    display: flex;
    word-break: keep-all;
  }
}
@media screen and (min-width: 767px) {
  .price-title__img.-lvp {
    width: 55px;
  }
}
@media screen and (min-width: 767px) {
  .price-title__img.-lvf {
    width: 75px;
  }
}
@media screen and (min-width: 767px) {
  .price-title__img.-op {
    width: 85px;
  }
}
@media screen and (min-width: 767px) {
  .price-title__img.-of {
    width: 93px;
  }
}
.price-title__sub {
  color: #f3efbd;
}
.price-title__priceTable {
  padding: 20px;
  background: #fff;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  color: #043491;
}
@media screen and (min-width: 767px) {
  .price-title__priceTable {
    display: flex;
    align-items: center;
    gap: 16px;
    width: 660px;
    font-size: 32px;
  }
}
.price-title__priceTableImg {
  width: 116px;
  height: 60px;
}

.table-container {
  position: relative;
  overflow-x: auto;
  background: #fff;
}

.scrollbar::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
.scrollbar::-webkit-scrollbar-thumb {
  border-radius: 0.25rem;
}
.scrollbar::-webkit-scrollbar-thumb {
  --bg-opacity: 1;
  background-color: #ccc;
}

.table-price {
  position: relative;
  overflow-x: scroll;
  table-layout: fixed;
  height: 977px;
  width: 560px;
  background: #fff;
  border-collapse: collapse;
  border: 1px solid #000;
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
}
@media screen and (min-width: 767px) {
  .table-price {
    width: 1100px;
    height: 1005px;
    border: 4px solid #000;
  }
}
.table-price.ordinaryPassenger {
  width: 680px;
  height: 877px;
}
@media screen and (min-width: 767px) {
  .table-price.ordinaryPassenger {
    width: 1100px;
    height: auto;
  }
}
.table-price__header {
  border: 1px solid #000;
  padding: 12px 8px;
  color: #fff;
  font-weight: 700;
  background: #043491;
  width: 140px;
  text-align: center;
  font-size: 15px;
}
@media screen and (min-width: 767px) {
  .table-price__header {
    font-size: 20px;
  }
}
.table-price__header.course {
  width: 70px;
  padding: 14.5px 7px;
  font-size: 12px;
}
@media screen and (min-width: 767px) {
  .table-price__header.course {
    font-size: 14px;
  }
}
.table-price__courseImg {
  display: block;
  margin: 10px auto 0;
}
@media screen and (min-width: 767px) {
  .table-price__courseImg {
    width: 255px;
    height: 28px;
  }
}
.table-price .verticalwriting {
  margin: 10px auto 0;
  font-size: 12px;
  writing-mode: vertical-rl;
  font-weight: normal;
  text-align: center;
}
@media screen and (min-width: 767px) {
  .table-price .verticalwriting {
    writing-mode: horizontal-tb;
  }
}
.table-price .w70 {
  width: 70px;
}
.table-price .w94 {
  width: 94px;
}
.table-price .w140 {
  width: 140px;
}
.table-price .yellow {
  background: #fffde5;
}
.table-price .border-bottom {
  border-bottom: 2px solid #000 !important;
}
.table-price .border-right {
  border-right: 2px solid #000 !important;
}
@media screen and (min-width: 767px) {
  .table-price .border-right {
    border-right: 4px solid #000 !important;
  }
}
.table-price .border-left {
  border-left: 2px solid #000 !important;
}
.table-price .border-top {
  border-top: 2px solid #000 !important;
}
.table-price__rowYellow {
  background: #fffde5;
}
.table-price__th {
  padding: 10px 8px;
  background: #fff;
  border: 1px solid #000;
  font-size: 12px;
}
@media screen and (min-width: 767px) {
  .table-price__th {
    font-size: 14px;
    border-right: 4px solid #000 !important;
  }
}
.table-price__th::after {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  top: -1px;
  left: -1px;
  box-shadow: 14px 0px 12px -4px rgba(0, 0, 0, 0.2);
}
@media screen and (min-width: 767px) {
  .table-price__th::after {
    display: none;
  }
}
.table-price__th.course {
  padding: 0;
  display: flex;
  flex-direction: column;
  text-align: center;
  font-weight: bold;
}
.table-price__th .pack {
  width: 100%;
  flex: 1;
  min-height: 92px;
  display: flex;
  justify-content: center;
  border-bottom: 1px solid #000;
  align-items: center;
}
.table-price__th .pack {
  width: 100%;
  flex: 1;
  min-height: 92px;
  display: flex;
  justify-content: center;
  border-bottom: 1px solid #000;
  align-items: center;
}
.table-price__th .menu {
  width: 100%;
  flex: 1;
  min-height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.table-price .menu {
  width: 120px;
  padding: 10px 8px;
  background: #fff;
  border: 1px solid #000;
  border-right: 2px solid #000;
  font-size: 12px;
  background-image: linear-gradient(to right top, transparent calc(50% - 0.5px), #000 50%, #000 calc(50% + 0.5px), transparent calc(50% + 1px));
  grid-auto-rows: 1fr;
}
.table-price .menu::after {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  top: -1px;
  left: -1px;
  box-shadow: 14px 0px 12px -4px rgba(0, 0, 0, 0.2);
}
@media screen and (min-width: 767px) {
  .table-price .menu::after {
    display: none;
  }
}
@media screen and (min-width: 767px) {
  .table-price .menu {
    font-size: 14px;
    border-right: 4px solid #000 !important;
    width: 20%;
  }
}
.table-price .colrow {
  display: grid;
  justify-content: space-between;
  grid-template-columns: repeat(2, 1fr);
  height: 116px;
}
@media screen and (min-width: 767px) {
  .table-price .colrow {
    height: 100px;
  }
}
.table-price .colHeader {
  grid-column-start: 3;
  overflow: hidden;
  word-break: keep-all;
  align-self: center;
  font-weight: bold;
}
.table-price .rowHeader {
  grid-column-start: 1;
  word-break: keep-all;
  align-self: center;
  font-weight: bold;
}
.table-price .sticky {
  position: -webkit-sticky;
  position: sticky;
  left: 0;
  border-right: 2px solid #000;
}
@media screen and (min-width: 767px) {
  .table-price .sticky {
    border-right: none;
  }
}
.table-price .sticky:before {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  width: 100%;
  height: 100%;
  border: 1px solid #000;
  border-right: 2px solid #000;
}
@media screen and (min-width: 767px) {
  .table-price .sticky:before {
    display: none;
  }
}
.table-price .titleWrap {
  display: flex;
  align-items: flex-start;
  font-weight: bold;
  gap: 4px;
}
@media screen and (min-width: 767px) {
  .table-price .titleWrap {
    align-items: center;
    font-size: 14px;
  }
}
@media screen and (min-width: 767px) {
  .table-price .titleWrap .ico {
    width: 24px;
    height: 24px;
  }
}
.table-price .titleNote {
  margin-top: 4px;
  font-size: 10px;
}
@media screen and (min-width: 767px) {
  .table-price .titleNote {
    font-size: 12px;
  }
}
.table-price .item {
  border: 1px solid #000;
  text-align: center;
  font-size: 24px;
  line-height: 1.75;
}
.table-price__rank {
  background: #043491;
  color: #fff;
  font-weight: bold;
  width: 152px;
}
.table-price .priceItem {
  padding: 10px 0;
  border: 1px solid #000;
  text-align: center;
  line-height: 1.75;
}
@media screen and (min-width: 767px) {
  .table-price .priceItem {
    padding: 10px 8px;
    text-align: right;
  }
}
.table-price .price {
  font-size: 13px;
}
@media screen and (min-width: 767px) {
  .table-price .price {
    font-size: 18px;
  }
}
.table-price .yen {
  font-size: 12px;
}
@media screen and (min-width: 767px) {
  .table-price .yen {
    font-size: 14px;
  }
}
.table-price .rankHead {
  padding: 10px 8px;
  text-align: center;
  text-align: center;
  font-weight: bold;
  border: 1px solid #000;
  background: #043491;
  z-index: 1;
}
@media screen and (min-width: 767px) {
  .table-price .rankHead {
    font-size: 14px;
  }
}
.table-price .rankHead:first-of-type {
  border-right: 2px solid #000;
}
@media screen and (min-width: 767px) {
  .table-price .rankHead:first-of-type {
    border-right: 4px solid #000;
  }
}
.table-price .rankHead:first-of-type::after {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  top: -1px;
  left: -1px;
  box-shadow: 14px 0px 12px -4px rgba(0, 0, 0, 0.2);
}
@media screen and (min-width: 767px) {
  .table-price .rankHead:first-of-type::after {
    display: none;
  }
}
.table-price .bronzeRow {
  background: #edd7c9;
  border-bottom: 1px solid #000;
  height: 50px;
}
.table-price .sapphireRow {
  background: #cee1f4;
  border-bottom: 1px solid #000;
  height: 50px;
}
.table-price .diamondRow {
  background: #f9e5b6;
  border-bottom: 1px solid #000;
  height: 50px;
}
.table-price .rankTitle {
  border-bottom: 1px solid #000;
  position: relative;
  padding: 12px 8px;
  width: 70px;
  height: 100px;
  position: -webkit-sticky;
  position: sticky;
  left: 0;
}
@media screen and (min-width: 767px) {
  .table-price .rankTitle {
    font-size: 14px;
  }
}
@media screen and (min-width: 767px) {
  .table-price .rankTitle.u-fwb {
    vertical-align: middle;
  }
}
.table-price .rankTitle.row2 {
  border-right: 1px solid #000;
}
.table-price .rankTitle:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-right: 1px solid #000;
}
.table-price .rankTitle.bronze {
  background: #edd7c9;
}
@media screen and (min-width: 767px) {
  .table-price .rankTitle.bronze img {
    margin-right: 4px;
    display: inline-block;
    width: 30px;
    height: 30px;
    vertical-align: middle;
  }
}
.table-price .rankTitle.sapphire {
  background: #cee1f4;
}
@media screen and (min-width: 767px) {
  .table-price .rankTitle.sapphire img {
    margin-right: 4px;
    display: inline-block;
    width: 30px;
    height: 35px;
    vertical-align: middle;
  }
}
.table-price .rankTitle.diamond {
  background: #f9e5b6;
}
@media screen and (min-width: 767px) {
  .table-price .rankTitle.diamond img {
    margin-right: 4px;
    display: inline-block;
    width: 31px;
    height: 31px;
    vertical-align: middle;
  }
}
.table-price .rankTitle.borderRight {
  border-right: 2px solid #000;
}
@media screen and (min-width: 767px) {
  .table-price .rankTitle.borderRight {
    border-right: 4px solid #000;
  }
}
.table-price .rankTitle.-light {
  height: 60px;
}
.table-price .rankTitle.-light::before {
  border-right: 2px solid #000;
}
@media screen and (min-width: 767px) {
  .table-price .rankTitle.-light::before {
    border: none;
  }
}
.table-price .rankTitle.-light::after {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-right: 2px solid #000;
  box-shadow: 14px 0px 12px -4px rgba(0, 0, 0, 0.2);
}
@media screen and (min-width: 767px) {
  .table-price .rankTitle.-light::after {
    display: none;
  }
}
.table-price .rankType {
  border-right: 2px solid #000;
  font-size: 12px;
  text-align: center;
  position: -webkit-sticky;
  position: sticky;
}
.table-price .rankType.ordinaryFreight {
  left: 71.5px;
  border-right: 2px solid #000;
}
@media screen and (min-width: 767px) {
  .table-price .rankType.ordinaryFreight {
    border-right: 4px solid #000;
  }
}
.table-price .rankType.ordinaryPassenger {
  left: 60px;
  border-right: 2px solid #000;
}
@media screen and (min-width: 767px) {
  .table-price .rankType.ordinaryPassenger {
    border-right: 4px solid #000;
  }
}
@media screen and (min-width: 767px) {
  .table-price .rankType {
    padding: 15px 4px;
    font-size: 14px;
    text-align: left;
  }
}
.table-price .rankType:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.table-price .rankType::after {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  box-shadow: 14px 0px 12px -4px rgba(0, 0, 0, 0.2);
  border-right: 2px solid #000;
}
@media screen and (min-width: 767px) {
  .table-price .rankType::after {
    display: none;
  }
}
.table-price .rankType.bronze {
  background: #edd7c9;
  border-left: 1px solid #000;
}
.table-price .rankType.sapphire {
  background: #cee1f4;
  border-left: 1px solid #000;
}
.table-price .rankType.diamond {
  background: #f9e5b6;
  border-left: 1px solid #000;
}

.scroll-hint {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 4px;
  position: absolute;
  top: 29%;
  left: 50%;
  transform: translate(-29%, -50%);
  padding: 10px;
  font-weight: 700;
  line-height: 1.4;
  display: none;
  -webkit-animation: scroll-hint-animation 2s infinite ease;
          animation: scroll-hint-animation 2s infinite ease;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 6px;
  color: #fff;
  text-align: center;
  width: 120px;
  height: 88px;
}
.scroll-hint > p {
  font-size: 10px;
}

@-webkit-keyframes scroll-hint-animation {
  0% {
    transform: translate(-50%, -50%);
  }
  50% {
    transform: translate(-40%, -50%);
  }
  100% {
    transform: translate(-50%, -50%);
  }
}

@keyframes scroll-hint-animation {
  0% {
    transform: translate(-50%, -50%);
  }
  50% {
    transform: translate(-40%, -50%);
  }
  100% {
    transform: translate(-50%, -50%);
  }
}
.scroll-hint--show {
  display: flex;
}

@media screen and (min-width: 767px) {
  .introduce {
    margin: auto;
    width: 1100px;
  }
}
.introduce__title {
  border-radius: 10px 10px 0 0;
  border: 2px solid #043491;
  padding: 20px 15px 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  background: #fff;
  color: #043491;
  font-weight: 900;
}
@media screen and (min-width: 767px) {
  .introduce__title {
    padding: 20px 0 16px;
    font-size: 32px;
  }
}
.introduce__title-img {
  margin: auto;
  display: block;
}
@media screen and (min-width: 767px) {
  .introduce__title-img {
    width: 322px;
    height: 38px;
  }
}
.introduce__content {
  padding: 20px;
  border: 2px solid #043491;
  border-radius: 0 0 10px 10px;
  background: #fff;
}
@media screen and (min-width: 767px) {
  .introduce__content {
    padding: 40px;
  }
}
.introduce__content.-padding {
  padding: 20px 0;
}
@media screen and (min-width: 767px) {
  .introduce__content.-padding {
    padding: 40px;
  }
}
.introduce__list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media screen and (min-width: 767px) {
  .introduce__list {
    flex-direction: row;
    justify-content: center;
    gap: 40px;
  }
}
.introduce__item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}
@media screen and (min-width: 767px) {
  .introduce__item {
    width: 313px;
  }
}
@media screen and (min-width: 767px) {
  .introduce__item.-two {
    width: 490px;
  }
}
@media screen and (min-width: 767px) {
  .introduce__img {
    width: 80px;
    height: 80px;
  }
}
.introduce__name {
  margin-bottom: 4px;
  font-size: 20px;
  color: #043491;
  font-weight: bold;
}
.introduce__linkWrap {
  margin-top: 40px;
}
@media screen and (min-width: 767px) {
  .introduce__text {
    font-size: 14px;
  }
}

.remove-link {
  position: relative;
  display: flex;
  padding: 10px 10px 10px 44px;
  align-items: center;
  gap: 4px;
  align-self: stretch;
  border-radius: 8px;
  border: 1px solid #005eff;
  background: #fff;
  color: #005eff !important;
  transition: 0.2s;
}
@media screen and (min-width: 767px) {
  .remove-link {
    padding: 10px 20px 10px 40px;
    width: 324px;
  }
}
.remove-link::before {
  position: absolute;
  left: 10px;
  content: "";
  width: 24px;
  height: 24px;
  background: url("../_images/arrow_forward.svg") no-repeat;
  background-size: contain;
  rotate: 180deg;
}
.remove-link:visited, .remove-link:link {
  color: #005eff !important;
}
.remove-link:hover, .remove-link:active {
  opacity: 0.6;
  text-decoration: none;
}

.priceTable {
  box-sizing: border-box;
  border: 1px solid #ccc;
  background: #fff;
  display: flex;
  flex-wrap: wrap;
}
.priceTable__title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-right: 1px solid #ccc;
  padding: 5px;
  width: 50%;
}
@media screen and (min-width: 767px) {
  .priceTable__title {
    padding: 12px 10px;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
  }
}
.priceTable__title:not(:first-of-type) {
  border-top: 1px solid #ccc;
}
.priceTable__detail {
  padding: 5px;
  width: 50%;
}
@media screen and (min-width: 767px) {
  .priceTable__detail {
    display: flex;
    align-items: center;
    gap: 10px;
  }
}
.priceTable__detail:not(:first-of-type) {
  border-top: 1px solid #ccc;
}
.priceTable__price {
  font-size: 24px;
  font-weight: bold;
  color: #e40000;
}
@media screen and (min-width: 767px) {
  .priceTable__price {
    word-break: keep-all;
  }
}
.priceTable__price .yen {
  font-size: 18px;
}
.priceTable__priceValue {
  padding: 5px 0;
  background: #fffde5;
  color: #e40000;
  text-align: center;
}
@media screen and (min-width: 767px) {
  .priceTable__priceValue {
    width: 120px;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

.about-pack {
  padding: 80px 0;
}
@media screen and (min-width: 767px) {
  .about-pack {
    padding: 120px 0;
  }
}
.about-pack__inner {
  padding: 0 24px;
}
.about-pack__title {
  margin-bottom: 40px;
  text-align: center;
}
@media screen and (min-width: 767px) {
  .about-pack__title {
    margin-bottom: 55px;
  }
}
.about-pack__title:not(:first-of-type) {
  margin-top: 80px;
}
@media screen and (min-width: 767px) {
  .about-pack__title:not(:first-of-type) {
    margin-top: 120px;
  }
}
@media screen and (min-width: 767px) {
  .about-pack__title-img {
    width: 576px;
    height: 101px;
  }
}
.about-pack__course {
  display: flex;
  flex-direction: column;
  gap: 26px;
}
@media screen and (min-width: 767px) {
  .about-pack__course {
    flex-direction: row;
    justify-content: center;
    gap: 40px;
  }
}
.about-pack__img {
  display: block;
  margin: auto;
}
@media screen and (min-width: 767px) {
  .about-pack__img {
    width: 400px;
  }
  .about-pack__img.-type {
    width: 470px;
  }
}
@media screen and (min-width: 767px) {
  .about-pack__rankBox {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
}
.about-pack__link {
  margin-top: 40px;
}
@media screen and (min-width: 767px) {
  .about-pack__link {
    width: 356px;
  }
}
@media screen and (min-width: 767px) {
  .about-pack__pcWrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 40px;
    text-align: center;
  }
}
.about-pack__rankWrap {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  line-height: 1.75;
}
@media screen and (min-width: 767px) {
  .about-pack__rankWrap {
    flex-direction: row;
    text-align: left;
  }
}
/*# sourceMappingURL=maint-price.css.map */