@charset "UTF-8";
/* ------------------------
  reset
------------------------ */
html {
  height: 100%;
}

*,
*::after,
*::before {
  box-sizing: border-box;
}

* {
  margin: 0;
  padding: 0;
  font-size: inherit;
  line-height: inherit;
}

pre,
textarea {
  overflow: auto;
}

[hidden],
template {
  display: none;
}

details,
main,
summary {
  display: block;
}

input[type=number] {
  width: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

progress {
  display: inline-block;
}

small {
  font-size: 75%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

textarea {
  resize: vertical;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

audio:not([controls]) {
  display: none;
}

img {
  max-width: 100%;
  height: auto;
  border: 0;
}

button,
input,
select,
textarea {
  min-height: 1.5em;
  color: inherit;
  font-weight: inherit;
  font-style: inherit;
  font-family: inherit;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

input {
  line-height: normal;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
  border-style: none;
  background-color: transparent;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

code,
kbd,
pre,
samp {
  font-family: monospace;
}

ol,
ul {
  list-style: none;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

fieldset {
  border: 0;
}

/* ------------------------
  Base
------------------------ */
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
  scroll-padding-top: 90px;
  transition: 0.2s padding-top;
}

body {
  color: #222;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.3rem;
  font-weight: 500;
  -webkit-text-size-adjust: 100%;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  body {
    font-size: 1.6rem;
    line-height: 1.875;
  }
}

a {
  color: #222;
  text-decoration: none;
}

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

/* ------------------------
  Utility
------------------------ */
.pc-none {
  display: block;
}
@media screen and (min-width: 768px) {
  .pc-none {
    display: none;
  }
}

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

.t-just {
  -moz-text-align-last: left;
  text-align-last: left; /* Chrome・Firefox用 */
  text-align: justify; /* IE・Edge用 */
}

.ta-c {
  text-align: center;
}

.ta-r {
  text-align: right;
}

.cant-click {
  pointer-events: none;
}

@media screen and (min-width: 768px) {
  .fade {
    opacity: 1;
    transition: opacity 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
  }
  .fade:hover {
    opacity: 0.7;
  }
}

.bg-skyblue {
  background-color: #35C0F2;
}

.bg-blue {
  background-color: #2F6BAD;
}

.bg-orange {
  background-color: #FFA643;
}

.bg-green {
  background-color: #35C097;
}

.bg-pink {
  background-color: #FF9196;
}

.bg-brown {
  background-color: #CD9262;
}

.bg-light-green {
  background-color: #00A8A4;
}

.bg-notice {
  background-color: #4f6483;
}

.bg-club {
  background-color: #95b4d4;
}

.bg-school-event,
.bg-school-life {
  background-color: #5ab4d2;
}

.bg-admission {
  background-color: #ff8d92;
}

.bg-other {
  background-color: #263c60;
}

.bg-course {
  background-color: #5a9bd6;
}

.tc-black {
  color: #222;
}

.tc-gray {
  color: #EDEDED;
}

.f-palt {
  font-feature-settings: "palt";
}

.fw-n {
  font-weight: normal;
}

.fw-b {
  font-weight: bold;
}

.sp-fs-0 {
  font-size: 0px;
}

.sp-fs-1 {
  font-size: 1px;
}

.sp-fs-2 {
  font-size: 2px;
}

.sp-fs-3 {
  font-size: 3px;
}

.sp-fs-4 {
  font-size: 4px;
}

.sp-fs-5 {
  font-size: 5px;
}

.sp-fs-6 {
  font-size: 6px;
}

.sp-fs-7 {
  font-size: 7px;
}

.sp-fs-8 {
  font-size: 8px;
}

.sp-fs-9 {
  font-size: 9px;
}

.sp-fs-10 {
  font-size: 10px;
}

.sp-fs-11 {
  font-size: 11px;
}

.sp-fs-12 {
  font-size: 12px;
}

.sp-fs-13 {
  font-size: 13px;
}

.sp-fs-14 {
  font-size: 14px;
}

.sp-fs-15 {
  font-size: 15px;
}

.sp-fs-16 {
  font-size: 16px;
}

.sp-fs-17 {
  font-size: 17px;
}

.sp-fs-18 {
  font-size: 18px;
}

.sp-fs-19 {
  font-size: 19px;
}

.sp-fs-20 {
  font-size: 20px;
}

.sp-fs-21 {
  font-size: 21px;
}

.sp-fs-22 {
  font-size: 22px;
}

.sp-fs-23 {
  font-size: 23px;
}

.sp-fs-24 {
  font-size: 24px;
}

.sp-fs-25 {
  font-size: 25px;
}

.sp-fs-26 {
  font-size: 26px;
}

.sp-fs-27 {
  font-size: 27px;
}

.sp-fs-28 {
  font-size: 28px;
}

.sp-fs-29 {
  font-size: 29px;
}

.sp-fs-30 {
  font-size: 30px;
}

.sp-fs-31 {
  font-size: 31px;
}

.sp-fs-32 {
  font-size: 32px;
}

.sp-fs-33 {
  font-size: 33px;
}

.sp-fs-34 {
  font-size: 34px;
}

.sp-fs-35 {
  font-size: 35px;
}

.sp-fs-36 {
  font-size: 36px;
}

.sp-fs-37 {
  font-size: 37px;
}

.sp-fs-38 {
  font-size: 38px;
}

.sp-fs-39 {
  font-size: 39px;
}

.sp-fs-40 {
  font-size: 40px;
}

.sp-fs-41 {
  font-size: 41px;
}

.sp-fs-42 {
  font-size: 42px;
}

.sp-fs-43 {
  font-size: 43px;
}

.sp-fs-44 {
  font-size: 44px;
}

.sp-fs-45 {
  font-size: 45px;
}

.sp-fs-46 {
  font-size: 46px;
}

.sp-fs-47 {
  font-size: 47px;
}

.sp-fs-48 {
  font-size: 48px;
}

.sp-fs-49 {
  font-size: 49px;
}

.sp-fs-50 {
  font-size: 50px;
}

@media screen and (min-width: 768px) {
  .pc-fs-1 {
    font-size: 1px;
  }
  .pc-fs-2 {
    font-size: 2px;
  }
  .pc-fs-3 {
    font-size: 3px;
  }
  .pc-fs-4 {
    font-size: 4px;
  }
  .pc-fs-5 {
    font-size: 5px;
  }
  .pc-fs-6 {
    font-size: 6px;
  }
  .pc-fs-7 {
    font-size: 7px;
  }
  .pc-fs-8 {
    font-size: 8px;
  }
  .pc-fs-9 {
    font-size: 9px;
  }
  .pc-fs-10 {
    font-size: 10px;
  }
  .pc-fs-11 {
    font-size: 11px;
  }
  .pc-fs-12 {
    font-size: 12px;
  }
  .pc-fs-13 {
    font-size: 13px;
  }
  .pc-fs-14 {
    font-size: 14px;
  }
  .pc-fs-15 {
    font-size: 15px;
  }
  .pc-fs-16 {
    font-size: 16px;
  }
  .pc-fs-17 {
    font-size: 17px;
  }
  .pc-fs-18 {
    font-size: 18px;
  }
  .pc-fs-19 {
    font-size: 19px;
  }
  .pc-fs-20 {
    font-size: 20px;
  }
  .pc-fs-21 {
    font-size: 21px;
  }
  .pc-fs-22 {
    font-size: 22px;
  }
  .pc-fs-23 {
    font-size: 23px;
  }
  .pc-fs-24 {
    font-size: 24px;
  }
  .pc-fs-25 {
    font-size: 25px;
  }
  .pc-fs-26 {
    font-size: 26px;
  }
  .pc-fs-27 {
    font-size: 27px;
  }
  .pc-fs-28 {
    font-size: 28px;
  }
  .pc-fs-29 {
    font-size: 29px;
  }
  .pc-fs-30 {
    font-size: 30px;
  }
  .pc-fs-31 {
    font-size: 31px;
  }
  .pc-fs-32 {
    font-size: 32px;
  }
  .pc-fs-33 {
    font-size: 33px;
  }
  .pc-fs-34 {
    font-size: 34px;
  }
  .pc-fs-35 {
    font-size: 35px;
  }
  .pc-fs-36 {
    font-size: 36px;
  }
  .pc-fs-37 {
    font-size: 37px;
  }
  .pc-fs-38 {
    font-size: 38px;
  }
  .pc-fs-39 {
    font-size: 39px;
  }
  .pc-fs-40 {
    font-size: 40px;
  }
  .pc-fs-41 {
    font-size: 41px;
  }
  .pc-fs-42 {
    font-size: 42px;
  }
  .pc-fs-43 {
    font-size: 43px;
  }
  .pc-fs-44 {
    font-size: 44px;
  }
  .pc-fs-45 {
    font-size: 45px;
  }
  .pc-fs-46 {
    font-size: 46px;
  }
  .pc-fs-47 {
    font-size: 47px;
  }
  .pc-fs-48 {
    font-size: 48px;
  }
  .pc-fs-49 {
    font-size: 49px;
  }
  .pc-fs-50 {
    font-size: 50px;
  }
}
.sp-lh-10 {
  line-height: 1;
}

.sp-lh-11 {
  line-height: 1.1;
}

.sp-lh-12 {
  line-height: 1.2;
}

.sp-lh-13 {
  line-height: 1.3;
}

.sp-lh-14 {
  line-height: 1.4;
}

.sp-lh-15 {
  line-height: 1.5;
}

.sp-lh-16 {
  line-height: 1.6;
}

.sp-lh-17 {
  line-height: 1.7;
}

.sp-lh-18 {
  line-height: 1.8;
}

.sp-lh-19 {
  line-height: 1.9;
}

.sp-lh-20 {
  line-height: 2;
}

.sp-lh-21 {
  line-height: 2.1;
}

.sp-lh-22 {
  line-height: 2.2;
}

.sp-lh-23 {
  line-height: 2.3;
}

.sp-lh-24 {
  line-height: 2.4;
}

.sp-lh-25 {
  line-height: 2.5;
}

.sp-lh-26 {
  line-height: 2.6;
}

.sp-lh-27 {
  line-height: 2.7;
}

.sp-lh-28 {
  line-height: 2.8;
}

.sp-lh-29 {
  line-height: 2.9;
}

.sp-lh-30 {
  line-height: 3;
}

.sp-lh-31 {
  line-height: 3.1;
}

.sp-lh-32 {
  line-height: 3.2;
}

.sp-lh-33 {
  line-height: 3.3;
}

.sp-lh-34 {
  line-height: 3.4;
}

.sp-lh-35 {
  line-height: 3.5;
}

.sp-lh-36 {
  line-height: 3.6;
}

.sp-lh-37 {
  line-height: 3.7;
}

.sp-lh-38 {
  line-height: 3.8;
}

.sp-lh-39 {
  line-height: 3.9;
}

.sp-lh-40 {
  line-height: 4;
}

@media screen and (min-width: 768px) {
  .pc-lh-10 {
    line-height: 1;
  }
  .pc-lh-11 {
    line-height: 1.1;
  }
  .pc-lh-12 {
    line-height: 1.2;
  }
  .pc-lh-13 {
    line-height: 1.3;
  }
  .pc-lh-14 {
    line-height: 1.4;
  }
  .pc-lh-15 {
    line-height: 1.5;
  }
  .pc-lh-16 {
    line-height: 1.6;
  }
  .pc-lh-17 {
    line-height: 1.7;
  }
  .pc-lh-18 {
    line-height: 1.8;
  }
  .pc-lh-19 {
    line-height: 1.9;
  }
  .pc-lh-20 {
    line-height: 2;
  }
  .pc-lh-21 {
    line-height: 2.1;
  }
  .pc-lh-22 {
    line-height: 2.2;
  }
  .pc-lh-23 {
    line-height: 2.3;
  }
  .pc-lh-24 {
    line-height: 2.4;
  }
  .pc-lh-25 {
    line-height: 2.5;
  }
  .pc-lh-26 {
    line-height: 2.6;
  }
  .pc-lh-27 {
    line-height: 2.7;
  }
  .pc-lh-28 {
    line-height: 2.8;
  }
  .pc-lh-29 {
    line-height: 2.9;
  }
  .pc-lh-30 {
    line-height: 3;
  }
  .pc-lh-31 {
    line-height: 3.1;
  }
  .pc-lh-32 {
    line-height: 3.2;
  }
  .pc-lh-33 {
    line-height: 3.3;
  }
  .pc-lh-34 {
    line-height: 3.4;
  }
  .pc-lh-35 {
    line-height: 3.5;
  }
  .pc-lh-36 {
    line-height: 3.6;
  }
  .pc-lh-37 {
    line-height: 3.7;
  }
  .pc-lh-38 {
    line-height: 3.8;
  }
  .pc-lh-39 {
    line-height: 3.9;
  }
  .pc-lh-40 {
    line-height: 4;
  }
}
.ls-75 {
  letter-spacing: 0.075em;
}

.sp-mgt-0 {
  margin-top: 0px;
}

.sp-mgt-1 {
  margin-top: 1px;
}

.sp-mgt-2 {
  margin-top: 2px;
}

.sp-mgt-3 {
  margin-top: 3px;
}

.sp-mgt-4 {
  margin-top: 4px;
}

.sp-mgt-5 {
  margin-top: 5px;
}

.sp-mgt-6 {
  margin-top: 6px;
}

.sp-mgt-7 {
  margin-top: 7px;
}

.sp-mgt-8 {
  margin-top: 8px;
}

.sp-mgt-9 {
  margin-top: 9px;
}

.sp-mgt-10 {
  margin-top: 10px;
}

.sp-mgt-11 {
  margin-top: 11px;
}

.sp-mgt-12 {
  margin-top: 12px;
}

.sp-mgt-13 {
  margin-top: 13px;
}

.sp-mgt-14 {
  margin-top: 14px;
}

.sp-mgt-15 {
  margin-top: 15px;
}

.sp-mgt-16 {
  margin-top: 16px;
}

.sp-mgt-17 {
  margin-top: 17px;
}

.sp-mgt-18 {
  margin-top: 18px;
}

.sp-mgt-19 {
  margin-top: 19px;
}

.sp-mgt-20 {
  margin-top: 20px;
}

.sp-mgt-21 {
  margin-top: 21px;
}

.sp-mgt-22 {
  margin-top: 22px;
}

.sp-mgt-23 {
  margin-top: 23px;
}

.sp-mgt-24 {
  margin-top: 24px;
}

.sp-mgt-25 {
  margin-top: 25px;
}

.sp-mgt-26 {
  margin-top: 26px;
}

.sp-mgt-27 {
  margin-top: 27px;
}

.sp-mgt-28 {
  margin-top: 28px;
}

.sp-mgt-29 {
  margin-top: 29px;
}

.sp-mgt-30 {
  margin-top: 30px;
}

.sp-mgt-31 {
  margin-top: 31px;
}

.sp-mgt-32 {
  margin-top: 32px;
}

.sp-mgt-33 {
  margin-top: 33px;
}

.sp-mgt-34 {
  margin-top: 34px;
}

.sp-mgt-35 {
  margin-top: 35px;
}

.sp-mgt-36 {
  margin-top: 36px;
}

.sp-mgt-37 {
  margin-top: 37px;
}

.sp-mgt-38 {
  margin-top: 38px;
}

.sp-mgt-39 {
  margin-top: 39px;
}

.sp-mgt-40 {
  margin-top: 40px;
}

.sp-mgt-41 {
  margin-top: 41px;
}

.sp-mgt-42 {
  margin-top: 42px;
}

.sp-mgt-43 {
  margin-top: 43px;
}

.sp-mgt-44 {
  margin-top: 44px;
}

.sp-mgt-45 {
  margin-top: 45px;
}

.sp-mgt-46 {
  margin-top: 46px;
}

.sp-mgt-47 {
  margin-top: 47px;
}

.sp-mgt-48 {
  margin-top: 48px;
}

.sp-mgt-49 {
  margin-top: 49px;
}

.sp-mgt-50 {
  margin-top: 50px;
}

.sp-mgt-51 {
  margin-top: 51px;
}

.sp-mgt-52 {
  margin-top: 52px;
}

.sp-mgt-53 {
  margin-top: 53px;
}

.sp-mgt-54 {
  margin-top: 54px;
}

.sp-mgt-55 {
  margin-top: 55px;
}

.sp-mgt-56 {
  margin-top: 56px;
}

.sp-mgt-57 {
  margin-top: 57px;
}

.sp-mgt-58 {
  margin-top: 58px;
}

.sp-mgt-59 {
  margin-top: 59px;
}

.sp-mgt-60 {
  margin-top: 60px;
}

.sp-mgt-61 {
  margin-top: 61px;
}

.sp-mgt-62 {
  margin-top: 62px;
}

.sp-mgt-63 {
  margin-top: 63px;
}

.sp-mgt-64 {
  margin-top: 64px;
}

.sp-mgt-65 {
  margin-top: 65px;
}

.sp-mgt-66 {
  margin-top: 66px;
}

.sp-mgt-67 {
  margin-top: 67px;
}

.sp-mgt-68 {
  margin-top: 68px;
}

.sp-mgt-69 {
  margin-top: 69px;
}

.sp-mgt-70 {
  margin-top: 70px;
}

.sp-mgt-71 {
  margin-top: 71px;
}

.sp-mgt-72 {
  margin-top: 72px;
}

.sp-mgt-73 {
  margin-top: 73px;
}

.sp-mgt-74 {
  margin-top: 74px;
}

.sp-mgt-75 {
  margin-top: 75px;
}

.sp-mgt-76 {
  margin-top: 76px;
}

.sp-mgt-77 {
  margin-top: 77px;
}

.sp-mgt-78 {
  margin-top: 78px;
}

.sp-mgt-79 {
  margin-top: 79px;
}

.sp-mgt-80 {
  margin-top: 80px;
}

.sp-mgt-81 {
  margin-top: 81px;
}

.sp-mgt-82 {
  margin-top: 82px;
}

.sp-mgt-83 {
  margin-top: 83px;
}

.sp-mgt-84 {
  margin-top: 84px;
}

.sp-mgt-85 {
  margin-top: 85px;
}

.sp-mgt-86 {
  margin-top: 86px;
}

.sp-mgt-87 {
  margin-top: 87px;
}

.sp-mgt-88 {
  margin-top: 88px;
}

.sp-mgt-89 {
  margin-top: 89px;
}

.sp-mgt-90 {
  margin-top: 90px;
}

.sp-mgt-91 {
  margin-top: 91px;
}

.sp-mgt-92 {
  margin-top: 92px;
}

.sp-mgt-93 {
  margin-top: 93px;
}

.sp-mgt-94 {
  margin-top: 94px;
}

.sp-mgt-95 {
  margin-top: 95px;
}

.sp-mgt-96 {
  margin-top: 96px;
}

.sp-mgt-97 {
  margin-top: 97px;
}

.sp-mgt-98 {
  margin-top: 98px;
}

.sp-mgt-99 {
  margin-top: 99px;
}

.sp-mgt-100 {
  margin-top: 100px;
}

.sp-mgt-101 {
  margin-top: 101px;
}

.sp-mgt-102 {
  margin-top: 102px;
}

.sp-mgt-103 {
  margin-top: 103px;
}

.sp-mgt-104 {
  margin-top: 104px;
}

.sp-mgt-105 {
  margin-top: 105px;
}

.sp-mgt-106 {
  margin-top: 106px;
}

.sp-mgt-107 {
  margin-top: 107px;
}

.sp-mgt-108 {
  margin-top: 108px;
}

.sp-mgt-109 {
  margin-top: 109px;
}

.sp-mgt-110 {
  margin-top: 110px;
}

.sp-mgt-111 {
  margin-top: 111px;
}

.sp-mgt-112 {
  margin-top: 112px;
}

.sp-mgt-113 {
  margin-top: 113px;
}

.sp-mgt-114 {
  margin-top: 114px;
}

.sp-mgt-115 {
  margin-top: 115px;
}

.sp-mgt-116 {
  margin-top: 116px;
}

.sp-mgt-117 {
  margin-top: 117px;
}

.sp-mgt-118 {
  margin-top: 118px;
}

.sp-mgt-119 {
  margin-top: 119px;
}

.sp-mgt-120 {
  margin-top: 120px;
}

.sp-mgt-121 {
  margin-top: 121px;
}

.sp-mgt-122 {
  margin-top: 122px;
}

.sp-mgt-123 {
  margin-top: 123px;
}

.sp-mgt-124 {
  margin-top: 124px;
}

.sp-mgt-125 {
  margin-top: 125px;
}

.sp-mgt-126 {
  margin-top: 126px;
}

.sp-mgt-127 {
  margin-top: 127px;
}

.sp-mgt-128 {
  margin-top: 128px;
}

.sp-mgt-129 {
  margin-top: 129px;
}

.sp-mgt-130 {
  margin-top: 130px;
}

.sp-mgt-131 {
  margin-top: 131px;
}

.sp-mgt-132 {
  margin-top: 132px;
}

.sp-mgt-133 {
  margin-top: 133px;
}

.sp-mgt-134 {
  margin-top: 134px;
}

.sp-mgt-135 {
  margin-top: 135px;
}

.sp-mgt-136 {
  margin-top: 136px;
}

.sp-mgt-137 {
  margin-top: 137px;
}

.sp-mgt-138 {
  margin-top: 138px;
}

.sp-mgt-139 {
  margin-top: 139px;
}

.sp-mgt-140 {
  margin-top: 140px;
}

.sp-mgt-141 {
  margin-top: 141px;
}

.sp-mgt-142 {
  margin-top: 142px;
}

.sp-mgt-143 {
  margin-top: 143px;
}

.sp-mgt-144 {
  margin-top: 144px;
}

.sp-mgt-145 {
  margin-top: 145px;
}

.sp-mgt-146 {
  margin-top: 146px;
}

.sp-mgt-147 {
  margin-top: 147px;
}

.sp-mgt-148 {
  margin-top: 148px;
}

.sp-mgt-149 {
  margin-top: 149px;
}

.sp-mgt-150 {
  margin-top: 150px;
}

.sp-mgt-151 {
  margin-top: 151px;
}

.sp-mgt-152 {
  margin-top: 152px;
}

.sp-mgt-153 {
  margin-top: 153px;
}

.sp-mgt-154 {
  margin-top: 154px;
}

.sp-mgt-155 {
  margin-top: 155px;
}

.sp-mgt-156 {
  margin-top: 156px;
}

.sp-mgt-157 {
  margin-top: 157px;
}

.sp-mgt-158 {
  margin-top: 158px;
}

.sp-mgt-159 {
  margin-top: 159px;
}

.sp-mgt-160 {
  margin-top: 160px;
}

.sp-mgt-161 {
  margin-top: 161px;
}

.sp-mgt-162 {
  margin-top: 162px;
}

.sp-mgt-163 {
  margin-top: 163px;
}

.sp-mgt-164 {
  margin-top: 164px;
}

.sp-mgt-165 {
  margin-top: 165px;
}

.sp-mgt-166 {
  margin-top: 166px;
}

.sp-mgt-167 {
  margin-top: 167px;
}

.sp-mgt-168 {
  margin-top: 168px;
}

.sp-mgt-169 {
  margin-top: 169px;
}

.sp-mgt-170 {
  margin-top: 170px;
}

.sp-mgt-171 {
  margin-top: 171px;
}

.sp-mgt-172 {
  margin-top: 172px;
}

.sp-mgt-173 {
  margin-top: 173px;
}

.sp-mgt-174 {
  margin-top: 174px;
}

.sp-mgt-175 {
  margin-top: 175px;
}

.sp-mgt-176 {
  margin-top: 176px;
}

.sp-mgt-177 {
  margin-top: 177px;
}

.sp-mgt-178 {
  margin-top: 178px;
}

.sp-mgt-179 {
  margin-top: 179px;
}

.sp-mgt-180 {
  margin-top: 180px;
}

.sp-mgt-181 {
  margin-top: 181px;
}

.sp-mgt-182 {
  margin-top: 182px;
}

.sp-mgt-183 {
  margin-top: 183px;
}

.sp-mgt-184 {
  margin-top: 184px;
}

.sp-mgt-185 {
  margin-top: 185px;
}

.sp-mgt-186 {
  margin-top: 186px;
}

.sp-mgt-187 {
  margin-top: 187px;
}

.sp-mgt-188 {
  margin-top: 188px;
}

.sp-mgt-189 {
  margin-top: 189px;
}

.sp-mgt-190 {
  margin-top: 190px;
}

.sp-mgt-191 {
  margin-top: 191px;
}

.sp-mgt-192 {
  margin-top: 192px;
}

.sp-mgt-193 {
  margin-top: 193px;
}

.sp-mgt-194 {
  margin-top: 194px;
}

.sp-mgt-195 {
  margin-top: 195px;
}

.sp-mgt-196 {
  margin-top: 196px;
}

.sp-mgt-197 {
  margin-top: 197px;
}

.sp-mgt-198 {
  margin-top: 198px;
}

.sp-mgt-199 {
  margin-top: 199px;
}

.sp-mgt-200 {
  margin-top: 200px;
}

.sp-mgb-0 {
  margin-bottom: 0px;
}

.sp-mgb-1 {
  margin-bottom: 1px;
}

.sp-mgb-2 {
  margin-bottom: 2px;
}

.sp-mgb-3 {
  margin-bottom: 3px;
}

.sp-mgb-4 {
  margin-bottom: 4px;
}

.sp-mgb-5 {
  margin-bottom: 5px;
}

.sp-mgb-6 {
  margin-bottom: 6px;
}

.sp-mgb-7 {
  margin-bottom: 7px;
}

.sp-mgb-8 {
  margin-bottom: 8px;
}

.sp-mgb-9 {
  margin-bottom: 9px;
}

.sp-mgb-10 {
  margin-bottom: 10px;
}

.sp-mgb-11 {
  margin-bottom: 11px;
}

.sp-mgb-12 {
  margin-bottom: 12px;
}

.sp-mgb-13 {
  margin-bottom: 13px;
}

.sp-mgb-14 {
  margin-bottom: 14px;
}

.sp-mgb-15 {
  margin-bottom: 15px;
}

.sp-mgb-16 {
  margin-bottom: 16px;
}

.sp-mgb-17 {
  margin-bottom: 17px;
}

.sp-mgb-18 {
  margin-bottom: 18px;
}

.sp-mgb-19 {
  margin-bottom: 19px;
}

.sp-mgb-20 {
  margin-bottom: 20px;
}

.sp-mgb-21 {
  margin-bottom: 21px;
}

.sp-mgb-22 {
  margin-bottom: 22px;
}

.sp-mgb-23 {
  margin-bottom: 23px;
}

.sp-mgb-24 {
  margin-bottom: 24px;
}

.sp-mgb-25 {
  margin-bottom: 25px;
}

.sp-mgb-26 {
  margin-bottom: 26px;
}

.sp-mgb-27 {
  margin-bottom: 27px;
}

.sp-mgb-28 {
  margin-bottom: 28px;
}

.sp-mgb-29 {
  margin-bottom: 29px;
}

.sp-mgb-30 {
  margin-bottom: 30px;
}

.sp-mgb-31 {
  margin-bottom: 31px;
}

.sp-mgb-32 {
  margin-bottom: 32px;
}

.sp-mgb-33 {
  margin-bottom: 33px;
}

.sp-mgb-34 {
  margin-bottom: 34px;
}

.sp-mgb-35 {
  margin-bottom: 35px;
}

.sp-mgb-36 {
  margin-bottom: 36px;
}

.sp-mgb-37 {
  margin-bottom: 37px;
}

.sp-mgb-38 {
  margin-bottom: 38px;
}

.sp-mgb-39 {
  margin-bottom: 39px;
}

.sp-mgb-40 {
  margin-bottom: 40px;
}

.sp-mgb-41 {
  margin-bottom: 41px;
}

.sp-mgb-42 {
  margin-bottom: 42px;
}

.sp-mgb-43 {
  margin-bottom: 43px;
}

.sp-mgb-44 {
  margin-bottom: 44px;
}

.sp-mgb-45 {
  margin-bottom: 45px;
}

.sp-mgb-46 {
  margin-bottom: 46px;
}

.sp-mgb-47 {
  margin-bottom: 47px;
}

.sp-mgb-48 {
  margin-bottom: 48px;
}

.sp-mgb-49 {
  margin-bottom: 49px;
}

.sp-mgb-50 {
  margin-bottom: 50px;
}

.sp-mgb-51 {
  margin-bottom: 51px;
}

.sp-mgb-52 {
  margin-bottom: 52px;
}

.sp-mgb-53 {
  margin-bottom: 53px;
}

.sp-mgb-54 {
  margin-bottom: 54px;
}

.sp-mgb-55 {
  margin-bottom: 55px;
}

.sp-mgb-56 {
  margin-bottom: 56px;
}

.sp-mgb-57 {
  margin-bottom: 57px;
}

.sp-mgb-58 {
  margin-bottom: 58px;
}

.sp-mgb-59 {
  margin-bottom: 59px;
}

.sp-mgb-60 {
  margin-bottom: 60px;
}

.sp-mgb-61 {
  margin-bottom: 61px;
}

.sp-mgb-62 {
  margin-bottom: 62px;
}

.sp-mgb-63 {
  margin-bottom: 63px;
}

.sp-mgb-64 {
  margin-bottom: 64px;
}

.sp-mgb-65 {
  margin-bottom: 65px;
}

.sp-mgb-66 {
  margin-bottom: 66px;
}

.sp-mgb-67 {
  margin-bottom: 67px;
}

.sp-mgb-68 {
  margin-bottom: 68px;
}

.sp-mgb-69 {
  margin-bottom: 69px;
}

.sp-mgb-70 {
  margin-bottom: 70px;
}

.sp-mgb-71 {
  margin-bottom: 71px;
}

.sp-mgb-72 {
  margin-bottom: 72px;
}

.sp-mgb-73 {
  margin-bottom: 73px;
}

.sp-mgb-74 {
  margin-bottom: 74px;
}

.sp-mgb-75 {
  margin-bottom: 75px;
}

.sp-mgb-76 {
  margin-bottom: 76px;
}

.sp-mgb-77 {
  margin-bottom: 77px;
}

.sp-mgb-78 {
  margin-bottom: 78px;
}

.sp-mgb-79 {
  margin-bottom: 79px;
}

.sp-mgb-80 {
  margin-bottom: 80px;
}

.sp-mgb-81 {
  margin-bottom: 81px;
}

.sp-mgb-82 {
  margin-bottom: 82px;
}

.sp-mgb-83 {
  margin-bottom: 83px;
}

.sp-mgb-84 {
  margin-bottom: 84px;
}

.sp-mgb-85 {
  margin-bottom: 85px;
}

.sp-mgb-86 {
  margin-bottom: 86px;
}

.sp-mgb-87 {
  margin-bottom: 87px;
}

.sp-mgb-88 {
  margin-bottom: 88px;
}

.sp-mgb-89 {
  margin-bottom: 89px;
}

.sp-mgb-90 {
  margin-bottom: 90px;
}

.sp-mgb-91 {
  margin-bottom: 91px;
}

.sp-mgb-92 {
  margin-bottom: 92px;
}

.sp-mgb-93 {
  margin-bottom: 93px;
}

.sp-mgb-94 {
  margin-bottom: 94px;
}

.sp-mgb-95 {
  margin-bottom: 95px;
}

.sp-mgb-96 {
  margin-bottom: 96px;
}

.sp-mgb-97 {
  margin-bottom: 97px;
}

.sp-mgb-98 {
  margin-bottom: 98px;
}

.sp-mgb-99 {
  margin-bottom: 99px;
}

.sp-mgb-100 {
  margin-bottom: 100px;
}

.sp-mgb-101 {
  margin-bottom: 101px;
}

.sp-mgb-102 {
  margin-bottom: 102px;
}

.sp-mgb-103 {
  margin-bottom: 103px;
}

.sp-mgb-104 {
  margin-bottom: 104px;
}

.sp-mgb-105 {
  margin-bottom: 105px;
}

.sp-mgb-106 {
  margin-bottom: 106px;
}

.sp-mgb-107 {
  margin-bottom: 107px;
}

.sp-mgb-108 {
  margin-bottom: 108px;
}

.sp-mgb-109 {
  margin-bottom: 109px;
}

.sp-mgb-110 {
  margin-bottom: 110px;
}

.sp-mgb-111 {
  margin-bottom: 111px;
}

.sp-mgb-112 {
  margin-bottom: 112px;
}

.sp-mgb-113 {
  margin-bottom: 113px;
}

.sp-mgb-114 {
  margin-bottom: 114px;
}

.sp-mgb-115 {
  margin-bottom: 115px;
}

.sp-mgb-116 {
  margin-bottom: 116px;
}

.sp-mgb-117 {
  margin-bottom: 117px;
}

.sp-mgb-118 {
  margin-bottom: 118px;
}

.sp-mgb-119 {
  margin-bottom: 119px;
}

.sp-mgb-120 {
  margin-bottom: 120px;
}

.sp-mgb-121 {
  margin-bottom: 121px;
}

.sp-mgb-122 {
  margin-bottom: 122px;
}

.sp-mgb-123 {
  margin-bottom: 123px;
}

.sp-mgb-124 {
  margin-bottom: 124px;
}

.sp-mgb-125 {
  margin-bottom: 125px;
}

.sp-mgb-126 {
  margin-bottom: 126px;
}

.sp-mgb-127 {
  margin-bottom: 127px;
}

.sp-mgb-128 {
  margin-bottom: 128px;
}

.sp-mgb-129 {
  margin-bottom: 129px;
}

.sp-mgb-130 {
  margin-bottom: 130px;
}

.sp-mgb-131 {
  margin-bottom: 131px;
}

.sp-mgb-132 {
  margin-bottom: 132px;
}

.sp-mgb-133 {
  margin-bottom: 133px;
}

.sp-mgb-134 {
  margin-bottom: 134px;
}

.sp-mgb-135 {
  margin-bottom: 135px;
}

.sp-mgb-136 {
  margin-bottom: 136px;
}

.sp-mgb-137 {
  margin-bottom: 137px;
}

.sp-mgb-138 {
  margin-bottom: 138px;
}

.sp-mgb-139 {
  margin-bottom: 139px;
}

.sp-mgb-140 {
  margin-bottom: 140px;
}

.sp-mgb-141 {
  margin-bottom: 141px;
}

.sp-mgb-142 {
  margin-bottom: 142px;
}

.sp-mgb-143 {
  margin-bottom: 143px;
}

.sp-mgb-144 {
  margin-bottom: 144px;
}

.sp-mgb-145 {
  margin-bottom: 145px;
}

.sp-mgb-146 {
  margin-bottom: 146px;
}

.sp-mgb-147 {
  margin-bottom: 147px;
}

.sp-mgb-148 {
  margin-bottom: 148px;
}

.sp-mgb-149 {
  margin-bottom: 149px;
}

.sp-mgb-150 {
  margin-bottom: 150px;
}

.sp-mgb-151 {
  margin-bottom: 151px;
}

.sp-mgb-152 {
  margin-bottom: 152px;
}

.sp-mgb-153 {
  margin-bottom: 153px;
}

.sp-mgb-154 {
  margin-bottom: 154px;
}

.sp-mgb-155 {
  margin-bottom: 155px;
}

.sp-mgb-156 {
  margin-bottom: 156px;
}

.sp-mgb-157 {
  margin-bottom: 157px;
}

.sp-mgb-158 {
  margin-bottom: 158px;
}

.sp-mgb-159 {
  margin-bottom: 159px;
}

.sp-mgb-160 {
  margin-bottom: 160px;
}

.sp-mgb-161 {
  margin-bottom: 161px;
}

.sp-mgb-162 {
  margin-bottom: 162px;
}

.sp-mgb-163 {
  margin-bottom: 163px;
}

.sp-mgb-164 {
  margin-bottom: 164px;
}

.sp-mgb-165 {
  margin-bottom: 165px;
}

.sp-mgb-166 {
  margin-bottom: 166px;
}

.sp-mgb-167 {
  margin-bottom: 167px;
}

.sp-mgb-168 {
  margin-bottom: 168px;
}

.sp-mgb-169 {
  margin-bottom: 169px;
}

.sp-mgb-170 {
  margin-bottom: 170px;
}

.sp-mgb-171 {
  margin-bottom: 171px;
}

.sp-mgb-172 {
  margin-bottom: 172px;
}

.sp-mgb-173 {
  margin-bottom: 173px;
}

.sp-mgb-174 {
  margin-bottom: 174px;
}

.sp-mgb-175 {
  margin-bottom: 175px;
}

.sp-mgb-176 {
  margin-bottom: 176px;
}

.sp-mgb-177 {
  margin-bottom: 177px;
}

.sp-mgb-178 {
  margin-bottom: 178px;
}

.sp-mgb-179 {
  margin-bottom: 179px;
}

.sp-mgb-180 {
  margin-bottom: 180px;
}

.sp-mgb-181 {
  margin-bottom: 181px;
}

.sp-mgb-182 {
  margin-bottom: 182px;
}

.sp-mgb-183 {
  margin-bottom: 183px;
}

.sp-mgb-184 {
  margin-bottom: 184px;
}

.sp-mgb-185 {
  margin-bottom: 185px;
}

.sp-mgb-186 {
  margin-bottom: 186px;
}

.sp-mgb-187 {
  margin-bottom: 187px;
}

.sp-mgb-188 {
  margin-bottom: 188px;
}

.sp-mgb-189 {
  margin-bottom: 189px;
}

.sp-mgb-190 {
  margin-bottom: 190px;
}

.sp-mgb-191 {
  margin-bottom: 191px;
}

.sp-mgb-192 {
  margin-bottom: 192px;
}

.sp-mgb-193 {
  margin-bottom: 193px;
}

.sp-mgb-194 {
  margin-bottom: 194px;
}

.sp-mgb-195 {
  margin-bottom: 195px;
}

.sp-mgb-196 {
  margin-bottom: 196px;
}

.sp-mgb-197 {
  margin-bottom: 197px;
}

.sp-mgb-198 {
  margin-bottom: 198px;
}

.sp-mgb-199 {
  margin-bottom: 199px;
}

.sp-mgb-200 {
  margin-bottom: 200px;
}

.sp-mgr-0 {
  margin-right: 0px;
}

.sp-mgr-1 {
  margin-right: 1px;
}

.sp-mgr-2 {
  margin-right: 2px;
}

.sp-mgr-3 {
  margin-right: 3px;
}

.sp-mgr-4 {
  margin-right: 4px;
}

.sp-mgr-5 {
  margin-right: 5px;
}

.sp-mgr-6 {
  margin-right: 6px;
}

.sp-mgr-7 {
  margin-right: 7px;
}

.sp-mgr-8 {
  margin-right: 8px;
}

.sp-mgr-9 {
  margin-right: 9px;
}

.sp-mgr-10 {
  margin-right: 10px;
}

.sp-mgr-11 {
  margin-right: 11px;
}

.sp-mgr-12 {
  margin-right: 12px;
}

.sp-mgr-13 {
  margin-right: 13px;
}

.sp-mgr-14 {
  margin-right: 14px;
}

.sp-mgr-15 {
  margin-right: 15px;
}

.sp-mgr-16 {
  margin-right: 16px;
}

.sp-mgr-17 {
  margin-right: 17px;
}

.sp-mgr-18 {
  margin-right: 18px;
}

.sp-mgr-19 {
  margin-right: 19px;
}

.sp-mgr-20 {
  margin-right: 20px;
}

.sp-mgr-21 {
  margin-right: 21px;
}

.sp-mgr-22 {
  margin-right: 22px;
}

.sp-mgr-23 {
  margin-right: 23px;
}

.sp-mgr-24 {
  margin-right: 24px;
}

.sp-mgr-25 {
  margin-right: 25px;
}

.sp-mgr-26 {
  margin-right: 26px;
}

.sp-mgr-27 {
  margin-right: 27px;
}

.sp-mgr-28 {
  margin-right: 28px;
}

.sp-mgr-29 {
  margin-right: 29px;
}

.sp-mgr-30 {
  margin-right: 30px;
}

.sp-mgr-31 {
  margin-right: 31px;
}

.sp-mgr-32 {
  margin-right: 32px;
}

.sp-mgr-33 {
  margin-right: 33px;
}

.sp-mgr-34 {
  margin-right: 34px;
}

.sp-mgr-35 {
  margin-right: 35px;
}

.sp-mgr-36 {
  margin-right: 36px;
}

.sp-mgr-37 {
  margin-right: 37px;
}

.sp-mgr-38 {
  margin-right: 38px;
}

.sp-mgr-39 {
  margin-right: 39px;
}

.sp-mgr-40 {
  margin-right: 40px;
}

.sp-mgr-41 {
  margin-right: 41px;
}

.sp-mgr-42 {
  margin-right: 42px;
}

.sp-mgr-43 {
  margin-right: 43px;
}

.sp-mgr-44 {
  margin-right: 44px;
}

.sp-mgr-45 {
  margin-right: 45px;
}

.sp-mgr-46 {
  margin-right: 46px;
}

.sp-mgr-47 {
  margin-right: 47px;
}

.sp-mgr-48 {
  margin-right: 48px;
}

.sp-mgr-49 {
  margin-right: 49px;
}

.sp-mgr-50 {
  margin-right: 50px;
}

.sp-mgr-51 {
  margin-right: 51px;
}

.sp-mgr-52 {
  margin-right: 52px;
}

.sp-mgr-53 {
  margin-right: 53px;
}

.sp-mgr-54 {
  margin-right: 54px;
}

.sp-mgr-55 {
  margin-right: 55px;
}

.sp-mgr-56 {
  margin-right: 56px;
}

.sp-mgr-57 {
  margin-right: 57px;
}

.sp-mgr-58 {
  margin-right: 58px;
}

.sp-mgr-59 {
  margin-right: 59px;
}

.sp-mgr-60 {
  margin-right: 60px;
}

.sp-mgr-61 {
  margin-right: 61px;
}

.sp-mgr-62 {
  margin-right: 62px;
}

.sp-mgr-63 {
  margin-right: 63px;
}

.sp-mgr-64 {
  margin-right: 64px;
}

.sp-mgr-65 {
  margin-right: 65px;
}

.sp-mgr-66 {
  margin-right: 66px;
}

.sp-mgr-67 {
  margin-right: 67px;
}

.sp-mgr-68 {
  margin-right: 68px;
}

.sp-mgr-69 {
  margin-right: 69px;
}

.sp-mgr-70 {
  margin-right: 70px;
}

.sp-mgr-71 {
  margin-right: 71px;
}

.sp-mgr-72 {
  margin-right: 72px;
}

.sp-mgr-73 {
  margin-right: 73px;
}

.sp-mgr-74 {
  margin-right: 74px;
}

.sp-mgr-75 {
  margin-right: 75px;
}

.sp-mgr-76 {
  margin-right: 76px;
}

.sp-mgr-77 {
  margin-right: 77px;
}

.sp-mgr-78 {
  margin-right: 78px;
}

.sp-mgr-79 {
  margin-right: 79px;
}

.sp-mgr-80 {
  margin-right: 80px;
}

.sp-mgr-81 {
  margin-right: 81px;
}

.sp-mgr-82 {
  margin-right: 82px;
}

.sp-mgr-83 {
  margin-right: 83px;
}

.sp-mgr-84 {
  margin-right: 84px;
}

.sp-mgr-85 {
  margin-right: 85px;
}

.sp-mgr-86 {
  margin-right: 86px;
}

.sp-mgr-87 {
  margin-right: 87px;
}

.sp-mgr-88 {
  margin-right: 88px;
}

.sp-mgr-89 {
  margin-right: 89px;
}

.sp-mgr-90 {
  margin-right: 90px;
}

.sp-mgr-91 {
  margin-right: 91px;
}

.sp-mgr-92 {
  margin-right: 92px;
}

.sp-mgr-93 {
  margin-right: 93px;
}

.sp-mgr-94 {
  margin-right: 94px;
}

.sp-mgr-95 {
  margin-right: 95px;
}

.sp-mgr-96 {
  margin-right: 96px;
}

.sp-mgr-97 {
  margin-right: 97px;
}

.sp-mgr-98 {
  margin-right: 98px;
}

.sp-mgr-99 {
  margin-right: 99px;
}

.sp-mgr-100 {
  margin-right: 100px;
}

.sp-mgr-101 {
  margin-right: 101px;
}

.sp-mgr-102 {
  margin-right: 102px;
}

.sp-mgr-103 {
  margin-right: 103px;
}

.sp-mgr-104 {
  margin-right: 104px;
}

.sp-mgr-105 {
  margin-right: 105px;
}

.sp-mgr-106 {
  margin-right: 106px;
}

.sp-mgr-107 {
  margin-right: 107px;
}

.sp-mgr-108 {
  margin-right: 108px;
}

.sp-mgr-109 {
  margin-right: 109px;
}

.sp-mgr-110 {
  margin-right: 110px;
}

.sp-mgr-111 {
  margin-right: 111px;
}

.sp-mgr-112 {
  margin-right: 112px;
}

.sp-mgr-113 {
  margin-right: 113px;
}

.sp-mgr-114 {
  margin-right: 114px;
}

.sp-mgr-115 {
  margin-right: 115px;
}

.sp-mgr-116 {
  margin-right: 116px;
}

.sp-mgr-117 {
  margin-right: 117px;
}

.sp-mgr-118 {
  margin-right: 118px;
}

.sp-mgr-119 {
  margin-right: 119px;
}

.sp-mgr-120 {
  margin-right: 120px;
}

.sp-mgr-121 {
  margin-right: 121px;
}

.sp-mgr-122 {
  margin-right: 122px;
}

.sp-mgr-123 {
  margin-right: 123px;
}

.sp-mgr-124 {
  margin-right: 124px;
}

.sp-mgr-125 {
  margin-right: 125px;
}

.sp-mgr-126 {
  margin-right: 126px;
}

.sp-mgr-127 {
  margin-right: 127px;
}

.sp-mgr-128 {
  margin-right: 128px;
}

.sp-mgr-129 {
  margin-right: 129px;
}

.sp-mgr-130 {
  margin-right: 130px;
}

.sp-mgr-131 {
  margin-right: 131px;
}

.sp-mgr-132 {
  margin-right: 132px;
}

.sp-mgr-133 {
  margin-right: 133px;
}

.sp-mgr-134 {
  margin-right: 134px;
}

.sp-mgr-135 {
  margin-right: 135px;
}

.sp-mgr-136 {
  margin-right: 136px;
}

.sp-mgr-137 {
  margin-right: 137px;
}

.sp-mgr-138 {
  margin-right: 138px;
}

.sp-mgr-139 {
  margin-right: 139px;
}

.sp-mgr-140 {
  margin-right: 140px;
}

.sp-mgr-141 {
  margin-right: 141px;
}

.sp-mgr-142 {
  margin-right: 142px;
}

.sp-mgr-143 {
  margin-right: 143px;
}

.sp-mgr-144 {
  margin-right: 144px;
}

.sp-mgr-145 {
  margin-right: 145px;
}

.sp-mgr-146 {
  margin-right: 146px;
}

.sp-mgr-147 {
  margin-right: 147px;
}

.sp-mgr-148 {
  margin-right: 148px;
}

.sp-mgr-149 {
  margin-right: 149px;
}

.sp-mgr-150 {
  margin-right: 150px;
}

.sp-mgr-151 {
  margin-right: 151px;
}

.sp-mgr-152 {
  margin-right: 152px;
}

.sp-mgr-153 {
  margin-right: 153px;
}

.sp-mgr-154 {
  margin-right: 154px;
}

.sp-mgr-155 {
  margin-right: 155px;
}

.sp-mgr-156 {
  margin-right: 156px;
}

.sp-mgr-157 {
  margin-right: 157px;
}

.sp-mgr-158 {
  margin-right: 158px;
}

.sp-mgr-159 {
  margin-right: 159px;
}

.sp-mgr-160 {
  margin-right: 160px;
}

.sp-mgr-161 {
  margin-right: 161px;
}

.sp-mgr-162 {
  margin-right: 162px;
}

.sp-mgr-163 {
  margin-right: 163px;
}

.sp-mgr-164 {
  margin-right: 164px;
}

.sp-mgr-165 {
  margin-right: 165px;
}

.sp-mgr-166 {
  margin-right: 166px;
}

.sp-mgr-167 {
  margin-right: 167px;
}

.sp-mgr-168 {
  margin-right: 168px;
}

.sp-mgr-169 {
  margin-right: 169px;
}

.sp-mgr-170 {
  margin-right: 170px;
}

.sp-mgr-171 {
  margin-right: 171px;
}

.sp-mgr-172 {
  margin-right: 172px;
}

.sp-mgr-173 {
  margin-right: 173px;
}

.sp-mgr-174 {
  margin-right: 174px;
}

.sp-mgr-175 {
  margin-right: 175px;
}

.sp-mgr-176 {
  margin-right: 176px;
}

.sp-mgr-177 {
  margin-right: 177px;
}

.sp-mgr-178 {
  margin-right: 178px;
}

.sp-mgr-179 {
  margin-right: 179px;
}

.sp-mgr-180 {
  margin-right: 180px;
}

.sp-mgr-181 {
  margin-right: 181px;
}

.sp-mgr-182 {
  margin-right: 182px;
}

.sp-mgr-183 {
  margin-right: 183px;
}

.sp-mgr-184 {
  margin-right: 184px;
}

.sp-mgr-185 {
  margin-right: 185px;
}

.sp-mgr-186 {
  margin-right: 186px;
}

.sp-mgr-187 {
  margin-right: 187px;
}

.sp-mgr-188 {
  margin-right: 188px;
}

.sp-mgr-189 {
  margin-right: 189px;
}

.sp-mgr-190 {
  margin-right: 190px;
}

.sp-mgr-191 {
  margin-right: 191px;
}

.sp-mgr-192 {
  margin-right: 192px;
}

.sp-mgr-193 {
  margin-right: 193px;
}

.sp-mgr-194 {
  margin-right: 194px;
}

.sp-mgr-195 {
  margin-right: 195px;
}

.sp-mgr-196 {
  margin-right: 196px;
}

.sp-mgr-197 {
  margin-right: 197px;
}

.sp-mgr-198 {
  margin-right: 198px;
}

.sp-mgr-199 {
  margin-right: 199px;
}

.sp-mgr-200 {
  margin-right: 200px;
}

.sp-mgl-0 {
  margin-left: 0px;
}

.sp-mgl-1 {
  margin-left: 1px;
}

.sp-mgl-2 {
  margin-left: 2px;
}

.sp-mgl-3 {
  margin-left: 3px;
}

.sp-mgl-4 {
  margin-left: 4px;
}

.sp-mgl-5 {
  margin-left: 5px;
}

.sp-mgl-6 {
  margin-left: 6px;
}

.sp-mgl-7 {
  margin-left: 7px;
}

.sp-mgl-8 {
  margin-left: 8px;
}

.sp-mgl-9 {
  margin-left: 9px;
}

.sp-mgl-10 {
  margin-left: 10px;
}

.sp-mgl-11 {
  margin-left: 11px;
}

.sp-mgl-12 {
  margin-left: 12px;
}

.sp-mgl-13 {
  margin-left: 13px;
}

.sp-mgl-14 {
  margin-left: 14px;
}

.sp-mgl-15 {
  margin-left: 15px;
}

.sp-mgl-16 {
  margin-left: 16px;
}

.sp-mgl-17 {
  margin-left: 17px;
}

.sp-mgl-18 {
  margin-left: 18px;
}

.sp-mgl-19 {
  margin-left: 19px;
}

.sp-mgl-20 {
  margin-left: 20px;
}

.sp-mgl-21 {
  margin-left: 21px;
}

.sp-mgl-22 {
  margin-left: 22px;
}

.sp-mgl-23 {
  margin-left: 23px;
}

.sp-mgl-24 {
  margin-left: 24px;
}

.sp-mgl-25 {
  margin-left: 25px;
}

.sp-mgl-26 {
  margin-left: 26px;
}

.sp-mgl-27 {
  margin-left: 27px;
}

.sp-mgl-28 {
  margin-left: 28px;
}

.sp-mgl-29 {
  margin-left: 29px;
}

.sp-mgl-30 {
  margin-left: 30px;
}

.sp-mgl-31 {
  margin-left: 31px;
}

.sp-mgl-32 {
  margin-left: 32px;
}

.sp-mgl-33 {
  margin-left: 33px;
}

.sp-mgl-34 {
  margin-left: 34px;
}

.sp-mgl-35 {
  margin-left: 35px;
}

.sp-mgl-36 {
  margin-left: 36px;
}

.sp-mgl-37 {
  margin-left: 37px;
}

.sp-mgl-38 {
  margin-left: 38px;
}

.sp-mgl-39 {
  margin-left: 39px;
}

.sp-mgl-40 {
  margin-left: 40px;
}

.sp-mgl-41 {
  margin-left: 41px;
}

.sp-mgl-42 {
  margin-left: 42px;
}

.sp-mgl-43 {
  margin-left: 43px;
}

.sp-mgl-44 {
  margin-left: 44px;
}

.sp-mgl-45 {
  margin-left: 45px;
}

.sp-mgl-46 {
  margin-left: 46px;
}

.sp-mgl-47 {
  margin-left: 47px;
}

.sp-mgl-48 {
  margin-left: 48px;
}

.sp-mgl-49 {
  margin-left: 49px;
}

.sp-mgl-50 {
  margin-left: 50px;
}

.sp-mgl-51 {
  margin-left: 51px;
}

.sp-mgl-52 {
  margin-left: 52px;
}

.sp-mgl-53 {
  margin-left: 53px;
}

.sp-mgl-54 {
  margin-left: 54px;
}

.sp-mgl-55 {
  margin-left: 55px;
}

.sp-mgl-56 {
  margin-left: 56px;
}

.sp-mgl-57 {
  margin-left: 57px;
}

.sp-mgl-58 {
  margin-left: 58px;
}

.sp-mgl-59 {
  margin-left: 59px;
}

.sp-mgl-60 {
  margin-left: 60px;
}

.sp-mgl-61 {
  margin-left: 61px;
}

.sp-mgl-62 {
  margin-left: 62px;
}

.sp-mgl-63 {
  margin-left: 63px;
}

.sp-mgl-64 {
  margin-left: 64px;
}

.sp-mgl-65 {
  margin-left: 65px;
}

.sp-mgl-66 {
  margin-left: 66px;
}

.sp-mgl-67 {
  margin-left: 67px;
}

.sp-mgl-68 {
  margin-left: 68px;
}

.sp-mgl-69 {
  margin-left: 69px;
}

.sp-mgl-70 {
  margin-left: 70px;
}

.sp-mgl-71 {
  margin-left: 71px;
}

.sp-mgl-72 {
  margin-left: 72px;
}

.sp-mgl-73 {
  margin-left: 73px;
}

.sp-mgl-74 {
  margin-left: 74px;
}

.sp-mgl-75 {
  margin-left: 75px;
}

.sp-mgl-76 {
  margin-left: 76px;
}

.sp-mgl-77 {
  margin-left: 77px;
}

.sp-mgl-78 {
  margin-left: 78px;
}

.sp-mgl-79 {
  margin-left: 79px;
}

.sp-mgl-80 {
  margin-left: 80px;
}

.sp-mgl-81 {
  margin-left: 81px;
}

.sp-mgl-82 {
  margin-left: 82px;
}

.sp-mgl-83 {
  margin-left: 83px;
}

.sp-mgl-84 {
  margin-left: 84px;
}

.sp-mgl-85 {
  margin-left: 85px;
}

.sp-mgl-86 {
  margin-left: 86px;
}

.sp-mgl-87 {
  margin-left: 87px;
}

.sp-mgl-88 {
  margin-left: 88px;
}

.sp-mgl-89 {
  margin-left: 89px;
}

.sp-mgl-90 {
  margin-left: 90px;
}

.sp-mgl-91 {
  margin-left: 91px;
}

.sp-mgl-92 {
  margin-left: 92px;
}

.sp-mgl-93 {
  margin-left: 93px;
}

.sp-mgl-94 {
  margin-left: 94px;
}

.sp-mgl-95 {
  margin-left: 95px;
}

.sp-mgl-96 {
  margin-left: 96px;
}

.sp-mgl-97 {
  margin-left: 97px;
}

.sp-mgl-98 {
  margin-left: 98px;
}

.sp-mgl-99 {
  margin-left: 99px;
}

.sp-mgl-100 {
  margin-left: 100px;
}

.sp-mgl-101 {
  margin-left: 101px;
}

.sp-mgl-102 {
  margin-left: 102px;
}

.sp-mgl-103 {
  margin-left: 103px;
}

.sp-mgl-104 {
  margin-left: 104px;
}

.sp-mgl-105 {
  margin-left: 105px;
}

.sp-mgl-106 {
  margin-left: 106px;
}

.sp-mgl-107 {
  margin-left: 107px;
}

.sp-mgl-108 {
  margin-left: 108px;
}

.sp-mgl-109 {
  margin-left: 109px;
}

.sp-mgl-110 {
  margin-left: 110px;
}

.sp-mgl-111 {
  margin-left: 111px;
}

.sp-mgl-112 {
  margin-left: 112px;
}

.sp-mgl-113 {
  margin-left: 113px;
}

.sp-mgl-114 {
  margin-left: 114px;
}

.sp-mgl-115 {
  margin-left: 115px;
}

.sp-mgl-116 {
  margin-left: 116px;
}

.sp-mgl-117 {
  margin-left: 117px;
}

.sp-mgl-118 {
  margin-left: 118px;
}

.sp-mgl-119 {
  margin-left: 119px;
}

.sp-mgl-120 {
  margin-left: 120px;
}

.sp-mgl-121 {
  margin-left: 121px;
}

.sp-mgl-122 {
  margin-left: 122px;
}

.sp-mgl-123 {
  margin-left: 123px;
}

.sp-mgl-124 {
  margin-left: 124px;
}

.sp-mgl-125 {
  margin-left: 125px;
}

.sp-mgl-126 {
  margin-left: 126px;
}

.sp-mgl-127 {
  margin-left: 127px;
}

.sp-mgl-128 {
  margin-left: 128px;
}

.sp-mgl-129 {
  margin-left: 129px;
}

.sp-mgl-130 {
  margin-left: 130px;
}

.sp-mgl-131 {
  margin-left: 131px;
}

.sp-mgl-132 {
  margin-left: 132px;
}

.sp-mgl-133 {
  margin-left: 133px;
}

.sp-mgl-134 {
  margin-left: 134px;
}

.sp-mgl-135 {
  margin-left: 135px;
}

.sp-mgl-136 {
  margin-left: 136px;
}

.sp-mgl-137 {
  margin-left: 137px;
}

.sp-mgl-138 {
  margin-left: 138px;
}

.sp-mgl-139 {
  margin-left: 139px;
}

.sp-mgl-140 {
  margin-left: 140px;
}

.sp-mgl-141 {
  margin-left: 141px;
}

.sp-mgl-142 {
  margin-left: 142px;
}

.sp-mgl-143 {
  margin-left: 143px;
}

.sp-mgl-144 {
  margin-left: 144px;
}

.sp-mgl-145 {
  margin-left: 145px;
}

.sp-mgl-146 {
  margin-left: 146px;
}

.sp-mgl-147 {
  margin-left: 147px;
}

.sp-mgl-148 {
  margin-left: 148px;
}

.sp-mgl-149 {
  margin-left: 149px;
}

.sp-mgl-150 {
  margin-left: 150px;
}

.sp-mgl-151 {
  margin-left: 151px;
}

.sp-mgl-152 {
  margin-left: 152px;
}

.sp-mgl-153 {
  margin-left: 153px;
}

.sp-mgl-154 {
  margin-left: 154px;
}

.sp-mgl-155 {
  margin-left: 155px;
}

.sp-mgl-156 {
  margin-left: 156px;
}

.sp-mgl-157 {
  margin-left: 157px;
}

.sp-mgl-158 {
  margin-left: 158px;
}

.sp-mgl-159 {
  margin-left: 159px;
}

.sp-mgl-160 {
  margin-left: 160px;
}

.sp-mgl-161 {
  margin-left: 161px;
}

.sp-mgl-162 {
  margin-left: 162px;
}

.sp-mgl-163 {
  margin-left: 163px;
}

.sp-mgl-164 {
  margin-left: 164px;
}

.sp-mgl-165 {
  margin-left: 165px;
}

.sp-mgl-166 {
  margin-left: 166px;
}

.sp-mgl-167 {
  margin-left: 167px;
}

.sp-mgl-168 {
  margin-left: 168px;
}

.sp-mgl-169 {
  margin-left: 169px;
}

.sp-mgl-170 {
  margin-left: 170px;
}

.sp-mgl-171 {
  margin-left: 171px;
}

.sp-mgl-172 {
  margin-left: 172px;
}

.sp-mgl-173 {
  margin-left: 173px;
}

.sp-mgl-174 {
  margin-left: 174px;
}

.sp-mgl-175 {
  margin-left: 175px;
}

.sp-mgl-176 {
  margin-left: 176px;
}

.sp-mgl-177 {
  margin-left: 177px;
}

.sp-mgl-178 {
  margin-left: 178px;
}

.sp-mgl-179 {
  margin-left: 179px;
}

.sp-mgl-180 {
  margin-left: 180px;
}

.sp-mgl-181 {
  margin-left: 181px;
}

.sp-mgl-182 {
  margin-left: 182px;
}

.sp-mgl-183 {
  margin-left: 183px;
}

.sp-mgl-184 {
  margin-left: 184px;
}

.sp-mgl-185 {
  margin-left: 185px;
}

.sp-mgl-186 {
  margin-left: 186px;
}

.sp-mgl-187 {
  margin-left: 187px;
}

.sp-mgl-188 {
  margin-left: 188px;
}

.sp-mgl-189 {
  margin-left: 189px;
}

.sp-mgl-190 {
  margin-left: 190px;
}

.sp-mgl-191 {
  margin-left: 191px;
}

.sp-mgl-192 {
  margin-left: 192px;
}

.sp-mgl-193 {
  margin-left: 193px;
}

.sp-mgl-194 {
  margin-left: 194px;
}

.sp-mgl-195 {
  margin-left: 195px;
}

.sp-mgl-196 {
  margin-left: 196px;
}

.sp-mgl-197 {
  margin-left: 197px;
}

.sp-mgl-198 {
  margin-left: 198px;
}

.sp-mgl-199 {
  margin-left: 199px;
}

.sp-mgl-200 {
  margin-left: 200px;
}

@media screen and (min-width: 768px) {
  .pc-mgt-0 {
    margin-top: 0px;
  }
  .pc-mgt-1 {
    margin-top: 1px;
  }
  .pc-mgt-2 {
    margin-top: 2px;
  }
  .pc-mgt-3 {
    margin-top: 3px;
  }
  .pc-mgt-4 {
    margin-top: 4px;
  }
  .pc-mgt-5 {
    margin-top: 5px;
  }
  .pc-mgt-6 {
    margin-top: 6px;
  }
  .pc-mgt-7 {
    margin-top: 7px;
  }
  .pc-mgt-8 {
    margin-top: 8px;
  }
  .pc-mgt-9 {
    margin-top: 9px;
  }
  .pc-mgt-10 {
    margin-top: 10px;
  }
  .pc-mgt-11 {
    margin-top: 11px;
  }
  .pc-mgt-12 {
    margin-top: 12px;
  }
  .pc-mgt-13 {
    margin-top: 13px;
  }
  .pc-mgt-14 {
    margin-top: 14px;
  }
  .pc-mgt-15 {
    margin-top: 15px;
  }
  .pc-mgt-16 {
    margin-top: 16px;
  }
  .pc-mgt-17 {
    margin-top: 17px;
  }
  .pc-mgt-18 {
    margin-top: 18px;
  }
  .pc-mgt-19 {
    margin-top: 19px;
  }
  .pc-mgt-20 {
    margin-top: 20px;
  }
  .pc-mgt-21 {
    margin-top: 21px;
  }
  .pc-mgt-22 {
    margin-top: 22px;
  }
  .pc-mgt-23 {
    margin-top: 23px;
  }
  .pc-mgt-24 {
    margin-top: 24px;
  }
  .pc-mgt-25 {
    margin-top: 25px;
  }
  .pc-mgt-26 {
    margin-top: 26px;
  }
  .pc-mgt-27 {
    margin-top: 27px;
  }
  .pc-mgt-28 {
    margin-top: 28px;
  }
  .pc-mgt-29 {
    margin-top: 29px;
  }
  .pc-mgt-30 {
    margin-top: 30px;
  }
  .pc-mgt-31 {
    margin-top: 31px;
  }
  .pc-mgt-32 {
    margin-top: 32px;
  }
  .pc-mgt-33 {
    margin-top: 33px;
  }
  .pc-mgt-34 {
    margin-top: 34px;
  }
  .pc-mgt-35 {
    margin-top: 35px;
  }
  .pc-mgt-36 {
    margin-top: 36px;
  }
  .pc-mgt-37 {
    margin-top: 37px;
  }
  .pc-mgt-38 {
    margin-top: 38px;
  }
  .pc-mgt-39 {
    margin-top: 39px;
  }
  .pc-mgt-40 {
    margin-top: 40px;
  }
  .pc-mgt-41 {
    margin-top: 41px;
  }
  .pc-mgt-42 {
    margin-top: 42px;
  }
  .pc-mgt-43 {
    margin-top: 43px;
  }
  .pc-mgt-44 {
    margin-top: 44px;
  }
  .pc-mgt-45 {
    margin-top: 45px;
  }
  .pc-mgt-46 {
    margin-top: 46px;
  }
  .pc-mgt-47 {
    margin-top: 47px;
  }
  .pc-mgt-48 {
    margin-top: 48px;
  }
  .pc-mgt-49 {
    margin-top: 49px;
  }
  .pc-mgt-50 {
    margin-top: 50px;
  }
  .pc-mgt-51 {
    margin-top: 51px;
  }
  .pc-mgt-52 {
    margin-top: 52px;
  }
  .pc-mgt-53 {
    margin-top: 53px;
  }
  .pc-mgt-54 {
    margin-top: 54px;
  }
  .pc-mgt-55 {
    margin-top: 55px;
  }
  .pc-mgt-56 {
    margin-top: 56px;
  }
  .pc-mgt-57 {
    margin-top: 57px;
  }
  .pc-mgt-58 {
    margin-top: 58px;
  }
  .pc-mgt-59 {
    margin-top: 59px;
  }
  .pc-mgt-60 {
    margin-top: 60px;
  }
  .pc-mgt-61 {
    margin-top: 61px;
  }
  .pc-mgt-62 {
    margin-top: 62px;
  }
  .pc-mgt-63 {
    margin-top: 63px;
  }
  .pc-mgt-64 {
    margin-top: 64px;
  }
  .pc-mgt-65 {
    margin-top: 65px;
  }
  .pc-mgt-66 {
    margin-top: 66px;
  }
  .pc-mgt-67 {
    margin-top: 67px;
  }
  .pc-mgt-68 {
    margin-top: 68px;
  }
  .pc-mgt-69 {
    margin-top: 69px;
  }
  .pc-mgt-70 {
    margin-top: 70px;
  }
  .pc-mgt-71 {
    margin-top: 71px;
  }
  .pc-mgt-72 {
    margin-top: 72px;
  }
  .pc-mgt-73 {
    margin-top: 73px;
  }
  .pc-mgt-74 {
    margin-top: 74px;
  }
  .pc-mgt-75 {
    margin-top: 75px;
  }
  .pc-mgt-76 {
    margin-top: 76px;
  }
  .pc-mgt-77 {
    margin-top: 77px;
  }
  .pc-mgt-78 {
    margin-top: 78px;
  }
  .pc-mgt-79 {
    margin-top: 79px;
  }
  .pc-mgt-80 {
    margin-top: 80px;
  }
  .pc-mgt-81 {
    margin-top: 81px;
  }
  .pc-mgt-82 {
    margin-top: 82px;
  }
  .pc-mgt-83 {
    margin-top: 83px;
  }
  .pc-mgt-84 {
    margin-top: 84px;
  }
  .pc-mgt-85 {
    margin-top: 85px;
  }
  .pc-mgt-86 {
    margin-top: 86px;
  }
  .pc-mgt-87 {
    margin-top: 87px;
  }
  .pc-mgt-88 {
    margin-top: 88px;
  }
  .pc-mgt-89 {
    margin-top: 89px;
  }
  .pc-mgt-90 {
    margin-top: 90px;
  }
  .pc-mgt-91 {
    margin-top: 91px;
  }
  .pc-mgt-92 {
    margin-top: 92px;
  }
  .pc-mgt-93 {
    margin-top: 93px;
  }
  .pc-mgt-94 {
    margin-top: 94px;
  }
  .pc-mgt-95 {
    margin-top: 95px;
  }
  .pc-mgt-96 {
    margin-top: 96px;
  }
  .pc-mgt-97 {
    margin-top: 97px;
  }
  .pc-mgt-98 {
    margin-top: 98px;
  }
  .pc-mgt-99 {
    margin-top: 99px;
  }
  .pc-mgt-100 {
    margin-top: 100px;
  }
  .pc-mgt-101 {
    margin-top: 101px;
  }
  .pc-mgt-102 {
    margin-top: 102px;
  }
  .pc-mgt-103 {
    margin-top: 103px;
  }
  .pc-mgt-104 {
    margin-top: 104px;
  }
  .pc-mgt-105 {
    margin-top: 105px;
  }
  .pc-mgt-106 {
    margin-top: 106px;
  }
  .pc-mgt-107 {
    margin-top: 107px;
  }
  .pc-mgt-108 {
    margin-top: 108px;
  }
  .pc-mgt-109 {
    margin-top: 109px;
  }
  .pc-mgt-110 {
    margin-top: 110px;
  }
  .pc-mgt-111 {
    margin-top: 111px;
  }
  .pc-mgt-112 {
    margin-top: 112px;
  }
  .pc-mgt-113 {
    margin-top: 113px;
  }
  .pc-mgt-114 {
    margin-top: 114px;
  }
  .pc-mgt-115 {
    margin-top: 115px;
  }
  .pc-mgt-116 {
    margin-top: 116px;
  }
  .pc-mgt-117 {
    margin-top: 117px;
  }
  .pc-mgt-118 {
    margin-top: 118px;
  }
  .pc-mgt-119 {
    margin-top: 119px;
  }
  .pc-mgt-120 {
    margin-top: 120px;
  }
  .pc-mgt-121 {
    margin-top: 121px;
  }
  .pc-mgt-122 {
    margin-top: 122px;
  }
  .pc-mgt-123 {
    margin-top: 123px;
  }
  .pc-mgt-124 {
    margin-top: 124px;
  }
  .pc-mgt-125 {
    margin-top: 125px;
  }
  .pc-mgt-126 {
    margin-top: 126px;
  }
  .pc-mgt-127 {
    margin-top: 127px;
  }
  .pc-mgt-128 {
    margin-top: 128px;
  }
  .pc-mgt-129 {
    margin-top: 129px;
  }
  .pc-mgt-130 {
    margin-top: 130px;
  }
  .pc-mgt-131 {
    margin-top: 131px;
  }
  .pc-mgt-132 {
    margin-top: 132px;
  }
  .pc-mgt-133 {
    margin-top: 133px;
  }
  .pc-mgt-134 {
    margin-top: 134px;
  }
  .pc-mgt-135 {
    margin-top: 135px;
  }
  .pc-mgt-136 {
    margin-top: 136px;
  }
  .pc-mgt-137 {
    margin-top: 137px;
  }
  .pc-mgt-138 {
    margin-top: 138px;
  }
  .pc-mgt-139 {
    margin-top: 139px;
  }
  .pc-mgt-140 {
    margin-top: 140px;
  }
  .pc-mgt-141 {
    margin-top: 141px;
  }
  .pc-mgt-142 {
    margin-top: 142px;
  }
  .pc-mgt-143 {
    margin-top: 143px;
  }
  .pc-mgt-144 {
    margin-top: 144px;
  }
  .pc-mgt-145 {
    margin-top: 145px;
  }
  .pc-mgt-146 {
    margin-top: 146px;
  }
  .pc-mgt-147 {
    margin-top: 147px;
  }
  .pc-mgt-148 {
    margin-top: 148px;
  }
  .pc-mgt-149 {
    margin-top: 149px;
  }
  .pc-mgt-150 {
    margin-top: 150px;
  }
  .pc-mgt-151 {
    margin-top: 151px;
  }
  .pc-mgt-152 {
    margin-top: 152px;
  }
  .pc-mgt-153 {
    margin-top: 153px;
  }
  .pc-mgt-154 {
    margin-top: 154px;
  }
  .pc-mgt-155 {
    margin-top: 155px;
  }
  .pc-mgt-156 {
    margin-top: 156px;
  }
  .pc-mgt-157 {
    margin-top: 157px;
  }
  .pc-mgt-158 {
    margin-top: 158px;
  }
  .pc-mgt-159 {
    margin-top: 159px;
  }
  .pc-mgt-160 {
    margin-top: 160px;
  }
  .pc-mgt-161 {
    margin-top: 161px;
  }
  .pc-mgt-162 {
    margin-top: 162px;
  }
  .pc-mgt-163 {
    margin-top: 163px;
  }
  .pc-mgt-164 {
    margin-top: 164px;
  }
  .pc-mgt-165 {
    margin-top: 165px;
  }
  .pc-mgt-166 {
    margin-top: 166px;
  }
  .pc-mgt-167 {
    margin-top: 167px;
  }
  .pc-mgt-168 {
    margin-top: 168px;
  }
  .pc-mgt-169 {
    margin-top: 169px;
  }
  .pc-mgt-170 {
    margin-top: 170px;
  }
  .pc-mgt-171 {
    margin-top: 171px;
  }
  .pc-mgt-172 {
    margin-top: 172px;
  }
  .pc-mgt-173 {
    margin-top: 173px;
  }
  .pc-mgt-174 {
    margin-top: 174px;
  }
  .pc-mgt-175 {
    margin-top: 175px;
  }
  .pc-mgt-176 {
    margin-top: 176px;
  }
  .pc-mgt-177 {
    margin-top: 177px;
  }
  .pc-mgt-178 {
    margin-top: 178px;
  }
  .pc-mgt-179 {
    margin-top: 179px;
  }
  .pc-mgt-180 {
    margin-top: 180px;
  }
  .pc-mgt-181 {
    margin-top: 181px;
  }
  .pc-mgt-182 {
    margin-top: 182px;
  }
  .pc-mgt-183 {
    margin-top: 183px;
  }
  .pc-mgt-184 {
    margin-top: 184px;
  }
  .pc-mgt-185 {
    margin-top: 185px;
  }
  .pc-mgt-186 {
    margin-top: 186px;
  }
  .pc-mgt-187 {
    margin-top: 187px;
  }
  .pc-mgt-188 {
    margin-top: 188px;
  }
  .pc-mgt-189 {
    margin-top: 189px;
  }
  .pc-mgt-190 {
    margin-top: 190px;
  }
  .pc-mgt-191 {
    margin-top: 191px;
  }
  .pc-mgt-192 {
    margin-top: 192px;
  }
  .pc-mgt-193 {
    margin-top: 193px;
  }
  .pc-mgt-194 {
    margin-top: 194px;
  }
  .pc-mgt-195 {
    margin-top: 195px;
  }
  .pc-mgt-196 {
    margin-top: 196px;
  }
  .pc-mgt-197 {
    margin-top: 197px;
  }
  .pc-mgt-198 {
    margin-top: 198px;
  }
  .pc-mgt-199 {
    margin-top: 199px;
  }
  .pc-mgt-200 {
    margin-top: 200px;
  }
  .pc-mgb-0 {
    margin-bottom: 0px;
  }
  .pc-mgb-1 {
    margin-bottom: 1px;
  }
  .pc-mgb-2 {
    margin-bottom: 2px;
  }
  .pc-mgb-3 {
    margin-bottom: 3px;
  }
  .pc-mgb-4 {
    margin-bottom: 4px;
  }
  .pc-mgb-5 {
    margin-bottom: 5px;
  }
  .pc-mgb-6 {
    margin-bottom: 6px;
  }
  .pc-mgb-7 {
    margin-bottom: 7px;
  }
  .pc-mgb-8 {
    margin-bottom: 8px;
  }
  .pc-mgb-9 {
    margin-bottom: 9px;
  }
  .pc-mgb-10 {
    margin-bottom: 10px;
  }
  .pc-mgb-11 {
    margin-bottom: 11px;
  }
  .pc-mgb-12 {
    margin-bottom: 12px;
  }
  .pc-mgb-13 {
    margin-bottom: 13px;
  }
  .pc-mgb-14 {
    margin-bottom: 14px;
  }
  .pc-mgb-15 {
    margin-bottom: 15px;
  }
  .pc-mgb-16 {
    margin-bottom: 16px;
  }
  .pc-mgb-17 {
    margin-bottom: 17px;
  }
  .pc-mgb-18 {
    margin-bottom: 18px;
  }
  .pc-mgb-19 {
    margin-bottom: 19px;
  }
  .pc-mgb-20 {
    margin-bottom: 20px;
  }
  .pc-mgb-21 {
    margin-bottom: 21px;
  }
  .pc-mgb-22 {
    margin-bottom: 22px;
  }
  .pc-mgb-23 {
    margin-bottom: 23px;
  }
  .pc-mgb-24 {
    margin-bottom: 24px;
  }
  .pc-mgb-25 {
    margin-bottom: 25px;
  }
  .pc-mgb-26 {
    margin-bottom: 26px;
  }
  .pc-mgb-27 {
    margin-bottom: 27px;
  }
  .pc-mgb-28 {
    margin-bottom: 28px;
  }
  .pc-mgb-29 {
    margin-bottom: 29px;
  }
  .pc-mgb-30 {
    margin-bottom: 30px;
  }
  .pc-mgb-31 {
    margin-bottom: 31px;
  }
  .pc-mgb-32 {
    margin-bottom: 32px;
  }
  .pc-mgb-33 {
    margin-bottom: 33px;
  }
  .pc-mgb-34 {
    margin-bottom: 34px;
  }
  .pc-mgb-35 {
    margin-bottom: 35px;
  }
  .pc-mgb-36 {
    margin-bottom: 36px;
  }
  .pc-mgb-37 {
    margin-bottom: 37px;
  }
  .pc-mgb-38 {
    margin-bottom: 38px;
  }
  .pc-mgb-39 {
    margin-bottom: 39px;
  }
  .pc-mgb-40 {
    margin-bottom: 40px;
  }
  .pc-mgb-41 {
    margin-bottom: 41px;
  }
  .pc-mgb-42 {
    margin-bottom: 42px;
  }
  .pc-mgb-43 {
    margin-bottom: 43px;
  }
  .pc-mgb-44 {
    margin-bottom: 44px;
  }
  .pc-mgb-45 {
    margin-bottom: 45px;
  }
  .pc-mgb-46 {
    margin-bottom: 46px;
  }
  .pc-mgb-47 {
    margin-bottom: 47px;
  }
  .pc-mgb-48 {
    margin-bottom: 48px;
  }
  .pc-mgb-49 {
    margin-bottom: 49px;
  }
  .pc-mgb-50 {
    margin-bottom: 50px;
  }
  .pc-mgb-51 {
    margin-bottom: 51px;
  }
  .pc-mgb-52 {
    margin-bottom: 52px;
  }
  .pc-mgb-53 {
    margin-bottom: 53px;
  }
  .pc-mgb-54 {
    margin-bottom: 54px;
  }
  .pc-mgb-55 {
    margin-bottom: 55px;
  }
  .pc-mgb-56 {
    margin-bottom: 56px;
  }
  .pc-mgb-57 {
    margin-bottom: 57px;
  }
  .pc-mgb-58 {
    margin-bottom: 58px;
  }
  .pc-mgb-59 {
    margin-bottom: 59px;
  }
  .pc-mgb-60 {
    margin-bottom: 60px;
  }
  .pc-mgb-61 {
    margin-bottom: 61px;
  }
  .pc-mgb-62 {
    margin-bottom: 62px;
  }
  .pc-mgb-63 {
    margin-bottom: 63px;
  }
  .pc-mgb-64 {
    margin-bottom: 64px;
  }
  .pc-mgb-65 {
    margin-bottom: 65px;
  }
  .pc-mgb-66 {
    margin-bottom: 66px;
  }
  .pc-mgb-67 {
    margin-bottom: 67px;
  }
  .pc-mgb-68 {
    margin-bottom: 68px;
  }
  .pc-mgb-69 {
    margin-bottom: 69px;
  }
  .pc-mgb-70 {
    margin-bottom: 70px;
  }
  .pc-mgb-71 {
    margin-bottom: 71px;
  }
  .pc-mgb-72 {
    margin-bottom: 72px;
  }
  .pc-mgb-73 {
    margin-bottom: 73px;
  }
  .pc-mgb-74 {
    margin-bottom: 74px;
  }
  .pc-mgb-75 {
    margin-bottom: 75px;
  }
  .pc-mgb-76 {
    margin-bottom: 76px;
  }
  .pc-mgb-77 {
    margin-bottom: 77px;
  }
  .pc-mgb-78 {
    margin-bottom: 78px;
  }
  .pc-mgb-79 {
    margin-bottom: 79px;
  }
  .pc-mgb-80 {
    margin-bottom: 80px;
  }
  .pc-mgb-81 {
    margin-bottom: 81px;
  }
  .pc-mgb-82 {
    margin-bottom: 82px;
  }
  .pc-mgb-83 {
    margin-bottom: 83px;
  }
  .pc-mgb-84 {
    margin-bottom: 84px;
  }
  .pc-mgb-85 {
    margin-bottom: 85px;
  }
  .pc-mgb-86 {
    margin-bottom: 86px;
  }
  .pc-mgb-87 {
    margin-bottom: 87px;
  }
  .pc-mgb-88 {
    margin-bottom: 88px;
  }
  .pc-mgb-89 {
    margin-bottom: 89px;
  }
  .pc-mgb-90 {
    margin-bottom: 90px;
  }
  .pc-mgb-91 {
    margin-bottom: 91px;
  }
  .pc-mgb-92 {
    margin-bottom: 92px;
  }
  .pc-mgb-93 {
    margin-bottom: 93px;
  }
  .pc-mgb-94 {
    margin-bottom: 94px;
  }
  .pc-mgb-95 {
    margin-bottom: 95px;
  }
  .pc-mgb-96 {
    margin-bottom: 96px;
  }
  .pc-mgb-97 {
    margin-bottom: 97px;
  }
  .pc-mgb-98 {
    margin-bottom: 98px;
  }
  .pc-mgb-99 {
    margin-bottom: 99px;
  }
  .pc-mgb-100 {
    margin-bottom: 100px;
  }
  .pc-mgb-101 {
    margin-bottom: 101px;
  }
  .pc-mgb-102 {
    margin-bottom: 102px;
  }
  .pc-mgb-103 {
    margin-bottom: 103px;
  }
  .pc-mgb-104 {
    margin-bottom: 104px;
  }
  .pc-mgb-105 {
    margin-bottom: 105px;
  }
  .pc-mgb-106 {
    margin-bottom: 106px;
  }
  .pc-mgb-107 {
    margin-bottom: 107px;
  }
  .pc-mgb-108 {
    margin-bottom: 108px;
  }
  .pc-mgb-109 {
    margin-bottom: 109px;
  }
  .pc-mgb-110 {
    margin-bottom: 110px;
  }
  .pc-mgb-111 {
    margin-bottom: 111px;
  }
  .pc-mgb-112 {
    margin-bottom: 112px;
  }
  .pc-mgb-113 {
    margin-bottom: 113px;
  }
  .pc-mgb-114 {
    margin-bottom: 114px;
  }
  .pc-mgb-115 {
    margin-bottom: 115px;
  }
  .pc-mgb-116 {
    margin-bottom: 116px;
  }
  .pc-mgb-117 {
    margin-bottom: 117px;
  }
  .pc-mgb-118 {
    margin-bottom: 118px;
  }
  .pc-mgb-119 {
    margin-bottom: 119px;
  }
  .pc-mgb-120 {
    margin-bottom: 120px;
  }
  .pc-mgb-121 {
    margin-bottom: 121px;
  }
  .pc-mgb-122 {
    margin-bottom: 122px;
  }
  .pc-mgb-123 {
    margin-bottom: 123px;
  }
  .pc-mgb-124 {
    margin-bottom: 124px;
  }
  .pc-mgb-125 {
    margin-bottom: 125px;
  }
  .pc-mgb-126 {
    margin-bottom: 126px;
  }
  .pc-mgb-127 {
    margin-bottom: 127px;
  }
  .pc-mgb-128 {
    margin-bottom: 128px;
  }
  .pc-mgb-129 {
    margin-bottom: 129px;
  }
  .pc-mgb-130 {
    margin-bottom: 130px;
  }
  .pc-mgb-131 {
    margin-bottom: 131px;
  }
  .pc-mgb-132 {
    margin-bottom: 132px;
  }
  .pc-mgb-133 {
    margin-bottom: 133px;
  }
  .pc-mgb-134 {
    margin-bottom: 134px;
  }
  .pc-mgb-135 {
    margin-bottom: 135px;
  }
  .pc-mgb-136 {
    margin-bottom: 136px;
  }
  .pc-mgb-137 {
    margin-bottom: 137px;
  }
  .pc-mgb-138 {
    margin-bottom: 138px;
  }
  .pc-mgb-139 {
    margin-bottom: 139px;
  }
  .pc-mgb-140 {
    margin-bottom: 140px;
  }
  .pc-mgb-141 {
    margin-bottom: 141px;
  }
  .pc-mgb-142 {
    margin-bottom: 142px;
  }
  .pc-mgb-143 {
    margin-bottom: 143px;
  }
  .pc-mgb-144 {
    margin-bottom: 144px;
  }
  .pc-mgb-145 {
    margin-bottom: 145px;
  }
  .pc-mgb-146 {
    margin-bottom: 146px;
  }
  .pc-mgb-147 {
    margin-bottom: 147px;
  }
  .pc-mgb-148 {
    margin-bottom: 148px;
  }
  .pc-mgb-149 {
    margin-bottom: 149px;
  }
  .pc-mgb-150 {
    margin-bottom: 150px;
  }
  .pc-mgb-151 {
    margin-bottom: 151px;
  }
  .pc-mgb-152 {
    margin-bottom: 152px;
  }
  .pc-mgb-153 {
    margin-bottom: 153px;
  }
  .pc-mgb-154 {
    margin-bottom: 154px;
  }
  .pc-mgb-155 {
    margin-bottom: 155px;
  }
  .pc-mgb-156 {
    margin-bottom: 156px;
  }
  .pc-mgb-157 {
    margin-bottom: 157px;
  }
  .pc-mgb-158 {
    margin-bottom: 158px;
  }
  .pc-mgb-159 {
    margin-bottom: 159px;
  }
  .pc-mgb-160 {
    margin-bottom: 160px;
  }
  .pc-mgb-161 {
    margin-bottom: 161px;
  }
  .pc-mgb-162 {
    margin-bottom: 162px;
  }
  .pc-mgb-163 {
    margin-bottom: 163px;
  }
  .pc-mgb-164 {
    margin-bottom: 164px;
  }
  .pc-mgb-165 {
    margin-bottom: 165px;
  }
  .pc-mgb-166 {
    margin-bottom: 166px;
  }
  .pc-mgb-167 {
    margin-bottom: 167px;
  }
  .pc-mgb-168 {
    margin-bottom: 168px;
  }
  .pc-mgb-169 {
    margin-bottom: 169px;
  }
  .pc-mgb-170 {
    margin-bottom: 170px;
  }
  .pc-mgb-171 {
    margin-bottom: 171px;
  }
  .pc-mgb-172 {
    margin-bottom: 172px;
  }
  .pc-mgb-173 {
    margin-bottom: 173px;
  }
  .pc-mgb-174 {
    margin-bottom: 174px;
  }
  .pc-mgb-175 {
    margin-bottom: 175px;
  }
  .pc-mgb-176 {
    margin-bottom: 176px;
  }
  .pc-mgb-177 {
    margin-bottom: 177px;
  }
  .pc-mgb-178 {
    margin-bottom: 178px;
  }
  .pc-mgb-179 {
    margin-bottom: 179px;
  }
  .pc-mgb-180 {
    margin-bottom: 180px;
  }
  .pc-mgb-181 {
    margin-bottom: 181px;
  }
  .pc-mgb-182 {
    margin-bottom: 182px;
  }
  .pc-mgb-183 {
    margin-bottom: 183px;
  }
  .pc-mgb-184 {
    margin-bottom: 184px;
  }
  .pc-mgb-185 {
    margin-bottom: 185px;
  }
  .pc-mgb-186 {
    margin-bottom: 186px;
  }
  .pc-mgb-187 {
    margin-bottom: 187px;
  }
  .pc-mgb-188 {
    margin-bottom: 188px;
  }
  .pc-mgb-189 {
    margin-bottom: 189px;
  }
  .pc-mgb-190 {
    margin-bottom: 190px;
  }
  .pc-mgb-191 {
    margin-bottom: 191px;
  }
  .pc-mgb-192 {
    margin-bottom: 192px;
  }
  .pc-mgb-193 {
    margin-bottom: 193px;
  }
  .pc-mgb-194 {
    margin-bottom: 194px;
  }
  .pc-mgb-195 {
    margin-bottom: 195px;
  }
  .pc-mgb-196 {
    margin-bottom: 196px;
  }
  .pc-mgb-197 {
    margin-bottom: 197px;
  }
  .pc-mgb-198 {
    margin-bottom: 198px;
  }
  .pc-mgb-199 {
    margin-bottom: 199px;
  }
  .pc-mgb-200 {
    margin-bottom: 200px;
  }
  .pc-mgr-0 {
    margin-right: 0px;
  }
  .pc-mgr-1 {
    margin-right: 1px;
  }
  .pc-mgr-2 {
    margin-right: 2px;
  }
  .pc-mgr-3 {
    margin-right: 3px;
  }
  .pc-mgr-4 {
    margin-right: 4px;
  }
  .pc-mgr-5 {
    margin-right: 5px;
  }
  .pc-mgr-6 {
    margin-right: 6px;
  }
  .pc-mgr-7 {
    margin-right: 7px;
  }
  .pc-mgr-8 {
    margin-right: 8px;
  }
  .pc-mgr-9 {
    margin-right: 9px;
  }
  .pc-mgr-10 {
    margin-right: 10px;
  }
  .pc-mgr-11 {
    margin-right: 11px;
  }
  .pc-mgr-12 {
    margin-right: 12px;
  }
  .pc-mgr-13 {
    margin-right: 13px;
  }
  .pc-mgr-14 {
    margin-right: 14px;
  }
  .pc-mgr-15 {
    margin-right: 15px;
  }
  .pc-mgr-16 {
    margin-right: 16px;
  }
  .pc-mgr-17 {
    margin-right: 17px;
  }
  .pc-mgr-18 {
    margin-right: 18px;
  }
  .pc-mgr-19 {
    margin-right: 19px;
  }
  .pc-mgr-20 {
    margin-right: 20px;
  }
  .pc-mgr-21 {
    margin-right: 21px;
  }
  .pc-mgr-22 {
    margin-right: 22px;
  }
  .pc-mgr-23 {
    margin-right: 23px;
  }
  .pc-mgr-24 {
    margin-right: 24px;
  }
  .pc-mgr-25 {
    margin-right: 25px;
  }
  .pc-mgr-26 {
    margin-right: 26px;
  }
  .pc-mgr-27 {
    margin-right: 27px;
  }
  .pc-mgr-28 {
    margin-right: 28px;
  }
  .pc-mgr-29 {
    margin-right: 29px;
  }
  .pc-mgr-30 {
    margin-right: 30px;
  }
  .pc-mgr-31 {
    margin-right: 31px;
  }
  .pc-mgr-32 {
    margin-right: 32px;
  }
  .pc-mgr-33 {
    margin-right: 33px;
  }
  .pc-mgr-34 {
    margin-right: 34px;
  }
  .pc-mgr-35 {
    margin-right: 35px;
  }
  .pc-mgr-36 {
    margin-right: 36px;
  }
  .pc-mgr-37 {
    margin-right: 37px;
  }
  .pc-mgr-38 {
    margin-right: 38px;
  }
  .pc-mgr-39 {
    margin-right: 39px;
  }
  .pc-mgr-40 {
    margin-right: 40px;
  }
  .pc-mgr-41 {
    margin-right: 41px;
  }
  .pc-mgr-42 {
    margin-right: 42px;
  }
  .pc-mgr-43 {
    margin-right: 43px;
  }
  .pc-mgr-44 {
    margin-right: 44px;
  }
  .pc-mgr-45 {
    margin-right: 45px;
  }
  .pc-mgr-46 {
    margin-right: 46px;
  }
  .pc-mgr-47 {
    margin-right: 47px;
  }
  .pc-mgr-48 {
    margin-right: 48px;
  }
  .pc-mgr-49 {
    margin-right: 49px;
  }
  .pc-mgr-50 {
    margin-right: 50px;
  }
  .pc-mgr-51 {
    margin-right: 51px;
  }
  .pc-mgr-52 {
    margin-right: 52px;
  }
  .pc-mgr-53 {
    margin-right: 53px;
  }
  .pc-mgr-54 {
    margin-right: 54px;
  }
  .pc-mgr-55 {
    margin-right: 55px;
  }
  .pc-mgr-56 {
    margin-right: 56px;
  }
  .pc-mgr-57 {
    margin-right: 57px;
  }
  .pc-mgr-58 {
    margin-right: 58px;
  }
  .pc-mgr-59 {
    margin-right: 59px;
  }
  .pc-mgr-60 {
    margin-right: 60px;
  }
  .pc-mgr-61 {
    margin-right: 61px;
  }
  .pc-mgr-62 {
    margin-right: 62px;
  }
  .pc-mgr-63 {
    margin-right: 63px;
  }
  .pc-mgr-64 {
    margin-right: 64px;
  }
  .pc-mgr-65 {
    margin-right: 65px;
  }
  .pc-mgr-66 {
    margin-right: 66px;
  }
  .pc-mgr-67 {
    margin-right: 67px;
  }
  .pc-mgr-68 {
    margin-right: 68px;
  }
  .pc-mgr-69 {
    margin-right: 69px;
  }
  .pc-mgr-70 {
    margin-right: 70px;
  }
  .pc-mgr-71 {
    margin-right: 71px;
  }
  .pc-mgr-72 {
    margin-right: 72px;
  }
  .pc-mgr-73 {
    margin-right: 73px;
  }
  .pc-mgr-74 {
    margin-right: 74px;
  }
  .pc-mgr-75 {
    margin-right: 75px;
  }
  .pc-mgr-76 {
    margin-right: 76px;
  }
  .pc-mgr-77 {
    margin-right: 77px;
  }
  .pc-mgr-78 {
    margin-right: 78px;
  }
  .pc-mgr-79 {
    margin-right: 79px;
  }
  .pc-mgr-80 {
    margin-right: 80px;
  }
  .pc-mgr-81 {
    margin-right: 81px;
  }
  .pc-mgr-82 {
    margin-right: 82px;
  }
  .pc-mgr-83 {
    margin-right: 83px;
  }
  .pc-mgr-84 {
    margin-right: 84px;
  }
  .pc-mgr-85 {
    margin-right: 85px;
  }
  .pc-mgr-86 {
    margin-right: 86px;
  }
  .pc-mgr-87 {
    margin-right: 87px;
  }
  .pc-mgr-88 {
    margin-right: 88px;
  }
  .pc-mgr-89 {
    margin-right: 89px;
  }
  .pc-mgr-90 {
    margin-right: 90px;
  }
  .pc-mgr-91 {
    margin-right: 91px;
  }
  .pc-mgr-92 {
    margin-right: 92px;
  }
  .pc-mgr-93 {
    margin-right: 93px;
  }
  .pc-mgr-94 {
    margin-right: 94px;
  }
  .pc-mgr-95 {
    margin-right: 95px;
  }
  .pc-mgr-96 {
    margin-right: 96px;
  }
  .pc-mgr-97 {
    margin-right: 97px;
  }
  .pc-mgr-98 {
    margin-right: 98px;
  }
  .pc-mgr-99 {
    margin-right: 99px;
  }
  .pc-mgr-100 {
    margin-right: 100px;
  }
  .pc-mgr-101 {
    margin-right: 101px;
  }
  .pc-mgr-102 {
    margin-right: 102px;
  }
  .pc-mgr-103 {
    margin-right: 103px;
  }
  .pc-mgr-104 {
    margin-right: 104px;
  }
  .pc-mgr-105 {
    margin-right: 105px;
  }
  .pc-mgr-106 {
    margin-right: 106px;
  }
  .pc-mgr-107 {
    margin-right: 107px;
  }
  .pc-mgr-108 {
    margin-right: 108px;
  }
  .pc-mgr-109 {
    margin-right: 109px;
  }
  .pc-mgr-110 {
    margin-right: 110px;
  }
  .pc-mgr-111 {
    margin-right: 111px;
  }
  .pc-mgr-112 {
    margin-right: 112px;
  }
  .pc-mgr-113 {
    margin-right: 113px;
  }
  .pc-mgr-114 {
    margin-right: 114px;
  }
  .pc-mgr-115 {
    margin-right: 115px;
  }
  .pc-mgr-116 {
    margin-right: 116px;
  }
  .pc-mgr-117 {
    margin-right: 117px;
  }
  .pc-mgr-118 {
    margin-right: 118px;
  }
  .pc-mgr-119 {
    margin-right: 119px;
  }
  .pc-mgr-120 {
    margin-right: 120px;
  }
  .pc-mgr-121 {
    margin-right: 121px;
  }
  .pc-mgr-122 {
    margin-right: 122px;
  }
  .pc-mgr-123 {
    margin-right: 123px;
  }
  .pc-mgr-124 {
    margin-right: 124px;
  }
  .pc-mgr-125 {
    margin-right: 125px;
  }
  .pc-mgr-126 {
    margin-right: 126px;
  }
  .pc-mgr-127 {
    margin-right: 127px;
  }
  .pc-mgr-128 {
    margin-right: 128px;
  }
  .pc-mgr-129 {
    margin-right: 129px;
  }
  .pc-mgr-130 {
    margin-right: 130px;
  }
  .pc-mgr-131 {
    margin-right: 131px;
  }
  .pc-mgr-132 {
    margin-right: 132px;
  }
  .pc-mgr-133 {
    margin-right: 133px;
  }
  .pc-mgr-134 {
    margin-right: 134px;
  }
  .pc-mgr-135 {
    margin-right: 135px;
  }
  .pc-mgr-136 {
    margin-right: 136px;
  }
  .pc-mgr-137 {
    margin-right: 137px;
  }
  .pc-mgr-138 {
    margin-right: 138px;
  }
  .pc-mgr-139 {
    margin-right: 139px;
  }
  .pc-mgr-140 {
    margin-right: 140px;
  }
  .pc-mgr-141 {
    margin-right: 141px;
  }
  .pc-mgr-142 {
    margin-right: 142px;
  }
  .pc-mgr-143 {
    margin-right: 143px;
  }
  .pc-mgr-144 {
    margin-right: 144px;
  }
  .pc-mgr-145 {
    margin-right: 145px;
  }
  .pc-mgr-146 {
    margin-right: 146px;
  }
  .pc-mgr-147 {
    margin-right: 147px;
  }
  .pc-mgr-148 {
    margin-right: 148px;
  }
  .pc-mgr-149 {
    margin-right: 149px;
  }
  .pc-mgr-150 {
    margin-right: 150px;
  }
  .pc-mgr-151 {
    margin-right: 151px;
  }
  .pc-mgr-152 {
    margin-right: 152px;
  }
  .pc-mgr-153 {
    margin-right: 153px;
  }
  .pc-mgr-154 {
    margin-right: 154px;
  }
  .pc-mgr-155 {
    margin-right: 155px;
  }
  .pc-mgr-156 {
    margin-right: 156px;
  }
  .pc-mgr-157 {
    margin-right: 157px;
  }
  .pc-mgr-158 {
    margin-right: 158px;
  }
  .pc-mgr-159 {
    margin-right: 159px;
  }
  .pc-mgr-160 {
    margin-right: 160px;
  }
  .pc-mgr-161 {
    margin-right: 161px;
  }
  .pc-mgr-162 {
    margin-right: 162px;
  }
  .pc-mgr-163 {
    margin-right: 163px;
  }
  .pc-mgr-164 {
    margin-right: 164px;
  }
  .pc-mgr-165 {
    margin-right: 165px;
  }
  .pc-mgr-166 {
    margin-right: 166px;
  }
  .pc-mgr-167 {
    margin-right: 167px;
  }
  .pc-mgr-168 {
    margin-right: 168px;
  }
  .pc-mgr-169 {
    margin-right: 169px;
  }
  .pc-mgr-170 {
    margin-right: 170px;
  }
  .pc-mgr-171 {
    margin-right: 171px;
  }
  .pc-mgr-172 {
    margin-right: 172px;
  }
  .pc-mgr-173 {
    margin-right: 173px;
  }
  .pc-mgr-174 {
    margin-right: 174px;
  }
  .pc-mgr-175 {
    margin-right: 175px;
  }
  .pc-mgr-176 {
    margin-right: 176px;
  }
  .pc-mgr-177 {
    margin-right: 177px;
  }
  .pc-mgr-178 {
    margin-right: 178px;
  }
  .pc-mgr-179 {
    margin-right: 179px;
  }
  .pc-mgr-180 {
    margin-right: 180px;
  }
  .pc-mgr-181 {
    margin-right: 181px;
  }
  .pc-mgr-182 {
    margin-right: 182px;
  }
  .pc-mgr-183 {
    margin-right: 183px;
  }
  .pc-mgr-184 {
    margin-right: 184px;
  }
  .pc-mgr-185 {
    margin-right: 185px;
  }
  .pc-mgr-186 {
    margin-right: 186px;
  }
  .pc-mgr-187 {
    margin-right: 187px;
  }
  .pc-mgr-188 {
    margin-right: 188px;
  }
  .pc-mgr-189 {
    margin-right: 189px;
  }
  .pc-mgr-190 {
    margin-right: 190px;
  }
  .pc-mgr-191 {
    margin-right: 191px;
  }
  .pc-mgr-192 {
    margin-right: 192px;
  }
  .pc-mgr-193 {
    margin-right: 193px;
  }
  .pc-mgr-194 {
    margin-right: 194px;
  }
  .pc-mgr-195 {
    margin-right: 195px;
  }
  .pc-mgr-196 {
    margin-right: 196px;
  }
  .pc-mgr-197 {
    margin-right: 197px;
  }
  .pc-mgr-198 {
    margin-right: 198px;
  }
  .pc-mgr-199 {
    margin-right: 199px;
  }
  .pc-mgr-200 {
    margin-right: 200px;
  }
  .pc-mgl-0 {
    margin-left: 0px;
  }
  .pc-mgl-1 {
    margin-left: 1px;
  }
  .pc-mgl-2 {
    margin-left: 2px;
  }
  .pc-mgl-3 {
    margin-left: 3px;
  }
  .pc-mgl-4 {
    margin-left: 4px;
  }
  .pc-mgl-5 {
    margin-left: 5px;
  }
  .pc-mgl-6 {
    margin-left: 6px;
  }
  .pc-mgl-7 {
    margin-left: 7px;
  }
  .pc-mgl-8 {
    margin-left: 8px;
  }
  .pc-mgl-9 {
    margin-left: 9px;
  }
  .pc-mgl-10 {
    margin-left: 10px;
  }
  .pc-mgl-11 {
    margin-left: 11px;
  }
  .pc-mgl-12 {
    margin-left: 12px;
  }
  .pc-mgl-13 {
    margin-left: 13px;
  }
  .pc-mgl-14 {
    margin-left: 14px;
  }
  .pc-mgl-15 {
    margin-left: 15px;
  }
  .pc-mgl-16 {
    margin-left: 16px;
  }
  .pc-mgl-17 {
    margin-left: 17px;
  }
  .pc-mgl-18 {
    margin-left: 18px;
  }
  .pc-mgl-19 {
    margin-left: 19px;
  }
  .pc-mgl-20 {
    margin-left: 20px;
  }
  .pc-mgl-21 {
    margin-left: 21px;
  }
  .pc-mgl-22 {
    margin-left: 22px;
  }
  .pc-mgl-23 {
    margin-left: 23px;
  }
  .pc-mgl-24 {
    margin-left: 24px;
  }
  .pc-mgl-25 {
    margin-left: 25px;
  }
  .pc-mgl-26 {
    margin-left: 26px;
  }
  .pc-mgl-27 {
    margin-left: 27px;
  }
  .pc-mgl-28 {
    margin-left: 28px;
  }
  .pc-mgl-29 {
    margin-left: 29px;
  }
  .pc-mgl-30 {
    margin-left: 30px;
  }
  .pc-mgl-31 {
    margin-left: 31px;
  }
  .pc-mgl-32 {
    margin-left: 32px;
  }
  .pc-mgl-33 {
    margin-left: 33px;
  }
  .pc-mgl-34 {
    margin-left: 34px;
  }
  .pc-mgl-35 {
    margin-left: 35px;
  }
  .pc-mgl-36 {
    margin-left: 36px;
  }
  .pc-mgl-37 {
    margin-left: 37px;
  }
  .pc-mgl-38 {
    margin-left: 38px;
  }
  .pc-mgl-39 {
    margin-left: 39px;
  }
  .pc-mgl-40 {
    margin-left: 40px;
  }
  .pc-mgl-41 {
    margin-left: 41px;
  }
  .pc-mgl-42 {
    margin-left: 42px;
  }
  .pc-mgl-43 {
    margin-left: 43px;
  }
  .pc-mgl-44 {
    margin-left: 44px;
  }
  .pc-mgl-45 {
    margin-left: 45px;
  }
  .pc-mgl-46 {
    margin-left: 46px;
  }
  .pc-mgl-47 {
    margin-left: 47px;
  }
  .pc-mgl-48 {
    margin-left: 48px;
  }
  .pc-mgl-49 {
    margin-left: 49px;
  }
  .pc-mgl-50 {
    margin-left: 50px;
  }
  .pc-mgl-51 {
    margin-left: 51px;
  }
  .pc-mgl-52 {
    margin-left: 52px;
  }
  .pc-mgl-53 {
    margin-left: 53px;
  }
  .pc-mgl-54 {
    margin-left: 54px;
  }
  .pc-mgl-55 {
    margin-left: 55px;
  }
  .pc-mgl-56 {
    margin-left: 56px;
  }
  .pc-mgl-57 {
    margin-left: 57px;
  }
  .pc-mgl-58 {
    margin-left: 58px;
  }
  .pc-mgl-59 {
    margin-left: 59px;
  }
  .pc-mgl-60 {
    margin-left: 60px;
  }
  .pc-mgl-61 {
    margin-left: 61px;
  }
  .pc-mgl-62 {
    margin-left: 62px;
  }
  .pc-mgl-63 {
    margin-left: 63px;
  }
  .pc-mgl-64 {
    margin-left: 64px;
  }
  .pc-mgl-65 {
    margin-left: 65px;
  }
  .pc-mgl-66 {
    margin-left: 66px;
  }
  .pc-mgl-67 {
    margin-left: 67px;
  }
  .pc-mgl-68 {
    margin-left: 68px;
  }
  .pc-mgl-69 {
    margin-left: 69px;
  }
  .pc-mgl-70 {
    margin-left: 70px;
  }
  .pc-mgl-71 {
    margin-left: 71px;
  }
  .pc-mgl-72 {
    margin-left: 72px;
  }
  .pc-mgl-73 {
    margin-left: 73px;
  }
  .pc-mgl-74 {
    margin-left: 74px;
  }
  .pc-mgl-75 {
    margin-left: 75px;
  }
  .pc-mgl-76 {
    margin-left: 76px;
  }
  .pc-mgl-77 {
    margin-left: 77px;
  }
  .pc-mgl-78 {
    margin-left: 78px;
  }
  .pc-mgl-79 {
    margin-left: 79px;
  }
  .pc-mgl-80 {
    margin-left: 80px;
  }
  .pc-mgl-81 {
    margin-left: 81px;
  }
  .pc-mgl-82 {
    margin-left: 82px;
  }
  .pc-mgl-83 {
    margin-left: 83px;
  }
  .pc-mgl-84 {
    margin-left: 84px;
  }
  .pc-mgl-85 {
    margin-left: 85px;
  }
  .pc-mgl-86 {
    margin-left: 86px;
  }
  .pc-mgl-87 {
    margin-left: 87px;
  }
  .pc-mgl-88 {
    margin-left: 88px;
  }
  .pc-mgl-89 {
    margin-left: 89px;
  }
  .pc-mgl-90 {
    margin-left: 90px;
  }
  .pc-mgl-91 {
    margin-left: 91px;
  }
  .pc-mgl-92 {
    margin-left: 92px;
  }
  .pc-mgl-93 {
    margin-left: 93px;
  }
  .pc-mgl-94 {
    margin-left: 94px;
  }
  .pc-mgl-95 {
    margin-left: 95px;
  }
  .pc-mgl-96 {
    margin-left: 96px;
  }
  .pc-mgl-97 {
    margin-left: 97px;
  }
  .pc-mgl-98 {
    margin-left: 98px;
  }
  .pc-mgl-99 {
    margin-left: 99px;
  }
  .pc-mgl-100 {
    margin-left: 100px;
  }
  .pc-mgl-101 {
    margin-left: 101px;
  }
  .pc-mgl-102 {
    margin-left: 102px;
  }
  .pc-mgl-103 {
    margin-left: 103px;
  }
  .pc-mgl-104 {
    margin-left: 104px;
  }
  .pc-mgl-105 {
    margin-left: 105px;
  }
  .pc-mgl-106 {
    margin-left: 106px;
  }
  .pc-mgl-107 {
    margin-left: 107px;
  }
  .pc-mgl-108 {
    margin-left: 108px;
  }
  .pc-mgl-109 {
    margin-left: 109px;
  }
  .pc-mgl-110 {
    margin-left: 110px;
  }
  .pc-mgl-111 {
    margin-left: 111px;
  }
  .pc-mgl-112 {
    margin-left: 112px;
  }
  .pc-mgl-113 {
    margin-left: 113px;
  }
  .pc-mgl-114 {
    margin-left: 114px;
  }
  .pc-mgl-115 {
    margin-left: 115px;
  }
  .pc-mgl-116 {
    margin-left: 116px;
  }
  .pc-mgl-117 {
    margin-left: 117px;
  }
  .pc-mgl-118 {
    margin-left: 118px;
  }
  .pc-mgl-119 {
    margin-left: 119px;
  }
  .pc-mgl-120 {
    margin-left: 120px;
  }
  .pc-mgl-121 {
    margin-left: 121px;
  }
  .pc-mgl-122 {
    margin-left: 122px;
  }
  .pc-mgl-123 {
    margin-left: 123px;
  }
  .pc-mgl-124 {
    margin-left: 124px;
  }
  .pc-mgl-125 {
    margin-left: 125px;
  }
  .pc-mgl-126 {
    margin-left: 126px;
  }
  .pc-mgl-127 {
    margin-left: 127px;
  }
  .pc-mgl-128 {
    margin-left: 128px;
  }
  .pc-mgl-129 {
    margin-left: 129px;
  }
  .pc-mgl-130 {
    margin-left: 130px;
  }
  .pc-mgl-131 {
    margin-left: 131px;
  }
  .pc-mgl-132 {
    margin-left: 132px;
  }
  .pc-mgl-133 {
    margin-left: 133px;
  }
  .pc-mgl-134 {
    margin-left: 134px;
  }
  .pc-mgl-135 {
    margin-left: 135px;
  }
  .pc-mgl-136 {
    margin-left: 136px;
  }
  .pc-mgl-137 {
    margin-left: 137px;
  }
  .pc-mgl-138 {
    margin-left: 138px;
  }
  .pc-mgl-139 {
    margin-left: 139px;
  }
  .pc-mgl-140 {
    margin-left: 140px;
  }
  .pc-mgl-141 {
    margin-left: 141px;
  }
  .pc-mgl-142 {
    margin-left: 142px;
  }
  .pc-mgl-143 {
    margin-left: 143px;
  }
  .pc-mgl-144 {
    margin-left: 144px;
  }
  .pc-mgl-145 {
    margin-left: 145px;
  }
  .pc-mgl-146 {
    margin-left: 146px;
  }
  .pc-mgl-147 {
    margin-left: 147px;
  }
  .pc-mgl-148 {
    margin-left: 148px;
  }
  .pc-mgl-149 {
    margin-left: 149px;
  }
  .pc-mgl-150 {
    margin-left: 150px;
  }
  .pc-mgl-151 {
    margin-left: 151px;
  }
  .pc-mgl-152 {
    margin-left: 152px;
  }
  .pc-mgl-153 {
    margin-left: 153px;
  }
  .pc-mgl-154 {
    margin-left: 154px;
  }
  .pc-mgl-155 {
    margin-left: 155px;
  }
  .pc-mgl-156 {
    margin-left: 156px;
  }
  .pc-mgl-157 {
    margin-left: 157px;
  }
  .pc-mgl-158 {
    margin-left: 158px;
  }
  .pc-mgl-159 {
    margin-left: 159px;
  }
  .pc-mgl-160 {
    margin-left: 160px;
  }
  .pc-mgl-161 {
    margin-left: 161px;
  }
  .pc-mgl-162 {
    margin-left: 162px;
  }
  .pc-mgl-163 {
    margin-left: 163px;
  }
  .pc-mgl-164 {
    margin-left: 164px;
  }
  .pc-mgl-165 {
    margin-left: 165px;
  }
  .pc-mgl-166 {
    margin-left: 166px;
  }
  .pc-mgl-167 {
    margin-left: 167px;
  }
  .pc-mgl-168 {
    margin-left: 168px;
  }
  .pc-mgl-169 {
    margin-left: 169px;
  }
  .pc-mgl-170 {
    margin-left: 170px;
  }
  .pc-mgl-171 {
    margin-left: 171px;
  }
  .pc-mgl-172 {
    margin-left: 172px;
  }
  .pc-mgl-173 {
    margin-left: 173px;
  }
  .pc-mgl-174 {
    margin-left: 174px;
  }
  .pc-mgl-175 {
    margin-left: 175px;
  }
  .pc-mgl-176 {
    margin-left: 176px;
  }
  .pc-mgl-177 {
    margin-left: 177px;
  }
  .pc-mgl-178 {
    margin-left: 178px;
  }
  .pc-mgl-179 {
    margin-left: 179px;
  }
  .pc-mgl-180 {
    margin-left: 180px;
  }
  .pc-mgl-181 {
    margin-left: 181px;
  }
  .pc-mgl-182 {
    margin-left: 182px;
  }
  .pc-mgl-183 {
    margin-left: 183px;
  }
  .pc-mgl-184 {
    margin-left: 184px;
  }
  .pc-mgl-185 {
    margin-left: 185px;
  }
  .pc-mgl-186 {
    margin-left: 186px;
  }
  .pc-mgl-187 {
    margin-left: 187px;
  }
  .pc-mgl-188 {
    margin-left: 188px;
  }
  .pc-mgl-189 {
    margin-left: 189px;
  }
  .pc-mgl-190 {
    margin-left: 190px;
  }
  .pc-mgl-191 {
    margin-left: 191px;
  }
  .pc-mgl-192 {
    margin-left: 192px;
  }
  .pc-mgl-193 {
    margin-left: 193px;
  }
  .pc-mgl-194 {
    margin-left: 194px;
  }
  .pc-mgl-195 {
    margin-left: 195px;
  }
  .pc-mgl-196 {
    margin-left: 196px;
  }
  .pc-mgl-197 {
    margin-left: 197px;
  }
  .pc-mgl-198 {
    margin-left: 198px;
  }
  .pc-mgl-199 {
    margin-left: 199px;
  }
  .pc-mgl-200 {
    margin-left: 200px;
  }
}
.sp-pdt-0 {
  padding-top: 0px;
}

.sp-pdt-1 {
  padding-top: 1px;
}

.sp-pdt-2 {
  padding-top: 2px;
}

.sp-pdt-3 {
  padding-top: 3px;
}

.sp-pdt-4 {
  padding-top: 4px;
}

.sp-pdt-5 {
  padding-top: 5px;
}

.sp-pdt-6 {
  padding-top: 6px;
}

.sp-pdt-7 {
  padding-top: 7px;
}

.sp-pdt-8 {
  padding-top: 8px;
}

.sp-pdt-9 {
  padding-top: 9px;
}

.sp-pdt-10 {
  padding-top: 10px;
}

.sp-pdt-11 {
  padding-top: 11px;
}

.sp-pdt-12 {
  padding-top: 12px;
}

.sp-pdt-13 {
  padding-top: 13px;
}

.sp-pdt-14 {
  padding-top: 14px;
}

.sp-pdt-15 {
  padding-top: 15px;
}

.sp-pdt-16 {
  padding-top: 16px;
}

.sp-pdt-17 {
  padding-top: 17px;
}

.sp-pdt-18 {
  padding-top: 18px;
}

.sp-pdt-19 {
  padding-top: 19px;
}

.sp-pdt-20 {
  padding-top: 20px;
}

.sp-pdt-21 {
  padding-top: 21px;
}

.sp-pdt-22 {
  padding-top: 22px;
}

.sp-pdt-23 {
  padding-top: 23px;
}

.sp-pdt-24 {
  padding-top: 24px;
}

.sp-pdt-25 {
  padding-top: 25px;
}

.sp-pdt-26 {
  padding-top: 26px;
}

.sp-pdt-27 {
  padding-top: 27px;
}

.sp-pdt-28 {
  padding-top: 28px;
}

.sp-pdt-29 {
  padding-top: 29px;
}

.sp-pdt-30 {
  padding-top: 30px;
}

.sp-pdt-31 {
  padding-top: 31px;
}

.sp-pdt-32 {
  padding-top: 32px;
}

.sp-pdt-33 {
  padding-top: 33px;
}

.sp-pdt-34 {
  padding-top: 34px;
}

.sp-pdt-35 {
  padding-top: 35px;
}

.sp-pdt-36 {
  padding-top: 36px;
}

.sp-pdt-37 {
  padding-top: 37px;
}

.sp-pdt-38 {
  padding-top: 38px;
}

.sp-pdt-39 {
  padding-top: 39px;
}

.sp-pdt-40 {
  padding-top: 40px;
}

.sp-pdt-41 {
  padding-top: 41px;
}

.sp-pdt-42 {
  padding-top: 42px;
}

.sp-pdt-43 {
  padding-top: 43px;
}

.sp-pdt-44 {
  padding-top: 44px;
}

.sp-pdt-45 {
  padding-top: 45px;
}

.sp-pdt-46 {
  padding-top: 46px;
}

.sp-pdt-47 {
  padding-top: 47px;
}

.sp-pdt-48 {
  padding-top: 48px;
}

.sp-pdt-49 {
  padding-top: 49px;
}

.sp-pdt-50 {
  padding-top: 50px;
}

.sp-pdt-51 {
  padding-top: 51px;
}

.sp-pdt-52 {
  padding-top: 52px;
}

.sp-pdt-53 {
  padding-top: 53px;
}

.sp-pdt-54 {
  padding-top: 54px;
}

.sp-pdt-55 {
  padding-top: 55px;
}

.sp-pdt-56 {
  padding-top: 56px;
}

.sp-pdt-57 {
  padding-top: 57px;
}

.sp-pdt-58 {
  padding-top: 58px;
}

.sp-pdt-59 {
  padding-top: 59px;
}

.sp-pdt-60 {
  padding-top: 60px;
}

.sp-pdt-61 {
  padding-top: 61px;
}

.sp-pdt-62 {
  padding-top: 62px;
}

.sp-pdt-63 {
  padding-top: 63px;
}

.sp-pdt-64 {
  padding-top: 64px;
}

.sp-pdt-65 {
  padding-top: 65px;
}

.sp-pdt-66 {
  padding-top: 66px;
}

.sp-pdt-67 {
  padding-top: 67px;
}

.sp-pdt-68 {
  padding-top: 68px;
}

.sp-pdt-69 {
  padding-top: 69px;
}

.sp-pdt-70 {
  padding-top: 70px;
}

.sp-pdt-71 {
  padding-top: 71px;
}

.sp-pdt-72 {
  padding-top: 72px;
}

.sp-pdt-73 {
  padding-top: 73px;
}

.sp-pdt-74 {
  padding-top: 74px;
}

.sp-pdt-75 {
  padding-top: 75px;
}

.sp-pdt-76 {
  padding-top: 76px;
}

.sp-pdt-77 {
  padding-top: 77px;
}

.sp-pdt-78 {
  padding-top: 78px;
}

.sp-pdt-79 {
  padding-top: 79px;
}

.sp-pdt-80 {
  padding-top: 80px;
}

.sp-pdt-81 {
  padding-top: 81px;
}

.sp-pdt-82 {
  padding-top: 82px;
}

.sp-pdt-83 {
  padding-top: 83px;
}

.sp-pdt-84 {
  padding-top: 84px;
}

.sp-pdt-85 {
  padding-top: 85px;
}

.sp-pdt-86 {
  padding-top: 86px;
}

.sp-pdt-87 {
  padding-top: 87px;
}

.sp-pdt-88 {
  padding-top: 88px;
}

.sp-pdt-89 {
  padding-top: 89px;
}

.sp-pdt-90 {
  padding-top: 90px;
}

.sp-pdt-91 {
  padding-top: 91px;
}

.sp-pdt-92 {
  padding-top: 92px;
}

.sp-pdt-93 {
  padding-top: 93px;
}

.sp-pdt-94 {
  padding-top: 94px;
}

.sp-pdt-95 {
  padding-top: 95px;
}

.sp-pdt-96 {
  padding-top: 96px;
}

.sp-pdt-97 {
  padding-top: 97px;
}

.sp-pdt-98 {
  padding-top: 98px;
}

.sp-pdt-99 {
  padding-top: 99px;
}

.sp-pdt-100 {
  padding-top: 100px;
}

.sp-pdt-101 {
  padding-top: 101px;
}

.sp-pdt-102 {
  padding-top: 102px;
}

.sp-pdt-103 {
  padding-top: 103px;
}

.sp-pdt-104 {
  padding-top: 104px;
}

.sp-pdt-105 {
  padding-top: 105px;
}

.sp-pdt-106 {
  padding-top: 106px;
}

.sp-pdt-107 {
  padding-top: 107px;
}

.sp-pdt-108 {
  padding-top: 108px;
}

.sp-pdt-109 {
  padding-top: 109px;
}

.sp-pdt-110 {
  padding-top: 110px;
}

.sp-pdt-111 {
  padding-top: 111px;
}

.sp-pdt-112 {
  padding-top: 112px;
}

.sp-pdt-113 {
  padding-top: 113px;
}

.sp-pdt-114 {
  padding-top: 114px;
}

.sp-pdt-115 {
  padding-top: 115px;
}

.sp-pdt-116 {
  padding-top: 116px;
}

.sp-pdt-117 {
  padding-top: 117px;
}

.sp-pdt-118 {
  padding-top: 118px;
}

.sp-pdt-119 {
  padding-top: 119px;
}

.sp-pdt-120 {
  padding-top: 120px;
}

.sp-pdt-121 {
  padding-top: 121px;
}

.sp-pdt-122 {
  padding-top: 122px;
}

.sp-pdt-123 {
  padding-top: 123px;
}

.sp-pdt-124 {
  padding-top: 124px;
}

.sp-pdt-125 {
  padding-top: 125px;
}

.sp-pdt-126 {
  padding-top: 126px;
}

.sp-pdt-127 {
  padding-top: 127px;
}

.sp-pdt-128 {
  padding-top: 128px;
}

.sp-pdt-129 {
  padding-top: 129px;
}

.sp-pdt-130 {
  padding-top: 130px;
}

.sp-pdt-131 {
  padding-top: 131px;
}

.sp-pdt-132 {
  padding-top: 132px;
}

.sp-pdt-133 {
  padding-top: 133px;
}

.sp-pdt-134 {
  padding-top: 134px;
}

.sp-pdt-135 {
  padding-top: 135px;
}

.sp-pdt-136 {
  padding-top: 136px;
}

.sp-pdt-137 {
  padding-top: 137px;
}

.sp-pdt-138 {
  padding-top: 138px;
}

.sp-pdt-139 {
  padding-top: 139px;
}

.sp-pdt-140 {
  padding-top: 140px;
}

.sp-pdt-141 {
  padding-top: 141px;
}

.sp-pdt-142 {
  padding-top: 142px;
}

.sp-pdt-143 {
  padding-top: 143px;
}

.sp-pdt-144 {
  padding-top: 144px;
}

.sp-pdt-145 {
  padding-top: 145px;
}

.sp-pdt-146 {
  padding-top: 146px;
}

.sp-pdt-147 {
  padding-top: 147px;
}

.sp-pdt-148 {
  padding-top: 148px;
}

.sp-pdt-149 {
  padding-top: 149px;
}

.sp-pdt-150 {
  padding-top: 150px;
}

.sp-pdt-151 {
  padding-top: 151px;
}

.sp-pdt-152 {
  padding-top: 152px;
}

.sp-pdt-153 {
  padding-top: 153px;
}

.sp-pdt-154 {
  padding-top: 154px;
}

.sp-pdt-155 {
  padding-top: 155px;
}

.sp-pdt-156 {
  padding-top: 156px;
}

.sp-pdt-157 {
  padding-top: 157px;
}

.sp-pdt-158 {
  padding-top: 158px;
}

.sp-pdt-159 {
  padding-top: 159px;
}

.sp-pdt-160 {
  padding-top: 160px;
}

.sp-pdt-161 {
  padding-top: 161px;
}

.sp-pdt-162 {
  padding-top: 162px;
}

.sp-pdt-163 {
  padding-top: 163px;
}

.sp-pdt-164 {
  padding-top: 164px;
}

.sp-pdt-165 {
  padding-top: 165px;
}

.sp-pdt-166 {
  padding-top: 166px;
}

.sp-pdt-167 {
  padding-top: 167px;
}

.sp-pdt-168 {
  padding-top: 168px;
}

.sp-pdt-169 {
  padding-top: 169px;
}

.sp-pdt-170 {
  padding-top: 170px;
}

.sp-pdt-171 {
  padding-top: 171px;
}

.sp-pdt-172 {
  padding-top: 172px;
}

.sp-pdt-173 {
  padding-top: 173px;
}

.sp-pdt-174 {
  padding-top: 174px;
}

.sp-pdt-175 {
  padding-top: 175px;
}

.sp-pdt-176 {
  padding-top: 176px;
}

.sp-pdt-177 {
  padding-top: 177px;
}

.sp-pdt-178 {
  padding-top: 178px;
}

.sp-pdt-179 {
  padding-top: 179px;
}

.sp-pdt-180 {
  padding-top: 180px;
}

.sp-pdt-181 {
  padding-top: 181px;
}

.sp-pdt-182 {
  padding-top: 182px;
}

.sp-pdt-183 {
  padding-top: 183px;
}

.sp-pdt-184 {
  padding-top: 184px;
}

.sp-pdt-185 {
  padding-top: 185px;
}

.sp-pdt-186 {
  padding-top: 186px;
}

.sp-pdt-187 {
  padding-top: 187px;
}

.sp-pdt-188 {
  padding-top: 188px;
}

.sp-pdt-189 {
  padding-top: 189px;
}

.sp-pdt-190 {
  padding-top: 190px;
}

.sp-pdt-191 {
  padding-top: 191px;
}

.sp-pdt-192 {
  padding-top: 192px;
}

.sp-pdt-193 {
  padding-top: 193px;
}

.sp-pdt-194 {
  padding-top: 194px;
}

.sp-pdt-195 {
  padding-top: 195px;
}

.sp-pdt-196 {
  padding-top: 196px;
}

.sp-pdt-197 {
  padding-top: 197px;
}

.sp-pdt-198 {
  padding-top: 198px;
}

.sp-pdt-199 {
  padding-top: 199px;
}

.sp-pdt-200 {
  padding-top: 200px;
}

.sp-pdb-0 {
  padding-bottom: 0px;
}

.sp-pdb-1 {
  padding-bottom: 1px;
}

.sp-pdb-2 {
  padding-bottom: 2px;
}

.sp-pdb-3 {
  padding-bottom: 3px;
}

.sp-pdb-4 {
  padding-bottom: 4px;
}

.sp-pdb-5 {
  padding-bottom: 5px;
}

.sp-pdb-6 {
  padding-bottom: 6px;
}

.sp-pdb-7 {
  padding-bottom: 7px;
}

.sp-pdb-8 {
  padding-bottom: 8px;
}

.sp-pdb-9 {
  padding-bottom: 9px;
}

.sp-pdb-10 {
  padding-bottom: 10px;
}

.sp-pdb-11 {
  padding-bottom: 11px;
}

.sp-pdb-12 {
  padding-bottom: 12px;
}

.sp-pdb-13 {
  padding-bottom: 13px;
}

.sp-pdb-14 {
  padding-bottom: 14px;
}

.sp-pdb-15 {
  padding-bottom: 15px;
}

.sp-pdb-16 {
  padding-bottom: 16px;
}

.sp-pdb-17 {
  padding-bottom: 17px;
}

.sp-pdb-18 {
  padding-bottom: 18px;
}

.sp-pdb-19 {
  padding-bottom: 19px;
}

.sp-pdb-20 {
  padding-bottom: 20px;
}

.sp-pdb-21 {
  padding-bottom: 21px;
}

.sp-pdb-22 {
  padding-bottom: 22px;
}

.sp-pdb-23 {
  padding-bottom: 23px;
}

.sp-pdb-24 {
  padding-bottom: 24px;
}

.sp-pdb-25 {
  padding-bottom: 25px;
}

.sp-pdb-26 {
  padding-bottom: 26px;
}

.sp-pdb-27 {
  padding-bottom: 27px;
}

.sp-pdb-28 {
  padding-bottom: 28px;
}

.sp-pdb-29 {
  padding-bottom: 29px;
}

.sp-pdb-30 {
  padding-bottom: 30px;
}

.sp-pdb-31 {
  padding-bottom: 31px;
}

.sp-pdb-32 {
  padding-bottom: 32px;
}

.sp-pdb-33 {
  padding-bottom: 33px;
}

.sp-pdb-34 {
  padding-bottom: 34px;
}

.sp-pdb-35 {
  padding-bottom: 35px;
}

.sp-pdb-36 {
  padding-bottom: 36px;
}

.sp-pdb-37 {
  padding-bottom: 37px;
}

.sp-pdb-38 {
  padding-bottom: 38px;
}

.sp-pdb-39 {
  padding-bottom: 39px;
}

.sp-pdb-40 {
  padding-bottom: 40px;
}

.sp-pdb-41 {
  padding-bottom: 41px;
}

.sp-pdb-42 {
  padding-bottom: 42px;
}

.sp-pdb-43 {
  padding-bottom: 43px;
}

.sp-pdb-44 {
  padding-bottom: 44px;
}

.sp-pdb-45 {
  padding-bottom: 45px;
}

.sp-pdb-46 {
  padding-bottom: 46px;
}

.sp-pdb-47 {
  padding-bottom: 47px;
}

.sp-pdb-48 {
  padding-bottom: 48px;
}

.sp-pdb-49 {
  padding-bottom: 49px;
}

.sp-pdb-50 {
  padding-bottom: 50px;
}

.sp-pdb-51 {
  padding-bottom: 51px;
}

.sp-pdb-52 {
  padding-bottom: 52px;
}

.sp-pdb-53 {
  padding-bottom: 53px;
}

.sp-pdb-54 {
  padding-bottom: 54px;
}

.sp-pdb-55 {
  padding-bottom: 55px;
}

.sp-pdb-56 {
  padding-bottom: 56px;
}

.sp-pdb-57 {
  padding-bottom: 57px;
}

.sp-pdb-58 {
  padding-bottom: 58px;
}

.sp-pdb-59 {
  padding-bottom: 59px;
}

.sp-pdb-60 {
  padding-bottom: 60px;
}

.sp-pdb-61 {
  padding-bottom: 61px;
}

.sp-pdb-62 {
  padding-bottom: 62px;
}

.sp-pdb-63 {
  padding-bottom: 63px;
}

.sp-pdb-64 {
  padding-bottom: 64px;
}

.sp-pdb-65 {
  padding-bottom: 65px;
}

.sp-pdb-66 {
  padding-bottom: 66px;
}

.sp-pdb-67 {
  padding-bottom: 67px;
}

.sp-pdb-68 {
  padding-bottom: 68px;
}

.sp-pdb-69 {
  padding-bottom: 69px;
}

.sp-pdb-70 {
  padding-bottom: 70px;
}

.sp-pdb-71 {
  padding-bottom: 71px;
}

.sp-pdb-72 {
  padding-bottom: 72px;
}

.sp-pdb-73 {
  padding-bottom: 73px;
}

.sp-pdb-74 {
  padding-bottom: 74px;
}

.sp-pdb-75 {
  padding-bottom: 75px;
}

.sp-pdb-76 {
  padding-bottom: 76px;
}

.sp-pdb-77 {
  padding-bottom: 77px;
}

.sp-pdb-78 {
  padding-bottom: 78px;
}

.sp-pdb-79 {
  padding-bottom: 79px;
}

.sp-pdb-80 {
  padding-bottom: 80px;
}

.sp-pdb-81 {
  padding-bottom: 81px;
}

.sp-pdb-82 {
  padding-bottom: 82px;
}

.sp-pdb-83 {
  padding-bottom: 83px;
}

.sp-pdb-84 {
  padding-bottom: 84px;
}

.sp-pdb-85 {
  padding-bottom: 85px;
}

.sp-pdb-86 {
  padding-bottom: 86px;
}

.sp-pdb-87 {
  padding-bottom: 87px;
}

.sp-pdb-88 {
  padding-bottom: 88px;
}

.sp-pdb-89 {
  padding-bottom: 89px;
}

.sp-pdb-90 {
  padding-bottom: 90px;
}

.sp-pdb-91 {
  padding-bottom: 91px;
}

.sp-pdb-92 {
  padding-bottom: 92px;
}

.sp-pdb-93 {
  padding-bottom: 93px;
}

.sp-pdb-94 {
  padding-bottom: 94px;
}

.sp-pdb-95 {
  padding-bottom: 95px;
}

.sp-pdb-96 {
  padding-bottom: 96px;
}

.sp-pdb-97 {
  padding-bottom: 97px;
}

.sp-pdb-98 {
  padding-bottom: 98px;
}

.sp-pdb-99 {
  padding-bottom: 99px;
}

.sp-pdb-100 {
  padding-bottom: 100px;
}

.sp-pdb-101 {
  padding-bottom: 101px;
}

.sp-pdb-102 {
  padding-bottom: 102px;
}

.sp-pdb-103 {
  padding-bottom: 103px;
}

.sp-pdb-104 {
  padding-bottom: 104px;
}

.sp-pdb-105 {
  padding-bottom: 105px;
}

.sp-pdb-106 {
  padding-bottom: 106px;
}

.sp-pdb-107 {
  padding-bottom: 107px;
}

.sp-pdb-108 {
  padding-bottom: 108px;
}

.sp-pdb-109 {
  padding-bottom: 109px;
}

.sp-pdb-110 {
  padding-bottom: 110px;
}

.sp-pdb-111 {
  padding-bottom: 111px;
}

.sp-pdb-112 {
  padding-bottom: 112px;
}

.sp-pdb-113 {
  padding-bottom: 113px;
}

.sp-pdb-114 {
  padding-bottom: 114px;
}

.sp-pdb-115 {
  padding-bottom: 115px;
}

.sp-pdb-116 {
  padding-bottom: 116px;
}

.sp-pdb-117 {
  padding-bottom: 117px;
}

.sp-pdb-118 {
  padding-bottom: 118px;
}

.sp-pdb-119 {
  padding-bottom: 119px;
}

.sp-pdb-120 {
  padding-bottom: 120px;
}

.sp-pdb-121 {
  padding-bottom: 121px;
}

.sp-pdb-122 {
  padding-bottom: 122px;
}

.sp-pdb-123 {
  padding-bottom: 123px;
}

.sp-pdb-124 {
  padding-bottom: 124px;
}

.sp-pdb-125 {
  padding-bottom: 125px;
}

.sp-pdb-126 {
  padding-bottom: 126px;
}

.sp-pdb-127 {
  padding-bottom: 127px;
}

.sp-pdb-128 {
  padding-bottom: 128px;
}

.sp-pdb-129 {
  padding-bottom: 129px;
}

.sp-pdb-130 {
  padding-bottom: 130px;
}

.sp-pdb-131 {
  padding-bottom: 131px;
}

.sp-pdb-132 {
  padding-bottom: 132px;
}

.sp-pdb-133 {
  padding-bottom: 133px;
}

.sp-pdb-134 {
  padding-bottom: 134px;
}

.sp-pdb-135 {
  padding-bottom: 135px;
}

.sp-pdb-136 {
  padding-bottom: 136px;
}

.sp-pdb-137 {
  padding-bottom: 137px;
}

.sp-pdb-138 {
  padding-bottom: 138px;
}

.sp-pdb-139 {
  padding-bottom: 139px;
}

.sp-pdb-140 {
  padding-bottom: 140px;
}

.sp-pdb-141 {
  padding-bottom: 141px;
}

.sp-pdb-142 {
  padding-bottom: 142px;
}

.sp-pdb-143 {
  padding-bottom: 143px;
}

.sp-pdb-144 {
  padding-bottom: 144px;
}

.sp-pdb-145 {
  padding-bottom: 145px;
}

.sp-pdb-146 {
  padding-bottom: 146px;
}

.sp-pdb-147 {
  padding-bottom: 147px;
}

.sp-pdb-148 {
  padding-bottom: 148px;
}

.sp-pdb-149 {
  padding-bottom: 149px;
}

.sp-pdb-150 {
  padding-bottom: 150px;
}

.sp-pdb-151 {
  padding-bottom: 151px;
}

.sp-pdb-152 {
  padding-bottom: 152px;
}

.sp-pdb-153 {
  padding-bottom: 153px;
}

.sp-pdb-154 {
  padding-bottom: 154px;
}

.sp-pdb-155 {
  padding-bottom: 155px;
}

.sp-pdb-156 {
  padding-bottom: 156px;
}

.sp-pdb-157 {
  padding-bottom: 157px;
}

.sp-pdb-158 {
  padding-bottom: 158px;
}

.sp-pdb-159 {
  padding-bottom: 159px;
}

.sp-pdb-160 {
  padding-bottom: 160px;
}

.sp-pdb-161 {
  padding-bottom: 161px;
}

.sp-pdb-162 {
  padding-bottom: 162px;
}

.sp-pdb-163 {
  padding-bottom: 163px;
}

.sp-pdb-164 {
  padding-bottom: 164px;
}

.sp-pdb-165 {
  padding-bottom: 165px;
}

.sp-pdb-166 {
  padding-bottom: 166px;
}

.sp-pdb-167 {
  padding-bottom: 167px;
}

.sp-pdb-168 {
  padding-bottom: 168px;
}

.sp-pdb-169 {
  padding-bottom: 169px;
}

.sp-pdb-170 {
  padding-bottom: 170px;
}

.sp-pdb-171 {
  padding-bottom: 171px;
}

.sp-pdb-172 {
  padding-bottom: 172px;
}

.sp-pdb-173 {
  padding-bottom: 173px;
}

.sp-pdb-174 {
  padding-bottom: 174px;
}

.sp-pdb-175 {
  padding-bottom: 175px;
}

.sp-pdb-176 {
  padding-bottom: 176px;
}

.sp-pdb-177 {
  padding-bottom: 177px;
}

.sp-pdb-178 {
  padding-bottom: 178px;
}

.sp-pdb-179 {
  padding-bottom: 179px;
}

.sp-pdb-180 {
  padding-bottom: 180px;
}

.sp-pdb-181 {
  padding-bottom: 181px;
}

.sp-pdb-182 {
  padding-bottom: 182px;
}

.sp-pdb-183 {
  padding-bottom: 183px;
}

.sp-pdb-184 {
  padding-bottom: 184px;
}

.sp-pdb-185 {
  padding-bottom: 185px;
}

.sp-pdb-186 {
  padding-bottom: 186px;
}

.sp-pdb-187 {
  padding-bottom: 187px;
}

.sp-pdb-188 {
  padding-bottom: 188px;
}

.sp-pdb-189 {
  padding-bottom: 189px;
}

.sp-pdb-190 {
  padding-bottom: 190px;
}

.sp-pdb-191 {
  padding-bottom: 191px;
}

.sp-pdb-192 {
  padding-bottom: 192px;
}

.sp-pdb-193 {
  padding-bottom: 193px;
}

.sp-pdb-194 {
  padding-bottom: 194px;
}

.sp-pdb-195 {
  padding-bottom: 195px;
}

.sp-pdb-196 {
  padding-bottom: 196px;
}

.sp-pdb-197 {
  padding-bottom: 197px;
}

.sp-pdb-198 {
  padding-bottom: 198px;
}

.sp-pdb-199 {
  padding-bottom: 199px;
}

.sp-pdb-200 {
  padding-bottom: 200px;
}

.sp-pdr-0 {
  padding-right: 0px;
}

.sp-pdr-1 {
  padding-right: 1px;
}

.sp-pdr-2 {
  padding-right: 2px;
}

.sp-pdr-3 {
  padding-right: 3px;
}

.sp-pdr-4 {
  padding-right: 4px;
}

.sp-pdr-5 {
  padding-right: 5px;
}

.sp-pdr-6 {
  padding-right: 6px;
}

.sp-pdr-7 {
  padding-right: 7px;
}

.sp-pdr-8 {
  padding-right: 8px;
}

.sp-pdr-9 {
  padding-right: 9px;
}

.sp-pdr-10 {
  padding-right: 10px;
}

.sp-pdr-11 {
  padding-right: 11px;
}

.sp-pdr-12 {
  padding-right: 12px;
}

.sp-pdr-13 {
  padding-right: 13px;
}

.sp-pdr-14 {
  padding-right: 14px;
}

.sp-pdr-15 {
  padding-right: 15px;
}

.sp-pdr-16 {
  padding-right: 16px;
}

.sp-pdr-17 {
  padding-right: 17px;
}

.sp-pdr-18 {
  padding-right: 18px;
}

.sp-pdr-19 {
  padding-right: 19px;
}

.sp-pdr-20 {
  padding-right: 20px;
}

.sp-pdr-21 {
  padding-right: 21px;
}

.sp-pdr-22 {
  padding-right: 22px;
}

.sp-pdr-23 {
  padding-right: 23px;
}

.sp-pdr-24 {
  padding-right: 24px;
}

.sp-pdr-25 {
  padding-right: 25px;
}

.sp-pdr-26 {
  padding-right: 26px;
}

.sp-pdr-27 {
  padding-right: 27px;
}

.sp-pdr-28 {
  padding-right: 28px;
}

.sp-pdr-29 {
  padding-right: 29px;
}

.sp-pdr-30 {
  padding-right: 30px;
}

.sp-pdr-31 {
  padding-right: 31px;
}

.sp-pdr-32 {
  padding-right: 32px;
}

.sp-pdr-33 {
  padding-right: 33px;
}

.sp-pdr-34 {
  padding-right: 34px;
}

.sp-pdr-35 {
  padding-right: 35px;
}

.sp-pdr-36 {
  padding-right: 36px;
}

.sp-pdr-37 {
  padding-right: 37px;
}

.sp-pdr-38 {
  padding-right: 38px;
}

.sp-pdr-39 {
  padding-right: 39px;
}

.sp-pdr-40 {
  padding-right: 40px;
}

.sp-pdr-41 {
  padding-right: 41px;
}

.sp-pdr-42 {
  padding-right: 42px;
}

.sp-pdr-43 {
  padding-right: 43px;
}

.sp-pdr-44 {
  padding-right: 44px;
}

.sp-pdr-45 {
  padding-right: 45px;
}

.sp-pdr-46 {
  padding-right: 46px;
}

.sp-pdr-47 {
  padding-right: 47px;
}

.sp-pdr-48 {
  padding-right: 48px;
}

.sp-pdr-49 {
  padding-right: 49px;
}

.sp-pdr-50 {
  padding-right: 50px;
}

.sp-pdr-51 {
  padding-right: 51px;
}

.sp-pdr-52 {
  padding-right: 52px;
}

.sp-pdr-53 {
  padding-right: 53px;
}

.sp-pdr-54 {
  padding-right: 54px;
}

.sp-pdr-55 {
  padding-right: 55px;
}

.sp-pdr-56 {
  padding-right: 56px;
}

.sp-pdr-57 {
  padding-right: 57px;
}

.sp-pdr-58 {
  padding-right: 58px;
}

.sp-pdr-59 {
  padding-right: 59px;
}

.sp-pdr-60 {
  padding-right: 60px;
}

.sp-pdr-61 {
  padding-right: 61px;
}

.sp-pdr-62 {
  padding-right: 62px;
}

.sp-pdr-63 {
  padding-right: 63px;
}

.sp-pdr-64 {
  padding-right: 64px;
}

.sp-pdr-65 {
  padding-right: 65px;
}

.sp-pdr-66 {
  padding-right: 66px;
}

.sp-pdr-67 {
  padding-right: 67px;
}

.sp-pdr-68 {
  padding-right: 68px;
}

.sp-pdr-69 {
  padding-right: 69px;
}

.sp-pdr-70 {
  padding-right: 70px;
}

.sp-pdr-71 {
  padding-right: 71px;
}

.sp-pdr-72 {
  padding-right: 72px;
}

.sp-pdr-73 {
  padding-right: 73px;
}

.sp-pdr-74 {
  padding-right: 74px;
}

.sp-pdr-75 {
  padding-right: 75px;
}

.sp-pdr-76 {
  padding-right: 76px;
}

.sp-pdr-77 {
  padding-right: 77px;
}

.sp-pdr-78 {
  padding-right: 78px;
}

.sp-pdr-79 {
  padding-right: 79px;
}

.sp-pdr-80 {
  padding-right: 80px;
}

.sp-pdr-81 {
  padding-right: 81px;
}

.sp-pdr-82 {
  padding-right: 82px;
}

.sp-pdr-83 {
  padding-right: 83px;
}

.sp-pdr-84 {
  padding-right: 84px;
}

.sp-pdr-85 {
  padding-right: 85px;
}

.sp-pdr-86 {
  padding-right: 86px;
}

.sp-pdr-87 {
  padding-right: 87px;
}

.sp-pdr-88 {
  padding-right: 88px;
}

.sp-pdr-89 {
  padding-right: 89px;
}

.sp-pdr-90 {
  padding-right: 90px;
}

.sp-pdr-91 {
  padding-right: 91px;
}

.sp-pdr-92 {
  padding-right: 92px;
}

.sp-pdr-93 {
  padding-right: 93px;
}

.sp-pdr-94 {
  padding-right: 94px;
}

.sp-pdr-95 {
  padding-right: 95px;
}

.sp-pdr-96 {
  padding-right: 96px;
}

.sp-pdr-97 {
  padding-right: 97px;
}

.sp-pdr-98 {
  padding-right: 98px;
}

.sp-pdr-99 {
  padding-right: 99px;
}

.sp-pdr-100 {
  padding-right: 100px;
}

.sp-pdr-101 {
  padding-right: 101px;
}

.sp-pdr-102 {
  padding-right: 102px;
}

.sp-pdr-103 {
  padding-right: 103px;
}

.sp-pdr-104 {
  padding-right: 104px;
}

.sp-pdr-105 {
  padding-right: 105px;
}

.sp-pdr-106 {
  padding-right: 106px;
}

.sp-pdr-107 {
  padding-right: 107px;
}

.sp-pdr-108 {
  padding-right: 108px;
}

.sp-pdr-109 {
  padding-right: 109px;
}

.sp-pdr-110 {
  padding-right: 110px;
}

.sp-pdr-111 {
  padding-right: 111px;
}

.sp-pdr-112 {
  padding-right: 112px;
}

.sp-pdr-113 {
  padding-right: 113px;
}

.sp-pdr-114 {
  padding-right: 114px;
}

.sp-pdr-115 {
  padding-right: 115px;
}

.sp-pdr-116 {
  padding-right: 116px;
}

.sp-pdr-117 {
  padding-right: 117px;
}

.sp-pdr-118 {
  padding-right: 118px;
}

.sp-pdr-119 {
  padding-right: 119px;
}

.sp-pdr-120 {
  padding-right: 120px;
}

.sp-pdr-121 {
  padding-right: 121px;
}

.sp-pdr-122 {
  padding-right: 122px;
}

.sp-pdr-123 {
  padding-right: 123px;
}

.sp-pdr-124 {
  padding-right: 124px;
}

.sp-pdr-125 {
  padding-right: 125px;
}

.sp-pdr-126 {
  padding-right: 126px;
}

.sp-pdr-127 {
  padding-right: 127px;
}

.sp-pdr-128 {
  padding-right: 128px;
}

.sp-pdr-129 {
  padding-right: 129px;
}

.sp-pdr-130 {
  padding-right: 130px;
}

.sp-pdr-131 {
  padding-right: 131px;
}

.sp-pdr-132 {
  padding-right: 132px;
}

.sp-pdr-133 {
  padding-right: 133px;
}

.sp-pdr-134 {
  padding-right: 134px;
}

.sp-pdr-135 {
  padding-right: 135px;
}

.sp-pdr-136 {
  padding-right: 136px;
}

.sp-pdr-137 {
  padding-right: 137px;
}

.sp-pdr-138 {
  padding-right: 138px;
}

.sp-pdr-139 {
  padding-right: 139px;
}

.sp-pdr-140 {
  padding-right: 140px;
}

.sp-pdr-141 {
  padding-right: 141px;
}

.sp-pdr-142 {
  padding-right: 142px;
}

.sp-pdr-143 {
  padding-right: 143px;
}

.sp-pdr-144 {
  padding-right: 144px;
}

.sp-pdr-145 {
  padding-right: 145px;
}

.sp-pdr-146 {
  padding-right: 146px;
}

.sp-pdr-147 {
  padding-right: 147px;
}

.sp-pdr-148 {
  padding-right: 148px;
}

.sp-pdr-149 {
  padding-right: 149px;
}

.sp-pdr-150 {
  padding-right: 150px;
}

.sp-pdr-151 {
  padding-right: 151px;
}

.sp-pdr-152 {
  padding-right: 152px;
}

.sp-pdr-153 {
  padding-right: 153px;
}

.sp-pdr-154 {
  padding-right: 154px;
}

.sp-pdr-155 {
  padding-right: 155px;
}

.sp-pdr-156 {
  padding-right: 156px;
}

.sp-pdr-157 {
  padding-right: 157px;
}

.sp-pdr-158 {
  padding-right: 158px;
}

.sp-pdr-159 {
  padding-right: 159px;
}

.sp-pdr-160 {
  padding-right: 160px;
}

.sp-pdr-161 {
  padding-right: 161px;
}

.sp-pdr-162 {
  padding-right: 162px;
}

.sp-pdr-163 {
  padding-right: 163px;
}

.sp-pdr-164 {
  padding-right: 164px;
}

.sp-pdr-165 {
  padding-right: 165px;
}

.sp-pdr-166 {
  padding-right: 166px;
}

.sp-pdr-167 {
  padding-right: 167px;
}

.sp-pdr-168 {
  padding-right: 168px;
}

.sp-pdr-169 {
  padding-right: 169px;
}

.sp-pdr-170 {
  padding-right: 170px;
}

.sp-pdr-171 {
  padding-right: 171px;
}

.sp-pdr-172 {
  padding-right: 172px;
}

.sp-pdr-173 {
  padding-right: 173px;
}

.sp-pdr-174 {
  padding-right: 174px;
}

.sp-pdr-175 {
  padding-right: 175px;
}

.sp-pdr-176 {
  padding-right: 176px;
}

.sp-pdr-177 {
  padding-right: 177px;
}

.sp-pdr-178 {
  padding-right: 178px;
}

.sp-pdr-179 {
  padding-right: 179px;
}

.sp-pdr-180 {
  padding-right: 180px;
}

.sp-pdr-181 {
  padding-right: 181px;
}

.sp-pdr-182 {
  padding-right: 182px;
}

.sp-pdr-183 {
  padding-right: 183px;
}

.sp-pdr-184 {
  padding-right: 184px;
}

.sp-pdr-185 {
  padding-right: 185px;
}

.sp-pdr-186 {
  padding-right: 186px;
}

.sp-pdr-187 {
  padding-right: 187px;
}

.sp-pdr-188 {
  padding-right: 188px;
}

.sp-pdr-189 {
  padding-right: 189px;
}

.sp-pdr-190 {
  padding-right: 190px;
}

.sp-pdr-191 {
  padding-right: 191px;
}

.sp-pdr-192 {
  padding-right: 192px;
}

.sp-pdr-193 {
  padding-right: 193px;
}

.sp-pdr-194 {
  padding-right: 194px;
}

.sp-pdr-195 {
  padding-right: 195px;
}

.sp-pdr-196 {
  padding-right: 196px;
}

.sp-pdr-197 {
  padding-right: 197px;
}

.sp-pdr-198 {
  padding-right: 198px;
}

.sp-pdr-199 {
  padding-right: 199px;
}

.sp-pdr-200 {
  padding-right: 200px;
}

.sp-pdl-0 {
  padding-left: 0px;
}

.sp-pdl-1 {
  padding-left: 1px;
}

.sp-pdl-2 {
  padding-left: 2px;
}

.sp-pdl-3 {
  padding-left: 3px;
}

.sp-pdl-4 {
  padding-left: 4px;
}

.sp-pdl-5 {
  padding-left: 5px;
}

.sp-pdl-6 {
  padding-left: 6px;
}

.sp-pdl-7 {
  padding-left: 7px;
}

.sp-pdl-8 {
  padding-left: 8px;
}

.sp-pdl-9 {
  padding-left: 9px;
}

.sp-pdl-10 {
  padding-left: 10px;
}

.sp-pdl-11 {
  padding-left: 11px;
}

.sp-pdl-12 {
  padding-left: 12px;
}

.sp-pdl-13 {
  padding-left: 13px;
}

.sp-pdl-14 {
  padding-left: 14px;
}

.sp-pdl-15 {
  padding-left: 15px;
}

.sp-pdl-16 {
  padding-left: 16px;
}

.sp-pdl-17 {
  padding-left: 17px;
}

.sp-pdl-18 {
  padding-left: 18px;
}

.sp-pdl-19 {
  padding-left: 19px;
}

.sp-pdl-20 {
  padding-left: 20px;
}

.sp-pdl-21 {
  padding-left: 21px;
}

.sp-pdl-22 {
  padding-left: 22px;
}

.sp-pdl-23 {
  padding-left: 23px;
}

.sp-pdl-24 {
  padding-left: 24px;
}

.sp-pdl-25 {
  padding-left: 25px;
}

.sp-pdl-26 {
  padding-left: 26px;
}

.sp-pdl-27 {
  padding-left: 27px;
}

.sp-pdl-28 {
  padding-left: 28px;
}

.sp-pdl-29 {
  padding-left: 29px;
}

.sp-pdl-30 {
  padding-left: 30px;
}

.sp-pdl-31 {
  padding-left: 31px;
}

.sp-pdl-32 {
  padding-left: 32px;
}

.sp-pdl-33 {
  padding-left: 33px;
}

.sp-pdl-34 {
  padding-left: 34px;
}

.sp-pdl-35 {
  padding-left: 35px;
}

.sp-pdl-36 {
  padding-left: 36px;
}

.sp-pdl-37 {
  padding-left: 37px;
}

.sp-pdl-38 {
  padding-left: 38px;
}

.sp-pdl-39 {
  padding-left: 39px;
}

.sp-pdl-40 {
  padding-left: 40px;
}

.sp-pdl-41 {
  padding-left: 41px;
}

.sp-pdl-42 {
  padding-left: 42px;
}

.sp-pdl-43 {
  padding-left: 43px;
}

.sp-pdl-44 {
  padding-left: 44px;
}

.sp-pdl-45 {
  padding-left: 45px;
}

.sp-pdl-46 {
  padding-left: 46px;
}

.sp-pdl-47 {
  padding-left: 47px;
}

.sp-pdl-48 {
  padding-left: 48px;
}

.sp-pdl-49 {
  padding-left: 49px;
}

.sp-pdl-50 {
  padding-left: 50px;
}

.sp-pdl-51 {
  padding-left: 51px;
}

.sp-pdl-52 {
  padding-left: 52px;
}

.sp-pdl-53 {
  padding-left: 53px;
}

.sp-pdl-54 {
  padding-left: 54px;
}

.sp-pdl-55 {
  padding-left: 55px;
}

.sp-pdl-56 {
  padding-left: 56px;
}

.sp-pdl-57 {
  padding-left: 57px;
}

.sp-pdl-58 {
  padding-left: 58px;
}

.sp-pdl-59 {
  padding-left: 59px;
}

.sp-pdl-60 {
  padding-left: 60px;
}

.sp-pdl-61 {
  padding-left: 61px;
}

.sp-pdl-62 {
  padding-left: 62px;
}

.sp-pdl-63 {
  padding-left: 63px;
}

.sp-pdl-64 {
  padding-left: 64px;
}

.sp-pdl-65 {
  padding-left: 65px;
}

.sp-pdl-66 {
  padding-left: 66px;
}

.sp-pdl-67 {
  padding-left: 67px;
}

.sp-pdl-68 {
  padding-left: 68px;
}

.sp-pdl-69 {
  padding-left: 69px;
}

.sp-pdl-70 {
  padding-left: 70px;
}

.sp-pdl-71 {
  padding-left: 71px;
}

.sp-pdl-72 {
  padding-left: 72px;
}

.sp-pdl-73 {
  padding-left: 73px;
}

.sp-pdl-74 {
  padding-left: 74px;
}

.sp-pdl-75 {
  padding-left: 75px;
}

.sp-pdl-76 {
  padding-left: 76px;
}

.sp-pdl-77 {
  padding-left: 77px;
}

.sp-pdl-78 {
  padding-left: 78px;
}

.sp-pdl-79 {
  padding-left: 79px;
}

.sp-pdl-80 {
  padding-left: 80px;
}

.sp-pdl-81 {
  padding-left: 81px;
}

.sp-pdl-82 {
  padding-left: 82px;
}

.sp-pdl-83 {
  padding-left: 83px;
}

.sp-pdl-84 {
  padding-left: 84px;
}

.sp-pdl-85 {
  padding-left: 85px;
}

.sp-pdl-86 {
  padding-left: 86px;
}

.sp-pdl-87 {
  padding-left: 87px;
}

.sp-pdl-88 {
  padding-left: 88px;
}

.sp-pdl-89 {
  padding-left: 89px;
}

.sp-pdl-90 {
  padding-left: 90px;
}

.sp-pdl-91 {
  padding-left: 91px;
}

.sp-pdl-92 {
  padding-left: 92px;
}

.sp-pdl-93 {
  padding-left: 93px;
}

.sp-pdl-94 {
  padding-left: 94px;
}

.sp-pdl-95 {
  padding-left: 95px;
}

.sp-pdl-96 {
  padding-left: 96px;
}

.sp-pdl-97 {
  padding-left: 97px;
}

.sp-pdl-98 {
  padding-left: 98px;
}

.sp-pdl-99 {
  padding-left: 99px;
}

.sp-pdl-100 {
  padding-left: 100px;
}

.sp-pdl-101 {
  padding-left: 101px;
}

.sp-pdl-102 {
  padding-left: 102px;
}

.sp-pdl-103 {
  padding-left: 103px;
}

.sp-pdl-104 {
  padding-left: 104px;
}

.sp-pdl-105 {
  padding-left: 105px;
}

.sp-pdl-106 {
  padding-left: 106px;
}

.sp-pdl-107 {
  padding-left: 107px;
}

.sp-pdl-108 {
  padding-left: 108px;
}

.sp-pdl-109 {
  padding-left: 109px;
}

.sp-pdl-110 {
  padding-left: 110px;
}

.sp-pdl-111 {
  padding-left: 111px;
}

.sp-pdl-112 {
  padding-left: 112px;
}

.sp-pdl-113 {
  padding-left: 113px;
}

.sp-pdl-114 {
  padding-left: 114px;
}

.sp-pdl-115 {
  padding-left: 115px;
}

.sp-pdl-116 {
  padding-left: 116px;
}

.sp-pdl-117 {
  padding-left: 117px;
}

.sp-pdl-118 {
  padding-left: 118px;
}

.sp-pdl-119 {
  padding-left: 119px;
}

.sp-pdl-120 {
  padding-left: 120px;
}

.sp-pdl-121 {
  padding-left: 121px;
}

.sp-pdl-122 {
  padding-left: 122px;
}

.sp-pdl-123 {
  padding-left: 123px;
}

.sp-pdl-124 {
  padding-left: 124px;
}

.sp-pdl-125 {
  padding-left: 125px;
}

.sp-pdl-126 {
  padding-left: 126px;
}

.sp-pdl-127 {
  padding-left: 127px;
}

.sp-pdl-128 {
  padding-left: 128px;
}

.sp-pdl-129 {
  padding-left: 129px;
}

.sp-pdl-130 {
  padding-left: 130px;
}

.sp-pdl-131 {
  padding-left: 131px;
}

.sp-pdl-132 {
  padding-left: 132px;
}

.sp-pdl-133 {
  padding-left: 133px;
}

.sp-pdl-134 {
  padding-left: 134px;
}

.sp-pdl-135 {
  padding-left: 135px;
}

.sp-pdl-136 {
  padding-left: 136px;
}

.sp-pdl-137 {
  padding-left: 137px;
}

.sp-pdl-138 {
  padding-left: 138px;
}

.sp-pdl-139 {
  padding-left: 139px;
}

.sp-pdl-140 {
  padding-left: 140px;
}

.sp-pdl-141 {
  padding-left: 141px;
}

.sp-pdl-142 {
  padding-left: 142px;
}

.sp-pdl-143 {
  padding-left: 143px;
}

.sp-pdl-144 {
  padding-left: 144px;
}

.sp-pdl-145 {
  padding-left: 145px;
}

.sp-pdl-146 {
  padding-left: 146px;
}

.sp-pdl-147 {
  padding-left: 147px;
}

.sp-pdl-148 {
  padding-left: 148px;
}

.sp-pdl-149 {
  padding-left: 149px;
}

.sp-pdl-150 {
  padding-left: 150px;
}

.sp-pdl-151 {
  padding-left: 151px;
}

.sp-pdl-152 {
  padding-left: 152px;
}

.sp-pdl-153 {
  padding-left: 153px;
}

.sp-pdl-154 {
  padding-left: 154px;
}

.sp-pdl-155 {
  padding-left: 155px;
}

.sp-pdl-156 {
  padding-left: 156px;
}

.sp-pdl-157 {
  padding-left: 157px;
}

.sp-pdl-158 {
  padding-left: 158px;
}

.sp-pdl-159 {
  padding-left: 159px;
}

.sp-pdl-160 {
  padding-left: 160px;
}

.sp-pdl-161 {
  padding-left: 161px;
}

.sp-pdl-162 {
  padding-left: 162px;
}

.sp-pdl-163 {
  padding-left: 163px;
}

.sp-pdl-164 {
  padding-left: 164px;
}

.sp-pdl-165 {
  padding-left: 165px;
}

.sp-pdl-166 {
  padding-left: 166px;
}

.sp-pdl-167 {
  padding-left: 167px;
}

.sp-pdl-168 {
  padding-left: 168px;
}

.sp-pdl-169 {
  padding-left: 169px;
}

.sp-pdl-170 {
  padding-left: 170px;
}

.sp-pdl-171 {
  padding-left: 171px;
}

.sp-pdl-172 {
  padding-left: 172px;
}

.sp-pdl-173 {
  padding-left: 173px;
}

.sp-pdl-174 {
  padding-left: 174px;
}

.sp-pdl-175 {
  padding-left: 175px;
}

.sp-pdl-176 {
  padding-left: 176px;
}

.sp-pdl-177 {
  padding-left: 177px;
}

.sp-pdl-178 {
  padding-left: 178px;
}

.sp-pdl-179 {
  padding-left: 179px;
}

.sp-pdl-180 {
  padding-left: 180px;
}

.sp-pdl-181 {
  padding-left: 181px;
}

.sp-pdl-182 {
  padding-left: 182px;
}

.sp-pdl-183 {
  padding-left: 183px;
}

.sp-pdl-184 {
  padding-left: 184px;
}

.sp-pdl-185 {
  padding-left: 185px;
}

.sp-pdl-186 {
  padding-left: 186px;
}

.sp-pdl-187 {
  padding-left: 187px;
}

.sp-pdl-188 {
  padding-left: 188px;
}

.sp-pdl-189 {
  padding-left: 189px;
}

.sp-pdl-190 {
  padding-left: 190px;
}

.sp-pdl-191 {
  padding-left: 191px;
}

.sp-pdl-192 {
  padding-left: 192px;
}

.sp-pdl-193 {
  padding-left: 193px;
}

.sp-pdl-194 {
  padding-left: 194px;
}

.sp-pdl-195 {
  padding-left: 195px;
}

.sp-pdl-196 {
  padding-left: 196px;
}

.sp-pdl-197 {
  padding-left: 197px;
}

.sp-pdl-198 {
  padding-left: 198px;
}

.sp-pdl-199 {
  padding-left: 199px;
}

.sp-pdl-200 {
  padding-left: 200px;
}

@media screen and (min-width: 768px) {
  .pc-pdt-0 {
    padding-top: 0px;
  }
  .pc-pdt-1 {
    padding-top: 1px;
  }
  .pc-pdt-2 {
    padding-top: 2px;
  }
  .pc-pdt-3 {
    padding-top: 3px;
  }
  .pc-pdt-4 {
    padding-top: 4px;
  }
  .pc-pdt-5 {
    padding-top: 5px;
  }
  .pc-pdt-6 {
    padding-top: 6px;
  }
  .pc-pdt-7 {
    padding-top: 7px;
  }
  .pc-pdt-8 {
    padding-top: 8px;
  }
  .pc-pdt-9 {
    padding-top: 9px;
  }
  .pc-pdt-10 {
    padding-top: 10px;
  }
  .pc-pdt-11 {
    padding-top: 11px;
  }
  .pc-pdt-12 {
    padding-top: 12px;
  }
  .pc-pdt-13 {
    padding-top: 13px;
  }
  .pc-pdt-14 {
    padding-top: 14px;
  }
  .pc-pdt-15 {
    padding-top: 15px;
  }
  .pc-pdt-16 {
    padding-top: 16px;
  }
  .pc-pdt-17 {
    padding-top: 17px;
  }
  .pc-pdt-18 {
    padding-top: 18px;
  }
  .pc-pdt-19 {
    padding-top: 19px;
  }
  .pc-pdt-20 {
    padding-top: 20px;
  }
  .pc-pdt-21 {
    padding-top: 21px;
  }
  .pc-pdt-22 {
    padding-top: 22px;
  }
  .pc-pdt-23 {
    padding-top: 23px;
  }
  .pc-pdt-24 {
    padding-top: 24px;
  }
  .pc-pdt-25 {
    padding-top: 25px;
  }
  .pc-pdt-26 {
    padding-top: 26px;
  }
  .pc-pdt-27 {
    padding-top: 27px;
  }
  .pc-pdt-28 {
    padding-top: 28px;
  }
  .pc-pdt-29 {
    padding-top: 29px;
  }
  .pc-pdt-30 {
    padding-top: 30px;
  }
  .pc-pdt-31 {
    padding-top: 31px;
  }
  .pc-pdt-32 {
    padding-top: 32px;
  }
  .pc-pdt-33 {
    padding-top: 33px;
  }
  .pc-pdt-34 {
    padding-top: 34px;
  }
  .pc-pdt-35 {
    padding-top: 35px;
  }
  .pc-pdt-36 {
    padding-top: 36px;
  }
  .pc-pdt-37 {
    padding-top: 37px;
  }
  .pc-pdt-38 {
    padding-top: 38px;
  }
  .pc-pdt-39 {
    padding-top: 39px;
  }
  .pc-pdt-40 {
    padding-top: 40px;
  }
  .pc-pdt-41 {
    padding-top: 41px;
  }
  .pc-pdt-42 {
    padding-top: 42px;
  }
  .pc-pdt-43 {
    padding-top: 43px;
  }
  .pc-pdt-44 {
    padding-top: 44px;
  }
  .pc-pdt-45 {
    padding-top: 45px;
  }
  .pc-pdt-46 {
    padding-top: 46px;
  }
  .pc-pdt-47 {
    padding-top: 47px;
  }
  .pc-pdt-48 {
    padding-top: 48px;
  }
  .pc-pdt-49 {
    padding-top: 49px;
  }
  .pc-pdt-50 {
    padding-top: 50px;
  }
  .pc-pdt-51 {
    padding-top: 51px;
  }
  .pc-pdt-52 {
    padding-top: 52px;
  }
  .pc-pdt-53 {
    padding-top: 53px;
  }
  .pc-pdt-54 {
    padding-top: 54px;
  }
  .pc-pdt-55 {
    padding-top: 55px;
  }
  .pc-pdt-56 {
    padding-top: 56px;
  }
  .pc-pdt-57 {
    padding-top: 57px;
  }
  .pc-pdt-58 {
    padding-top: 58px;
  }
  .pc-pdt-59 {
    padding-top: 59px;
  }
  .pc-pdt-60 {
    padding-top: 60px;
  }
  .pc-pdt-61 {
    padding-top: 61px;
  }
  .pc-pdt-62 {
    padding-top: 62px;
  }
  .pc-pdt-63 {
    padding-top: 63px;
  }
  .pc-pdt-64 {
    padding-top: 64px;
  }
  .pc-pdt-65 {
    padding-top: 65px;
  }
  .pc-pdt-66 {
    padding-top: 66px;
  }
  .pc-pdt-67 {
    padding-top: 67px;
  }
  .pc-pdt-68 {
    padding-top: 68px;
  }
  .pc-pdt-69 {
    padding-top: 69px;
  }
  .pc-pdt-70 {
    padding-top: 70px;
  }
  .pc-pdt-71 {
    padding-top: 71px;
  }
  .pc-pdt-72 {
    padding-top: 72px;
  }
  .pc-pdt-73 {
    padding-top: 73px;
  }
  .pc-pdt-74 {
    padding-top: 74px;
  }
  .pc-pdt-75 {
    padding-top: 75px;
  }
  .pc-pdt-76 {
    padding-top: 76px;
  }
  .pc-pdt-77 {
    padding-top: 77px;
  }
  .pc-pdt-78 {
    padding-top: 78px;
  }
  .pc-pdt-79 {
    padding-top: 79px;
  }
  .pc-pdt-80 {
    padding-top: 80px;
  }
  .pc-pdt-81 {
    padding-top: 81px;
  }
  .pc-pdt-82 {
    padding-top: 82px;
  }
  .pc-pdt-83 {
    padding-top: 83px;
  }
  .pc-pdt-84 {
    padding-top: 84px;
  }
  .pc-pdt-85 {
    padding-top: 85px;
  }
  .pc-pdt-86 {
    padding-top: 86px;
  }
  .pc-pdt-87 {
    padding-top: 87px;
  }
  .pc-pdt-88 {
    padding-top: 88px;
  }
  .pc-pdt-89 {
    padding-top: 89px;
  }
  .pc-pdt-90 {
    padding-top: 90px;
  }
  .pc-pdt-91 {
    padding-top: 91px;
  }
  .pc-pdt-92 {
    padding-top: 92px;
  }
  .pc-pdt-93 {
    padding-top: 93px;
  }
  .pc-pdt-94 {
    padding-top: 94px;
  }
  .pc-pdt-95 {
    padding-top: 95px;
  }
  .pc-pdt-96 {
    padding-top: 96px;
  }
  .pc-pdt-97 {
    padding-top: 97px;
  }
  .pc-pdt-98 {
    padding-top: 98px;
  }
  .pc-pdt-99 {
    padding-top: 99px;
  }
  .pc-pdt-100 {
    padding-top: 100px;
  }
  .pc-pdt-101 {
    padding-top: 101px;
  }
  .pc-pdt-102 {
    padding-top: 102px;
  }
  .pc-pdt-103 {
    padding-top: 103px;
  }
  .pc-pdt-104 {
    padding-top: 104px;
  }
  .pc-pdt-105 {
    padding-top: 105px;
  }
  .pc-pdt-106 {
    padding-top: 106px;
  }
  .pc-pdt-107 {
    padding-top: 107px;
  }
  .pc-pdt-108 {
    padding-top: 108px;
  }
  .pc-pdt-109 {
    padding-top: 109px;
  }
  .pc-pdt-110 {
    padding-top: 110px;
  }
  .pc-pdt-111 {
    padding-top: 111px;
  }
  .pc-pdt-112 {
    padding-top: 112px;
  }
  .pc-pdt-113 {
    padding-top: 113px;
  }
  .pc-pdt-114 {
    padding-top: 114px;
  }
  .pc-pdt-115 {
    padding-top: 115px;
  }
  .pc-pdt-116 {
    padding-top: 116px;
  }
  .pc-pdt-117 {
    padding-top: 117px;
  }
  .pc-pdt-118 {
    padding-top: 118px;
  }
  .pc-pdt-119 {
    padding-top: 119px;
  }
  .pc-pdt-120 {
    padding-top: 120px;
  }
  .pc-pdt-121 {
    padding-top: 121px;
  }
  .pc-pdt-122 {
    padding-top: 122px;
  }
  .pc-pdt-123 {
    padding-top: 123px;
  }
  .pc-pdt-124 {
    padding-top: 124px;
  }
  .pc-pdt-125 {
    padding-top: 125px;
  }
  .pc-pdt-126 {
    padding-top: 126px;
  }
  .pc-pdt-127 {
    padding-top: 127px;
  }
  .pc-pdt-128 {
    padding-top: 128px;
  }
  .pc-pdt-129 {
    padding-top: 129px;
  }
  .pc-pdt-130 {
    padding-top: 130px;
  }
  .pc-pdt-131 {
    padding-top: 131px;
  }
  .pc-pdt-132 {
    padding-top: 132px;
  }
  .pc-pdt-133 {
    padding-top: 133px;
  }
  .pc-pdt-134 {
    padding-top: 134px;
  }
  .pc-pdt-135 {
    padding-top: 135px;
  }
  .pc-pdt-136 {
    padding-top: 136px;
  }
  .pc-pdt-137 {
    padding-top: 137px;
  }
  .pc-pdt-138 {
    padding-top: 138px;
  }
  .pc-pdt-139 {
    padding-top: 139px;
  }
  .pc-pdt-140 {
    padding-top: 140px;
  }
  .pc-pdt-141 {
    padding-top: 141px;
  }
  .pc-pdt-142 {
    padding-top: 142px;
  }
  .pc-pdt-143 {
    padding-top: 143px;
  }
  .pc-pdt-144 {
    padding-top: 144px;
  }
  .pc-pdt-145 {
    padding-top: 145px;
  }
  .pc-pdt-146 {
    padding-top: 146px;
  }
  .pc-pdt-147 {
    padding-top: 147px;
  }
  .pc-pdt-148 {
    padding-top: 148px;
  }
  .pc-pdt-149 {
    padding-top: 149px;
  }
  .pc-pdt-150 {
    padding-top: 150px;
  }
  .pc-pdt-151 {
    padding-top: 151px;
  }
  .pc-pdt-152 {
    padding-top: 152px;
  }
  .pc-pdt-153 {
    padding-top: 153px;
  }
  .pc-pdt-154 {
    padding-top: 154px;
  }
  .pc-pdt-155 {
    padding-top: 155px;
  }
  .pc-pdt-156 {
    padding-top: 156px;
  }
  .pc-pdt-157 {
    padding-top: 157px;
  }
  .pc-pdt-158 {
    padding-top: 158px;
  }
  .pc-pdt-159 {
    padding-top: 159px;
  }
  .pc-pdt-160 {
    padding-top: 160px;
  }
  .pc-pdt-161 {
    padding-top: 161px;
  }
  .pc-pdt-162 {
    padding-top: 162px;
  }
  .pc-pdt-163 {
    padding-top: 163px;
  }
  .pc-pdt-164 {
    padding-top: 164px;
  }
  .pc-pdt-165 {
    padding-top: 165px;
  }
  .pc-pdt-166 {
    padding-top: 166px;
  }
  .pc-pdt-167 {
    padding-top: 167px;
  }
  .pc-pdt-168 {
    padding-top: 168px;
  }
  .pc-pdt-169 {
    padding-top: 169px;
  }
  .pc-pdt-170 {
    padding-top: 170px;
  }
  .pc-pdt-171 {
    padding-top: 171px;
  }
  .pc-pdt-172 {
    padding-top: 172px;
  }
  .pc-pdt-173 {
    padding-top: 173px;
  }
  .pc-pdt-174 {
    padding-top: 174px;
  }
  .pc-pdt-175 {
    padding-top: 175px;
  }
  .pc-pdt-176 {
    padding-top: 176px;
  }
  .pc-pdt-177 {
    padding-top: 177px;
  }
  .pc-pdt-178 {
    padding-top: 178px;
  }
  .pc-pdt-179 {
    padding-top: 179px;
  }
  .pc-pdt-180 {
    padding-top: 180px;
  }
  .pc-pdt-181 {
    padding-top: 181px;
  }
  .pc-pdt-182 {
    padding-top: 182px;
  }
  .pc-pdt-183 {
    padding-top: 183px;
  }
  .pc-pdt-184 {
    padding-top: 184px;
  }
  .pc-pdt-185 {
    padding-top: 185px;
  }
  .pc-pdt-186 {
    padding-top: 186px;
  }
  .pc-pdt-187 {
    padding-top: 187px;
  }
  .pc-pdt-188 {
    padding-top: 188px;
  }
  .pc-pdt-189 {
    padding-top: 189px;
  }
  .pc-pdt-190 {
    padding-top: 190px;
  }
  .pc-pdt-191 {
    padding-top: 191px;
  }
  .pc-pdt-192 {
    padding-top: 192px;
  }
  .pc-pdt-193 {
    padding-top: 193px;
  }
  .pc-pdt-194 {
    padding-top: 194px;
  }
  .pc-pdt-195 {
    padding-top: 195px;
  }
  .pc-pdt-196 {
    padding-top: 196px;
  }
  .pc-pdt-197 {
    padding-top: 197px;
  }
  .pc-pdt-198 {
    padding-top: 198px;
  }
  .pc-pdt-199 {
    padding-top: 199px;
  }
  .pc-pdt-200 {
    padding-top: 200px;
  }
  .pc-pdb-0 {
    padding-bottom: 0px;
  }
  .pc-pdb-1 {
    padding-bottom: 1px;
  }
  .pc-pdb-2 {
    padding-bottom: 2px;
  }
  .pc-pdb-3 {
    padding-bottom: 3px;
  }
  .pc-pdb-4 {
    padding-bottom: 4px;
  }
  .pc-pdb-5 {
    padding-bottom: 5px;
  }
  .pc-pdb-6 {
    padding-bottom: 6px;
  }
  .pc-pdb-7 {
    padding-bottom: 7px;
  }
  .pc-pdb-8 {
    padding-bottom: 8px;
  }
  .pc-pdb-9 {
    padding-bottom: 9px;
  }
  .pc-pdb-10 {
    padding-bottom: 10px;
  }
  .pc-pdb-11 {
    padding-bottom: 11px;
  }
  .pc-pdb-12 {
    padding-bottom: 12px;
  }
  .pc-pdb-13 {
    padding-bottom: 13px;
  }
  .pc-pdb-14 {
    padding-bottom: 14px;
  }
  .pc-pdb-15 {
    padding-bottom: 15px;
  }
  .pc-pdb-16 {
    padding-bottom: 16px;
  }
  .pc-pdb-17 {
    padding-bottom: 17px;
  }
  .pc-pdb-18 {
    padding-bottom: 18px;
  }
  .pc-pdb-19 {
    padding-bottom: 19px;
  }
  .pc-pdb-20 {
    padding-bottom: 20px;
  }
  .pc-pdb-21 {
    padding-bottom: 21px;
  }
  .pc-pdb-22 {
    padding-bottom: 22px;
  }
  .pc-pdb-23 {
    padding-bottom: 23px;
  }
  .pc-pdb-24 {
    padding-bottom: 24px;
  }
  .pc-pdb-25 {
    padding-bottom: 25px;
  }
  .pc-pdb-26 {
    padding-bottom: 26px;
  }
  .pc-pdb-27 {
    padding-bottom: 27px;
  }
  .pc-pdb-28 {
    padding-bottom: 28px;
  }
  .pc-pdb-29 {
    padding-bottom: 29px;
  }
  .pc-pdb-30 {
    padding-bottom: 30px;
  }
  .pc-pdb-31 {
    padding-bottom: 31px;
  }
  .pc-pdb-32 {
    padding-bottom: 32px;
  }
  .pc-pdb-33 {
    padding-bottom: 33px;
  }
  .pc-pdb-34 {
    padding-bottom: 34px;
  }
  .pc-pdb-35 {
    padding-bottom: 35px;
  }
  .pc-pdb-36 {
    padding-bottom: 36px;
  }
  .pc-pdb-37 {
    padding-bottom: 37px;
  }
  .pc-pdb-38 {
    padding-bottom: 38px;
  }
  .pc-pdb-39 {
    padding-bottom: 39px;
  }
  .pc-pdb-40 {
    padding-bottom: 40px;
  }
  .pc-pdb-41 {
    padding-bottom: 41px;
  }
  .pc-pdb-42 {
    padding-bottom: 42px;
  }
  .pc-pdb-43 {
    padding-bottom: 43px;
  }
  .pc-pdb-44 {
    padding-bottom: 44px;
  }
  .pc-pdb-45 {
    padding-bottom: 45px;
  }
  .pc-pdb-46 {
    padding-bottom: 46px;
  }
  .pc-pdb-47 {
    padding-bottom: 47px;
  }
  .pc-pdb-48 {
    padding-bottom: 48px;
  }
  .pc-pdb-49 {
    padding-bottom: 49px;
  }
  .pc-pdb-50 {
    padding-bottom: 50px;
  }
  .pc-pdb-51 {
    padding-bottom: 51px;
  }
  .pc-pdb-52 {
    padding-bottom: 52px;
  }
  .pc-pdb-53 {
    padding-bottom: 53px;
  }
  .pc-pdb-54 {
    padding-bottom: 54px;
  }
  .pc-pdb-55 {
    padding-bottom: 55px;
  }
  .pc-pdb-56 {
    padding-bottom: 56px;
  }
  .pc-pdb-57 {
    padding-bottom: 57px;
  }
  .pc-pdb-58 {
    padding-bottom: 58px;
  }
  .pc-pdb-59 {
    padding-bottom: 59px;
  }
  .pc-pdb-60 {
    padding-bottom: 60px;
  }
  .pc-pdb-61 {
    padding-bottom: 61px;
  }
  .pc-pdb-62 {
    padding-bottom: 62px;
  }
  .pc-pdb-63 {
    padding-bottom: 63px;
  }
  .pc-pdb-64 {
    padding-bottom: 64px;
  }
  .pc-pdb-65 {
    padding-bottom: 65px;
  }
  .pc-pdb-66 {
    padding-bottom: 66px;
  }
  .pc-pdb-67 {
    padding-bottom: 67px;
  }
  .pc-pdb-68 {
    padding-bottom: 68px;
  }
  .pc-pdb-69 {
    padding-bottom: 69px;
  }
  .pc-pdb-70 {
    padding-bottom: 70px;
  }
  .pc-pdb-71 {
    padding-bottom: 71px;
  }
  .pc-pdb-72 {
    padding-bottom: 72px;
  }
  .pc-pdb-73 {
    padding-bottom: 73px;
  }
  .pc-pdb-74 {
    padding-bottom: 74px;
  }
  .pc-pdb-75 {
    padding-bottom: 75px;
  }
  .pc-pdb-76 {
    padding-bottom: 76px;
  }
  .pc-pdb-77 {
    padding-bottom: 77px;
  }
  .pc-pdb-78 {
    padding-bottom: 78px;
  }
  .pc-pdb-79 {
    padding-bottom: 79px;
  }
  .pc-pdb-80 {
    padding-bottom: 80px;
  }
  .pc-pdb-81 {
    padding-bottom: 81px;
  }
  .pc-pdb-82 {
    padding-bottom: 82px;
  }
  .pc-pdb-83 {
    padding-bottom: 83px;
  }
  .pc-pdb-84 {
    padding-bottom: 84px;
  }
  .pc-pdb-85 {
    padding-bottom: 85px;
  }
  .pc-pdb-86 {
    padding-bottom: 86px;
  }
  .pc-pdb-87 {
    padding-bottom: 87px;
  }
  .pc-pdb-88 {
    padding-bottom: 88px;
  }
  .pc-pdb-89 {
    padding-bottom: 89px;
  }
  .pc-pdb-90 {
    padding-bottom: 90px;
  }
  .pc-pdb-91 {
    padding-bottom: 91px;
  }
  .pc-pdb-92 {
    padding-bottom: 92px;
  }
  .pc-pdb-93 {
    padding-bottom: 93px;
  }
  .pc-pdb-94 {
    padding-bottom: 94px;
  }
  .pc-pdb-95 {
    padding-bottom: 95px;
  }
  .pc-pdb-96 {
    padding-bottom: 96px;
  }
  .pc-pdb-97 {
    padding-bottom: 97px;
  }
  .pc-pdb-98 {
    padding-bottom: 98px;
  }
  .pc-pdb-99 {
    padding-bottom: 99px;
  }
  .pc-pdb-100 {
    padding-bottom: 100px;
  }
  .pc-pdb-101 {
    padding-bottom: 101px;
  }
  .pc-pdb-102 {
    padding-bottom: 102px;
  }
  .pc-pdb-103 {
    padding-bottom: 103px;
  }
  .pc-pdb-104 {
    padding-bottom: 104px;
  }
  .pc-pdb-105 {
    padding-bottom: 105px;
  }
  .pc-pdb-106 {
    padding-bottom: 106px;
  }
  .pc-pdb-107 {
    padding-bottom: 107px;
  }
  .pc-pdb-108 {
    padding-bottom: 108px;
  }
  .pc-pdb-109 {
    padding-bottom: 109px;
  }
  .pc-pdb-110 {
    padding-bottom: 110px;
  }
  .pc-pdb-111 {
    padding-bottom: 111px;
  }
  .pc-pdb-112 {
    padding-bottom: 112px;
  }
  .pc-pdb-113 {
    padding-bottom: 113px;
  }
  .pc-pdb-114 {
    padding-bottom: 114px;
  }
  .pc-pdb-115 {
    padding-bottom: 115px;
  }
  .pc-pdb-116 {
    padding-bottom: 116px;
  }
  .pc-pdb-117 {
    padding-bottom: 117px;
  }
  .pc-pdb-118 {
    padding-bottom: 118px;
  }
  .pc-pdb-119 {
    padding-bottom: 119px;
  }
  .pc-pdb-120 {
    padding-bottom: 120px;
  }
  .pc-pdb-121 {
    padding-bottom: 121px;
  }
  .pc-pdb-122 {
    padding-bottom: 122px;
  }
  .pc-pdb-123 {
    padding-bottom: 123px;
  }
  .pc-pdb-124 {
    padding-bottom: 124px;
  }
  .pc-pdb-125 {
    padding-bottom: 125px;
  }
  .pc-pdb-126 {
    padding-bottom: 126px;
  }
  .pc-pdb-127 {
    padding-bottom: 127px;
  }
  .pc-pdb-128 {
    padding-bottom: 128px;
  }
  .pc-pdb-129 {
    padding-bottom: 129px;
  }
  .pc-pdb-130 {
    padding-bottom: 130px;
  }
  .pc-pdb-131 {
    padding-bottom: 131px;
  }
  .pc-pdb-132 {
    padding-bottom: 132px;
  }
  .pc-pdb-133 {
    padding-bottom: 133px;
  }
  .pc-pdb-134 {
    padding-bottom: 134px;
  }
  .pc-pdb-135 {
    padding-bottom: 135px;
  }
  .pc-pdb-136 {
    padding-bottom: 136px;
  }
  .pc-pdb-137 {
    padding-bottom: 137px;
  }
  .pc-pdb-138 {
    padding-bottom: 138px;
  }
  .pc-pdb-139 {
    padding-bottom: 139px;
  }
  .pc-pdb-140 {
    padding-bottom: 140px;
  }
  .pc-pdb-141 {
    padding-bottom: 141px;
  }
  .pc-pdb-142 {
    padding-bottom: 142px;
  }
  .pc-pdb-143 {
    padding-bottom: 143px;
  }
  .pc-pdb-144 {
    padding-bottom: 144px;
  }
  .pc-pdb-145 {
    padding-bottom: 145px;
  }
  .pc-pdb-146 {
    padding-bottom: 146px;
  }
  .pc-pdb-147 {
    padding-bottom: 147px;
  }
  .pc-pdb-148 {
    padding-bottom: 148px;
  }
  .pc-pdb-149 {
    padding-bottom: 149px;
  }
  .pc-pdb-150 {
    padding-bottom: 150px;
  }
  .pc-pdb-151 {
    padding-bottom: 151px;
  }
  .pc-pdb-152 {
    padding-bottom: 152px;
  }
  .pc-pdb-153 {
    padding-bottom: 153px;
  }
  .pc-pdb-154 {
    padding-bottom: 154px;
  }
  .pc-pdb-155 {
    padding-bottom: 155px;
  }
  .pc-pdb-156 {
    padding-bottom: 156px;
  }
  .pc-pdb-157 {
    padding-bottom: 157px;
  }
  .pc-pdb-158 {
    padding-bottom: 158px;
  }
  .pc-pdb-159 {
    padding-bottom: 159px;
  }
  .pc-pdb-160 {
    padding-bottom: 160px;
  }
  .pc-pdb-161 {
    padding-bottom: 161px;
  }
  .pc-pdb-162 {
    padding-bottom: 162px;
  }
  .pc-pdb-163 {
    padding-bottom: 163px;
  }
  .pc-pdb-164 {
    padding-bottom: 164px;
  }
  .pc-pdb-165 {
    padding-bottom: 165px;
  }
  .pc-pdb-166 {
    padding-bottom: 166px;
  }
  .pc-pdb-167 {
    padding-bottom: 167px;
  }
  .pc-pdb-168 {
    padding-bottom: 168px;
  }
  .pc-pdb-169 {
    padding-bottom: 169px;
  }
  .pc-pdb-170 {
    padding-bottom: 170px;
  }
  .pc-pdb-171 {
    padding-bottom: 171px;
  }
  .pc-pdb-172 {
    padding-bottom: 172px;
  }
  .pc-pdb-173 {
    padding-bottom: 173px;
  }
  .pc-pdb-174 {
    padding-bottom: 174px;
  }
  .pc-pdb-175 {
    padding-bottom: 175px;
  }
  .pc-pdb-176 {
    padding-bottom: 176px;
  }
  .pc-pdb-177 {
    padding-bottom: 177px;
  }
  .pc-pdb-178 {
    padding-bottom: 178px;
  }
  .pc-pdb-179 {
    padding-bottom: 179px;
  }
  .pc-pdb-180 {
    padding-bottom: 180px;
  }
  .pc-pdb-181 {
    padding-bottom: 181px;
  }
  .pc-pdb-182 {
    padding-bottom: 182px;
  }
  .pc-pdb-183 {
    padding-bottom: 183px;
  }
  .pc-pdb-184 {
    padding-bottom: 184px;
  }
  .pc-pdb-185 {
    padding-bottom: 185px;
  }
  .pc-pdb-186 {
    padding-bottom: 186px;
  }
  .pc-pdb-187 {
    padding-bottom: 187px;
  }
  .pc-pdb-188 {
    padding-bottom: 188px;
  }
  .pc-pdb-189 {
    padding-bottom: 189px;
  }
  .pc-pdb-190 {
    padding-bottom: 190px;
  }
  .pc-pdb-191 {
    padding-bottom: 191px;
  }
  .pc-pdb-192 {
    padding-bottom: 192px;
  }
  .pc-pdb-193 {
    padding-bottom: 193px;
  }
  .pc-pdb-194 {
    padding-bottom: 194px;
  }
  .pc-pdb-195 {
    padding-bottom: 195px;
  }
  .pc-pdb-196 {
    padding-bottom: 196px;
  }
  .pc-pdb-197 {
    padding-bottom: 197px;
  }
  .pc-pdb-198 {
    padding-bottom: 198px;
  }
  .pc-pdb-199 {
    padding-bottom: 199px;
  }
  .pc-pdb-200 {
    padding-bottom: 200px;
  }
  .pc-pdr-0 {
    padding-right: 0px;
  }
  .pc-pdr-1 {
    padding-right: 1px;
  }
  .pc-pdr-2 {
    padding-right: 2px;
  }
  .pc-pdr-3 {
    padding-right: 3px;
  }
  .pc-pdr-4 {
    padding-right: 4px;
  }
  .pc-pdr-5 {
    padding-right: 5px;
  }
  .pc-pdr-6 {
    padding-right: 6px;
  }
  .pc-pdr-7 {
    padding-right: 7px;
  }
  .pc-pdr-8 {
    padding-right: 8px;
  }
  .pc-pdr-9 {
    padding-right: 9px;
  }
  .pc-pdr-10 {
    padding-right: 10px;
  }
  .pc-pdr-11 {
    padding-right: 11px;
  }
  .pc-pdr-12 {
    padding-right: 12px;
  }
  .pc-pdr-13 {
    padding-right: 13px;
  }
  .pc-pdr-14 {
    padding-right: 14px;
  }
  .pc-pdr-15 {
    padding-right: 15px;
  }
  .pc-pdr-16 {
    padding-right: 16px;
  }
  .pc-pdr-17 {
    padding-right: 17px;
  }
  .pc-pdr-18 {
    padding-right: 18px;
  }
  .pc-pdr-19 {
    padding-right: 19px;
  }
  .pc-pdr-20 {
    padding-right: 20px;
  }
  .pc-pdr-21 {
    padding-right: 21px;
  }
  .pc-pdr-22 {
    padding-right: 22px;
  }
  .pc-pdr-23 {
    padding-right: 23px;
  }
  .pc-pdr-24 {
    padding-right: 24px;
  }
  .pc-pdr-25 {
    padding-right: 25px;
  }
  .pc-pdr-26 {
    padding-right: 26px;
  }
  .pc-pdr-27 {
    padding-right: 27px;
  }
  .pc-pdr-28 {
    padding-right: 28px;
  }
  .pc-pdr-29 {
    padding-right: 29px;
  }
  .pc-pdr-30 {
    padding-right: 30px;
  }
  .pc-pdr-31 {
    padding-right: 31px;
  }
  .pc-pdr-32 {
    padding-right: 32px;
  }
  .pc-pdr-33 {
    padding-right: 33px;
  }
  .pc-pdr-34 {
    padding-right: 34px;
  }
  .pc-pdr-35 {
    padding-right: 35px;
  }
  .pc-pdr-36 {
    padding-right: 36px;
  }
  .pc-pdr-37 {
    padding-right: 37px;
  }
  .pc-pdr-38 {
    padding-right: 38px;
  }
  .pc-pdr-39 {
    padding-right: 39px;
  }
  .pc-pdr-40 {
    padding-right: 40px;
  }
  .pc-pdr-41 {
    padding-right: 41px;
  }
  .pc-pdr-42 {
    padding-right: 42px;
  }
  .pc-pdr-43 {
    padding-right: 43px;
  }
  .pc-pdr-44 {
    padding-right: 44px;
  }
  .pc-pdr-45 {
    padding-right: 45px;
  }
  .pc-pdr-46 {
    padding-right: 46px;
  }
  .pc-pdr-47 {
    padding-right: 47px;
  }
  .pc-pdr-48 {
    padding-right: 48px;
  }
  .pc-pdr-49 {
    padding-right: 49px;
  }
  .pc-pdr-50 {
    padding-right: 50px;
  }
  .pc-pdr-51 {
    padding-right: 51px;
  }
  .pc-pdr-52 {
    padding-right: 52px;
  }
  .pc-pdr-53 {
    padding-right: 53px;
  }
  .pc-pdr-54 {
    padding-right: 54px;
  }
  .pc-pdr-55 {
    padding-right: 55px;
  }
  .pc-pdr-56 {
    padding-right: 56px;
  }
  .pc-pdr-57 {
    padding-right: 57px;
  }
  .pc-pdr-58 {
    padding-right: 58px;
  }
  .pc-pdr-59 {
    padding-right: 59px;
  }
  .pc-pdr-60 {
    padding-right: 60px;
  }
  .pc-pdr-61 {
    padding-right: 61px;
  }
  .pc-pdr-62 {
    padding-right: 62px;
  }
  .pc-pdr-63 {
    padding-right: 63px;
  }
  .pc-pdr-64 {
    padding-right: 64px;
  }
  .pc-pdr-65 {
    padding-right: 65px;
  }
  .pc-pdr-66 {
    padding-right: 66px;
  }
  .pc-pdr-67 {
    padding-right: 67px;
  }
  .pc-pdr-68 {
    padding-right: 68px;
  }
  .pc-pdr-69 {
    padding-right: 69px;
  }
  .pc-pdr-70 {
    padding-right: 70px;
  }
  .pc-pdr-71 {
    padding-right: 71px;
  }
  .pc-pdr-72 {
    padding-right: 72px;
  }
  .pc-pdr-73 {
    padding-right: 73px;
  }
  .pc-pdr-74 {
    padding-right: 74px;
  }
  .pc-pdr-75 {
    padding-right: 75px;
  }
  .pc-pdr-76 {
    padding-right: 76px;
  }
  .pc-pdr-77 {
    padding-right: 77px;
  }
  .pc-pdr-78 {
    padding-right: 78px;
  }
  .pc-pdr-79 {
    padding-right: 79px;
  }
  .pc-pdr-80 {
    padding-right: 80px;
  }
  .pc-pdr-81 {
    padding-right: 81px;
  }
  .pc-pdr-82 {
    padding-right: 82px;
  }
  .pc-pdr-83 {
    padding-right: 83px;
  }
  .pc-pdr-84 {
    padding-right: 84px;
  }
  .pc-pdr-85 {
    padding-right: 85px;
  }
  .pc-pdr-86 {
    padding-right: 86px;
  }
  .pc-pdr-87 {
    padding-right: 87px;
  }
  .pc-pdr-88 {
    padding-right: 88px;
  }
  .pc-pdr-89 {
    padding-right: 89px;
  }
  .pc-pdr-90 {
    padding-right: 90px;
  }
  .pc-pdr-91 {
    padding-right: 91px;
  }
  .pc-pdr-92 {
    padding-right: 92px;
  }
  .pc-pdr-93 {
    padding-right: 93px;
  }
  .pc-pdr-94 {
    padding-right: 94px;
  }
  .pc-pdr-95 {
    padding-right: 95px;
  }
  .pc-pdr-96 {
    padding-right: 96px;
  }
  .pc-pdr-97 {
    padding-right: 97px;
  }
  .pc-pdr-98 {
    padding-right: 98px;
  }
  .pc-pdr-99 {
    padding-right: 99px;
  }
  .pc-pdr-100 {
    padding-right: 100px;
  }
  .pc-pdr-101 {
    padding-right: 101px;
  }
  .pc-pdr-102 {
    padding-right: 102px;
  }
  .pc-pdr-103 {
    padding-right: 103px;
  }
  .pc-pdr-104 {
    padding-right: 104px;
  }
  .pc-pdr-105 {
    padding-right: 105px;
  }
  .pc-pdr-106 {
    padding-right: 106px;
  }
  .pc-pdr-107 {
    padding-right: 107px;
  }
  .pc-pdr-108 {
    padding-right: 108px;
  }
  .pc-pdr-109 {
    padding-right: 109px;
  }
  .pc-pdr-110 {
    padding-right: 110px;
  }
  .pc-pdr-111 {
    padding-right: 111px;
  }
  .pc-pdr-112 {
    padding-right: 112px;
  }
  .pc-pdr-113 {
    padding-right: 113px;
  }
  .pc-pdr-114 {
    padding-right: 114px;
  }
  .pc-pdr-115 {
    padding-right: 115px;
  }
  .pc-pdr-116 {
    padding-right: 116px;
  }
  .pc-pdr-117 {
    padding-right: 117px;
  }
  .pc-pdr-118 {
    padding-right: 118px;
  }
  .pc-pdr-119 {
    padding-right: 119px;
  }
  .pc-pdr-120 {
    padding-right: 120px;
  }
  .pc-pdr-121 {
    padding-right: 121px;
  }
  .pc-pdr-122 {
    padding-right: 122px;
  }
  .pc-pdr-123 {
    padding-right: 123px;
  }
  .pc-pdr-124 {
    padding-right: 124px;
  }
  .pc-pdr-125 {
    padding-right: 125px;
  }
  .pc-pdr-126 {
    padding-right: 126px;
  }
  .pc-pdr-127 {
    padding-right: 127px;
  }
  .pc-pdr-128 {
    padding-right: 128px;
  }
  .pc-pdr-129 {
    padding-right: 129px;
  }
  .pc-pdr-130 {
    padding-right: 130px;
  }
  .pc-pdr-131 {
    padding-right: 131px;
  }
  .pc-pdr-132 {
    padding-right: 132px;
  }
  .pc-pdr-133 {
    padding-right: 133px;
  }
  .pc-pdr-134 {
    padding-right: 134px;
  }
  .pc-pdr-135 {
    padding-right: 135px;
  }
  .pc-pdr-136 {
    padding-right: 136px;
  }
  .pc-pdr-137 {
    padding-right: 137px;
  }
  .pc-pdr-138 {
    padding-right: 138px;
  }
  .pc-pdr-139 {
    padding-right: 139px;
  }
  .pc-pdr-140 {
    padding-right: 140px;
  }
  .pc-pdr-141 {
    padding-right: 141px;
  }
  .pc-pdr-142 {
    padding-right: 142px;
  }
  .pc-pdr-143 {
    padding-right: 143px;
  }
  .pc-pdr-144 {
    padding-right: 144px;
  }
  .pc-pdr-145 {
    padding-right: 145px;
  }
  .pc-pdr-146 {
    padding-right: 146px;
  }
  .pc-pdr-147 {
    padding-right: 147px;
  }
  .pc-pdr-148 {
    padding-right: 148px;
  }
  .pc-pdr-149 {
    padding-right: 149px;
  }
  .pc-pdr-150 {
    padding-right: 150px;
  }
  .pc-pdr-151 {
    padding-right: 151px;
  }
  .pc-pdr-152 {
    padding-right: 152px;
  }
  .pc-pdr-153 {
    padding-right: 153px;
  }
  .pc-pdr-154 {
    padding-right: 154px;
  }
  .pc-pdr-155 {
    padding-right: 155px;
  }
  .pc-pdr-156 {
    padding-right: 156px;
  }
  .pc-pdr-157 {
    padding-right: 157px;
  }
  .pc-pdr-158 {
    padding-right: 158px;
  }
  .pc-pdr-159 {
    padding-right: 159px;
  }
  .pc-pdr-160 {
    padding-right: 160px;
  }
  .pc-pdr-161 {
    padding-right: 161px;
  }
  .pc-pdr-162 {
    padding-right: 162px;
  }
  .pc-pdr-163 {
    padding-right: 163px;
  }
  .pc-pdr-164 {
    padding-right: 164px;
  }
  .pc-pdr-165 {
    padding-right: 165px;
  }
  .pc-pdr-166 {
    padding-right: 166px;
  }
  .pc-pdr-167 {
    padding-right: 167px;
  }
  .pc-pdr-168 {
    padding-right: 168px;
  }
  .pc-pdr-169 {
    padding-right: 169px;
  }
  .pc-pdr-170 {
    padding-right: 170px;
  }
  .pc-pdr-171 {
    padding-right: 171px;
  }
  .pc-pdr-172 {
    padding-right: 172px;
  }
  .pc-pdr-173 {
    padding-right: 173px;
  }
  .pc-pdr-174 {
    padding-right: 174px;
  }
  .pc-pdr-175 {
    padding-right: 175px;
  }
  .pc-pdr-176 {
    padding-right: 176px;
  }
  .pc-pdr-177 {
    padding-right: 177px;
  }
  .pc-pdr-178 {
    padding-right: 178px;
  }
  .pc-pdr-179 {
    padding-right: 179px;
  }
  .pc-pdr-180 {
    padding-right: 180px;
  }
  .pc-pdr-181 {
    padding-right: 181px;
  }
  .pc-pdr-182 {
    padding-right: 182px;
  }
  .pc-pdr-183 {
    padding-right: 183px;
  }
  .pc-pdr-184 {
    padding-right: 184px;
  }
  .pc-pdr-185 {
    padding-right: 185px;
  }
  .pc-pdr-186 {
    padding-right: 186px;
  }
  .pc-pdr-187 {
    padding-right: 187px;
  }
  .pc-pdr-188 {
    padding-right: 188px;
  }
  .pc-pdr-189 {
    padding-right: 189px;
  }
  .pc-pdr-190 {
    padding-right: 190px;
  }
  .pc-pdr-191 {
    padding-right: 191px;
  }
  .pc-pdr-192 {
    padding-right: 192px;
  }
  .pc-pdr-193 {
    padding-right: 193px;
  }
  .pc-pdr-194 {
    padding-right: 194px;
  }
  .pc-pdr-195 {
    padding-right: 195px;
  }
  .pc-pdr-196 {
    padding-right: 196px;
  }
  .pc-pdr-197 {
    padding-right: 197px;
  }
  .pc-pdr-198 {
    padding-right: 198px;
  }
  .pc-pdr-199 {
    padding-right: 199px;
  }
  .pc-pdr-200 {
    padding-right: 200px;
  }
  .pc-pdl-0 {
    padding-left: 0px;
  }
  .pc-pdl-1 {
    padding-left: 1px;
  }
  .pc-pdl-2 {
    padding-left: 2px;
  }
  .pc-pdl-3 {
    padding-left: 3px;
  }
  .pc-pdl-4 {
    padding-left: 4px;
  }
  .pc-pdl-5 {
    padding-left: 5px;
  }
  .pc-pdl-6 {
    padding-left: 6px;
  }
  .pc-pdl-7 {
    padding-left: 7px;
  }
  .pc-pdl-8 {
    padding-left: 8px;
  }
  .pc-pdl-9 {
    padding-left: 9px;
  }
  .pc-pdl-10 {
    padding-left: 10px;
  }
  .pc-pdl-11 {
    padding-left: 11px;
  }
  .pc-pdl-12 {
    padding-left: 12px;
  }
  .pc-pdl-13 {
    padding-left: 13px;
  }
  .pc-pdl-14 {
    padding-left: 14px;
  }
  .pc-pdl-15 {
    padding-left: 15px;
  }
  .pc-pdl-16 {
    padding-left: 16px;
  }
  .pc-pdl-17 {
    padding-left: 17px;
  }
  .pc-pdl-18 {
    padding-left: 18px;
  }
  .pc-pdl-19 {
    padding-left: 19px;
  }
  .pc-pdl-20 {
    padding-left: 20px;
  }
  .pc-pdl-21 {
    padding-left: 21px;
  }
  .pc-pdl-22 {
    padding-left: 22px;
  }
  .pc-pdl-23 {
    padding-left: 23px;
  }
  .pc-pdl-24 {
    padding-left: 24px;
  }
  .pc-pdl-25 {
    padding-left: 25px;
  }
  .pc-pdl-26 {
    padding-left: 26px;
  }
  .pc-pdl-27 {
    padding-left: 27px;
  }
  .pc-pdl-28 {
    padding-left: 28px;
  }
  .pc-pdl-29 {
    padding-left: 29px;
  }
  .pc-pdl-30 {
    padding-left: 30px;
  }
  .pc-pdl-31 {
    padding-left: 31px;
  }
  .pc-pdl-32 {
    padding-left: 32px;
  }
  .pc-pdl-33 {
    padding-left: 33px;
  }
  .pc-pdl-34 {
    padding-left: 34px;
  }
  .pc-pdl-35 {
    padding-left: 35px;
  }
  .pc-pdl-36 {
    padding-left: 36px;
  }
  .pc-pdl-37 {
    padding-left: 37px;
  }
  .pc-pdl-38 {
    padding-left: 38px;
  }
  .pc-pdl-39 {
    padding-left: 39px;
  }
  .pc-pdl-40 {
    padding-left: 40px;
  }
  .pc-pdl-41 {
    padding-left: 41px;
  }
  .pc-pdl-42 {
    padding-left: 42px;
  }
  .pc-pdl-43 {
    padding-left: 43px;
  }
  .pc-pdl-44 {
    padding-left: 44px;
  }
  .pc-pdl-45 {
    padding-left: 45px;
  }
  .pc-pdl-46 {
    padding-left: 46px;
  }
  .pc-pdl-47 {
    padding-left: 47px;
  }
  .pc-pdl-48 {
    padding-left: 48px;
  }
  .pc-pdl-49 {
    padding-left: 49px;
  }
  .pc-pdl-50 {
    padding-left: 50px;
  }
  .pc-pdl-51 {
    padding-left: 51px;
  }
  .pc-pdl-52 {
    padding-left: 52px;
  }
  .pc-pdl-53 {
    padding-left: 53px;
  }
  .pc-pdl-54 {
    padding-left: 54px;
  }
  .pc-pdl-55 {
    padding-left: 55px;
  }
  .pc-pdl-56 {
    padding-left: 56px;
  }
  .pc-pdl-57 {
    padding-left: 57px;
  }
  .pc-pdl-58 {
    padding-left: 58px;
  }
  .pc-pdl-59 {
    padding-left: 59px;
  }
  .pc-pdl-60 {
    padding-left: 60px;
  }
  .pc-pdl-61 {
    padding-left: 61px;
  }
  .pc-pdl-62 {
    padding-left: 62px;
  }
  .pc-pdl-63 {
    padding-left: 63px;
  }
  .pc-pdl-64 {
    padding-left: 64px;
  }
  .pc-pdl-65 {
    padding-left: 65px;
  }
  .pc-pdl-66 {
    padding-left: 66px;
  }
  .pc-pdl-67 {
    padding-left: 67px;
  }
  .pc-pdl-68 {
    padding-left: 68px;
  }
  .pc-pdl-69 {
    padding-left: 69px;
  }
  .pc-pdl-70 {
    padding-left: 70px;
  }
  .pc-pdl-71 {
    padding-left: 71px;
  }
  .pc-pdl-72 {
    padding-left: 72px;
  }
  .pc-pdl-73 {
    padding-left: 73px;
  }
  .pc-pdl-74 {
    padding-left: 74px;
  }
  .pc-pdl-75 {
    padding-left: 75px;
  }
  .pc-pdl-76 {
    padding-left: 76px;
  }
  .pc-pdl-77 {
    padding-left: 77px;
  }
  .pc-pdl-78 {
    padding-left: 78px;
  }
  .pc-pdl-79 {
    padding-left: 79px;
  }
  .pc-pdl-80 {
    padding-left: 80px;
  }
  .pc-pdl-81 {
    padding-left: 81px;
  }
  .pc-pdl-82 {
    padding-left: 82px;
  }
  .pc-pdl-83 {
    padding-left: 83px;
  }
  .pc-pdl-84 {
    padding-left: 84px;
  }
  .pc-pdl-85 {
    padding-left: 85px;
  }
  .pc-pdl-86 {
    padding-left: 86px;
  }
  .pc-pdl-87 {
    padding-left: 87px;
  }
  .pc-pdl-88 {
    padding-left: 88px;
  }
  .pc-pdl-89 {
    padding-left: 89px;
  }
  .pc-pdl-90 {
    padding-left: 90px;
  }
  .pc-pdl-91 {
    padding-left: 91px;
  }
  .pc-pdl-92 {
    padding-left: 92px;
  }
  .pc-pdl-93 {
    padding-left: 93px;
  }
  .pc-pdl-94 {
    padding-left: 94px;
  }
  .pc-pdl-95 {
    padding-left: 95px;
  }
  .pc-pdl-96 {
    padding-left: 96px;
  }
  .pc-pdl-97 {
    padding-left: 97px;
  }
  .pc-pdl-98 {
    padding-left: 98px;
  }
  .pc-pdl-99 {
    padding-left: 99px;
  }
  .pc-pdl-100 {
    padding-left: 100px;
  }
  .pc-pdl-101 {
    padding-left: 101px;
  }
  .pc-pdl-102 {
    padding-left: 102px;
  }
  .pc-pdl-103 {
    padding-left: 103px;
  }
  .pc-pdl-104 {
    padding-left: 104px;
  }
  .pc-pdl-105 {
    padding-left: 105px;
  }
  .pc-pdl-106 {
    padding-left: 106px;
  }
  .pc-pdl-107 {
    padding-left: 107px;
  }
  .pc-pdl-108 {
    padding-left: 108px;
  }
  .pc-pdl-109 {
    padding-left: 109px;
  }
  .pc-pdl-110 {
    padding-left: 110px;
  }
  .pc-pdl-111 {
    padding-left: 111px;
  }
  .pc-pdl-112 {
    padding-left: 112px;
  }
  .pc-pdl-113 {
    padding-left: 113px;
  }
  .pc-pdl-114 {
    padding-left: 114px;
  }
  .pc-pdl-115 {
    padding-left: 115px;
  }
  .pc-pdl-116 {
    padding-left: 116px;
  }
  .pc-pdl-117 {
    padding-left: 117px;
  }
  .pc-pdl-118 {
    padding-left: 118px;
  }
  .pc-pdl-119 {
    padding-left: 119px;
  }
  .pc-pdl-120 {
    padding-left: 120px;
  }
  .pc-pdl-121 {
    padding-left: 121px;
  }
  .pc-pdl-122 {
    padding-left: 122px;
  }
  .pc-pdl-123 {
    padding-left: 123px;
  }
  .pc-pdl-124 {
    padding-left: 124px;
  }
  .pc-pdl-125 {
    padding-left: 125px;
  }
  .pc-pdl-126 {
    padding-left: 126px;
  }
  .pc-pdl-127 {
    padding-left: 127px;
  }
  .pc-pdl-128 {
    padding-left: 128px;
  }
  .pc-pdl-129 {
    padding-left: 129px;
  }
  .pc-pdl-130 {
    padding-left: 130px;
  }
  .pc-pdl-131 {
    padding-left: 131px;
  }
  .pc-pdl-132 {
    padding-left: 132px;
  }
  .pc-pdl-133 {
    padding-left: 133px;
  }
  .pc-pdl-134 {
    padding-left: 134px;
  }
  .pc-pdl-135 {
    padding-left: 135px;
  }
  .pc-pdl-136 {
    padding-left: 136px;
  }
  .pc-pdl-137 {
    padding-left: 137px;
  }
  .pc-pdl-138 {
    padding-left: 138px;
  }
  .pc-pdl-139 {
    padding-left: 139px;
  }
  .pc-pdl-140 {
    padding-left: 140px;
  }
  .pc-pdl-141 {
    padding-left: 141px;
  }
  .pc-pdl-142 {
    padding-left: 142px;
  }
  .pc-pdl-143 {
    padding-left: 143px;
  }
  .pc-pdl-144 {
    padding-left: 144px;
  }
  .pc-pdl-145 {
    padding-left: 145px;
  }
  .pc-pdl-146 {
    padding-left: 146px;
  }
  .pc-pdl-147 {
    padding-left: 147px;
  }
  .pc-pdl-148 {
    padding-left: 148px;
  }
  .pc-pdl-149 {
    padding-left: 149px;
  }
  .pc-pdl-150 {
    padding-left: 150px;
  }
  .pc-pdl-151 {
    padding-left: 151px;
  }
  .pc-pdl-152 {
    padding-left: 152px;
  }
  .pc-pdl-153 {
    padding-left: 153px;
  }
  .pc-pdl-154 {
    padding-left: 154px;
  }
  .pc-pdl-155 {
    padding-left: 155px;
  }
  .pc-pdl-156 {
    padding-left: 156px;
  }
  .pc-pdl-157 {
    padding-left: 157px;
  }
  .pc-pdl-158 {
    padding-left: 158px;
  }
  .pc-pdl-159 {
    padding-left: 159px;
  }
  .pc-pdl-160 {
    padding-left: 160px;
  }
  .pc-pdl-161 {
    padding-left: 161px;
  }
  .pc-pdl-162 {
    padding-left: 162px;
  }
  .pc-pdl-163 {
    padding-left: 163px;
  }
  .pc-pdl-164 {
    padding-left: 164px;
  }
  .pc-pdl-165 {
    padding-left: 165px;
  }
  .pc-pdl-166 {
    padding-left: 166px;
  }
  .pc-pdl-167 {
    padding-left: 167px;
  }
  .pc-pdl-168 {
    padding-left: 168px;
  }
  .pc-pdl-169 {
    padding-left: 169px;
  }
  .pc-pdl-170 {
    padding-left: 170px;
  }
  .pc-pdl-171 {
    padding-left: 171px;
  }
  .pc-pdl-172 {
    padding-left: 172px;
  }
  .pc-pdl-173 {
    padding-left: 173px;
  }
  .pc-pdl-174 {
    padding-left: 174px;
  }
  .pc-pdl-175 {
    padding-left: 175px;
  }
  .pc-pdl-176 {
    padding-left: 176px;
  }
  .pc-pdl-177 {
    padding-left: 177px;
  }
  .pc-pdl-178 {
    padding-left: 178px;
  }
  .pc-pdl-179 {
    padding-left: 179px;
  }
  .pc-pdl-180 {
    padding-left: 180px;
  }
  .pc-pdl-181 {
    padding-left: 181px;
  }
  .pc-pdl-182 {
    padding-left: 182px;
  }
  .pc-pdl-183 {
    padding-left: 183px;
  }
  .pc-pdl-184 {
    padding-left: 184px;
  }
  .pc-pdl-185 {
    padding-left: 185px;
  }
  .pc-pdl-186 {
    padding-left: 186px;
  }
  .pc-pdl-187 {
    padding-left: 187px;
  }
  .pc-pdl-188 {
    padding-left: 188px;
  }
  .pc-pdl-189 {
    padding-left: 189px;
  }
  .pc-pdl-190 {
    padding-left: 190px;
  }
  .pc-pdl-191 {
    padding-left: 191px;
  }
  .pc-pdl-192 {
    padding-left: 192px;
  }
  .pc-pdl-193 {
    padding-left: 193px;
  }
  .pc-pdl-194 {
    padding-left: 194px;
  }
  .pc-pdl-195 {
    padding-left: 195px;
  }
  .pc-pdl-196 {
    padding-left: 196px;
  }
  .pc-pdl-197 {
    padding-left: 197px;
  }
  .pc-pdl-198 {
    padding-left: 198px;
  }
  .pc-pdl-199 {
    padding-left: 199px;
  }
  .pc-pdl-200 {
    padding-left: 200px;
  }
}
/* ------------------------
  共通部分
------------------------ */
.slick-slider {
  display: none;
}

.slick-slider.slick-initialized {
  display: block;
}

/*  component
-----------------------*/
.font-en {
  font-weight: 400;
  font-family: "Arial", sans-serif;
}

.has-icon-btn {
  align-items: center;
  flex-direction: column;
  display: flex;
  gap: 4px;
  text-align: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .has-icon-btn {
    gap: 10px;
  }
}
.has-icon-btn span {
  color: #fff;
  display: block;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .has-icon-btn span {
    transform: scale(0.7);
    transform-origin: center top;
    margin-bottom: -0.3em;
    white-space: nowrap;
  }
}
@media screen and (min-width: 768px) {
  .has-icon-btn span {
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 1367px) {
  .has-icon-btn span {
    font-size: 1.3rem;
  }
}
.has-icon-btn.has-icon-btn--edit {
  background-color: #910000;
}
@media screen and (max-width: 767px) {
  .has-icon-btn.has-icon-btn--edit img {
    padding-bottom: 3px;
    width: 20px;
  }
}
@media screen and (min-width: 768px) {
  .has-icon-btn.has-icon-btn--edit img {
    width: 20px;
  }
}
.has-icon-btn.has-icon-btn--lock {
  background-color: #A7A7A7;
}
.has-icon-btn.has-icon-btn--lock img {
  width: 15px;
}
@media screen and (min-width: 768px) {
  .has-icon-btn.has-icon-btn--lock img {
    width: 15px;
  }
}

.btn-readmore {
  display: flex;
  justify-content: center;
}
.btn-readmore a {
  color: #fff;
  font-size: 16px;
  line-height: 21px;
  font-weight: 900;
  text-align: center;
  background: #A5BBC3;
  padding: 8px 36px;
  border-radius: 23px;
}
@media screen and (min-width: 768px) {
  .btn-readmore a {
    font-size: 18px;
    padding: 5px 23px;
    border-radius: 15px;
  }
}

.btn-gradation {
  background: linear-gradient(90deg, #facb31 0%, #f8c302 6.3%, #f4a303 14.54%, #ee7b05 22.13%, #e64908 30.77%, #de100b 36.68%, #dc000c 40.59%, #431274 67.98%, #00124b 88.21%, #00124b 100%);
  color: #fff;
  display: inline-block;
  font-weight: bold;
  letter-spacing: 0.15em;
  position: relative;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .btn-gradation {
    font-size: 1.4rem;
    padding: 14px 16px;
    width: 90%;
  }
}
@media screen and (min-width: 768px) {
  .btn-gradation {
    font-size: 2.2rem;
    padding: 15px 45px 15px 20px;
  }
}
.btn-gradation::before {
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  content: "";
  display: block;
  height: 6px;
  margin-top: -1px;
  position: absolute;
  right: 23px;
  top: 50%;
  transform: rotate(-45deg) translate(0, -50%);
  width: 6px;
}
.btn-gradation::after {
  border: 2px solid #fff;
  border-radius: 50%;
  content: "";
  display: block;
  height: 22px;
  position: absolute;
  right: 17px;
  top: 50%;
  transform: translate(0, -50%);
  width: 22px;
}
@media screen and (min-width: 768px) {
  .btn-gradation.btn-gradation--middle {
    min-width: 350px;
  }
}

.en-title {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .en-title {
    font-size: 60px;
    line-height: 85px;
    margin-bottom: 20px;
  }
}
.en-title .en-title__en {
  font-family: "Arial Black", "Arial", "Roboto", sans-serif;
  font-weight: 900;
  font-size: 37px;
  line-height: 44px;
  letter-spacing: -0.03em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .en-title .en-title__en {
    font-size: 60px;
    line-height: 85px;
  }
}
.en-title .en-title__jp {
  font-size: 15px;
  font-weight: 600;
  line-height: 20px;
  margin: 5px 0 0 12px;
  padding: 4px 12px;
  border: 1px solid #000;
}
@media screen and (min-width: 768px) {
  .en-title .en-title__jp {
    font-size: 18px;
    line-height: 24px;
    margin: 5px 0 0 20px;
    padding: 10px 18px;
  }
}

.iphone .en-title .en-title__en {
  font-family: "Avenir Next Heavy", "Avenir Next", "Arial Black", "Arial", "Roboto", sans-serif;
}
.iphone .en-title .en-title__jp {
  margin: -2px 0 0 12px;
}
@media screen and (min-width: 768px) {
  .iphone .en-title .en-title__jp {
    margin: -2px 0 0 20px;
  }
}

.android .en-title .en-title__jp {
  margin: 0 0 0 12px;
}
@media screen and (min-width: 768px) {
  .android .en-title .en-title__jp {
    margin: 0 0 0 20px;
  }
}

.has-en-title {
  line-height: 1;
  padding-bottom: 35px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .has-en-title {
    padding-bottom: 67px;
  }
}
.has-en-title .has-en-title__en {
  font-family: "Arial Black Italic", "Arial", sans-serif;
  color: #EDEDED;
  display: block;
  font-style: italic;
  font-size: 8rem;
  font-weight: 900;
  margin-bottom: -0.3em;
}
@media screen and (max-width: 767px) {
  .has-en-title .has-en-title__en {
    text-indent: -0.05em;
    letter-spacing: -0.05em;
  }
}
@media screen and (min-width: 1025px) {
  .has-en-title .has-en-title__en {
    font-size: 10rem;
  }
}
@media screen and (min-width: 1367px) {
  .has-en-title .has-en-title__en {
    font-size: 13rem;
    margin-bottom: -40px;
  }
}

.skew-box-text {
  background-color: #222;
  color: #fff;
  display: inline-block;
  font-size: 2rem;
  margin-right: 24px;
  position: relative;
  transform: skew(-15deg);
}
@media screen and (min-width: 768px) {
  .skew-box-text {
    font-size: 2.5rem;
    margin-right: 28px;
  }
}
@media screen and (min-width: 1367px) {
  .skew-box-text {
    font-size: 3rem;
  }
}
.skew-box-text > div {
  align-items: center;
  display: flex;
  padding: 8px 28px;
  transform: skew(15deg);
}
.skew-box-text > div > small {
  font-size: 1.2rem;
  margin-right: 5px;
}
@media screen and (min-width: 768px) {
  .skew-box-text > div > small {
    font-size: 1.8rem;
  }
}
.skew-box-text::before, .skew-box-text::after {
  background-color: #222;
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  width: 8px;
}
@media screen and (min-width: 768px) {
  .skew-box-text::before, .skew-box-text::after {
    width: 10px;
  }
}
.skew-box-text::before {
  right: -12px;
}
@media screen and (min-width: 768px) {
  .skew-box-text::before {
    right: -14px;
  }
}
.skew-box-text::after {
  right: -24px;
}
@media screen and (min-width: 768px) {
  .skew-box-text::after {
    right: -28px;
  }
}
.skew-box-text.skew-box-text--red {
  background-color: #700206;
}
.skew-box-text.skew-box-text--red::before, .skew-box-text.skew-box-text--red::after {
  background-color: #700206;
}
.skew-box-text.skew-box-text--white {
  color: #000;
  background-color: #fff;
}
.skew-box-text.skew-box-text--white::before, .skew-box-text.skew-box-text--white::after {
  background-color: #fff;
}

.skew-box-text--02 {
  background-color: #222;
  color: #fff;
  display: inline-block;
  line-height: 1.2;
  margin-right: 24px;
  position: relative;
  transform: skew(-15deg);
  transform-origin: bottom left;
}
@media screen and (min-width: 768px) {
  .skew-box-text--02 {
    margin-right: 28px;
  }
}
.skew-box-text--02 > div {
  align-items: center;
  background-color: #000;
  display: flex;
  padding: 8px 20px;
  transform: skew(15deg) translate(-5px, 0);
}
.skew-box-text--02::before, .skew-box-text--02::after {
  background-color: #222;
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  width: 8px;
}
@media screen and (min-width: 768px) {
  .skew-box-text--02::before, .skew-box-text--02::after {
    width: 10px;
  }
}
.skew-box-text--02::before {
  right: -12px;
}
@media screen and (min-width: 768px) {
  .skew-box-text--02::before {
    right: -14px;
  }
}
.skew-box-text--02::after {
  right: -24px;
}
@media screen and (min-width: 768px) {
  .skew-box-text--02::after {
    right: -28px;
  }
}

.cat-label {
  background-color: #91030A;
  color: #fff;
  display: inline-block;
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 1.1;
  max-width: 100%;
  padding: 5px 6px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
@media screen and (min-width: 768px) {
  .cat-label {
    font-size: 1rem;
    padding: 6px 7px;
  }
}

.btn-circle-arrow {
  background-color: #222;
  color: #fff;
  display: inline-block;
  font-size: 1.7rem;
  position: relative;
  padding: 28px 30px;
}
@media screen and (min-width: 768px) {
  .btn-circle-arrow {
    font-size: 2rem;
    padding: 20px 30px;
  }
}
.btn-circle-arrow::before {
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  content: "";
  display: block;
  height: 7px;
  position: absolute;
  right: 30px;
  top: 50%;
  transform: rotate(-45deg) translate(0, -50%);
  width: 7px;
}
@media screen and (min-width: 768px) {
  .btn-circle-arrow::before {
    height: 10px;
    margin-top: -1px;
    right: 40px;
    width: 10px;
  }
}
.btn-circle-arrow::after {
  border: 1px solid #fff;
  border-radius: 50%;
  content: "";
  display: block;
  height: 25px;
  position: absolute;
  right: 22px;
  top: 50%;
  transform: translate(0, -50%);
  width: 25px;
}
@media screen and (min-width: 768px) {
  .btn-circle-arrow::after {
    height: 34px;
    right: 30px;
    width: 34px;
  }
}
@media screen and (max-width: 767px) {
  .btn-circle-arrow > span {
    display: inline-block;
    padding-right: 30px;
  }
}
.btn-circle-arrow.btn-circle-arrow--has-icon {
  background-color: #91030A;
  background-position: left top;
  background-repeat: no-repeat;
  background-size: auto 100%;
  padding: 27px 40px;
}
@media screen and (min-width: 768px) {
  .btn-circle-arrow.btn-circle-arrow--has-icon {
    font-size: 1.6rem;
    padding: 30px 35px 24px 25px;
  }
}
.btn-circle-arrow.btn-circle-arrow--has-icon::before {
  border-width: 1px;
  height: 7px;
  right: 22px;
  width: 7px;
}
.btn-circle-arrow.btn-circle-arrow--has-icon::after {
  border-width: 1px;
  height: 22px;
  right: 15px;
  width: 22px;
}
.btn-circle-arrow.btn-circle-arrow--has-icon.icon-factory {
  background-image: url(../images/common/icon-factory-ghost.svg);
}
.btn-circle-arrow.btn-circle-arrow--has-icon.icon-cars {
  background-image: url(../images/common/icon-cars-ghost.svg);
}
.btn-circle-arrow.btn-circle-arrow--has-icon.icon-parts {
  background-image: url(../images/common/icon-parts-ghost.svg);
}
.btn-circle-arrow.btn-circle-arrow--red {
  background-color: #700206;
}
.btn-circle-arrow.btn-circle-arrow--gray {
  background-color: #A7A7A7;
}
.btn-circle-arrow.btn-circle-arrow--purple {
  background-color: #B062A3;
}
.btn-circle-arrow.btn-circle-arrow--black {
  background-color: #222;
}
.btn-circle-arrow.btn-circle-arrow--medium {
  font-size: 1.8rem;
  padding: 14px 30px;
}
@media screen and (max-width: 767px) {
  .btn-circle-arrow.btn-circle-arrow--medium {
    font-size: 1.6rem;
    max-width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .btn-circle-arrow.btn-circle-arrow--medium {
    padding: 7px 40px 7px 20px;
  }
}
.btn-circle-arrow.btn-circle-arrow--medium::before {
  height: 6px;
  margin-top: -1px;
  right: 16px;
  width: 6px;
  border-width: 1px;
}
.btn-circle-arrow.btn-circle-arrow--medium::after {
  height: 20px;
  right: 10px;
  width: 20px;
  border-width: 1px;
}
.btn-circle-arrow.btn-circle-arrow--light {
  background-color: #F7F7F7;
  color: #000;
  font-size: 1.2rem;
  padding: 10px 30px 10px 15px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .btn-circle-arrow.btn-circle-arrow--light {
    font-size: 1.4rem;
    padding: 10px 50px 10px 20px;
  }
}
@media screen and (min-width: 1025px) {
  .btn-circle-arrow.btn-circle-arrow--light {
    font-size: 1.6rem;
  }
}
.btn-circle-arrow.btn-circle-arrow--light::before, .btn-circle-arrow.btn-circle-arrow--light::after {
  border-color: #000;
}
.btn-circle-arrow.btn-circle-arrow--light::before {
  height: 5px;
  margin-top: -1px;
  right: 19px;
  width: 5px;
}
@media screen and (min-width: 768px) {
  .btn-circle-arrow.btn-circle-arrow--light::before {
    height: 7px;
    right: 30px;
    width: 7px;
  }
}
.btn-circle-arrow.btn-circle-arrow--light::after {
  height: 15px;
  right: 15px;
  width: 15px;
}
@media screen and (min-width: 768px) {
  .btn-circle-arrow.btn-circle-arrow--light::after {
    height: 20px;
    right: 25px;
    width: 20px;
  }
}
.btn-circle-arrow.btn-circle-arrow--light.is-current {
  background-color: #000;
  color: #fff;
}
.btn-circle-arrow.btn-circle-arrow--light.is-current::before, .btn-circle-arrow.btn-circle-arrow--light.is-current::after {
  border-color: #fff;
}

@media screen and (max-width: 767px) {
  .gnavi-trg {
    background-color: #fff;
    display: block;
    flex-direction: column;
    height: 100%;
    position: relative;
    width: 55px;
  }
}
@media screen and (min-width: 768px) {
  .gnavi-trg {
    display: none;
  }
}
.gnavi-trg > span {
  background-color: #910000;
  display: block;
  height: 3px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 25px;
}
.gnavi-trg > span:nth-child(1) {
  margin-top: -8px;
}
.gnavi-trg > span:nth-child(3) {
  margin-top: 8px;
}

.link-underline-box {
  background-color: #EDEDED;
  display: inline-block;
  padding: 5px 10px;
  text-decoration: underline;
}
.link-underline-box:hover {
  text-decoration: none;
}

.border-left-bottom-title {
  border-left: 5px solid #444;
  border-bottom: 1px solid #444;
  line-height: 1.3;
  margin-top: 1em;
  padding: 5px 10px;
}
@media screen and (min-width: 768px) {
  .border-left-bottom-title {
    border-left: 10px solid #444;
    padding: 8px 10px;
  }
}

.border-left-title {
  border-left: 5px solid #444444;
  font-size: 1.2em;
  margin-bottom: 1.3em;
  line-height: 1.5;
  padding: 5px 10px;
}
@media screen and (min-width: 768px) {
  .border-left-title {
    border-width: 10px;
    font-size: 1.5em;
    padding: 5px 15px;
  }
}
.border-left-title.border-left-title--red {
  border-color: #700206;
}
.border-left-title.border-left-title--white {
  border-color: #fff;
}
.border-left-title .border-left-title__sm {
  font-size: 0.8em;
}
.border-left-title .border-left-title__md {
  font-size: 0.8em;
  font-weight: 400;
}

.release-title {
  display: inline-block;
  line-height: 1;
  margin-bottom: 10px;
  position: relative;
}
.release-title .release-title__en {
  color: #aaa;
  font-size: 4em;
  font-style: italic;
  font-weight: 900;
}
@media screen and (min-width: 768px) {
  .release-title .release-title__en {
    font-size: 5em;
  }
}
.release-title .skew-box-text {
  bottom: 0;
  position: absolute;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .release-title .skew-box-text {
    font-size: 1.8rem;
    left: calc(100% - 4.5em);
  }
}
@media screen and (min-width: 768px) {
  .release-title .skew-box-text {
    bottom: 0.4em;
    font-size: 2.5rem;
    left: calc(100% - 5.2em);
    line-height: 1.2;
  }
}
.release-title .skew-box-text > div {
  padding: 5px 28px;
}

.has-arrow-underline-link {
  padding-right: 22px;
  position: relative;
  text-decoration: underline;
}
.has-arrow-underline-link::before {
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  content: "";
  display: block;
  height: 5px;
  position: absolute;
  right: 6px;
  top: 50%;
  transform: translate(0, -50%) rotate(-45deg);
  width: 5px;
}
.has-arrow-underline-link::after {
  border-radius: 50%;
  border: 1px solid #fff;
  content: "";
  display: block;
  height: 15px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  width: 15px;
}

.block-separate-border {
  border-bottom: 2px solid #000;
}

/* layout
---------------------- */
.gradation-section {
  background-image: linear-gradient(180deg, rgb(0, 0, 0), rgb(96, 96, 96));
}

.btn-block {
  display: flex;
}
.btn-block.btn-block--center {
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .btn-block.btn-block--center {
    margin: 0 auto;
    max-width: 350px;
  }
}

.l-container {
  padding: 0 15px;
}
@media screen and (min-width: 768px) {
  .l-container {
    margin: 0 auto;
    max-width: 1260px;
    padding: 0 80px;
  }
}
@media screen and (min-width: 768px) {
  .l-container--wide {
    max-width: 1270px;
    padding: 0 50px;
  }
}

.l-page-content {
  padding: 20px 15px 50px;
}
@media screen and (min-width: 768px) {
  .l-page-content {
    padding: 40px 25px 80px;
  }
}
@media screen and (min-width: 1025px) {
  .l-page-content {
    margin: 0 auto;
    max-width: 1366px;
    padding: 40px 53px 80px;
  }
}
.l-page-content.l-page-content--pdb-0 {
  padding-bottom: 0;
}
@media screen and (min-width: 768px) {
  .l-page-content .l-page-content__inr {
    align-items: flex-start;
    display: flex;
    gap: 0 60px;
  }
}
@media screen and (max-width: 767px) {
  .l-page-content .l-page-content__inr.l-page-content__inr--reverse {
    display: flex;
    flex-direction: column-reverse;
  }
}
.l-page-content .l-page-content__inr.l-page-content__inr--reverse .l-page-content__side {
  padding-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .l-page-content .l-page-content__main {
    margin-bottom: 4em;
  }
}
@media screen and (min-width: 768px) {
  .l-page-content .l-page-content__main {
    flex: 1;
    padding-top: 34px;
    width: 100%;
  }
}
@media screen and (min-width: 1025px) {
  .l-page-content .l-page-content__main {
    width: 65.8%;
    max-width: 900px;
  }
}
.l-page-content .l-page-content__main.l-page-content__main--mgb-0 {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .l-page-content .l-page-content__side {
    margin: 0 auto;
    max-width: 300px;
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .l-page-content .l-page-content__side {
    min-width: 250px;
    width: 21.9%;
  }
}
.l-page-content.l-page-content--gradation {
  background: linear-gradient(to bottom, #000 0%, #606060 100%);
  color: #fff;
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .l-page-content.l-page-content--gradation {
    padding: 0;
  }
}
.l-page-content.l-page-content--gradation a {
  color: #fff;
}
@media screen and (min-width: 768px) {
  .l-page-content.l-page-content--gradation .l-page-content__wrap {
    margin: 0 auto;
    max-width: 1366px;
    padding: 40px 53px 80px;
  }
}
.l-page-content.l-page-content--gradation .sidebar-block .sidebar-block__section .skew-box-text {
  background-color: #fff;
}
.l-page-content.l-page-content--gradation .sidebar-block .sidebar-block__section .skew-box-text::before, .l-page-content.l-page-content--gradation .sidebar-block .sidebar-block__section .skew-box-text::after {
  background-color: #fff;
}
.l-page-content.l-page-content--gradation .sidebar-block .sidebar-block__section .skew-box-text > div {
  color: #222;
}
.l-page-content.l-page-content--gradation .sidebar-block .sidebar-block__section .skew-box-text > div::before {
  background-color: #fff;
}
.l-page-content.l-page-content--gradation .pager > li span {
  background-color: #fff;
  color: #222;
}
.l-page-content .l-page-content__form {
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .l-page-content .l-page-content__form {
    margin-bottom: 40px;
    max-width: 506px;
  }
}
.l-page-content .l-page-content__form .search-block .search-block__inr .search-block__text {
  font-size: 1.4rem;
}
@media screen and (min-width: 768px) {
  .l-page-content .l-page-content__form .search-block .search-block__inr .search-block__text {
    font-size: 1.6rem;
  }
}

.l-child-page .l-child-page__section + .l-child-page__section {
  margin-top: 2.5em;
}
@media screen and (min-width: 768px) {
  .l-child-page .l-child-page__section + .l-child-page__section {
    margin-top: 3em;
  }
}
.l-child-page .l-child-page__section .border-left-title {
  margin-bottom: 1.3em;
}
.l-child-page .l-child-page__section.m-pickup {
  padding-bottom: 70px;
}
.l-child-page .l-child-page__section.m-pickup .slide-btns .slide-btns__items {
  transition: all 0.3s;
  max-height: 1040px;
}
@media screen and (min-width: 768px) {
  .l-child-page .l-child-page__section.m-pickup .slide-btns .slide-btns__items {
    max-height: 960px;
  }
}
.l-child-page .l-child-page__section.m-pickup .slide-btns .slide-btns__items.is-open {
  max-height: 9999px;
}
@media screen and (min-width: 768px) {
  .l-child-page .search-block {
    max-width: 465px;
  }
}
.l-child-page .l-child-page__new-cars {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media screen and (min-width: 768px) {
  .l-child-page .l-child-page__new-cars {
    flex-direction: row;
    gap: 50px 20px;
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 768px) {
  .l-child-page .l-child-page__new-cars .card-post-item {
    width: calc(33.333% - 14px);
  }
}
.l-child-page .pager {
  margin-top: 3em;
}
.l-child-page .l-child-page__btn {
  display: flex;
  justify-content: center;
  margin-top: 3em;
}
.l-child-page .l-child-page__release {
  background: linear-gradient(to right bottom, #939393 0%, #acacac 0%, #f4f4f4 100%);
  padding: 40px 20px 50px;
}
@media screen and (max-width: 767px) {
  .l-child-page .l-child-page__release {
    margin: 0 -15px;
  }
}
@media screen and (min-width: 768px) {
  .l-child-page .l-child-page__release {
    padding: 60px 30px;
  }
}
@media screen and (min-width: 1025px) {
  .l-child-page .l-child-page__release {
    padding: 60px 50px;
  }
}
@media screen and (max-width: 767px) {
  .l-child-page .l-child-page__release .has-en-title .has-en-title__en {
    font-size: 6rem;
  }
}
@media screen and (max-width: 1024px) {
  .l-child-page .l-child-page__release .has-en-title .has-en-title__en {
    font-size: 6rem;
  }
}
@media screen and (min-width: 1025px) {
  .l-child-page .l-child-page__release .l-child-page__release__list .archive-list {
    gap: 20px;
  }
}
@media screen and (min-width: 768px) {
  .l-child-page .l-child-page__release .l-child-page__release__list .archive-list .archive-list__thum {
    width: 120px;
  }
}
@media screen and (min-width: 1367px) {
  .l-child-page .l-child-page__release .l-child-page__release__list .archive-list .archive-list__thum {
    width: 150px;
  }
}
@media screen and (min-width: 1025px) {
  .l-child-page .l-child-page__release .l-child-page__release__list .archive-list > li {
    gap: 10px;
    width: calc(50% - 10px);
  }
}
@media screen and (min-width: 1025px) {
  .l-child-page .l-child-page__topics .archive-list {
    gap: 20px;
  }
}
@media screen and (min-width: 768px) {
  .l-child-page .l-child-page__topics .archive-list .archive-list__thum {
    width: 120px;
  }
}
@media screen and (min-width: 1367px) {
  .l-child-page .l-child-page__topics .archive-list .archive-list__thum {
    width: 150px;
  }
}
@media screen and (min-width: 1025px) {
  .l-child-page .l-child-page__topics .archive-list > li {
    gap: 10px;
    width: calc(50% - 10px);
  }
}
.l-child-page .l-child-page__result .l-child-page__result__title {
  background-color: #EDEDED;
  display: flex;
  font-size: 1.3rem;
  font-weight: 700;
  gap: 5px 20px;
  margin-bottom: 2em;
  padding: 5px 15px;
}
@media screen and (min-width: 768px) {
  .l-child-page .l-child-page__result .l-child-page__result__title {
    font-size: 1.5rem;
    gap: 10px 47px;
    padding: 5px 20px;
  }
}
.l-child-page .l-child-page__result .l-child-page__result__title .fs-m {
  font-size: 1.1rem;
}
@media screen and (min-width: 768px) {
  .l-child-page .l-child-page__result .l-child-page__result__title .fs-m {
    font-size: 1.3rem;
  }
}

.pager {
  align-items: center;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 5px;
}
@media screen and (min-width: 768px) {
  .pager {
    gap: 10px;
  }
}
.pager > li.dots {
  font-size: 1.5em;
  line-height: 1;
  font-weight: 700;
}
.pager > li a,
.pager > li span {
  color: #fff;
  font-size: 12px;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 9px 12px;
  border-radius: 10px;
}
.pager > li a {
  background-color: rgba(34, 34, 34, 0.7);
  transition: opacity 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
}
.pager > li a.pager__prev, .pager > li a.pager__next {
  background-color: #6A251F;
  padding: 9px 13px;
}
.pager > li a.is-wide {
  padding: 8px 18px;
  width: initial;
}
.pager > li a:hover {
  opacity: 0.7;
}
.pager > li span {
  background-color: #222;
}

.l-fullwid-content {
  padding: 30px 15px;
}
@media screen and (min-width: 768px) {
  .l-fullwid-content {
    padding: 60px 30px;
  }
}
.l-fullwid-content .l-fullwid-content__inr {
  max-width: 900px;
  margin: 0 auto;
}
.l-fullwid-content .l-fullwid-content__btn {
  display: flex;
  justify-content: center;
  margin-top: 4em;
}
@media screen and (max-width: 767px) {
  .l-fullwid-content .has-en-title .has-en-title__en {
    font-size: 5.5rem;
  }
}
@media screen and (min-width: 1025px) {
  .l-fullwid-content .release-block .archive-list {
    gap: 30px 20px;
  }
}
.l-fullwid-content .release-block .archive-list > li {
  width: 100%;
}
@media screen and (min-width: 1025px) {
  .l-fullwid-content .release-block .archive-list > li {
    width: calc(50% - 10px);
  }
}
.l-fullwid-content.l-fullwid-content--bg-gray {
  background-color: #EDEDED;
}
.l-fullwid-content.l-fullwid-content--bg-gray + .l-fullwid-content--bg-gray {
  padding-top: 0;
}
.l-fullwid-content.l-fullwid-content--gradation {
  background: linear-gradient(to right bottom, #939393 0%, #acacac 0%, #f4f4f4 100%);
}

.l-col3-archive {
  display: flex;
  flex-wrap: wrap;
  gap: 25px 10px;
}
@media screen and (min-width: 1025px) {
  .l-col3-archive {
    gap: 30px 16px;
  }
}
.l-col3-archive .l-col3-archive__item {
  width: calc(50% - 5px);
}
@media screen and (min-width: 1025px) {
  .l-col3-archive .l-col3-archive__item {
    width: calc(33.333% - 11px);
  }
}
@media screen and (min-width: 768px) {
  .l-col3-archive .card-post-item__thum {
    aspect-ratio: 16/9;
  }
}
.l-col3-archive .card-post-item__thum img {
  height: 100%;
}
@media screen and (max-width: 1024px) {
  .l-col3-archive.l-col3-archive--sp-horizon {
    flex-direction: column;
  }
}
@media screen and (max-width: 1024px) {
  .l-col3-archive.l-col3-archive--sp-horizon .l-col3-archive__item {
    align-items: center;
    display: flex;
    gap: 25px;
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .l-col3-archive.l-col3-archive--sp-horizon .l-col3-archive__item .card-post-item__thum {
    margin-bottom: 0;
    width: 130px;
  }
}
@media screen and (max-width: 1024px) {
  .l-col3-archive.l-col3-archive--sp-horizon .l-col3-archive__item div:not(.card-post-item__thum) {
    flex: 1;
    width: 100%;
  }
}

/*  project
-----------------------*/
.header {
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
}
.header .header__tops {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 90px;
  padding: 10px 15px;
  background-color: #fff;
  border-bottom: 1px solid #222;
  z-index: 102;
  transition: 0.5s ease height;
}
@media screen and (min-width: 1025px) {
  .header .header__tops {
    flex-direction: row;
    align-items: center;
    height: 150px;
    padding: 20px 50px;
  }
}
.header .header__catch .header__catch-jp {
  font-weight: 700;
  font-style: italic;
  font-size: 13px;
  line-height: 15px;
  text-align: center;
  margin-bottom: 5px;
}
@media screen and (min-width: 1025px) {
  .header .header__catch .header__catch-jp {
    font-size: 16px;
    line-height: 21px;
    text-align: left;
    margin-bottom: 10px;
  }
}
.header .header__catch .header__catch-en {
  font-style: italic;
  font-size: 10px;
  line-height: 1;
  text-align: center;
}
@media screen and (min-width: 1025px) {
  .header .header__catch .header__catch-en {
    font-size: 14px;
    text-align: left;
  }
}
.header .header__logo {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translate(-50%, 0);
}
@media screen and (min-width: 1025px) {
  .header .header__logo {
    top: 50%;
    bottom: unset;
    transform: translate(-50%, -50%);
  }
}
.header .header__logo img {
  width: 120px;
  transition: 0.5s ease width;
}
@media screen and (min-width: 1025px) {
  .header .header__logo img {
    width: 226px;
  }
}
.header .header__user {
  position: absolute;
  left: 22px;
  bottom: 26px;
  display: flex;
  align-items: center;
  gap: 0 23px;
}
@media screen and (min-width: 1025px) {
  .header .header__user {
    position: relative;
    left: unset;
    bottom: unset;
    margin-left: auto;
    gap: 0 27px;
  }
}
.header .header__user .header__user__item {
  display: flex;
  align-items: center;
}
.header .header__user .header__user__item span {
  display: none;
  font-weight: 900;
  line-height: 1;
}
@media screen and (min-width: 1025px) {
  .header .header__user .header__user__item span {
    display: block;
    font-size: 16px;
    margin-right: 5px;
  }
}
.header .header__user .header__user__item--lock img {
  width: 18px;
}
.header .header__user .header__user__item--search img {
  width: 24px;
}
.header .header__hmbg-open {
  position: absolute;
  bottom: 8px;
  right: 5px;
  display: block;
  width: 50px;
  padding: 10px;
}
@media screen and (min-width: 1025px) {
  .header .header__hmbg-open {
    display: none;
  }
}
.header .header__hmbg-open div {
  width: 100%;
  height: 2px;
  background: #222;
  margin-bottom: 6px;
}
.header .header__hmbg-open span {
  display: block;
  font-size: 10px;
  line-height: 1;
}
.header .header__navs {
  display: none;
  position: relative;
  background-color: #fff;
  border-bottom: 1px solid #222;
  z-index: 101;
  transition: 0.5s ease transform;
}
@media screen and (min-width: 1025px) {
  .header .header__navs {
    display: block;
  }
}
.header .header__navs .header__navs__list {
  display: flex;
  justify-content: center;
  padding: 15px 0;
}
.header .header__navs .header__navs__list li {
  display: flex;
  align-items: center;
  line-height: 1;
  padding: 0 10px;
  border-right: 1px solid #222;
}
.header .header__navs .header__navs__list li:last-child {
  border-right: none;
}
.header .header__navs .header__navs__list li a {
  display: block;
}
.header .header__navs .header__navs__list li a.header__navs__list__tas .header__navs__item-en {
  color: #fff;
  background: #222;
}
.header .header__navs .header__navs__list li a .header__navs__item-en {
  display: block;
  font-size: 14px;
  line-height: 1;
  font-weight: 900;
  text-align: center;
  margin-bottom: 3px;
  padding: 3px 5px;
  white-space: nowrap;
}
.header .header__navs .header__navs__list li a .header__navs__item-jp {
  display: block;
  color: #727171;
  font-size: 10px;
  line-height: 1;
  font-weight: 600;
  text-align: center;
  white-space: nowrap;
}
@media screen and (min-width: 1025px) {
  .header.is-scroll .header__tops {
    height: 90px;
  }
}
@media screen and (min-width: 1025px) {
  .header.is-scroll .header__logo img {
    width: 121px;
  }
}
@media screen and (min-width: 1025px) {
  .header.is-scroll .header__navs {
    transform: translateY(-64px);
  }
}

.hmbg-menu {
  background: #fff;
  top: 0;
  left: 120%;
  position: fixed;
  transition: all 0.5s;
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  z-index: 1002;
}
@media screen and (min-width: 1025px) {
  .hmbg-menu {
    display: none !important;
  }
}
.hmbg-menu.is-show {
  transform: translateX(-120%);
}
.hmbg-menu .hmbg-menu__close {
  position: absolute;
  right: 20px;
  top: 20px;
  height: 50px;
  width: 50px;
  z-index: 1005;
}
.hmbg-menu .hmbg-menu__close > div {
  background: #222;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 42px;
  height: 3px;
}
.hmbg-menu .hmbg-menu__close > div:nth-child(1) {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.hmbg-menu .hmbg-menu__close > div:nth-child(2) {
  transform: translate(-50%, -50%) rotate(45deg);
}
.hmbg-menu .hmbg-menu__inr {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
}
.hmbg-menu .hmbg-menu__wrap {
  width: 100%;
  padding: 60px 45px;
  margin: auto;
}
.hmbg-menu .hmbg-menu__about-oas {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 45px;
  padding: 18px 9px;
  border: 1px solid #222;
  border-radius: 35px;
}
.hmbg-menu .hmbg-menu__about-oas img {
  width: 16px;
  margin-right: 6px;
}
.hmbg-menu .hmbg-menu__about-oas span {
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
}
.hmbg-menu .hmbg-menu__links .hmbg-menu__links__list {
  display: flex;
  flex-direction: column;
  gap: 27px 0;
}
.hmbg-menu .hmbg-menu__links .hmbg-menu__links__list li a {
  display: block;
  font-size: 18px;
  line-height: 1;
  font-weight: 900;
  text-align: center;
}
.hmbg-menu .hmbg-menu__links .hmbg-menu__links__list li a.hmbg-menu__links__list__tas {
  color: #fff;
  background: #222;
  padding: 18px 15px;
}
.hmbg-menu .hmbg-menu__foot {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  margin-top: 40px;
}
.hmbg-menu .hmbg-menu__foot > a {
  display: block;
  max-width: 32px;
}

.gnavi {
  align-items: center;
  display: flex;
  height: 100%;
  gap: 10px;
}
@media screen and (min-width: 1367px) {
  .gnavi {
    gap: 30px;
  }
}
.gnavi .gnavi__list {
  display: none;
}
@media screen and (min-width: 768px) {
  .gnavi .gnavi__list {
    align-items: center;
    display: flex;
    height: 100%;
  }
}
.gnavi .gnavi__list > li {
  height: 100%;
  line-height: 1.2;
}
.gnavi .gnavi__list > li a {
  align-items: center;
  color: #fff;
  display: flex;
  font-weight: 600;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .gnavi .gnavi__list > li a {
    font-size: 1.2rem;
    padding: 10px;
    transition: background 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);
  }
}
@media screen and (min-width: 1367px) {
  .gnavi .gnavi__list > li a {
    font-size: 1.3rem;
    padding: 15px;
  }
}
.gnavi .gnavi__list > li a:hover {
  background: #A7A7A7;
}
.gnavi .gnavi__list > li a .icon {
  margin-right: 6px;
  width: 26px;
}
@media screen and (min-width: 768px) {
  .gnavi .gnavi__list > li a .icon {
    margin-right: 6px;
    width: 20px;
  }
}
@media screen and (min-width: 1367px) {
  .gnavi .gnavi__list > li a .icon {
    width: 26px;
  }
}
@media screen and (min-width: 768px) {
  .gnavi .gnavi__list .gnavi__list__tv img {
    width: 100px;
  }
}
@media screen and (min-width: 1367px) {
  .gnavi .gnavi__list .gnavi__list__tv img {
    width: 143px;
  }
}
.gnavi .gnavi__user {
  align-items: center;
  display: flex;
  height: 100%;
}
.gnavi .gnavi__user > li {
  height: 100%;
}
.gnavi .gnavi__user .has-icon-btn {
  height: 100%;
  width: 55px;
}
@media screen and (min-width: 768px) {
  .gnavi .gnavi__user .has-icon-btn {
    width: 90px;
  }
}
@media screen and (min-width: 1367px) {
  .gnavi .gnavi__user .has-icon-btn {
    width: 110px;
  }
}

.archive-list {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  gap: 26px 15px;
}
@media screen and (min-width: 1025px) {
  .archive-list {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 30px 60px;
  }
}
.archive-list > li {
  align-items: flex-start;
  display: flex;
  gap: 15px;
}
@media screen and (max-width: 1024px) {
  .archive-list > li {
    width: 100%;
  }
}
@media screen and (min-width: 1025px) {
  .archive-list > li {
    gap: 20px;
    width: calc(50% - 30px);
  }
}
.archive-list > li .archive-info {
  flex: 1;
  width: 100%;
}
.archive-list .archive-list__thum {
  position: relative;
  width: 103px;
}
@media screen and (min-width: 1025px) {
  .archive-list .archive-list__thum {
    width: 150px;
  }
}
.archive-list .archive-list__thum img {
  aspect-ratio: 15/11;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
.archive-list .archive-list__thum .cat-label {
  left: 0;
  position: absolute;
  bottom: 0;
  z-index: 2;
}
@media screen and (max-width: 1024px) {
  .archive-list.archive-list--sp-reverse > li {
    flex-direction: row-reverse;
  }
}

.check-list {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 74px;
}
@media screen and (min-width: 768px) {
  .check-list {
    margin-bottom: 50px;
  }
}
.check-list > li {
  align-items: center;
  display: flex;
  font-size: 1.6rem;
  font-weight: bold;
  gap: 20px;
}
@media screen and (min-width: 768px) {
  .check-list > li {
    font-size: 2rem;
  }
}
.check-list > li:nth-child(n+2) {
  margin-top: 15px;
}
@media screen and (min-width: 768px) {
  .check-list > li .small {
    font-size: 0.8em;
  }
}
.check-list > li > div {
  flex: 1;
  width: 100%;
}
.check-list > li::before {
  background: url(../images/common/icon-check.svg) 0 0/100% 100% no-repeat;
  content: "";
  display: block;
  height: 40px;
  width: 40px;
}

.round-title-box .round-title-box__inr {
  background-color: #fff;
  border: 1px solid #707070;
  padding: 50px 30px 25px;
  position: relative;
}
.round-title-box .round-title-box__title {
  background-color: #fff;
  border: 1px solid #222;
  border-radius: 30px;
  display: inline-block;
  font-size: 2rem;
  font-weight: 600;
  left: 50%;
  line-height: 1;
  padding: 14px 28px;
  position: absolute;
  top: -24px;
  transform: translate(-50%, 0);
  white-space: nowrap;
  z-index: 2;
}
.round-title-box p {
  font-size: 1.4rem;
}

.register-block {
  background-color: #E7D5E8;
  margin-top: 60px;
  padding: 60px 0 80px;
}
@media screen and (min-width: 768px) {
  .register-block {
    margin-top: 80px;
    padding: 80px 0;
  }
}
@media screen and (min-width: 768px) {
  .register-block .l-container {
    max-width: 870px;
  }
}
.register-block .register-block__entry {
  margin-bottom: 30px;
}
.register-block .register-block__entry .btn-circle-arrow {
  display: flex;
  align-items: center;
  text-align: center;
  width: 100%;
  height: 80px;
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
  padding: 20px;
}
@media screen and (min-width: 768px) {
  .register-block .register-block__entry .btn-circle-arrow {
    font-size: 22px;
    line-height: 24px;
  }
}
.register-block .register-block__entry .btn-circle-arrow > span {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 0;
}
.register-block .register-block__entry .btn-circle-arrow img {
  width: 70px;
}
@media screen and (min-width: 768px) {
  .register-block .register-block__entry .btn-circle-arrow img {
    width: 96px;
  }
}
.register-block .register__check-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 24px;
}
.register-block .register__check-list > li {
  display: flex;
  font-size: 16px;
  line-height: 21px;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .register-block .register__check-list > li {
    font-size: 18px;
    line-height: 24px;
  }
}
.register-block .register__check-list > li::before {
  content: "";
  position: relative;
  top: -4px;
  display: inline-block;
  min-width: 30px;
  height: 30px;
  background: url(../images/common/icon-oas-listdot.png) 0 0/100% 100% no-repeat;
  margin-right: 10px;
}
.register-block .register__check-list > li .small {
  font-size: 12px;
}
.register-block .register__about {
  background: #fff;
  margin-bottom: 20px;
  padding: 15px;
}
@media screen and (min-width: 768px) {
  .register-block .register__about {
    display: flex;
    padding: 20px;
  }
}
.register-block .register__about .register__about__title {
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  white-space: nowrap;
  margin-bottom: 8px;
}
@media screen and (min-width: 768px) {
  .register-block .register__about .register__about__title {
    margin-right: 26px;
  }
}
.register-block .register__about dd p {
  font-size: 14px;
  line-height: 21px;
}
.register-block .register__about dd p:not(:last-child) {
  margin-bottom: 1.5em;
}
.register-block .register__about dd a {
  text-decoration: underline;
}
.register-block .register-block__media {
  font-size: 14px;
  line-height: 24px;
  font-weight: 700;
  text-align: center;
  text-decoration: underline;
}

.content-register-block {
  background-color: #EDEDED;
  margin-top: 80px;
  padding: 60px 70px 40px;
}
@media screen and (max-width: 767px) {
  .content-register-block {
    margin-top: 60px;
    padding: 40px 15px;
  }
}
.content-register-block .has-en-title .has-en-title__en {
  color: #fff;
}
.content-register-block .round-title-box {
  margin-bottom: 60px;
}
.content-register-block .content-register-block__entry {
  margin-bottom: 30px;
}
.content-register-block .content-register-block__entry .btn-circle-arrow {
  align-items: center;
  background-color: #91030A;
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  width: 100%;
  gap: 10px;
}
@media screen and (max-width: 767px) {
  .content-register-block .content-register-block__entry .btn-circle-arrow {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 768px) {
  .content-register-block .content-register-block__entry .btn-circle-arrow {
    padding: 22px 68px 22px 28px;
  }
}
.content-register-block .content-register-block__entry .btn-circle-arrow > span {
  display: block;
  line-height: 1;
}
.content-register-block .content-register-block__entry .btn-circle-arrow img {
  width: 100px;
}
@media screen and (min-width: 768px) {
  .content-register-block .content-register-block__entry .btn-circle-arrow img {
    width: 131px;
  }
}
@media screen and (max-width: 767px) {
  .content-register-block .content-register-block__entry .btn-circle-arrow::before, .content-register-block .content-register-block__entry .btn-circle-arrow::after {
    top: 80%;
  }
}
.content-register-block .content-register-block__media {
  display: flex;
  justify-content: center;
}
.content-register-block .content-register-block__media .btn-circle-arrow {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .content-register-block .content-register-block__media .btn-circle-arrow {
    padding: 20px 68px 20px 30px;
  }
}

.footer {
  background-color: #4A636F;
  padding: 60px 15px;
}
@media screen and (min-width: 768px) {
  .footer {
    padding: 80px 40px;
  }
}
.footer * {
  color: #fff;
}
.footer .footer__inr {
  display: flex;
  flex-direction: column;
  margin: 0 auto 40px;
  gap: 30px;
}
@media screen and (min-width: 768px) {
  .footer .footer__inr {
    flex-direction: row;
    max-width: 770px;
  }
}
.footer .footer__info .footer__logo {
  margin: 0 auto 20px;
  width: 135px;
}
@media screen and (min-width: 768px) {
  .footer .footer__info .footer__logo {
    width: 170px;
  }
}
.footer .footer__info .footer__about-oas {
  display: block;
  max-width: 196px;
  border: 1px solid #fff;
  border-radius: 70px;
  margin: 0 auto 20px;
  padding: 7px 10px 5px;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .footer .footer__info .footer__about-oas {
    margin-bottom: 42px;
  }
}
.footer .footer__info .footer__about-oas img {
  width: 16px;
  margin-right: 6px;
  vertical-align: top;
}
.footer .footer__info .footer__sns-list {
  align-items: center;
  justify-content: center;
  display: flex;
  gap: 15px;
}
.footer .footer__info .footer__sns-list > li {
  max-width: 32px;
}
.footer .footer__links {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .footer .footer__links {
    width: calc(100% - 170px - 30px);
  }
}
.footer .footer__links .footer__links__wrap {
  padding: 18px 0;
  border-top: 1px solid #fff;
}
@media screen and (min-width: 768px) {
  .footer .footer__links .footer__links__wrap {
    padding: 18px 10px;
  }
}
.footer .footer__links .footer__links__wrap:last-child {
  border-bottom: 1px solid #fff;
}
.footer .footer__links .footer__links__list {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.footer .footer__links .footer__links__list li a, .footer .footer__links .footer__links__list li p {
  display: inline-flex;
  align-items: center;
  line-height: 1;
}
.footer .footer__links .footer__links__list li span.en {
  font-style: 14px;
  font-weight: 900;
  margin-right: 10px;
}
@media screen and (min-width: 768px) {
  .footer .footer__links .footer__links__list li span.en {
    font-size: 16px;
  }
}
.footer .footer__links .footer__links__list li span.jp {
  font-size: 12px;
}
.footer .footer__links .footer__links__list li ul {
  display: flex;
  flex-direction: column;
}
.footer .footer__links .footer__links__list li ul li {
  line-height: 20px;
}
.footer .footer__links .footer__links__list li ul li a {
  display: inline-block;
  font-size: 12px;
}
@media screen and (min-width: 768px) {
  .footer .footer__links .footer__links__list li ul li a {
    font-size: 13px;
  }
}
.footer .footer__links .footer__links__list--col2 {
  flex-direction: row;
  gap: 15px;
}
.footer .footer__links .footer__links__list--col2 > li {
  width: calc((100% - 15px) / 2);
}
.footer .footer__sub-links {
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .footer .footer__sub-links {
    margin-bottom: 12px;
  }
}
.footer .footer__sub-links .footer__sub-links__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px 30px;
}
.footer .footer__sub-links .footer__sub-links__list li a {
  display: block;
  font-size: 12px;
  line-height: 1;
}
.footer .footer__copy {
  font-size: 10px;
  text-align: center;
}

.breadcrumb {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  padding: 0 0 2.5em 0;
}
@media screen and (min-width: 768px) {
  .breadcrumb {
    padding: 0 0 16px 0;
  }
}
.breadcrumb > li {
  font-size: 1.3rem;
}
.breadcrumb > li:nth-child(n+2)::before {
  content: ">";
  margin: 0.5em;
}
.breadcrumb > li a {
  text-decoration: underline;
}
.breadcrumb > li a:hover {
  text-decoration: none;
}

.archive-info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.archive-info .archive-info__title {
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 5px;
}
@media screen and (min-width: 768px) {
  .archive-info .archive-info__title {
    line-height: 1.5625;
    margin-bottom: 10px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }
}
.archive-info .archive-info__status {
  display: flex;
  flex-wrap: wrap;
  font-size: 1rem;
  gap: 5px 15px;
  letter-spacing: 0.08em;
  line-height: 1.2;
  justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .archive-info .archive-info__status {
    font-size: 1.3rem;
  }
}
.archive-info .archive-info__status .archive-info__status__maker {
  padding-right: 1em;
}
.archive-info .archive-info__status .archive-info__status__date {
  color: #555;
  font-size: 0.9em;
  font-weight: 400;
}

.topics-block {
  background: linear-gradient(135deg, #939393 0%, #acacac 0%, #f4f4f4 100%);
  padding: 40px 0 50px;
}
@media screen and (min-width: 768px) {
  .topics-block {
    padding: 60px 0;
  }
}
.topics-block .topics-block__inr {
  position: relative;
}
@media screen and (max-width: 767px) {
  .topics-block .topics-block__inr .btn-block {
    margin-top: 30px;
    justify-content: center;
  }
}
@media screen and (min-width: 1025px) {
  .topics-block .topics-block__inr .btn-block {
    position: absolute;
    right: 80px;
    top: 38px;
  }
}

.topics-block__title {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .topics-block__title {
    margin-bottom: 30px;
    text-align: center;
  }
}
.topics-block__title .topics-block__title__image {
  margin: 0 auto 5px;
  width: 268px;
}
@media screen and (min-width: 768px) {
  .topics-block__title .topics-block__title__image {
    margin: 0 0 8px;
    width: 27.4700598802vw;
  }
}
@media screen and (min-width: 1025px) {
  .topics-block__title .topics-block__title__image {
    width: 367px;
  }
}
.topics-block__title .topics-block__title__bottom {
  align-items: center;
  display: flex;
  gap: 17px;
}
@media screen and (max-width: 767px) {
  .topics-block__title .topics-block__title__bottom {
    gap: 15px;
    justify-content: center;
  }
}
.topics-block__title .topics-block__title__name {
  font-weight: 900;
  font-size: 4.5rem;
  font-style: italic;
  font-stretch: normal;
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  .topics-block__title .topics-block__title__name {
    font-size: 4.4910179641vw;
  }
}
@media screen and (min-width: 1025px) {
  .topics-block__title .topics-block__title__name {
    font-size: 6rem;
  }
}
.topics-block__title .skew-box-text {
  font-size: 2rem;
}
@media screen and (min-width: 768px) {
  .topics-block__title .skew-box-text {
    font-size: 1.9461077844vw;
  }
}
@media screen and (min-width: 1025px) {
  .topics-block__title .skew-box-text {
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 767px) {
  .topics-block__title .skew-box-text > div {
    padding: 8px 10px;
  }
}
@media screen and (min-width: 768px) {
  .topics-block__title .skew-box-text > div {
    padding-bottom: 0;
    padding-top: 0;
  }
}

.sidebar-block .sidebar-block__section + .sidebar-block__section {
  margin-top: 4em;
}
.sidebar-block .sidebar-block__section .skew-box-text {
  font-size: 2.2rem;
  display: block;
  margin: 0 34px 1.5em 16px;
}
.sidebar-block .sidebar-block__section .skew-box-text > div {
  padding: 2px 16px 2px 0;
  position: relative;
}
.sidebar-block .sidebar-block__section .skew-box-text > div::before {
  background-color: #000;
  content: "";
  height: 100%;
  left: -16px;
  position: absolute;
  top: 0;
  width: 32px;
  z-index: -1;
}
.sidebar-block .sidebar-block__section .sidebar-block__section__title {
  font-size: 2rem;
  margin-bottom: 0.5em;
}
@media screen and (min-width: 768px) {
  .sidebar-block .sidebar-block__section .sidebar-block__section__title {
    font-size: 2.5rem;
  }
}
.sidebar-block .sidebar-block__btns {
  display: flex;
  flex-direction: column;
  gap: 1em;
  margin-bottom: 3em;
}
.sidebar-block .sidebar-block__btns .btn-circle-arrow {
  font-weight: 600;
  text-align: center;
  width: 100%;
}
.sidebar-block .sidebar-block__release .archive-list {
  flex-direction: column;
  gap: 11px;
}
.sidebar-block .sidebar-block__release .archive-list > li {
  width: 100%;
}
.sidebar-block .sidebar-block__release .archive-list .archive-list__thum {
  width: 103px;
}
.sidebar-block .sidebar-block__release .archive-info .archive-info__title {
  font-size: 1.15em;
}
@media screen and (min-width: 768px) {
  .sidebar-block .sidebar-block__release .archive-info .archive-info__title {
    font-size: 0.8em;
  }
}
.sidebar-block .sidebar-block__release .archive-info .archive-info__status {
  font-size: 1.15em;
}
@media screen and (min-width: 768px) {
  .sidebar-block .sidebar-block__release .archive-info .archive-info__status {
    font-size: 1rem;
  }
}
.sidebar-block .sidebar-block__release .cat-label {
  font-size: 1rem;
}
.sidebar-block .sidebar-block__bnrs {
  display: flex;
  flex-direction: column;
  gap: 2em;
}
.sidebar-block .sidebar-block__client {
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .sidebar-block .sidebar-block__client {
    margin-bottom: 40px;
  }
}
.sidebar-block .sidebar-block__client .sidebar-block__client__image {
  text-align: center;
}
.sidebar-block .sidebar-block__client .sidebar-block__client__image img {
  max-width: 100%;
  width: initial;
}
.sidebar-block .sidebar-block__client .sidebar-block__client__title {
  font-size: 1.8rem;
  line-height: 1.2;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .sidebar-block .sidebar-block__client .sidebar-block__client__title {
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  .sidebar-block .sidebar-block__client .sidebar-block__client__title {
    font-size: 2.5rem;
  }
}

.sidebar-block__link-list {
  border-top: 1px solid #fff;
}
.sidebar-block__link-list > li {
  border: 1px solid #fff;
  border-top: 0;
}
.sidebar-block__link-list > li > a {
  display: block;
  font-weight: 700;
  padding: 10px 20px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .sidebar-block__link-list > li > a {
    padding: 10px 20px;
  }
}
.sidebar-block__link-list > li > a::before {
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  content: "";
  display: block;
  height: 7px;
  margin-top: -1px;
  position: absolute;
  right: 28px;
  top: 50%;
  transform: rotate(-45deg) translate(0, -50%);
  width: 7px;
}
.sidebar-block__link-list > li > a::after {
  border: 1px solid #fff;
  border-radius: 50%;
  content: "";
  display: block;
  height: 22px;
  position: absolute;
  right: 22px;
  top: 50%;
  transform: translate(0, -50%);
  width: 22px;
}
.sidebar-block__link-list > li > a.is--bg-red {
  background-color: #91040B;
}
.sidebar-block__link-list > li > a.is-current, .sidebar-block__link-list > li > a:hover {
  background-color: #fff;
  color: #222;
}
.sidebar-block__link-list > li > a.is-current::after, .sidebar-block__link-list > li > a.is-current::before, .sidebar-block__link-list > li > a:hover::after, .sidebar-block__link-list > li > a:hover::before {
  border-color: #222;
}
.sidebar-block__link-list.sidebar-block__link-list--light > li > a {
  background-color: #F7F7F7;
}
.sidebar-block__link-list.sidebar-block__link-list--light > li > a::after, .sidebar-block__link-list.sidebar-block__link-list--light > li > a::before {
  border-color: #000;
}
.sidebar-block__link-list.sidebar-block__link-list--light > li > a.is-current, .sidebar-block__link-list.sidebar-block__link-list--light > li > a:hover {
  background-color: #222;
  color: #fff;
}
.sidebar-block__link-list.sidebar-block__link-list--light > li > a.is-current::after, .sidebar-block__link-list.sidebar-block__link-list--light > li > a.is-current::before, .sidebar-block__link-list.sidebar-block__link-list--light > li > a:hover::after, .sidebar-block__link-list.sidebar-block__link-list--light > li > a:hover::before {
  border-color: #fff;
}
.sidebar-block__link-list.sidebar-block__link-list--light > li > a.is--bg-red {
  background-color: #91040B;
  color: #fff;
}
.sidebar-block__link-list.sidebar-block__link-list--light > li > a.is--bg-red::after, .sidebar-block__link-list.sidebar-block__link-list--light > li > a.is--bg-red::before {
  border-color: #fff;
}

.summary-block {
  background-color: #F7F7F7;
  padding: 1em 1.5em;
}
@media screen and (min-width: 768px) {
  .summary-block {
    padding: 1em 2em;
  }
}
.summary-block h3 {
  font-size: 1.15em;
}
.summary-block p {
  font-size: 1.15em;
  padding-top: 1em;
}

.book-info-block {
  align-items: flex-start;
  background-color: #fff;
  border: 1px solid #720206;
  flex-direction: column;
  display: flex;
  gap: 1.5em;
  padding: 1.5em;
  position: relative;
  width: calc(100% - 5px);
}
@media screen and (min-width: 1025px) {
  .book-info-block {
    flex-direction: row;
    gap: 2em;
    padding: 2em;
  }
}
.book-info-block::after {
  background-color: #720206;
  bottom: -5px;
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  right: -5px;
  width: 100%;
  z-index: -1;
}
.book-info-block .book-info-block__thum {
  aspect-ratio: 19/25;
  width: 190px;
}
@media screen and (max-width: 767px) {
  .book-info-block .book-info-block__thum {
    margin: 0 auto;
  }
}
.book-info-block .book-info-block__thum img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
.book-info-block .book-info-block__inr {
  flex: 1;
  font-size: 1.15em;
}
.book-info-block .book-info-block__inr .border-left-title {
  margin-bottom: 1em;
}
.book-info-block .book-info-block__btn {
  text-align: center;
}
.book-info-block .btn-circle-arrow {
  margin-top: 1em;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .book-info-block .btn-circle-arrow {
    min-width: 300px;
  }
}

.youtube-block {
  aspect-ratio: 16/9;
}
.youtube-block iframe {
  height: 100%;
  width: 100%;
}

.clear-reset-style * {
  margin: revert;
  padding: revert;
  font-size: revert;
  line-height: revert;
}
.clear-reset-style h1, .clear-reset-style h2, .clear-reset-style h3, .clear-reset-style h4, .clear-reset-style h5 {
  display: block;
  font-weight: bold;
  -webkit-margin-start: 0px;
  margin-inline-start: 0px;
  -webkit-margin-end: 0px;
  margin-inline-end: 0px;
}
.clear-reset-style h1 {
  font-size: 2em;
  -webkit-margin-before: 0.67em;
  margin-block-start: 0.67em;
  -webkit-margin-after: 0.67em;
  margin-block-end: 0.67em;
}
.clear-reset-style h2 {
  font-size: 1.5em;
  -webkit-margin-before: 0.83em;
  margin-block-start: 0.83em;
  -webkit-margin-after: 0.83em;
  margin-block-end: 0.83em;
}
.clear-reset-style h3 {
  font-size: 1.17em;
  -webkit-margin-before: 1em;
  margin-block-start: 1em;
  -webkit-margin-after: 0;
  margin-block-end: 0;
}
.clear-reset-style h4 {
  -webkit-margin-before: 1.33em;
  margin-block-start: 1.33em;
  -webkit-margin-after: 0;
  margin-block-end: 0;
}
.clear-reset-style h5 {
  font-size: 0.83em;
  -webkit-margin-before: 1.67em;
  margin-block-start: 1.67em;
  -webkit-margin-after: 1.67em;
  margin-block-end: 1.67em;
}
.clear-reset-style p {
  -webkit-margin-before: 0;
  margin-block-start: 0;
  -webkit-margin-after: 0;
  margin-block-end: 0;
  -webkit-margin-start: 0;
  margin-inline-start: 0;
  -webkit-margin-end: 0;
  margin-inline-end: 0;
}
.clear-reset-style a:not(.wp-block-button__link) {
  color: #B20610;
  text-decoration: underline;
}
.clear-reset-style img {
  height: auto;
  max-width: 100%;
  width: auto;
}
.clear-reset-style ol, .clear-reset-style ul {
  list-style: revert;
}
.clear-reset-style figure {
  margin: 0;
}
.clear-reset-style figcaption {
  font-size: 0.875em;
  line-height: 1.2;
  margin-top: 0.5em;
}

.post-content {
  font-size: 1.5rem;
}
.post-content h2 {
  background-color: #F7F7F7;
  color: #B20610;
  font-size: 1.8rem;
  margin-top: 3em;
  padding: 0.5em;
}
@media screen and (min-width: 768px) {
  .post-content h2 {
    font-size: 2rem;
  }
}
.post-content h2.is-black {
  color: #222;
}
.post-content h3 {
  border-left: 10px solid #444;
  border-bottom: 1px solid #444;
  margin-top: 2em;
  padding: 8px 10px;
}
@media screen and (min-width: 768px) {
  .post-content h3 {
    padding: 10px;
  }
}
.post-content p {
  line-height: 1.8em;
  padding-top: 2em;
}
.post-content a:hover {
  text-decoration: none;
}
.post-content .post-content__mainvisual {
  margin: 0 auto;
  max-width: 820px;
}
.post-content table {
  margin: 2em 0;
  width: 100%;
}
.post-content table thead {
  background-color: #e3e3e3;
}
.post-content table thead th {
  padding: 10px;
}
.post-content table tbody tr:nth-child(even) {
  background-color: #e3e3e3;
}
.post-content table tbody tr th, .post-content table tbody tr td {
  text-align: center;
  padding: 5px;
}

.car-detail-block__youtube {
  padding: 30px 15px 0;
}
@media screen and (min-width: 768px) {
  .car-detail-block__youtube {
    padding: 40px 40px 0;
  }
}

.readbox-block {
  background-color: #F7F7F7;
  margin-top: 2em;
  padding: 1.6em;
}
.readbox-block p {
  padding-top: 0;
}
.readbox-block p + p {
  padding-top: 1em;
}

.catalog-download {
  align-items: center;
  display: flex;
  gap: 30px;
  flex-direction: column;
}
@media screen and (min-width: 1025px) {
  .catalog-download {
    flex-direction: row;
    padding: 0 40px;
  }
}
.catalog-download + .catalog-download {
  margin-top: 5em;
}
.catalog-download .catalog-download__thum {
  width: 180px;
}
.catalog-download .catalog-download__inr {
  flex: 1;
  width: 100%;
}
.catalog-download .catalog-download__title {
  margin-bottom: 1em;
}
.catalog-download .catalog-download__word {
  margin-bottom: 1em;
}
@media screen and (min-width: 768px) {
  .catalog-download .btn-circle-arrow {
    min-width: 330px;
  }
}

.banner-list-block {
  max-width: 830px;
  margin: 0 auto;
}
.banner-list-block > li + li {
  margin-top: 20px;
}

.center-image-block {
  margin-top: 2.5em;
  text-align: center;
}
.center-image-block img {
  display: block;
  margin: 0 auto;
}

.column-box {
  display: flex;
  margin-top: 2.5em;
  gap: 30px;
}
@media screen and (max-width: 1024px) {
  .column-box {
    gap: 20px;
    flex-direction: column;
  }
}
@media screen and (min-width: 1025px) {
  .column-box > div {
    width: 50%;
  }
}
.column-box p {
  padding-top: 0;
}
.column-box p + p {
  padding-top: 2em;
}

.image-block {
  margin: 2em auto 0;
  max-width: 820px;
}

.skew-title-info-block .skew-title-info-block__inr {
  background-color: #F7F7F7;
  padding: 3em 23px 2em;
  position: relative;
}
.skew-title-info-block .skew-title-info-block__title {
  font-size: 1.3em;
  position: absolute;
  left: 23px;
  top: -1em;
}

.side-thum-card-block {
  align-items: stretch;
  background-color: #fff;
  border: 1px solid #000000;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .side-thum-card-block {
    align-items: center;
    flex-direction: row;
  }
}
.side-thum-card-block .side-thum-card-block__thum {
  aspect-ratio: 3/2;
}
@media screen and (min-width: 768px) {
  .side-thum-card-block .side-thum-card-block__thum {
    width: 300px;
  }
}
.side-thum-card-block .side-thum-card-block__thum img {
  width: 100%;
}
.side-thum-card-block .side-thum-card-block__content {
  flex: 1;
  padding: 1.5em 2em 1.5em 1.5em;
}
.side-thum-card-block .side-thum-card-block__content p {
  line-height: 1.2;
}
.side-thum-card-block a.side-thum-card-block__title {
  border-bottom: 1px solid #222;
  color: #222;
  display: block;
  font-weight: 800;
  font-size: 1.6rem;
  line-height: 1.2;
  margin-bottom: 14px;
  padding-bottom: 5px;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .side-thum-card-block a.side-thum-card-block__title {
    font-size: 2rem;
  }
}
.side-thum-card-block .side-thum-card-block__list > li {
  align-items: center;
  display: flex;
  gap: 1em;
}
.side-thum-card-block .side-thum-card-block__list > li .head {
  background-color: #EDEDED;
  font-size: 0.8125em;
  padding: 5px;
  text-align: center;
  width: 101px;
}
.side-thum-card-block .side-thum-card-block__list > li .bod {
  flex: 1;
  font-size: 0.9375em;
  line-height: 1.2;
}
.side-thum-card-block .side-thum-card-block__list > li + li {
  margin-top: 10px;
}
.side-thum-card-block .side-thum-card-block__maker {
  line-height: 1.2;
  margin-top: 1em;
  font-weight: 600;
}
.side-thum-card-block.side-thum-card-block--red {
  border-color: #700206;
}

.tag-list-block {
  border: 1px solid #000;
  line-height: 1.2;
  padding: 1em 1.4em;
}
@media screen and (min-width: 768px) {
  .tag-list-block {
    padding: 0.7em 1.4em;
  }
}
.tag-list-block .tag-list-block__title {
  font-size: 1.2em;
  border-bottom: 1px solid #000;
  line-height: 1.2;
  margin-bottom: 10px;
  padding-bottom: 5px;
}
@media screen and (min-width: 768px) {
  .tag-list-block .tag-list-block__title {
    font-size: 1.4em;
  }
}

.tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5em 1em;
}
@media screen and (min-width: 768px) {
  .tag-list {
    font-size: 1.5rem;
  }
}
.tag-list > li {
  font-weight: 600;
}
.tag-list > li a:hover {
  text-decoration: underline;
}

.for-media-block {
  background-color: #F7F7F7;
  margin-top: 50px;
  padding: 30px 15px 40px;
}
@media screen and (min-width: 768px) {
  .for-media-block {
    margin-top: 80px;
    padding: 50px 70px 60px;
  }
}
.for-media-block .for-media-block__title {
  font-size: 1.6rem;
  line-height: 1.5;
  margin-bottom: 1.2em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .for-media-block .for-media-block__title {
    font-size: 2rem;
    line-height: 1.2;
  }
}
.for-media-block .for-media-block__title > span {
  display: inline-block;
}
.for-media-block .for-media-block__round-title {
  align-items: center;
  display: flex;
  margin-bottom: 2em;
}
.for-media-block .for-media-block__round-title::before, .for-media-block .for-media-block__round-title::after {
  background-color: #700206;
  content: "";
  display: block;
  height: 1px;
  flex: 1;
}
.for-media-block .for-media-block__round-title > span {
  background-color: #fff;
  border: 1px solid #700206;
  border-radius: 50px;
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.2;
  padding: 10px 20px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .for-media-block .for-media-block__round-title > span {
    font-size: 2rem;
    padding: 10px 30px;
  }
}
.for-media-block .for-media-block__btns {
  flex-wrap: wrap;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 20px;
}
@media screen and (min-width: 768px) {
  .for-media-block .for-media-block__btns {
    flex-direction: row;
    gap: 20px 60px;
  }
}
.for-media-block .for-media-block__btns .btn-circle-arrow {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .for-media-block .for-media-block__btns .btn-circle-arrow {
    width: 300px;
  }
}
.for-media-block .for-media-block__text-box {
  background-color: #fff;
  margin-top: 3em;
  padding: 1.5em 2em;
}

.group-info-block {
  background-color: #F7F7F7;
  border-top: 4px solid #700206;
  padding: 1.5em 1.5em;
}
@media screen and (min-width: 768px) {
  .group-info-block {
    padding: 1.5em 2em 2em;
  }
}
.group-info-block .group-info-block__title {
  font-size: 1.6rem;
  border-bottom: 1px solid #222;
  line-height: 1.2;
  margin-bottom: 15px;
  padding-bottom: 5px;
}
@media screen and (min-width: 768px) {
  .group-info-block .group-info-block__title {
    font-size: 2rem;
  }
}
.group-info-block .group-info-block__list > li {
  align-items: center;
  display: flex;
  font-weight: 600;
  gap: 1em;
}
@media screen and (min-width: 768px) {
  .group-info-block .group-info-block__list > li {
    gap: 2em;
  }
}
.group-info-block .group-info-block__list > li .head {
  background-color: #fff;
  font-size: 1em;
  line-height: 1.2;
  padding: 12px 5px;
  text-align: center;
  width: 100px;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .group-info-block .group-info-block__list > li .head {
    font-size: 1.15em;
    width: 140px;
  }
}
.group-info-block .group-info-block__list > li .body {
  word-break: break-all;
  flex: 1;
  font-size: 1.15em;
}
.group-info-block .group-info-block__list > li .body a {
  text-decoration: underline;
}
.group-info-block .group-info-block__list > li .body a:hover {
  text-decoration: none;
}
.group-info-block .group-info-block__list > li + li {
  margin-top: 10px;
}
.group-info-block .group-info-block__btn {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .group-info-block .group-info-block__btn {
    text-align: center;
  }
}
.group-info-block .group-info-block__btn .btn-circle-arrow {
  min-width: 200px;
}
@media screen and (max-width: 767px) {
  .group-info-block .group-info-block__btn .btn-circle-arrow {
    text-align: left;
  }
}
@media screen and (min-width: 768px) {
  .group-info-block .group-info-block__btn .btn-circle-arrow {
    min-width: 300px;
  }
}

.page-index-list {
  align-items: flex-end;
  display: flex;
  flex-wrap: wrap;
  gap: 1em 0;
  line-height: 1.3;
  margin-bottom: 2em;
}
@media screen and (min-width: 768px) {
  .page-index-list {
    margin-bottom: 2em;
  }
}
.page-index-list .page-index-list__item {
  font-weight: 600;
}
.page-index-list .page-index-list__item > span {
  display: block;
}
.page-index-list .page-index-list__item .rubi {
  font-size: 1.1rem;
}
@media screen and (min-width: 768px) {
  .page-index-list .page-index-list__item .rubi {
    font-size: 1.3rem;
  }
}
.page-index-list .page-index-list__item .name {
  font-size: 1.8rem;
}
@media screen and (min-width: 768px) {
  .page-index-list .page-index-list__item .name {
    font-size: 2.5rem;
  }
}
.page-index-list .page-index-list__item .name.is-bigger {
  font-size: 2.3rem;
}
@media screen and (min-width: 768px) {
  .page-index-list .page-index-list__item .name.is-bigger {
    font-size: 3rem;
  }
}
.page-index-list .page-index-list__item + .page-index-list__item {
  padding-left: 2.5em;
  position: relative;
}
.page-index-list .page-index-list__item + .page-index-list__item::before {
  content: ">";
  bottom: 0;
  display: block;
  font-size: 1.8rem;
  left: 0.5em;
  position: absolute;
}
@media screen and (min-width: 768px) {
  .page-index-list .page-index-list__item + .page-index-list__item::before {
    font-size: 3rem;
  }
}

.cars-search-block .cars-search-block__lists {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
@media screen and (min-width: 1025px) {
  .cars-search-block .cars-search-block__lists {
    flex-direction: row;
    gap: 22px;
  }
}

.round-logos {
  border: 1px solid #eee;
  width: 100%;
}
.round-logos .round-logos__title {
  background-color: #eee;
  line-height: 1;
  padding: 10px;
  text-align: center;
}
.round-logos .round-logos__list {
  background-color: #fff;
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  padding: 20px 8px;
}
.round-logos .round-logos__list > li {
  width: calc(20% - 6px);
}
.round-logos .round-logos__list > li.is-current {
  position: relative;
}
.round-logos .round-logos__list > li.is-current::before {
  border-radius: 5px;
  content: "";
  height: 100%;
  width: 100%;
  border: 3px solid #91040b;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.round-logos .round-logos__list > li > a {
  border: 1px solid #eee;
  border-radius: 5px;
  display: block;
  height: 100%;
  line-height: 1.2;
  overflow: hidden;
  position: relative;
  padding: 2px 3px 5px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .round-logos .round-logos__list > li > a {
    padding: 2px 5px 7px;
  }
}
.round-logos .round-logos__list > li > a .maker {
  font-size: 1rem;
  font-weight: 600;
  display: block;
  letter-spacing: 0;
  line-height: 1.1;
  margin-top: 3px;
}
.round-logos .round-logos__list > li > a::after {
  background-color: rgba(75, 75, 75, 0.5);
  content: "";
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  pointer-events: none;
  top: 0;
  transition: all 0.5s;
  width: 100%;
  z-index: 1;
}
.round-logos .round-logos__list > li > a:hover::after, .round-logos .round-logos__list > li > a.is-current::after {
  opacity: 1;
}
.round-logos .round-logos__list > li > a.other {
  align-items: center;
  display: flex;
  justify-content: center;
  min-height: 55px;
}
@media screen and (min-width: 768px) {
  .round-logos .round-logos__list > li > a.other {
    min-height: 63px;
  }
}
.round-logos .round-logos__list > li > a.other .maker {
  font-size: 1em;
}
@media screen and (min-width: 768px) {
  .round-logos .round-logos__list.round-logos__list--full-wid {
    padding: 20px 15px;
  }
}
@media screen and (min-width: 1025px) {
  .round-logos .round-logos__list.round-logos__list--full-wid > li {
    width: 72px;
  }
}
.round-logos.round-logos--dark .round-logos__title {
  color: #222;
}
.round-logos.round-logos--dark .round-logos__list > li > a .maker {
  color: #222;
}

.raound-box-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.raound-box-list > li.is-current {
  position: relative;
}
.raound-box-list > li.is-current::before {
  border-radius: 5px;
  content: "";
  height: 100%;
  width: 100%;
  border: 3px solid #91040b;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.raound-box-list > li > a {
  border: 1px solid #999;
  border-radius: 5px;
  display: inline-block;
  font-weight: 700;
  line-height: 1.1;
  padding: 6px 10px;
}
.raound-box-list > li > a:hover, .raound-box-list > li > a.is-current {
  background-color: #999;
  color: #fff;
}
.raound-box-list.raound-box-list--kind {
  gap: 5px;
}
@media screen and (max-width: 767px) {
  .raound-box-list.raound-box-list--kind {
    align-items: stretch;
  }
}
.raound-box-list.raound-box-list--kind > li {
  text-align: center;
  width: calc(33.333% - 4px);
}
@media screen and (min-width: 768px) {
  .raound-box-list.raound-box-list--kind > li {
    width: calc(25% - 5px);
  }
}
.raound-box-list.raound-box-list--kind > li > a {
  border: 1px solid #eee;
  position: relative;
  font-size: 1.1rem;
}
@media screen and (max-width: 767px) {
  .raound-box-list.raound-box-list--kind > li > a {
    font-size: 1rem;
    padding: 6px 4px 10px;
  }
}
.raound-box-list.raound-box-list--kind > li > a::after {
  background-color: rgba(75, 75, 75, 0.5);
  content: "";
  height: 100%;
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  transition: all 0.5s;
  width: 100%;
  z-index: 1;
}
.raound-box-list.raound-box-list--kind > li > a .name {
  display: block;
  margin-top: 11px;
}
.raound-box-list.raound-box-list--kind > li > a .thum {
  display: block;
  aspect-ratio: 168/75;
}
.raound-box-list.raound-box-list--kind > li > a img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
.raound-box-list.raound-box-list--kind > li > a:hover, .raound-box-list.raound-box-list--kind > li > a.is-current {
  background-color: #fff;
  color: initial;
}
.raound-box-list.raound-box-list--kind > li > a:hover::after, .raound-box-list.raound-box-list--kind > li > a.is-current::after {
  opacity: 1;
}
.raound-box-list.raound-box-list--kind > li > a.other {
  align-items: center;
  display: flex;
  justify-content: center;
  min-height: 85px;
}
@media screen and (min-width: 768px) {
  .raound-box-list.raound-box-list--kind > li > a.other {
    min-height: 90px;
  }
}
.raound-box-list.raound-box-list--kind > li > a.other .maker {
  font-size: 1.4em;
}
.raound-box-list.raound-box-list--kind.is--dark > li > a {
  background-color: #fff;
  color: #000;
}

.search-result {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 1em;
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .search-result {
    margin-bottom: 2em;
    font-size: 16px;
  }
}
.search-result .search-result__index {
  font-weight: bold;
}
.search-result .search-result__sort {
  align-items: center;
  display: flex;
  justify-content: center;
  font-weight: bold;
}
.search-result .search-result__sort > li {
  line-height: 1;
}
.search-result .search-result__sort > li + li {
  border-left: 1px solid #BDC3C4;
  padding-left: 1em;
  margin-left: 1em;
}
.search-result .search-result__sort > li a {
  color: #BDC3C4;
}
.search-result .search-result__sort > li a:hover {
  color: #222;
}
.search-result .search-result__sort > li.is-current a {
  color: #222;
}

.search-block .search-block__inr {
  border: 1px solid #999;
  display: flex;
  border-radius: 5px;
  justify-content: space-between;
  overflow: hidden;
}
.search-block .search-block__inr .search-block__text {
  flex: 1;
  font-size: 1.6rem;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .search-block .search-block__inr .search-block__text {
    font-size: 2rem;
  }
}
.search-block .search-block__inr .search-block__text input {
  border: 0;
  color: #000;
  padding: 10px 15px;
  width: 100%;
}
.search-block .search-block__inr .search-block__submit {
  background: url(../images/common/icon-search.svg) center center/18px auto no-repeat #000;
  width: 50px;
}
.search-block .search-block__inr .search-block__submit input {
  height: 100%;
  width: 100%;
}
.search-block .search-block__note {
  color: #999;
  font-size: 10px;
  margin-top: 1em;
}

.card-post-item .card-post-item__thum {
  margin-bottom: 0.6em;
  position: relative;
  text-align: center;
}
.card-post-item .card-post-item__thum .cat-label {
  left: 0;
  position: absolute;
  top: 0;
  z-index: 1;
}
.card-post-item .card-post-item__title {
  display: block;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 0.3em;
}
@media screen and (min-width: 768px) {
  .card-post-item .card-post-item__title {
    margin-bottom: 0.3em;
  }
}
.card-post-item .card-post-item__middle {
  font-size: 0.825em;
  line-height: 1.2;
}
.card-post-item .card-post-item__bottom {
  color: #999;
  font-size: 1rem;
  font-weight: 600;
  margin-top: 10px;
}

.has-head-list {
  align-items: center;
  display: flex;
  font-size: 1.3rem;
  font-weight: 600;
  gap: 0.3em 1em;
}
@media screen and (min-width: 768px) {
  .has-head-list {
    font-size: 1.5rem;
  }
}
.has-head-list .head {
  align-items: center;
  background-color: #EDEDED;
  color: #222;
  display: flex;
  font-size: 1.2rem;
  line-height: 1.1;
  justify-content: center;
  padding: 8px 10px;
}
@media screen and (min-width: 768px) {
  .has-head-list .head {
    font-size: 1.3rem;
  }
}
.has-head-list .head.is-border {
  border: 2px solid #000;
  color: #000;
  background-color: #fff;
}
.has-head-list .body {
  flex: 1;
  line-height: 1.1;
  width: 100%;
}
.has-head-list .body a {
  text-decoration: underline;
}
.has-head-list .body a:hover {
  text-decoration: none;
}

.concept-text-box {
  background-color: #FFFFFF;
  color: #222;
  font-size: 1.5rem;
  line-height: 1.5;
  margin-bottom: 3em;
  padding: 15px 20px;
}

.info-table {
  font-weight: 600;
}
.info-table .row {
  align-items: stretch;
  display: flex;
}
.info-table .head {
  background-color: #F1F1F1;
  border-bottom: 1px solid #222;
  color: #222;
  font-size: 1.5rem;
  padding: 10px;
}
@media screen and (max-width: 767px) {
  .info-table .head {
    display: flex;
    align-items: center;
    font-size: 1.3rem;
    width: 90px;
  }
}
@media screen and (min-width: 768px) {
  .info-table .head {
    padding: 15px;
    width: 144px;
  }
}
.info-table .body {
  border-bottom: 1px solid #fff;
  flex: 1;
  font-size: 1.5rem;
  padding: 15px;
  width: 100%;
  word-break: break-all;
}
@media screen and (min-width: 768px) {
  .info-table .body {
    font-size: 1.3rem;
  }
}
.info-table .body > a {
  text-decoration: underline;
}
.info-table .body.is-column {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1em;
}
.info-table .body.border-bottom-gray {
  border-bottom: 1px solid #F0F0F0;
}

.performance-block .performance-block__title {
  background-color: #fff;
  color: #222;
  line-height: 1.5em;
  padding: 8px 15px;
}
@media screen and (max-width: 767px) {
  .performance-block .performance-block__title {
    font-size: 1.5rem;
  }
}

@media screen and (min-width: 768px) {
  .mutual-table .mutual-table__item {
    display: flex;
  }
}
.mutual-table .mutual-table__item:nth-child(even) {
  background-color: rgba(0, 0, 0, 0.13);
}
.mutual-table .mutual-table__item .head {
  font-size: 1.5rem;
  font-weight: 600;
  padding: 15px 15px 5px;
}
@media screen and (min-width: 768px) {
  .mutual-table .mutual-table__item .head {
    font-size: 1.3rem;
    padding: 10px 15px;
    width: 256px;
  }
}
.mutual-table .mutual-table__item .body {
  font-size: 1.4rem;
  flex: 1;
  padding: 0 15px 15px 20px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .mutual-table .mutual-table__item .body {
    font-size: 1.3rem;
    padding: 10px 15px;
  }
}

#official-sns {
  background: linear-gradient(to right, #91040b 0%, #acacac 0%, #f4f4f4 100%);
  border-top: 4px solid #91040B;
  padding: 80px 50px;
}
#official-sns .official-sns__title {
  margin: 0 auto 46px;
}
@media screen and (max-width: 767px) {
  #official-sns .official-sns__title {
    max-width: 300px;
  }
}
@media screen and (min-width: 768px) {
  #official-sns .official-sns__title {
    margin-bottom: 46px;
    width: 466px;
  }
}
#official-sns .official-sns__list {
  display: flex;
  justify-content: center;
  gap: 20px;
}
#official-sns .official-sns__list > li {
  width: 85px;
}

.post-detail-block {
  width: 100%;
}
.post-detail-block .post-detail-block__status {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
}
@media screen and (min-width: 768px) {
  .post-detail-block .post-detail-block__status {
    gap: 15px 40px;
  }
}
.post-detail-block .post-detail-block__info {
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .post-detail-block .post-detail-block__info {
    margin-bottom: 40px;
  }
}
.post-detail-block .post-detail-block__top {
  border-bottom: 1px solid #fff;
  margin-bottom: 15px;
}
.post-detail-block .post-detail-block__top .post-detail-block__top__cat {
  margin-bottom: 20px;
}
.post-detail-block .post-detail-block__top .post-detail-block__top__title {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.2;
  padding-bottom: 5px;
}
@media screen and (min-width: 768px) {
  .post-detail-block .post-detail-block__top .post-detail-block__top__title {
    font-size: 2.5rem;
    padding-bottom: 5px;
  }
}
@media screen and (min-width: 768px) {
  .post-detail-block .post-detail-block__slide {
    margin: 0 auto;
    max-width: 800px;
    width: 59.880239521vw;
  }
}
.post-detail-block .post-detail-block__slide .post-detail-block__slide__top {
  margin-bottom: 10px;
}
.post-detail-block .post-detail-block__slide .post-detail-block__slide__top .slick-prev, .post-detail-block .post-detail-block__slide .post-detail-block__slide__top .slick-next {
  height: 20px;
  width: 20px;
}
@media screen and (min-width: 768px) {
  .post-detail-block .post-detail-block__slide .post-detail-block__slide__top .slick-prev, .post-detail-block .post-detail-block__slide .post-detail-block__slide__top .slick-next {
    height: 28px;
    width: 28px;
  }
}
.post-detail-block .post-detail-block__slide .post-detail-block__slide__top .slick-prev {
  left: 10px;
  background: url(../images/common/slide-arrow-prev.svg) 0 0/100% 100% no-repeat;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .post-detail-block .post-detail-block__slide .post-detail-block__slide__top .slick-prev {
    left: 20px;
  }
}
.post-detail-block .post-detail-block__slide .post-detail-block__slide__top .slick-prev::before {
  content: "";
}
.post-detail-block .post-detail-block__slide .post-detail-block__slide__top .slick-next {
  right: 10px;
  background: url(../images/common/slide-arrow-next.svg) 0 0/100% 100% no-repeat;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .post-detail-block .post-detail-block__slide .post-detail-block__slide__top .slick-next {
    right: 20px;
  }
}
.post-detail-block .post-detail-block__slide .post-detail-block__slide__top .slick-next::before {
  content: "";
}
.post-detail-block .post-detail-block__slide .post-detail-block__slide__thumbnail {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.post-detail-block .post-detail-block__slide .post-detail-block__slide__thumbnail > div {
  aspect-ratio: 3/2;
  cursor: pointer;
  opacity: 0.75;
  width: calc(20% - 8px);
}
.post-detail-block .post-detail-block__slide .post-detail-block__slide__thumbnail > div img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
.post-detail-block .post-detail-block__slide .post-detail-block__slide__thumbnail > div.is-current {
  opacity: 1;
}
.post-detail-block .sidebar-block__link-list {
  margin-top: 3em;
}
@media screen and (min-width: 768px) {
  .post-detail-block .sidebar-block__link-list {
    margin-top: 5em;
  }
}
.post-detail-block .sidebar-block__section {
  margin-top: 3em;
}
@media screen and (min-width: 768px) {
  .post-detail-block .sidebar-block__section {
    margin-top: 5em;
  }
}
.post-detail-block .post-detail-block__section--moved + .post-detail-block__section {
  margin-top: 3em;
}
@media screen and (min-width: 768px) {
  .post-detail-block .post-detail-block__section--moved + .post-detail-block__section {
    margin-top: 5em;
  }
}
.post-detail-block .post-detail-block__section + .post-detail-block__section {
  margin-top: 3em;
}
@media screen and (min-width: 768px) {
  .post-detail-block .post-detail-block__section + .post-detail-block__section {
    margin-top: 5em;
  }
}
.post-detail-block .post-detail-block__section + .footer {
  margin-top: 3em;
}
@media screen and (min-width: 768px) {
  .post-detail-block .post-detail-block__section + .footer {
    margin-top: 5em;
  }
}
.post-detail-block .post-detail-block__section .book-info-block {
  margin-top: 4em;
}
.post-detail-block .post-detail-block__section .book-info-block + .book-info-block {
  margin-top: 2em;
}
.post-detail-block .post-detail-block__section .book-info-block .book-info-block__inr {
  font-size: 1em;
}
.post-detail-block .post-detail-block__section .book-info-block .book-info-block__thum {
  aspect-ratio: initial;
  width: initial;
}
@media screen and (min-width: 768px) {
  .post-detail-block .post-detail-block__section .book-info-block .book-info-block__thum {
    max-width: 290px;
  }
}
.post-detail-block .post-detail-block__section .book-info-block .border-left-title {
  font-size: 1.4rem;
}
@media screen and (min-width: 768px) {
  .post-detail-block .post-detail-block__section .book-info-block .border-left-title {
    font-size: 1.6rem;
  }
}
.post-detail-block .post-detail-block__content {
  margin-top: 3em;
}
@media screen and (min-width: 768px) {
  .post-detail-block .post-detail-block__content {
    margin-top: 5em;
  }
}
.post-detail-block .post-detail-block__youtube {
  aspect-ratio: 16/9;
}
@media screen and (min-width: 768px) {
  .post-detail-block .post-detail-block__youtube {
    margin: 0 auto;
    max-width: 800px;
    width: 59.880239521vw;
  }
}
.post-detail-block .post-detail-block__youtube iframe {
  height: 100%;
  width: 100%;
}
.post-detail-block .post-detail-block__release {
  background: linear-gradient(to right bottom, #939393 0%, #acacac 0%, #f4f4f4 100%);
  padding: 40px 20px 50px;
}
@media screen and (max-width: 767px) {
  .post-detail-block .post-detail-block__release {
    margin: 0 -15px;
  }
}
@media screen and (min-width: 768px) {
  .post-detail-block .post-detail-block__release {
    padding: 80px 30px 90px;
  }
}
@media screen and (min-width: 1025px) {
  .post-detail-block .post-detail-block__release {
    padding: 80px 50px 90px;
  }
}
@media screen and (max-width: 767px) {
  .post-detail-block .post-detail-block__release .has-en-title .has-en-title__en {
    font-size: 6rem;
  }
}
@media screen and (max-width: 1024px) {
  .post-detail-block .post-detail-block__release .has-en-title .has-en-title__en {
    font-size: 6rem;
  }
}
@media screen and (min-width: 1025px) {
  .post-detail-block .post-detail-block__release .post-detail-block__release__list .archive-list {
    gap: 30px 20px;
  }
}
@media screen and (min-width: 768px) {
  .post-detail-block .post-detail-block__release .post-detail-block__release__list .archive-list .archive-list__thum {
    width: 120px;
  }
}
@media screen and (min-width: 1367px) {
  .post-detail-block .post-detail-block__release .post-detail-block__release__list .archive-list .archive-list__thum {
    width: 150px;
  }
}
@media screen and (min-width: 1025px) {
  .post-detail-block .post-detail-block__release .post-detail-block__release__list .archive-list > li {
    gap: 10px;
    width: calc(50% - 10px);
  }
}
.post-detail-block .post-detail-block__bottom .has-head-list .head {
  background-color: #000;
  color: #fff;
}
.post-detail-block .post-detail-block__bottom .has-head-list .head.is-border {
  border: 2px solid #000;
  color: #000;
  background-color: #fff;
}
.post-detail-block .post-detail-block__bottom .has-head-list .body.is-date {
  color: #999;
}
.post-detail-block .post-detail-block__bottom .post-detail-block__status {
  margin-bottom: 0.5em;
}
.post-detail-block .post-detail-block__bottom .post-detail-block__bottom__title {
  font-size: 2rem;
}
@media screen and (min-width: 768px) {
  .post-detail-block .post-detail-block__bottom .post-detail-block__bottom__title {
    font-size: 2.5rem;
  }
}

.post-detail-block__btn {
  display: flex;
  justify-content: center;
  margin-top: 3em;
}

.select-search-block {
  background-color: #EDEDED;
  padding: 30px;
}
.select-search-block .select-search-block__select {
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .select-search-block .select-search-block__select {
    width: 100%;
  }
}
.select-search-block .select-search-block__select .select-item {
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 5px;
  font-size: 1.4rem;
  overflow: hidden;
  padding: 2px;
  position: relative;
  text-align: center;
  width: 100%;
}
.select-search-block .select-search-block__select .select-item::after {
  border-style: solid;
  border-width: 6px 5px 0 5px;
  border-color: #111 transparent transparent transparent;
  content: "";
  display: block;
  height: 0;
  pointer-events: none;
  position: absolute;
  right: 17px;
  transform: translate(0, -50%);
  top: 50%;
  width: 0;
}
.select-search-block .select-search-block__select .select-item select {
  border: 0;
  padding: 10px 17px;
  text-align: center;
  width: 100%;
}
@media screen and (min-width: 1025px) {
  .select-search-block .select-search-block__select .select-item select {
    padding: 5px 17px;
  }
}
.select-search-block .select-search-block__item + .select-search-block__item {
  margin-top: 20px;
}
.select-search-block .select-search-block__item .select-search-block__title {
  font-size: 1.2em;
  border-bottom: 1px solid #222;
  margin-bottom: 1em;
  padding-bottom: 5px;
}
.select-search-block .select-search-block__inr {
  display: flex;
  gap: 11px;
  flex-direction: column;
}
.select-search-block .btn-circle-arrow {
  display: block;
  font-size: 1.4rem;
  margin: 0 auto;
  padding: 10px;
  width: 100%;
}
.select-search-block .btn-circle-arrow::before, .select-search-block .btn-circle-arrow::after {
  border-width: 1px;
}
.select-search-block .btn-circle-arrow::before {
  height: 5px;
  margin-top: -1px;
  right: 21px;
  width: 5px;
}
.select-search-block .btn-circle-arrow::after {
  height: 18px;
  right: 15px;
  width: 18px;
}

.staff-list-block {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
@media screen and (min-width: 768px) {
  .staff-list-block {
    gap: 40px;
  }
}
@media screen and (min-width: 1025px) {
  .staff-list-block {
    justify-content: center;
    gap: 60px;
  }
}
.staff-list-block > li {
  width: calc(50% - 16px);
}
@media screen and (min-width: 768px) {
  .staff-list-block > li {
    width: calc(33.333% - 30px);
  }
}
@media screen and (min-width: 1025px) {
  .staff-list-block > li {
    width: calc(25% - 47px);
  }
}
.staff-list-block > li > a {
  display: block;
  font-weight: 600;
}
.staff-list-block > li > a .staff-list-block__thum {
  aspect-ratio: 1/1;
  border: 1px solid #DEDEDE;
  border-radius: 10px;
  margin-bottom: 5px;
  overflow: hidden;
}
.staff-list-block > li > a .staff-list-block__thum img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
.staff-list-block > li > a .staff-list-block__status {
  font-size: 1.2rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .staff-list-block > li > a .staff-list-block__status {
    font-size: 1.3rem;
  }
}
.staff-list-block > li > a .staff-list-block__name {
  font-size: 1.6rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .staff-list-block > li > a .staff-list-block__name {
    font-size: 2.1rem;
  }
}

.sns-links-block {
  background-color: #FAFAFA;
  border-top: 4px solid #91040B;
  padding: 80px 30px 90px;
}
@media screen and (max-width: 767px) {
  .sns-links-block {
    margin: 0 -15px;
    padding: 85px 15px 70px;
  }
}
.sns-links-block .sns-links-block__title {
  font-size: 2.4rem;
  line-height: 1.3;
  text-align: center;
  margin-bottom: 1em;
}
@media screen and (min-width: 768px) {
  .sns-links-block .sns-links-block__title {
    font-size: 3.5rem;
  }
}
.sns-links-block .sns-links-block__btns {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  justify-content: center;
  margin-bottom: 26px;
}
@media screen and (min-width: 768px) {
  .sns-links-block .sns-links-block__btns {
    gap: 20px 46px;
    margin-bottom: 40px;
  }
}
.sns-links-block .sns-links-block__btns > a {
  display: block;
  width: 46px;
}
@media screen and (min-width: 768px) {
  .sns-links-block .sns-links-block__btns > a {
    width: 85px;
  }
}
.sns-links-block .twitter-time-line {
  height: 580px;
  overflow: scroll;
}
@media screen and (min-width: 768px) {
  .sns-links-block .twitter-time-line {
    max-width: 425px;
    margin: 0 auto;
  }
}

.modal {
  display: none;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
}
.modal .modal__bg {
  background-color: rgba(0, 0, 0, 0.8);
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.modal .modal__inr {
  background-color: #fff;
  left: 50%;
  max-height: 90%;
  overflow-y: auto;
  padding: 46px 30px;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 84%;
  z-index: 3;
}
@media screen and (min-width: 768px) {
  .modal .modal__inr {
    padding: 60px 100px;
    width: 770px;
  }
}
.modal .modal__close {
  position: absolute;
  right: 14px;
  top: 14px;
  height: 30px;
  width: 30px;
  z-index: 1005;
}
.modal .modal__close > div {
  background: #222;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 20px;
  height: 2px;
}
.modal .modal__close > div:nth-child(1) {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.modal .modal__close > div:nth-child(2) {
  transform: translate(-50%, -50%) rotate(45deg);
}
.modal .modal__button {
  background-color: #222;
  color: #fff;
  display: block;
  font-weight: 700;
  margin: 30px auto 0;
  padding: 5px;
  text-align: center;
  width: 110px;
}

.staff-information {
  align-items: flex-start;
  display: flex;
  gap: 25px;
}
@media screen and (max-width: 767px) {
  .staff-information {
    display: block;
  }
}
.staff-information .staff-information__image {
  border: 1px solid #DEDEDE;
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .staff-information .staff-information__image {
    max-width: 320px;
    margin: 0 auto 20px;
  }
}
@media screen and (min-width: 768px) {
  .staff-information .staff-information__image {
    width: 200px;
  }
}
.staff-information .staff-information__inr {
  flex: 1;
  width: 100%;
}
.staff-information .staff-information__inr .staff-information__inr__top {
  border-bottom: 1px solid #222;
  font-weight: 700;
  margin-bottom: 10px;
  padding: 0 10px 5px;
}
.staff-information .staff-information__inr .staff-information__inr__bottom {
  padding: 0 10px;
}
.staff-information .staff-information__status {
  font-size: 1.3rem;
}
.staff-information .staff-information__name {
  font-size: 2.1rem;
}

.post-head-block {
  border-bottom: 2px solid #000;
  margin-bottom: 20px;
  padding-bottom: 15px;
}
@media screen and (min-width: 768px) {
  .post-head-block {
    margin-bottom: 30px;
    padding-bottom: 20px;
  }
}
.post-head-block .post-head-block__label {
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .post-head-block .post-head-block__label {
    margin-bottom: 20px;
  }
}
.post-head-block .page-head-block__title {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  .post-head-block .page-head-block__title {
    font-size: 2.5rem;
  }
}
.post-head-block .page-head-block__subtitle {
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.2;
  margin-top: 0.5em;
}
@media screen and (min-width: 768px) {
  .post-head-block .page-head-block__subtitle {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 768px) {
  .post-head-block .post-head-block__titles {
    align-items: flex-end;
    display: flex;
    gap: 25px;
  }
}
.post-head-block .post-head-block__titles .page-head-block__title {
  font-size: 2rem;
}
.post-head-block .post-head-block__titles .page-head-block__subtitle {
  font-size: 1.4rem;
}

.has-bg-text-box {
  background-color: #EDEDED;
  line-height: 1.25;
  margin-bottom: 20px;
  padding: 10px;
}
@media screen and (min-width: 768px) {
  .has-bg-text-box {
    margin-bottom: 40px;
    padding: 10px 20px;
  }
}
.has-bg-text-box.has-bg-text-box--bigger {
  font-size: 1.8rem;
  margin-bottom: 1.2em;
}
@media screen and (min-width: 768px) {
  .has-bg-text-box.has-bg-text-box--bigger {
    font-size: 2.5rem;
  }
}

.search-content-head {
  margin-bottom: 40px;
}
.search-content-head .search-content-head__title {
  align-items: baseline;
  display: flex;
  font-size: 2.6rem;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 45px;
}
@media screen and (max-width: 767px) {
  .search-content-head .search-content-head__title {
    font-size: 2rem;
    margin-bottom: 30px;
  }
}
.search-content-head .search-content-head__title img {
  padding-right: 10px;
  vertical-align: bottom;
}
@media screen and (max-width: 375px) {
  .search-content-head .search-content-head__title img {
    width: 150px;
  }
}
@media screen and (min-width: 376px) {
  .search-content-head .search-content-head__title img {
    width: 180px;
  }
}
@media screen and (min-width: 768px) {
  .search-content-head .search-content-head__title img {
    width: 250px;
  }
}
.search-content-head .search-content-head__form {
  max-width: 506px;
  margin-bottom: 40px;
}
.search-content-head .search-content-head__form .search-block .search-block__inr .search-block__text {
  font-size: 1.6rem;
}
.search-content-head .search-content-head__cate {
  margin-bottom: 60px;
}

.label-text-box {
  align-items: stretch;
  display: flex;
  font-weight: 600;
}
.label-text-box .label-text-box__head {
  align-items: center;
  display: flex;
  background-color: #EDEDED;
  font-size: 1.4rem;
  padding: 5px 20px;
}
.label-text-box .label-text-box__body {
  align-items: center;
  border-bottom: 1px solid #EDEDED;
  display: flex;
  flex: 1;
  padding: 10px 20px;
  width: 100%;
}
.label-text-box .label-text-box__body a {
  text-decoration: underline;
}
.label-text-box .label-text-box__body a:hover {
  text-decoration: none;
}

.single-pager {
  margin-top: 50px;
}

.float-btns {
  left: 0;
  opacity: 0.5;
  position: fixed;
  top: 50%;
  transform: translate(0, -50%);
  transition: all 0.5s;
  z-index: 99;
}
.float-btns.is-active {
  opacity: 1;
}
.float-btns .float-btns_text {
  font-size: 1rem;
  line-height: 1.3;
  margin-top: 5px;
}
.float-btns .float-btns_img {
  display: block;
  height: auto;
  margin: 0 auto;
}
.float-btns .btn {
  color: #fff;
  display: block;
  font-size: 10px;
  height: 58px;
  letter-spacing: 0;
  padding: 10px 0 0;
  text-align: center;
  width: 70px;
}
.float-btns .btn.is-hide {
  display: none !important;
}
.float-btns .btn.favorite {
  background-color: #90030a;
}
.float-btns .btn.favorite .float-btns_img {
  width: 22px;
}
.float-btns .btn.bookmark {
  background-color: #061d4d;
}
.float-btns .btn.bookmark .float-btns_img {
  width: 18px;
}
.float-btns .btn.voting {
  background-color: #EE7B05;
}
.float-btns .btn.voting .float-btns_img {
  width: 18px;
}
.float-btns .btn.voting-already {
  background-color: #B9B07B;
}
.float-btns .btn.voting-already .float-btns_img {
  width: 18px;
}
.float-btns .btn.contest-info {
  background-color: #B9B07B;
}
.float-btns .btn.contest-info .float-btns_text {
  margin-top: 3px;
}
.float-btns .btn.contest-info .float-btns_img {
  width: 18px;
}
.float-btns .btn.contest-info-already {
  background-color: #BCB5AE;
}
.float-btns .btn.contest-info-already .float-btns_text {
  margin-top: 3px;
}
.float-btns .btn.contest-info-already .float-btns_img {
  width: 18px;
}
.float-btns .btn.is-on {
  background-color: #fff;
}
.float-btns .btn.is-on.favorite {
  color: #90030a;
  border: 1px solid #90030a;
}
.float-btns .btn.is-on.bookmark {
  color: #061d4d;
  border: 1px solid #061d4d;
}
.float-btns .btn.is-on.voting {
  color: #EE7B05;
  border: 1px solid #EE7B05;
}
.float-btns .btn.is-on.voting-already {
  color: #BCB5AE;
  border: 1px solid #BCB5AE;
}
.float-btns .btn.is-on.contest-info {
  color: #B9B07B;
  border: 1px solid #B9B07B;
}
.float-btns .btn.is-on.contest-info-already {
  color: #BCB5AE;
  border: 1px solid #BCB5AE;
}

.modal-member .modal-member__title {
  font-size: 18px;
  font-weight: 500;
  line-height: 21px;
  margin: 0 auto 30px;
}
@media screen and (min-width: 768px) {
  .modal-member .modal-member__title {
    line-height: 1;
    text-align: center;
  }
}

.modal-member-block {
  display: flex;
  flex-direction: column;
  gap: 20px 0;
}
@media screen and (min-width: 768px) {
  .modal-member-block {
    gap: 0 30px;
    flex-direction: row;
  }
}
.modal-member-block .modal-member-block__item {
  border-left: 1px solid #ccc;
  padding: 10px 0 10px 15px;
}
@media screen and (min-width: 768px) {
  .modal-member-block .modal-member-block__item {
    padding: 10px 0 10px 20px;
    width: 50%;
  }
}
.modal-member-block .modal-member-block__item .btn-circle-arrow {
  width: 100%;
}
.modal-member-block .modal-member-block__title {
  font-size: 16px;
  margin-bottom: 15px;
}
.modal-member-block .modal-member-block__btns {
  display: flex;
  flex-direction: column;
  gap: 20px 0;
}
.modal-member-block .modal-member-block__text-box {
  line-height: 18px;
  font-size: 12px;
  margin-top: 10px;
}

.modal-search .modal-search__title {
  font-size: 18px;
  font-weight: 500;
  line-height: 21px;
  margin: 0 auto 30px;
}
@media screen and (min-width: 768px) {
  .modal-search .modal-search__title {
    line-height: 1;
    text-align: center;
  }
}

.modal-search-block .modal-search-block__btns {
  display: flex;
  flex-direction: column;
  gap: 20px 0;
}
@media screen and (min-width: 768px) {
  .modal-search-block .modal-search-block__btns {
    gap: 0 30px;
    flex-direction: row;
  }
}
.modal-search-block .modal-search-block__btns li {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .modal-search-block .modal-search-block__btns li {
    width: calc((100% - 60px) / 3);
  }
}
.modal-search-block .modal-search-block__btns li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #222;
  height: 100%;
  padding: 25px 20px 15px;
}
@media screen and (min-width: 768px) {
  .modal-search-block .modal-search-block__btns li a {
    padding: 25px 20px 10px;
  }
}
.modal-search-block .modal-search-block__btns li a .icon {
  height: 55px;
}
.modal-search-block .modal-search-block__btns li a .icon img {
  width: 30px;
}
.modal-search-block .modal-search-block__btns li a span {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  text-align: center;
  margin-top: auto;
}
@media screen and (min-width: 768px) {
  .modal-search-block .modal-search-block__btns li a span {
    height: 40px;
  }
}

.information-list {
  border-bottom: 2px solid #DDD;
  margin-bottom: 3em;
}
.information-list .information-list__item {
  display: flex;
  padding: 0 0 20px;
  gap: 2em;
}
.information-list .information-list__item + .information-list__item {
  border-top: 2px solid #DDD;
  padding-top: 20px;
}
.information-list .information-list__date {
  color: #555;
  font-size: 1.2rem;
  padding-top: 3px;
}
.information-list .information-list__title {
  flex: 1;
  width: 100%;
}
.information-list .information-list__title a {
  font-weight: 600;
  text-decoration: underline;
}
.information-list .information-list__title a:hover {
  text-decoration: none;
}

.result-bar {
  background-color: #EDEDED;
  display: flex;
  font-size: 1.3rem;
  font-weight: 700;
  gap: 5px 20px;
  margin-bottom: 2em;
  padding: 5px 15px;
}
@media screen and (min-width: 768px) {
  .result-bar {
    font-size: 1.5rem;
    gap: 10px 47px;
    padding: 5px 20px;
  }
}
.result-bar .fs-m {
  font-size: 1.1rem;
}
@media screen and (min-width: 768px) {
  .result-bar .fs-m {
    font-size: 1.3rem;
  }
}
.result-bar.is-dark {
  color: #222;
}

.page-top {
  position: fixed;
  bottom: 0;
  right: 20px;
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 14px;
  line-height: 1;
  font-weight: 900;
  background: #B062A3;
  padding: 8px 10px;
  transform: translateY(100%);
  transition: 0.5s ease transform, 0.3s ease opacity;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .page-top {
    right: 50px;
  }
}
.page-top.is-active {
  transform: translateY(0%);
}
.page-top span {
  margin-right: 12px;
}
.page-top img {
  width: 20px;
}

.c-exhibitors-list {
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
}
@media screen and (min-width: 768px) {
  .c-exhibitors-list {
    gap: 40px;
  }
}
.c-exhibitors-list > li {
  width: calc(50% - 13px);
}
@media screen and (min-width: 768px) {
  .c-exhibitors-list > li {
    width: max(33.333% - 30px, 200px);
  }
}
@media screen and (min-width: 1200px) {
  .c-exhibitors-list > li {
    width: max(25% - 47px, 200px);
  }
}
.c-exhibitors-list > li > a {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.c-exhibitors-list .c-exhibitors-list__cat {
  align-items: center;
  color: #BDC3C4;
  display: flex;
  flex: 1;
  gap: 0.5em;
  margin-bottom: 0.5em;
  font-size: 12px;
}
@media screen and (min-width: 768px) {
  .c-exhibitors-list .c-exhibitors-list__cat {
    font-size: 14px;
    gap: 0.75em;
    margin-bottom: 1em;
  }
}
.c-exhibitors-list .c-exhibitors-list__cat::after {
  background-color: #BDC3C4;
  content: "";
  display: block;
  flex: 1;
  height: 1px;
  width: 100%;
}
.c-exhibitors-list .c-exhibitors-list__cat span {
  line-height: 1.2;
  max-width: 80%;
}
@media screen and (min-width: 768px) {
  .c-exhibitors-list .c-exhibitors-list__cat span {
    max-width: 90%;
  }
}
.c-exhibitors-list .c-exhibitors-list__image {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 80px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .c-exhibitors-list .c-exhibitors-list__image {
    height: 100px;
  }
}
.c-exhibitors-list .c-exhibitors-list__image img {
  height: auto;
  width: 100px;
}
.c-exhibitors-list .c-exhibitors-list__image.is-square img {
  height: auto;
  max-height:100%;
  width: 36%;
}
@media screen and (min-width: 768px) {
  .c-exhibitors-list .c-exhibitors-list__image.is-square img {
    width: 100px;
  }
}
.c-exhibitors-list .c-exhibitors-list__image.is-wide img {
  height: auto;
  width: 70%;
}
@media screen and (min-width: 768px) {
  .c-exhibitors-list .c-exhibitors-list__image.is-wide img {
    width: 200px;
  }
}
.c-exhibitors-list .c-exhibitors-list__image.is-wide2 img {
  height: auto;
    width: 60%;
    max-height: 100%;
}
@media screen and (min-width: 768px) {
  .c-exhibitors-list .c-exhibitors-list__image.is-wide2 img {
    width: 120px;
  }
}
.c-exhibitors-list .c-exhibitors-list__image.m-onlyText {
  align-items: center;
  border: 1px solid #222;
  display: flex;
  justify-content: center;
  line-height: 1.2;
  font-size: 11px;
  padding: 1em;
  min-height: 80px;
  width: 100%;
  word-break: break-all;
}
.c-exhibitors-list .c-exhibitors-list__image.m-onlyText p{
    font-weight: 600;
    font-size: 1.3rem;
}
@media screen and (min-width: 768px) {
  .c-exhibitors-list .c-exhibitors-list__image.m-onlyText {
    font-size: 1.6rem;
    min-height: 100px;
  }
}
.c-exhibitors-list.m-type2 > li {
  width: calc(50% - 13px);
}
@media screen and (min-width: 768px) {
  .c-exhibitors-list.m-type2 > li {
    width: max(33.333% - 30px, 200px);
  }
}
.c-exhibitors-list.m-type3 {
  gap: 15px;
}
@media screen and (min-width: 768px) {
  .c-exhibitors-list.m-type3 {
    gap: 40px;
  }
}
.c-exhibitors-list.m-type3 > li {
  width: calc(33.333% - 10px);
}
@media screen and (min-width: 768px) {
  .c-exhibitors-list.m-type3 > li {
    width: max(33.333% - 30px, 200px);
  }
}

.c-resultList {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 20px;
}
.c-resultList > li {
  position: relative;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .c-resultList > li {
    width: calc(50% - 10px);
  }
}
@media screen and (min-width: 1025px) {
  .c-resultList > li {
    width: calc(33.333% - 14px);
  }
}
.c-resultList > li > a {
  border: 1px solid #C3BDC4;
  display: block;
  padding: 30px 20px 20px;
}
@media screen and (min-width: 768px) {
  .c-resultList > li > a {
    padding: 30px 15px 15px;
  }
}
.c-resultList .c-resultList__item__pickup {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #B062A3;
  color: #fff;
  font-weight: bold;
  line-height: 1;
  white-space: nowrap;
  padding: 0.5em;
  font-size: 12px;
}
.c-resultList .c-resultList__item__title {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 0.75em;
  word-break: break-all;
}
.c-resultList .c-resultList__item__title span {
  display: inline-block;
  background-color: #FFF845;
}
.c-resultList .c-resultList__item__text__name span {
  display: inline-block;
  background-color: #FFF845;
}
.c-resultList .c-resultList__item__thum {
  align-items: center;
  display: flex;
  justify-content: center;
  height: 100px;
  gap: 15px;
  margin-bottom: 0.75em;
}
@media screen and (min-width: 768px) {
  .c-resultList .c-resultList__item__thum {
    height: 80px;
  }
}
.c-resultList .c-resultList__item__thum .c-exhibitors-list__image {
  margin-bottom: 1em;
}
.c-resultList .c-resultList__item__thum .c-exhibitors-list__image img {
  height: auto;
  width: 80px;
}
.c-resultList .c-resultList__item__thum .c-exhibitors-list__image.is-square img {
  height: auto;
  width: 100px;
}
@media screen and (min-width: 768px) {
  .c-resultList .c-resultList__item__thum .c-exhibitors-list__image.is-square img {
    width: 80px;
  }
}
.c-resultList .c-resultList__item__thum .c-exhibitors-list__image.is-wide img {
  height: auto;
  width: 90px;
}
@media screen and (min-width: 768px) {
  .c-resultList .c-resultList__item__thum .c-exhibitors-list__image.is-wide img {
    width: 140px;
  }
}
.c-resultList .c-resultList__item__thum .c-exhibitors-list__image.is-wide2 img {
  height: auto;
  width: 80px;
}
@media screen and (min-width: 768px) {
  .c-resultList .c-resultList__item__thum .c-exhibitors-list__image.is-wide2 img {
    width: 100px;
  }
}
.c-resultList .c-resultList__item__thum .c-resultList__item__prod {
  width: 100px;
}
@media screen and (min-width: 768px) {
  .c-resultList .c-resultList__item__thum .c-resultList__item__prod {
    width: 90px;
  }
}
.c-resultList .c-resultList__item__thum .c-resultList__item__prod img {
  height: auto;
  width: 100%;
}
.c-resultList .c-resultList__item__text {
  font-size: 12px;
}
.c-resultList .c-resultList__item__text .c-resultList__item__text__desc {
  color: #999;
  margin-top: 0.25em;
}

/* ------------------------
  トップページ
------------------------ */
.news-block {
  display: flex;
  align-items: center;
  padding: 20px 0 0;
}
@media screen and (min-width: 768px) {
  .news-block {
    max-width: 1050px;
    margin: 0 auto;
  }
}
.news-block .news-title {
  font-family: "Arial", sans-serif;
  font-weight: 700;
  line-height: 1;
  padding: 4px 8px 4px 0;
  border-right: 1px solid #000;
}
@media screen and (min-width: 768px) {
  .news-block .news-title {
    font-size: 14px;
    padding: 6px 16px;
  }
}
.news-block .news-list {
  padding: 4px 0 4px 8px;
}
@media screen and (min-width: 768px) {
  .news-block .news-list {
    padding: 6px 0 6px 16px;
  }
}
.news-block .news-list .news-list__item {
  display: flex;
  align-items: center;
}
.news-block .news-list .news-list__item .news-list__item__date {
  margin-right: 1em;
}
@media screen and (min-width: 768px) {
  .news-block .news-list .news-list__item .news-list__item__date {
    font-size: 14px;
  }
}
@media screen and (min-width: 768px) {
  .news-block .news-list .news-list__item .news-list__item__detail {
    font-size: 14px;
  }
}
.news-block .news-list .news-list__item .news-list__item__detail a {
  color: #00A0E9;
  text-decoration: underline;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.news-block .news-list .news-list__item .news-list__item__detail a:hover {
  text-decoration: none;
}

.article-block {
  padding: 20px 0 40px;
}
@media screen and (min-width: 768px) {
  .article-block {
    padding: 32px 0 52px;
  }
}
.article-block .article-list {
  position: relative;
  overflow: hidden;
  margin: 0 -15px 30px;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .article-block .article-list {
    max-width: 100%;
    margin: 0 0 30px;
  }
}
@media screen and (min-width: 768px) {
  .article-block .article-list .article-list__item {
    max-width: 604px;
  }
}
.article-block .article-list .article-list__item .article-list__item__thum {
  position: relative;
  height: 67.053vw;
  overflow: hidden;
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
  .article-block .article-list .article-list__item .article-list__item__thum {
    height: 405px;
    margin-bottom: 20px;
  }
}
.article-block .article-list .article-list__item .article-list__item__thum img {
  position: relative;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50%;
  object-position: 50%;
  z-index: 1;
}
.article-block .article-list .article-list__item .article-list__item__thum .article-list__item__cate {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  font-weight: 900;
  /*min-width: 124px;*/
  background: #E60012;
  padding: 2px 8px;
  z-index: 2;
}
.article-block .article-list .article-list__item .article-list__item__txt {
  padding: 0 15px;
}
@media screen and (min-width: 768px) {
  .article-block .article-list .article-list__item .article-list__item__txt {
    padding: 10px 20px;
    border-left: 1px solid #BDC3C4;
  }
}
.article-block .article-list .article-list__item .article-list__item__txt .article-list__item__title {
  font-size: 20px;
  line-height: 26px;
  font-weight: 700;
  margin-bottom: 12px;
}
@media screen and (min-width: 768px) {
  .article-block .article-list .article-list__item .article-list__item__txt .article-list__item__title {
    font-size: 26px;
    line-height: 34px;
    margin-bottom: 12px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
}
.article-block .article-list .article-list__item .article-list__item__txt .article-list__item__detail {
  font-size: 14px;
  line-height: 21px;
  margin-bottom: 12px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .article-block .article-list .article-list__item .article-list__item__txt .article-list__item__detail {
    font-size: 15px;
    line-height: 22px;
    margin-bottom: 16px;
  }
}
.article-block .article-list .article-list__item .article-list__item__txt .article-list__item__date {
  color: #BDC3C4;
  font-size: 14px;
  line-height: 21px;
}
@media screen and (min-width: 768px) {
  .article-block .article-list .slick-list {
    margin: 0 -10px;
  }
}
@media screen and (min-width: 768px) {
  .article-block .article-list .slick-slide {
    margin: 0 10px;
  }
}
.article-block .article-list .slick-arrow {
  top: calc(50vw - 15px);
  width: 30px;
  height: 30px;
  border: 1px solid #fff;
  border-radius: 50%;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .article-block .article-list .slick-arrow {
    top: 206px;
    width: 50px;
    height: 50px;
    background: rgba(34, 34, 34, 0.5);
  }
}
.article-block .article-list .slick-arrow::before {
  content: "";
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  display: block;
  width: 7px;
  height: 7px;
  position: absolute;
  top: calc(50% - 3px);
  transform-origin: center center;
}
@media screen and (min-width: 768px) {
  .article-block .article-list .slick-arrow::before {
    top: calc(50% - 5px);
    width: 12px;
    height: 12px;
  }
}
.article-block .article-list .slick-arrow.slick-prev {
  left: 15px;
}
.article-block .article-list .slick-arrow.slick-prev::before {
  left: calc(50% - 2px);
  transform: rotate(135deg);
}
@media screen and (min-width: 768px) {
  .article-block .article-list .slick-arrow.slick-prev::before {
    left: calc(50% - 4px);
  }
}
.article-block .article-list .slick-arrow.slick-next {
  right: 15px;
}
.article-block .article-list .slick-arrow.slick-next::before {
  right: calc(50% - 2px);
  transform: rotate(-45deg);
}
@media screen and (min-width: 768px) {
  .article-block .article-list .slick-arrow.slick-next::before {
    right: calc(50% - 4px);
  }
}
.article-block .article-list .slick-arrow:before {
  content: "" !important;
}

.main-banner-block {
  padding-bottom: 60px;
}
@media screen and (min-width: 768px) {
  .main-banner-block {
    padding-bottom: 100px;
  }
}

.auto-salon-tv {
  padding: 0 0 60px;
}
@media screen and (min-width: 768px) {
  .auto-salon-tv {
    padding: 0 0 80px;
  }
}
.auto-salon-tv .en-title {
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
  .auto-salon-tv .en-title {
    margin-bottom: 10px;
  }
}
.auto-salon-tv .en-title .en-title__icon {
  width: 60px;
  margin-top: 5px;
}
@media screen and (min-width: 768px) {
  .auto-salon-tv .en-title .en-title__icon {
    width: 50px;
    margin: 0 30px 0 0;
  }
}
.auto-salon-tv .auto-salon-tv__list {
  display: grid;
  grid-auto-flow: column dense;
  grid-auto-rows: auto;
  grid-template-columns: calc(50% - 7.5px);
  grid-template-rows: auto;
  gap: 30px 15px;
  grid-template-areas: "item1 item1" "item2 item3" "item4 item5";
  margin-bottom: 32px;
}
@media screen and (min-width: 1025px) {
  .auto-salon-tv .auto-salon-tv__list {
    grid-template-columns: 56.4102564103% 19.6581196581% 19.6581196581%;
    grid-template-rows: 47.1238938053% 47.1238938053%;
    gap: 5.3097345133% 2.0512820513%;
    grid-template-areas: "item1 item2 item3" "item1 item4 item5";
  }
}
.auto-salon-tv .auto-salon-tv__list .auto-salon-tv__item:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-area: item1;
}
@media screen and (min-width: 1025px) {
  .auto-salon-tv .auto-salon-tv__list .auto-salon-tv__item:nth-child(1) {
    margin-right: 10px;
  }
}
@media screen and (min-width: 1025px) {
  .auto-salon-tv .auto-salon-tv__list .auto-salon-tv__item:nth-child(1) .auto-salon-tv__item__iframe {
    margin-bottom: 16px;
  }
}
.auto-salon-tv .auto-salon-tv__list .auto-salon-tv__item:nth-child(1) .auto-salon-tv__item__title {
  font-size: 18px;
  line-height: 26px;
}
@media screen and (min-width: 768px) {
  .auto-salon-tv .auto-salon-tv__list .auto-salon-tv__item:nth-child(1) .auto-salon-tv__item__title {
    font-size: 22px;
    line-height: 28px;
  }
}
.auto-salon-tv .auto-salon-tv__list .auto-salon-tv__item:nth-child(1) .auto-salon-tv__item__title span {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.auto-salon-tv .auto-salon-tv__list .auto-salon-tv__item:nth-child(2) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  grid-area: item2;
}
.auto-salon-tv .auto-salon-tv__list .auto-salon-tv__item:nth-child(3) {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
  grid-area: item3;
}
.auto-salon-tv .auto-salon-tv__list .auto-salon-tv__item:nth-child(4) {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
  grid-area: item4;
}
.auto-salon-tv .auto-salon-tv__list .auto-salon-tv__item:nth-child(5) {
  -ms-grid-row: 5;
  -ms-grid-column: 3;
  grid-area: item5;
}
@media screen and (min-width: 1025px){
  .auto-salon-tv .auto-salon-tv__list .auto-salon-tv__item:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
  .auto-salon-tv .auto-salon-tv__list .auto-salon-tv__item:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .auto-salon-tv .auto-salon-tv__list .auto-salon-tv__item:nth-child(3) {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
  }
  .auto-salon-tv .auto-salon-tv__list .auto-salon-tv__item:nth-child(4) {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  .auto-salon-tv .auto-salon-tv__list .auto-salon-tv__item:nth-child(5) {
    -ms-grid-row: 3;
    -ms-grid-column: 5;
  }
}
.auto-salon-tv .auto-salon-tv__list .auto-salon-tv__item .auto-salon-tv__item__iframe {
  aspect-ratio: 16/9;
  width: 100%;
  margin-bottom: 8px;
}
@media screen and (min-width: 1025px) {
  .auto-salon-tv .auto-salon-tv__list .auto-salon-tv__item .auto-salon-tv__item__iframe {
    margin-bottom: 10px;
  }
}
.auto-salon-tv .auto-salon-tv__list .auto-salon-tv__item .auto-salon-tv__item__iframe iframe {
  height: 100%;
  width: 100%;
}
.auto-salon-tv .auto-salon-tv__list .auto-salon-tv__item .auto-salon-tv__item__title {
  display: flex;
  align-items: center;
  font-size: 14px;
  line-height: 21px;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .auto-salon-tv .auto-salon-tv__list .auto-salon-tv__item .auto-salon-tv__item__title {
    font-size: 16px;
    line-height: 22px;
  }
}
.auto-salon-tv .auto-salon-tv__list .auto-salon-tv__item .auto-salon-tv__item__title span {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.auto-salon-tv .auto-salon-tv__list .auto-salon-tv__item .auto-salon-tv__item__title .auto-salon-tv__item__title__icon {
  width: 70px;
  margin-right: 10px;
}

.exhibitors-section {
  padding: 60px 0;
}
@media screen and (min-width: 768px) {
  .exhibitors-section {
    padding: 100px 0;
  }
}
.exhibitors-section .en-title {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .exhibitors-section .en-title {
    margin-bottom: 30px;
  }
}

.search-section {
  background: #E6EBEE;
  margin-bottom: -60px;
  padding: 60px 0;
}
@media screen and (min-width: 768px) {
  .search-section {
    margin-bottom: -80px;
    padding: 80px 56px;
  }
}
.search-section .search__wrap {
  position: relative;
}
.search-section .search__title {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .search-section .search__title {
    position: absolute;
    top: 0;
    left: -56px;
    margin-bottom: 0;
  }
}
.search-section .search__title span {
  font-size: 28px;
  line-height: 33px;
  font-weight: 900;
  letter-spacing: -0.03em;
  margin-right: 8px;
}
.search-section .search__title img {
  width: 28px;
}
.search-section .search__btn {
  position: relative;
  display: block;
  color: #fff;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0.03em;
  max-width: 254px;
  text-align: center;
  background: #222;
  margin: 0 auto 10px;
  padding: 12px 10px;
}
@media screen and (min-width: 768px) {
  .search-section .search__btn {
    max-width: 270px;
  }
}
.search-section .search__btn--car {
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .search-section .search__btn--car {
    margin-bottom: 40px;
  }
}
.search-section .search__btn--parts {
  margin-bottom: 0;
}
.search-section .search__btn .icon {
  position: absolute;
  left: 10px;
  top: 12px;
  width: 16px;
}
.search-section .search__btn .icon img {
  width: 100%;
}
.search-section .search__inr {
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .search-section .search__inr {
    display: flex;
    align-items: center;
    gap: 0 12px;
    margin: 0 0 35px -56px;
  }
  .search-section .search__inr:last-of-type {
    margin-bottom: 25px;
  }
}
.search-section .search__inr .search-list__title {
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  margin-bottom: 6px;
}
.search-section .search__inr .search-list__wrap {
  position: relative;
  background: #fff;
  padding: 15px 48px;
}
@media screen and (min-width: 768px) {
  .search-section .search__inr .search-list__wrap {
    width: 838px;
    margin: 0 auto;
  }
}
.search-section .search__inr .search-list__inr {
  overflow: hidden;
}
.search-section .search__inr .search-list {
  position: static;
  width: 80px;
}
.search-section .search__inr .search-list .slick-list {
  overflow: visible;
}
.search-section .search__inr .search-list .slick-track {
  display: flex;
}
.search-section .search__inr .search-list .slick-slide {
  height: auto !important;
}
.search-section .search__inr .search-list .slick-arrow {
  top: 50%;
  width: 30px;
  height: 30px;
  background: #222;
  border-radius: 50%;
  z-index: 2;
}
.search-section .search__inr .search-list .slick-arrow::before {
  content: "";
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  display: block;
  width: 7px;
  height: 7px;
  position: absolute;
  top: calc(50% - 3px);
  transform-origin: center center;
}
.search-section .search__inr .search-list .slick-arrow.slick-prev {
  left: 10px;
}
.search-section .search__inr .search-list .slick-arrow.slick-prev::before {
  left: calc(50% - 2px);
  transform: rotate(135deg);
}
.search-section .search__inr .search-list .slick-arrow.slick-next {
  right: 10px;
}
.search-section .search__inr .search-list .slick-arrow.slick-next::before {
  right: calc(50% - 2px);
  transform: rotate(-45deg);
}
.search-section .search__inr .search-list .slick-arrow:before {
  content: "" !important;
}
.search-section .search__inr .search-list .search-list__item {
  height: 100%;
  padding: 2px 5px;
  border-right: 1px solid #222;
}
.search-section .search__inr .search-list .search-list__item img {
  display: block;
  width: 50px;
  margin: 0 auto 8px;
}
.search-section .search__inr .search-list .search-list__item .search-list__item__name {
  font-size: 12px;
  line-height: 14px;
  letter-spacing: -0.03em;
  text-align: center;
}

.recommended-block {
  padding: 0 0 60px;
}
@media screen and (min-width: 768px) {
  .recommended-block {
    padding: 0 0 80px;
  }
}
.recommended-block .recommended-list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 15px;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .recommended-block .recommended-list {
    gap: 15px 30px;
  }
}
.recommended-block .recommended-list .recommended-list__item {
  width: calc((100% - 15px) / 2);
}
@media screen and (min-width: 768px) {
  .recommended-block .recommended-list .recommended-list__item {
    width: calc((100% - 120px) / 5);
  }
}
.recommended-block .recommended-list .recommended-list__item:last-child {
  display: none;
}
@media screen and (min-width: 768px) {
  .recommended-block .recommended-list .recommended-list__item:last-child {
    display: block;
  }
}
.recommended-block .recommended-list .recommended-list__item .recommended-list__item__thum {
  width: 100%;
  height: 115px;
  margin-bottom: 10px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .recommended-block .recommended-list .recommended-list__item .recommended-list__item__thum {
    height: 145px;
  }
}
.recommended-block .recommended-list .recommended-list__item .recommended-list__item__thum img {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50%;
  object-position: 50%;
  z-index: 1;
}
.recommended-block .recommended-list .recommended-list__item .recommended-list__item__txt .recommended-list__item__cate {
  font-size: 12px;
  line-height: 14px;
  margin-bottom: 4px;
}
.recommended-block .recommended-list .recommended-list__item .recommended-list__item__txt .recommended-list__item__title {
  font-size: 14px;
  font-weight: 700;
  line-height: 17px;
  margin-bottom: 8px;
}
.recommended-block .recommended-list .recommended-list__item .recommended-list__item__txt .recommended-list__item__tag {
  font-size: 12px;
  line-height: 14px;
}

.topics-section {
  background: #E6EBEE;
  padding: 60px 0;
}
@media screen and (min-width: 768px) {
  .topics-section {
    padding: 80px 0;
  }
}
.topics-section .en-title {
  margin-bottom: 16px;
}
@media screen and (min-width: 768px) {
  .topics-section .en-title {
    margin-bottom: 20px;
  }
}
.topics-section .topics-list {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 15px;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .topics-section .topics-list {
    flex-direction: row;
    gap: 30px;
  }
}
.topics-section .topics-list .topics-list__item {
  display: flex;
  width: 100%;
  background: #fff;
}
@media screen and (min-width: 768px) {
  .topics-section .topics-list .topics-list__item {
    width: calc((100% - 30px) / 2);
  }
}
.topics-section .topics-list .topics-list__item .topics-list__item__thum {
  height: 115px;
  min-height: 100%;
  min-width: 120px;
  max-width: 165px;
}
@media screen and (min-width: 768px) {
  .topics-section .topics-list .topics-list__item .topics-list__item__thum {
    height: 145px;
    min-width: 175px;
    max-width: 210px;
  }
}
.topics-section .topics-list .topics-list__item .topics-list__item__thum img {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50%;
  object-position: 50%;
  z-index: 1;
}
.topics-section .topics-list .topics-list__item .topics-list__item__txt {
  display: flex;
  flex-direction: column;
  padding: 10px 15px;
}
@media screen and (min-width: 768px) {
  .topics-section .topics-list .topics-list__item .topics-list__item__txt {
    padding: 20px;
  }
}
.topics-section .topics-list .topics-list__item .topics-list__item__txt .topics-list__item__title {
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
  margin-bottom: 10px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .topics-section .topics-list .topics-list__item .topics-list__item__txt .topics-list__item__title {
    line-height: 21px;
  }
}
.topics-section .topics-list .topics-list__item .topics-list__item__txt .topics-list__item__data {
  color: #BDC3C4;
  font-size: 12px;
  line-height: 1;
  margin-top: auto;
}
@media screen and (min-width: 768px) {
  .topics-section .topics-list .topics-list__item .topics-list__item__txt .topics-list__item__data {
    font-size: 14px;
  }
}

.event-section {
  background: repeating-linear-gradient(#222, #222 10px, #333 10px, #333 11px);
  padding: 60px 0;
}
@media screen and (min-width: 768px) {
  .event-section {
    padding: 80px 0 120px;
  }
}
.event-section * {
  color: #fff;
}
.event-section .en-title {
  margin-bottom: 16px;
}
@media screen and (min-width: 768px) {
  .event-section .en-title {
    margin-bottom: 20px;
  }
}
.event-section .en-title .en-title__jp {
  border: 1px solid #fff;
}
@media screen and (min-width: 768px) {
  .event-section .l-container {
    max-width: 870px;
  }
}
.event-section .event-list {
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .event-section .event-list {
    display: flex;
    gap: 30px;
  }
}
.event-section .event-list .event-list__item {
  background: #222;
  border: 1px solid #fff;
  padding: 9px;
}
.event-section .event-list .event-list__item a {
  width: 100%;
}
.event-section .event-list .event-list__item a img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50%;
  object-position: 50%;
}
.event-section .event-list .slick-dotted .slick-slider {
  margin-bottom: 0;
}
.event-section .event-list .slick-dots {
  line-height: 1;
  position: initial;
  margin-top: 10px;
}
.event-section .event-list .slick-dots li {
  border: 1px solid transparent;
  border-radius: 50%;
  padding: 5px 5px;
}
.event-section .event-list .slick-dots li.slick-active {
  border-color: #fff;
}
.event-section .event-list .slick-dots li button {
  width: 8px;
  height: 8px;
  background: #fff;
  border-radius: 50%;
  padding: 0;
}
.event-section .event-list .slick-dots li button::before {
  content: "";
  display: none;
}
.event-section .event__info-title {
  font-size: 28px;
  font-weight: 900;
  line-height: 33px;
  letter-spacing: 0.03em;
  text-align: center;
  margin-bottom: 10px;
}
.event-section .event__info-list {
  background: #222;
  border: 1px solid #fff;
  padding: 15px;
}
.event-section .event__info-list .event__info-list__item a {
  display: flex;
}
.event-section .event__info-list .event__info-list__item__data {
  font-size: 14px;
  line-height: 21px;
  font-weight: 900;
  white-space: nowrap;
  margin-right: 15px;
}
@media screen and (min-width: 768px) {
  .event-section .event__info-list .event__info-list__item__data {
    margin-right: 20px;
  }
}
.event-section .event__info-list .event__info-list__item__title {
  font-size: 14px;
  line-height: 21px;
}
.event-section .event__info-list .event__info-list__item__title span {
  border-bottom: 1px solid #fff;
}

.release-block {
  padding: 60px 0;
}
@media screen and (min-width: 768px) {
  .release-block {
    padding: 80px 0;
  }
}
.release-block .en-title {
  margin-bottom: 16px;
}
@media screen and (min-width: 768px) {
  .release-block .en-title {
    margin-bottom: 20px;
  }
}

.release-list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 15px;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .release-list {
    gap: 15px 30px;
  }
}
.release-list .release-list__item {
  width: calc((100% - 15px) / 2);
}
@media screen and (min-width: 768px) {
  .release-list .release-list__item {
    width: calc((100% - 90px) / 4);
  }
}
.release-list .release-list__item .release-list__item__thum {
  position: relative;
  width: 100%;
  height: calc((100vw - 45px) / 2);
  max-height: 165px;
  margin-bottom: 10px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .release-list .release-list__item .release-list__item__thum {
    height: 270px;
    max-height: 100%;
  }
}
.release-list .release-list__item .release-list__item__thum img {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50%;
  object-position: 50%;
  z-index: 1;
}
.release-list .release-list__item .release-list__item__thum .release-list__item__cate {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  background: #B062A3;
  padding: 4px 5px;
  z-index: 2;
}
.release-list .release-list__item .release-list__item__txt {
  padding: 10px 15px;
  border-left: 1px solid #CCC;
}
@media screen and (min-width: 768px) {
  .release-list .release-list__item .release-list__item__txt {
    padding: 10px 20px;
  }
}
.release-list .release-list__item .release-list__item__txt .release-list__item__title {
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
  margin-bottom: 8px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.release-list .release-list__item .release-list__item__txt .release-list__item__data {
  color: #BDC3C4;
  font-size: 12px;
  line-height: 14px;
}

.parts-block {
  padding: 0 0 60px;
}
@media screen and (min-width: 768px) {
  .parts-block {
    padding: 0 0 80px;
  }
}
.parts-block .en-title {
  margin-bottom: 16px;
}
@media screen and (min-width: 768px) {
  .parts-block .en-title {
    margin-bottom: 20px;
  }
}

.float-ticket-btn {
  position: fixed;
  bottom: 40px;
  right: 15px;
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.2)) drop-shadow(0 3px 6px rgba(0, 0, 0, 0.1));
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .float-ticket-btn {
    bottom: 42px;
    right: 24px;
  }
}
.float-ticket-btn a img {
  width: 142px;
}
@media screen and (min-width: 768px) {
  .float-ticket-btn a img {
    width: 210px;
  }
}

/* ------------------------
  特集
------------------------ */
#article .en-title {
  justify-content: flex-start;
}
#article .article-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media screen and (min-width: 768px) {
  #article .article-list .article-list__item {
    border-width: 10px;
  }
}
#article .article-list .article-list__item a {
  display: block;
  border-top: 7px solid #222;
}
@media screen and (min-width: 768px) {
  #article .article-list .article-list__item a {
    display: flex;
    border-width: 10px;
  }
}
#article .article-list .article-list__item .article-list__thum {
  height: 35.0256410256vw;
}
@media screen and (min-width: 768px) {
  #article .article-list .article-list__item .article-list__thum {
    width: 60%;
    height: 205px;
  }
}
#article .article-list .article-list__item .article-list__thum img {
  position: relative;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50%;
  object-position: 50%;
  z-index: 1;
}
#article .article-list .article-list__item .article-list__txt {
  background: #eee;
  padding: 18px 15px 14px;
}
#article .article-list .article-list__item .article-list__txt::after {
  clear: both;
  content: "";
  display: block;
}
@media screen and (min-width: 768px) {
  #article .article-list .article-list__item .article-list__txt {
    width: 40%;
    min-width: 300px;
    padding: 18px 20px 14px;
  }
}
#article .article-list .article-list__item .article-list__txt .article-list__title {
  font-size: 16px;
  line-height: 21px;
  font-weight: 700;
  margin-bottom: 8px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  #article .article-list .article-list__item .article-list__txt .article-list__title {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 12px;
  }
}
#article .article-list .article-list__item .article-list__txt .article-list__excerpt {
  font-size: 12px;
  line-height: 18px;
  margin-bottom: 6px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  #article .article-list .article-list__item .article-list__txt .article-list__excerpt {
    font-size: 14px;
    line-height: 21px;
  }
}
#article .article-list .article-list__item .article-list__txt .article-list__arrow {
  float: right;
  display: block;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
  padding: 0 27px 0 0;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDYuMTgxIiBoZWlnaHQ9IjE2Ljg0OCI+PHBhdGggZD0iTTEwNi4xODEgMTYuODQ4SDB2LTFoMTAzLjgxOUw4OS4xMjkuNjk2bC43MTktLjdaIiBmaWxsPSIjMjIyIi8+PC9zdmc+");
  background-size: 90px 14px;
  background-position: bottom right;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  #article .article-list .article-list__item .article-list__txt .article-list__arrow {
    font-size: 14px;
    line-height: 21px;
    padding: 0 35px 0 0;
    background-size: 105px 16px;
  }
}
#article .article-feature-card {
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  #article .article-feature-card {
    margin-bottom: 60px;
  }
}
#article .article-feature-card .article-feature-card__txt {
  background: #eee;
  padding: 13px 15px 11px;
}
@media screen and (min-width: 768px) {
  #article .article-feature-card .article-feature-card__txt {
    padding: 18px 20px 16px;
  }
}
#article .article-feature-card .article-feature-card__title {
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  margin-bottom: 9px;
}
@media screen and (min-width: 768px) {
  #article .article-feature-card .article-feature-card__title {
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 12px;
  }
}
#article .article-feature-card .article-feature-card__excerpt {
  font-size: 14px;
  line-height: 21px;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  #article .article-feature-card .article-feature-card__excerpt {
    font-size: 16px;
    line-height: 24px;
  }
}
#article .article-feature-list {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin: 0 0 20px;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  #article .article-feature-list {
    gap: 30px;
    width: 100%;
    margin: 0 0 30px;
  }
}
#article .article-feature-list .slick-list {
  width: 100%;
}
#article .article-feature-list .slick-track {
  margin: 0;
}
#article .article-feature-list .article-feature-list__item {
  width: 100%;
}
@media screen and (min-width: 768px) {
  #article .article-feature-list .article-feature-list__item {
    width: calc((100% - 60px) / 3);
  }
}
#article .article-feature-list .article-feature-list__item .article-feature-list__thum {
  position: relative;
  height: 50vw;
  overflow: hidden;
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
  #article .article-feature-list .article-feature-list__item .article-feature-list__thum {
    height: 150px;
    margin-bottom: 20px;
  }
}
#article .article-feature-list .article-feature-list__item .article-feature-list__thum img {
  position: relative;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50%;
  object-position: 50%;
  z-index: 1;
}
#article .article-feature-list .article-feature-list__item .article-feature-list__thum .article-feature-list__cate {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  font-size: 12px;
  line-height: 16px;
  font-weight: 900;
  background: #E60012;
  padding: 2px 5px;
  z-index: 2;
}
#article .article-feature-list .article-feature-list__item .article-feature-list__txt {
  padding: 3px 0;
}
@media screen and (min-width: 768px) {
  #article .article-feature-list .article-feature-list__item .article-feature-list__txt {
    padding: 5px 0 5px 24px;
    border-left: 1px solid #BDC3C4;
  }
}
#article .article-feature-list .article-feature-list__item .article-feature-list__txt .article-feature-list__title {
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
  margin-bottom: 4px;
}
@media screen and (min-width: 768px) {
  #article .article-feature-list .article-feature-list__item .article-feature-list__txt .article-feature-list__title {
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 6px;
  }
}
#article .article-feature-list .article-feature-list__item .article-feature-list__txt .article-feature-list__date {
  color: #BDC3C4;
  font-size: 12px;
  line-height: 21px;
}

.article-feature-post {
  width: 100%;
  background: #eee;
  padding: 22px 20px 21px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .article-feature-post {
    padding: 34px 30px 32px;
  }
}
.article-feature-post .article-feature__title {
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .article-feature-post .article-feature__title {
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 30px;
    padding: 0 45px;
  }
}
.article-feature-post .article-feature-list {
  position: relative;
  margin: 0 0 20px;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .article-feature-post .article-feature-list {
    max-width: 100%;
    margin: 0 0 30px;
  }
}
.article-feature-post .article-feature-list .article-feature-list__item {
  margin: 0 10px;
}
@media screen and (min-width: 768px) {
  .article-feature-post .article-feature-list .article-feature-list__item {
    margin: 0 15px;
  }
}
.article-feature-post .article-feature-list .article-feature-list__item .article-feature-list__thum {
  position: relative;
  height: 50vw;
  overflow: hidden;
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
  .article-feature-post .article-feature-list .article-feature-list__item .article-feature-list__thum {
    height: 150px;
    margin-bottom: 20px;
  }
}
.article-feature-post .article-feature-list .article-feature-list__item .article-feature-list__thum img {
  position: relative;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50%;
  object-position: 50%;
  z-index: 1;
}
.article-feature-post .article-feature-list .article-feature-list__item .article-feature-list__thum .article-feature-list__cate {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  font-size: 12px;
  line-height: 16px;
  font-weight: 900;
  background: #E60012;
  padding: 2px 5px;
  z-index: 2;
}
.article-feature-post .article-feature-list .article-feature-list__item .article-feature-list__txt {
  padding: 3px 0;
}
@media screen and (min-width: 768px) {
  .article-feature-post .article-feature-list .article-feature-list__item .article-feature-list__txt {
    padding: 5px 0 5px 24px;
    border-left: 1px solid #BDC3C4;
  }
}
.article-feature-post .article-feature-list .article-feature-list__item .article-feature-list__txt .article-feature-list__title {
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
  margin-bottom: 4px;
}
@media screen and (min-width: 768px) {
  .article-feature-post .article-feature-list .article-feature-list__item .article-feature-list__txt .article-feature-list__title {
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 6px;
  }
}
.article-feature-post .article-feature-list .article-feature-list__item .article-feature-list__txt .article-feature-list__date {
  color: #BDC3C4;
  font-size: 12px;
  line-height: 21px;
}
.article-feature-post .article-feature-list .slick-arrow {
  top: calc(50% - 15px);
  width: 30px;
  height: 30px;
  border: 1px solid #222;
  border-radius: 50%;
  background: transparent;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .article-feature-post .article-feature-list .slick-arrow {
    top: -43px;
  }
}
.article-feature-post .article-feature-list .slick-arrow::before {
  content: "";
  border-bottom: 1px solid #222;
  border-right: 1px solid #222;
  display: block;
  width: 7px;
  height: 7px;
  position: absolute;
  top: calc(50% - 3px);
  transform-origin: center center;
}
.article-feature-post .article-feature-list .slick-arrow.slick-prev {
  left: -10px;
}
@media screen and (min-width: 768px) {
  .article-feature-post .article-feature-list .slick-arrow.slick-prev {
    left: 15px;
  }
}
.article-feature-post .article-feature-list .slick-arrow.slick-prev::before {
  left: calc(50% - 2px);
  transform: rotate(135deg);
}
.article-feature-post .article-feature-list .slick-arrow.slick-next {
  right: -10px;
}
@media screen and (min-width: 768px) {
  .article-feature-post .article-feature-list .slick-arrow.slick-next {
    right: 15px;
  }
}
.article-feature-post .article-feature-list .slick-arrow.slick-next::before {
  right: calc(50% - 2px);
  transform: rotate(-45deg);
}
.article-feature-post .article-feature-list .slick-arrow:before {
  content: "" !important;
}

/* ------------------------
  トピックス
------------------------ */
@media screen and (max-width: 767px) {
  #topic .topics-block__title .topics-block__title__image {
    margin: 0 0 5px;
    width: 236px;
  }
}
@media screen and (max-width: 767px) {
  #topic .topics-block__title .topics-block__title__bottom {
    justify-content: flex-start;
  }
}
@media screen and (max-width: 767px) {
  #topic .topics-block__title .topics-block__title__name {
    font-size: 3.8rem;
  }
}
@media screen and (max-width: 767px) {
  #topic .topics-block__title .skew-box-text > div {
    font-size: 1.6rem;
    padding: 3px 10px;
  }
}

.page-topics-block .page-topics-block__list {
  margin-bottom: 50px;
}
@media screen and (min-width: 1025px) {
  .page-topics-block .page-topics-block__list .archive-list {
    gap: 25px;
  }
}
@media screen and (min-width: 768px) {
  .page-topics-block .page-topics-block__list .archive-list .archive-list__thum {
    max-width: 130px;
    width: 9.7305389222vw;
  }
}
@media screen and (min-width: 1025px) {
  .page-topics-block .page-topics-block__list .archive-list > li {
    gap: 10px;
    width: calc(50% - 13px);
  }
}
@media screen and (min-width: 768px) {
  .page-topics-block .page-topics-block__list .archive-list .archive-info .archive-info__status {
    font-size: 1.2rem;
  }
}

.post-block {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Noto Sans", "Helvetica Neue", "Helvetica", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
}
.post-block .post-block__title {
  border-bottom: 2px solid #222;
  font-size: 2.2rem;
  line-height: 1.2;
  margin-bottom: 1.5rem;
  padding-bottom: 1em;
}
@media screen and (min-width: 768px) {
  .post-block .post-block__title {
    font-size: 3.6rem;
  }
}
.post-block .post-block__status {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  font-size: 1.5rem;
  justify-content: space-between;
  gap: 0.5em 2em;
}
.post-block .post-block__status .post-block__status__top {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5em 1.5em;
}
.post-block .post-block__status .post-block__cate {
  background-color: #EDEDED;
  display: inline-block;
  padding: 3px 10px;
  font-size: 1.3rem;
  font-weight: 600;
}
.post-block .post-block__status .post-block__tag-list {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .post-block .post-block__status .post-block__tag-list {
    font-size: 1.3rem;
  }
}
.post-block .post-block__status .post-block__tag-list a:hover {
  text-decoration: underline;
}
.post-block .post-block__top {
  margin-bottom: 2em;
}
@media screen and (min-width: 768px) {
  .post-block .post-block__top {
    margin-bottom: 3em;
  }
}
.post-block .post-block__date {
  color: #999;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .post-block .post-block__date {
    font-size: 1.2rem;
  }
}
.post-block .summary-block {
  margin-top: 3em;
  padding: 1em 2em;
}
.post-block .summary-block p {
  padding-top: 0;
}
.post-block .summary-block h3 + p {
  padding-top: 2em;
}
.post-block .book-info-block {
  margin-top: 2em;
  padding: 1.5em;
}
@media screen and (min-width: 768px) {
  .post-block .book-info-block {
    padding: 2em;
  }
}
.post-block .book-info-block a {
  color: #fff;
  text-decoration: none;
}
.post-block .youtube-block {
  margin: 4em auto 0;
  max-width: 820px;
}
.post-block .skew-title-info-block {
  margin-top: 4em;
}
.post-block .release-appeal-block {
  margin-top: 1em;
}
.post-block .release-appeal-block .skew-box-text {
  color: #fff;
  left: calc(100% - 4.8em);
  bottom: 9px;
  padding: 0;
}
.post-block .release-appeal-block .skew-box-text > div {
  padding: 5px 18px;
}
.post-block .release-appeal-block .side-thum-card-block .side-thum-card-block__title {
  margin-top: 0;
}
.post-block .release-appeal-block .side-thum-card-block__content p {
  padding-top: 0;
}
.post-block .release-appeal-block .release-title .release-title__en {
  line-height: 1.5;
}
.post-block .skew-title-info-block .skew-box-text--02 > div {
  transform: skew(15deg) translate(-7px, 0);
}
.post-block .skew-title-info-block .skew-title-info-block__title {
  border-left: 0;
  margin-top: 0;
  line-height: 1.5;
  padding: 0;
}
.post-block .skew-title-info-block .side-thum-card-block__list {
  padding-left: 0;
}
.post-block .skew-title-info-block .side-thum-card-block__title {
  margin-top: 0;
}
.post-block .skew-title-info-block .side-thum-card-block__maker {
  padding-top: 0;
}
.post-block .tag-list-block {
  margin: 2em auto 0;
  max-width: 820px;
}
.post-block .tag-list-block .tag-list-block__title {
  padding: 0 0 10px;
  margin: 0;
  border-left: 0;
}
.post-block .tag-list-block .tag-list {
  list-style: none;
  padding-left: 0;
  margin: 1em 0 0;
}
.post-block .tag-list-block .tag-list a {
  color: initial;
  text-decoration: none;
}
.post-block .tag-list-block .tag-list a:hover {
  text-decoration: underline;
}
.post-block .group-info-block {
  margin: 4em auto 0;
  max-width: 820px;
}
.post-block .group-info-block .group-info-block__title {
  margin-top: 0;
  border-left: 0;
}
.post-block .group-info-block .group-info-block__btn .btn-circle-arrow {
  color: #fff;
  text-decoration: none;
}
.post-block .group-info-block .group-info-block__list {
  padding-left: 0;
  list-style: none;
}
.post-block .group-info-block .group-info-block__list > li .body a {
  color: initial;
}

.post-block__section {
  margin-top: 5em;
}
@media screen and (min-width: 1025px) {
  .post-block__section .archive-list {
    gap: 30px;
  }
}
@media screen and (min-width: 1025px) {
  .post-block__section .archive-list > li {
    width: calc(50% - 16px);
  }
}
.post-block__section .post-block__section__btn {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .post-block__section .post-block__section__btn {
    margin-top: 50px;
  }
}
.post-block__section.post-block__section--bg-gradation {
  background: #fff;
  background: linear-gradient(to right bottom, #939393 0%, #acacac 0%, #f4f4f4 100%);
  padding: 40px 15px;
}
@media screen and (max-width: 767px) {
  .post-block__section.post-block__section--bg-gradation {
    margin: 5em -15px 0;
  }
}
@media screen and (min-width: 768px) {
  .post-block__section.post-block__section--bg-gradation {
    padding: 80px 30px;
  }
}

/* ------------------------
  車両検索
------------------------ */
.cars-page + .register-block {
  margin-top: 0;
}

.cars-search-block .cars-search-block__section + .cars-search-block__section {
  margin-top: 2.5em;
}
@media screen and (min-width: 768px) {
  .cars-search-block .cars-search-block__section + .cars-search-block__section {
    margin-top: 3em;
  }
}
.cars-search-block .cars-search-block__section .border-left-title {
  margin-bottom: 1em;
}
@media screen and (min-width: 768px) {
  .cars-search-block .search-block {
    max-width: 465px;
  }
}
.cars-search-block .cars-search-block__new-cars {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media screen and (min-width: 768px) {
  .cars-search-block .cars-search-block__new-cars {
    flex-direction: row;
    gap: 50px 20px;
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 768px) {
  .cars-search-block .cars-search-block__new-cars .card-post-item {
    width: calc(33.333% - 14px);
  }
}
.cars-search-block .pager {
  margin-top: 3em;
}
.cars-search-block .cars-search-block__btn {
  display: flex;
  justify-content: center;
  margin-top: 3em;
}
.cars-search-block .cars-search-block__release {
  background: linear-gradient(to right bottom, #939393 0%, #acacac 0%, #f4f4f4 100%);
  padding: 30px 20px 40px;
}
@media screen and (max-width: 767px) {
  .cars-search-block .cars-search-block__release {
    margin: 0 -15px;
  }
}
@media screen and (min-width: 768px) {
  .cars-search-block .cars-search-block__release {
    padding: 60px 30px;
  }
}
@media screen and (min-width: 1025px) {
  .cars-search-block .cars-search-block__release {
    padding: 60px 50px;
  }
}
@media screen and (max-width: 767px) {
  .cars-search-block .cars-search-block__release .has-en-title .has-en-title__en {
    font-size: 6rem;
  }
}
@media screen and (max-width: 1024px) {
  .cars-search-block .cars-search-block__release .has-en-title .has-en-title__en {
    font-size: 6rem;
  }
}
@media screen and (min-width: 1025px) {
  .cars-search-block .cars-search-block__release .cars-search-block__release__list .archive-list {
    gap: 20px;
  }
}
@media screen and (min-width: 768px) {
  .cars-search-block .cars-search-block__release .cars-search-block__release__list .archive-list .archive-list__thum {
    width: 120px;
  }
}
@media screen and (min-width: 1367px) {
  .cars-search-block .cars-search-block__release .cars-search-block__release__list .archive-list .archive-list__thum {
    width: 150px;
  }
}
@media screen and (min-width: 1025px) {
  .cars-search-block .cars-search-block__release .cars-search-block__release__list .archive-list > li {
    gap: 10px;
    width: calc(50% - 10px);
  }
}
.cars-search-block .cars-search-block__release.cars-search-block__release--dark {
  background: linear-gradient(to right bottom, #000 0%, #454545 100%);
}
.cars-search-block .cars-search-block__release.cars-search-block__release--dark .has-en-title .has-en-title__en {
  color: #4A4A4A;
}
.cars-search-block .cars-search-block__release.cars-search-block__release--dark .skew-box-text {
  background-color: #fff;
  color: #000;
}
.cars-search-block .cars-search-block__release.cars-search-block__release--dark .skew-box-text::before, .cars-search-block .cars-search-block__release.cars-search-block__release--dark .skew-box-text::after {
  background-color: #fff;
}
.cars-search-block .cars-search-block__release.cars-search-block__release--dark .archive-list {
  color: #fff;
}
@media screen and (min-width: 1025px) {
  .cars-search-block .cars-search-block__topics .archive-list {
    gap: 30px 20px;
  }
}
@media screen and (min-width: 768px) {
  .cars-search-block .cars-search-block__topics .archive-list .archive-list__thum {
    width: 120px;
  }
}
@media screen and (min-width: 1367px) {
  .cars-search-block .cars-search-block__topics .archive-list .archive-list__thum {
    width: 150px;
  }
}
@media screen and (min-width: 1025px) {
  .cars-search-block .cars-search-block__topics .archive-list > li {
    gap: 10px;
    width: calc(50% - 10px);
  }
}
.cars-search-block .cars-search-block__result .cars-search-block__result__title {
  background-color: #EDEDED;
  display: flex;
  font-size: 1.3rem;
  font-weight: 700;
  gap: 5px 20px;
  margin-bottom: 2em;
  padding: 5px 15px;
}
@media screen and (min-width: 768px) {
  .cars-search-block .cars-search-block__result .cars-search-block__result__title {
    font-size: 1.5rem;
    gap: 10px 47px;
    padding: 5px 20px;
  }
}
.cars-search-block .cars-search-block__result .cars-search-block__result__title .fs-m {
  font-size: 1.1rem;
}
@media screen and (min-width: 768px) {
  .cars-search-block .cars-search-block__result .cars-search-block__result__title .fs-m {
    font-size: 1.3rem;
  }
}
.cars-search-block .cars-search-block__result .cars-search-block__result__title.is-dark {
  color: #222;
}

.car-detail-block {
  width: 100%;
}
.car-detail-block .car-detail-block__status {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
}
@media screen and (min-width: 768px) {
  .car-detail-block .car-detail-block__status {
    gap: 15px 40px;
  }
}
.car-detail-block .car-detail-block__info {
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .car-detail-block .car-detail-block__info {
    margin-bottom: 40px;
  }
}
.car-detail-block .car-detail-block__top {
  border-bottom: 1px solid #fff;
  margin-bottom: 15px;
}
.car-detail-block .car-detail-block__top .car-detail-block__top__cat {
  margin-bottom: 10px;
}
.car-detail-block .car-detail-block__top .car-detail-block__top__title {
  color: #fff;
  font-size: 2rem;
  line-height: 1.5;
  padding-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .car-detail-block .car-detail-block__top .car-detail-block__top__title {
    font-size: 2.5rem;
  }
}
.car-detail-block .car-detail-block__section + .car-detail-block__section {
  margin-top: 3em;
}
@media screen and (min-width: 768px) {
  .car-detail-block .car-detail-block__section + .car-detail-block__section {
    margin-top: 4em;
  }
}
.car-detail-block .car-detail-block__content {
  margin-top: 2.5em;
}
@media screen and (min-width: 768px) {
  .car-detail-block .car-detail-block__content {
    margin-top: 3em;
  }
}
.car-detail-block .car-detail-block__content .raound-box-list > li > a {
  border-color: #fff;
}

.car-detail-block__youtube {
  aspect-ratio: 16/9;
}
@media screen and (min-width: 768px) {
  .car-detail-block__youtube {
    margin: 0 auto;
    max-width: 800px;
    width: 59.880239521vw;
  }
}
.car-detail-block__youtube iframe {
  height: 100%;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .car-detail-block__slide {
    margin: 0 auto;
    max-width: 800px;
    width: 59.880239521vw;
  }
}
.car-detail-block__slide .car-detail-block__slide__top {
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .car-detail-block__slide .car-detail-block__slide__top {
    aspect-ratio: 40/27;
  }
}
@media screen and (min-width: 768px) {
  .car-detail-block__slide .car-detail-block__slide__top {
    height: 40.4191616766vw;
    max-height: 540px;
  }
}
.car-detail-block__slide .car-detail-block__slide__top .slick-prev, .car-detail-block__slide .car-detail-block__slide__top .slick-next {
  height: 20px;
  width: 20px;
}
@media screen and (min-width: 768px) {
  .car-detail-block__slide .car-detail-block__slide__top .slick-prev, .car-detail-block__slide .car-detail-block__slide__top .slick-next {
    height: 28px;
    width: 28px;
  }
}
.car-detail-block__slide .car-detail-block__slide__top .slick-prev {
  left: 10px;
  background: url(../images/common/slide-arrow-prev.svg) 0 0/100% 100% no-repeat;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .car-detail-block__slide .car-detail-block__slide__top .slick-prev {
    left: 20px;
  }
}
.car-detail-block__slide .car-detail-block__slide__top .slick-prev::before {
  content: "";
}
.car-detail-block__slide .car-detail-block__slide__top .slick-next {
  right: 10px;
  background: url(../images/common/slide-arrow-next.svg) 0 0/100% 100% no-repeat;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .car-detail-block__slide .car-detail-block__slide__top .slick-next {
    right: 20px;
  }
}
.car-detail-block__slide .car-detail-block__slide__top .slick-next::before {
  content: "";
}
.car-detail-block__slide .car-detail-block__slide__top .slick-list,
.car-detail-block__slide .car-detail-block__slide__top .slick-track,
.car-detail-block__slide .car-detail-block__slide__top .slick-slide {
  height: 100%;
}
.car-detail-block__slide .car-detail-block__slide__top img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}
@media screen and (max-width: 767px) {
  .car-detail-block__slide .car-detail-block__slide__top img {
    aspect-ratio: 40/27;
  }
}
@media screen and (min-width: 768px) {
  .car-detail-block__slide .car-detail-block__slide__top img {
    height: 40.4191616766vw;
    max-height: 540px;
  }
}
.car-detail-block__slide .car-detail-block__slide__top__caption {
  font-size: 0.9em;
  line-height: 1.5;
  margin-top: 10px;
}
.car-detail-block__slide .car-detail-block__slide__thumbnail {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.car-detail-block__slide .car-detail-block__slide__thumbnail > div {
  aspect-ratio: 3/2;
  cursor: pointer;
  opacity: 0.75;
  width: calc(20% - 8px);
}
.car-detail-block__slide .car-detail-block__slide__thumbnail > div img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
.car-detail-block__slide .car-detail-block__slide__thumbnail > div.is-current {
  opacity: 1;
}

@media screen and (min-width: 1025px) {
  .car-connection-list .archive-list {
    gap: 30px 20px;
  }
}

/* ------------------------
  企業検索
------------------------ */
.exhibitors-detail .post-detail-block__section {
  margin-bottom: 3em;
}
@media screen and (min-width: 768px) {
  .exhibitors-detail .post-detail-block__section {
    margin-bottom: 5em;
  }
}
.akasatana-list {
  display: flex;
  flex-wrap: wrap;
}
.akasatana-list > li {
  padding: 1px;
}
@media screen and (max-width: 1024px) {
  .akasatana-list > li {
    width: 25%;
  }
}
@media screen and (min-width: 1025px) {
  .akasatana-list > li {
    width: 20%;
  }
}
.akasatana-list > li > a {
  background-color: #F7F7F7;
  display: block;
  font-weight: 600;
  padding: 10px 17px;
  text-align: center;
}
.akasatana-list > li > a.is-current, .akasatana-list > li > a:hover {
  background-color: #B42931;
  color: #fff;
}

.pick-up-list {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .pick-up-list {
    gap: 0.3em;
  }
}
.pick-up-list > li {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .pick-up-list > li {
    width: 50%;
  }
}
.pick-up-list > li > a {
  border-bottom: 1px solid #222;
  font-weight: 600;
}
.pick-up-list > li > a:hover {
  text-decoration: none;
}

.company-link-list {
  background-color: #F7F7F7;
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
  padding: 15px;
}
@media screen and (min-width: 768px) {
  .company-link-list {
    padding: 20px 30px;
  }
}
.company-link-list a {
  text-decoration: underline;
}
.company-link-list a:hover {
  text-decoration: none;
}

/* ------------------------
  商品検索
------------------------ */
.products-search {
  margin-bottom: 30px;
}
.products-search .products-search__title {
  border-bottom: 1px solid #222;
  font-size: 1.8rem;
  margin-bottom: 1em;
}
@media screen and (min-width: 768px) {
  .products-search .products-search__title {
    font-size: 2rem;
  }
}
.products-search .products-search__top {
  background-color: #EDEDED;
  margin-bottom: 38px;
  padding: 30px;
}
.products-search .products-search__top .products-search_top__select {
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .products-search .products-search__top .products-search_top__select {
    display: flex;
    margin-bottom: 30px;
    gap: 53px;
    width: 100%;
  }
}
.products-search .products-search__top .products-search_top__select .products-search__select {
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 5px;
  font-size: 1.4rem;
  overflow: hidden;
  padding: 2px;
  position: relative;
  text-align: center;
  width: 100%;
}
@media screen and (min-width: 1025px) {
  .products-search .products-search__top .products-search_top__select .products-search__select:nth-child(2) {
    max-width: 165px;
  }
}
.products-search .products-search__top .products-search_top__select .products-search__select::after {
  border-style: solid;
  border-width: 6px 5px 0 5px;
  border-color: #111 transparent transparent transparent;
  content: "";
  display: block;
  height: 0;
  pointer-events: none;
  position: absolute;
  right: 17px;
  transform: translate(0, -50%);
  top: 50%;
  width: 0;
}
.products-search .products-search__top .products-search_top__select .products-search__select select {
  border: 0;
  padding: 10px 17px;
  text-align: center;
  width: 100%;
}
@media screen and (min-width: 1025px) {
  .products-search .products-search__top .products-search_top__select .products-search__select select {
    padding: 5px 17px;
  }
}
@media screen and (min-width: 768px) {
  .products-search .products-search__top .products-search__top__item {
    width: calc(50% - 27px);
  }
}
@media screen and (max-width: 1024px) {
  .products-search .products-search__top .products-search__top__item + .products-search__top__item {
    margin-top: 30px;
  }
}
.products-search .products-search__top .products-search_top__inr {
  display: flex;
  gap: 11px;
  flex-direction: column;
}
@media screen and (min-width: 1025px) {
  .products-search .products-search__top .products-search_top__inr {
    flex-direction: row;
  }
}
.products-search .products-search__top .btn-circle-arrow {
  display: block;
  font-size: 1.4rem;
  margin: 0 auto;
  padding: 10px;
  width: 294px;
}
.products-search .products-search__top .btn-circle-arrow::before, .products-search .products-search__top .btn-circle-arrow::after {
  border-width: 1px;
}
.products-search .products-search__top .btn-circle-arrow::before {
  height: 5px;
  margin-top: -1px;
  right: 21px;
  width: 5px;
}
.products-search .products-search__top .btn-circle-arrow::after {
  height: 18px;
  right: 15px;
  width: 18px;
}
.products-search .products-search__bottom {
  align-items: center;
  background-color: #EDEDED;
  display: flex;
  justify-content: space-between;
  gap: 50px;
  padding: 20px;
}
@media screen and (max-width: 1024px) {
  .products-search .products-search__bottom {
    display: block;
  }
}
.products-search .products-search__bottom .products-search__bottom__head {
  align-items: center;
  display: flex;
  font-weight: 600;
  gap: 3em;
}
@media screen and (max-width: 1024px) {
  .products-search .products-search__bottom .products-search__bottom__head {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 768px) {
  .products-search .products-search__bottom .search-block .search-block__inr {
    width: 320px;
  }
}
.products-search .products-search__bottom .search-block .search-block__inr .search-block__text {
  font-size: 1.6rem;
}
@media screen and (max-width: 1024px) {
  .products-search .products-search__bottom .search-block .search-block__inr .search-block__text {
    font-size: 1.4rem;
  }
}

@media screen and (min-width: 1025px) {
  .products-search-result .l-col3-archive {
    gap: 30px 16px;
  }
}

.tag-head {
  margin-bottom: 50px;
}
@media screen and (min-width: 768px) {
  .tag-head {
    margin-bottom: 60px;
  }
}
.tag-head .tag-head__top {
  border-bottom: 1px solid #000;
  font-size: 2.4rem;
  line-height: 1.5;
  padding-bottom: 0.3em;
}
@media screen and (min-width: 768px) {
  .tag-head .tag-head__top {
    font-size: 3rem;
  }
}
.tag-head .tag-head__bottom {
  margin-top: 1em;
}

.tag-cat-btns {
  display: flex;
  gap: 1em;
  flex-wrap: wrap;
}
.tag-cat-btns > li {
  width: calc(50% - 0.5em);
}
@media screen and (min-width: 1025px) {
  .tag-cat-btns > li {
    width: calc(33.333% - 0.7em);
  }
}
.tag-cat-btns > li .btn-circle-arrow {
  font-weight: 600;
}

.step-list {
  display: flex;
  justify-content: center;
  margin-bottom: 50px;
}
.step-list .step-list__item {
  font-size: 1.1rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .step-list .step-list__item {
    font-size: 1.2rem;
    opacity: 0.5;
    width: 95px;
  }
}
.step-list .step-list__item.is-current {
  opacity: 1;
}
.step-list .step-list__item.is-current + .arrow {
  opacity: 1;
}
.step-list .arrow {
  height: 13px;
  width: 100%;
  margin-top: 40px;
  max-width: 90px;
  opacity: 0.5;
  position: relative;
}
@media screen and (min-width: 768px) {
  .step-list .arrow {
    margin-top: 45px;
    max-width: 120px;
  }
}
.step-list .arrow::before {
  content: "";
  background-color: #000;
  display: block;
  left: 0;
  top: 50%;
  height: 1px;
  position: absolute;
  width: 100%;
}
.step-list .arrow::after {
  content: "";
  display: block;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 13px;
  border-color: transparent transparent transparent #000;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  width: 0;
}
.step-list .step-list__num {
  align-items: center;
  border: 3px solid #000;
  border-radius: 50%;
  display: flex;
  font-size: 4rem;
  height: 90px;
  justify-content: center;
  position: relative;
  width: 90px;
}
@media screen and (min-width: 768px) {
  .step-list .step-list__num {
    font-size: 6rem;
    height: 95px;
    width: 95px;
  }
}
.step-list .step-list__word {
  display: block;
  padding-top: 1em;
}

.register-top {
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .register-top {
    margin-bottom: 48px;
  }
}
.register-top .register-top__title {
  color: #91030A;
  margin-bottom: 10px;
}
.register-top .register-top__word > span {
  font-size: 1.15em;
}

.form-label {
  background-color: #848484;
  color: #fff;
  display: inline-block;
  font-size: 1.3rem;
  line-height: 1;
  margin-left: 1em;
  padding: 5px 7px;
}
.form-label.is--red {
  background-color: #91030A;
}

@media screen and (min-width: 768px) {
  .register-form {
    margin: 0 auto;
    max-width: 740px;
  }
}
.register-form .register-form__sectoin + .register-form__sectoin {
  margin-top: 30px;
}
.register-form .register-form__title {
  line-height: 1.3;
  margin-bottom: 15px;
}
.register-form .register-form__title label {
  font-size: 1.8rem;
}
.register-form .register-form__title p {
  font-size: 1.3rem;
  line-height: 1.2;
  margin-top: 5px;
}
.register-form .register-form__link a {
  text-decoration: underline;
}
.register-form .register-form__link a:hover {
  text-decoration: none;
}
.register-form .register-form__input select, .register-form .register-form__input input, .register-form .register-form__input textarea {
  background-color: #F4F4F4;
  border: 0;
  padding: 10px 40px 10px 20px;
  width: 100%;
}
.register-form .register-form__input textarea {
  height: 150px;
}
.register-form .register-form__input .select-item {
  position: relative;
}
.register-form .register-form__input .select-item::after {
  content: "";
  pointer-events: none;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translate(0, -50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 6.5px 0 6.5px;
  border-color: #555 transparent transparent transparent;
}
.register-form .register-form__input .address-input > div:nth-child(1) {
  max-width: 260px;
}
.register-form .register-form__input .address-input > div + div {
  margin-top: 10px;
}
.register-form .register-form__input .register-form__input__attention {
  color: #91030A;
}
.register-form .register-form__privacy {
  align-items: center;
  display: flex;
  gap: 1em;
  justify-content: center;
  line-height: 1.2;
  margin-top: 50px;
}
.register-form .register-form__privacy input {
  height: 20px;
  width: 20px;
  vertical-align: middle;
}
.register-form .register-form__privacy__bottom {
  color: #91030A;
  text-align: center;
  margin-top: 1em;
}

.register-form__submit {
  display: flex;
  flex-direction: column;
  gap: 20px;
  justify-content: center;
  margin-top: 30px;
  text-align: center;
}
.register-form__submit .submit-btn {
  background-color: #000;
  color: #fff;
  font-size: 2.2rem;
  padding: 12px 16px;
  margin: 0 auto;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .register-form__submit .submit-btn {
    min-width: 400px;
  }
}
.register-form__submit .is--gray .submit-btn {
  background-color: #848484;
}

.form-complete {
  text-align: center;
}
.form-complete .title {
  font-size: 1.125em;
}
.form-complete p {
  margin-top: 1em;
}

.login-btns {
  display: flex;
  flex-direction: column;
  margin-top: 50px;
  text-align: center;
}
.login-btns > div + div {
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .login-btns > div + div {
    margin-top: 60px;
  }
}
.login-btns .btn-circle-arrow {
  min-width: 100%;
}
@media screen and (min-width: 768px) {
  .login-btns .btn-circle-arrow {
    font-size: 1.8rem;
    min-width: 380px;
  }
}
.login-btns .attention {
  color: #91030A;
  text-align: center;
  margin-bottom: 1em;
}

.login-text-box {
  margin-top: 70px;
}
.login-text-box .login-text-box__title {
  font-size: 1.8rem;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .login-text-box .login-text-box__title {
    font-size: 1.6rem;
  }
}
.login-text-box .inner {
  background-color: #EDEDED;
  padding: 20px 30px;
}
@media screen and (min-width: 768px) {
  .login-text-box .inner {
    padding: 20px 15px;
  }
}

.news-section + .search-content-head__form {
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .news-section + .search-content-head__form {
    margin-top: 60px;
  }
}
.news-section + .news-section {
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .news-section + .news-section {
    margin-top: 60px;
  }
}

.slide-btns .slide-btns__items {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  max-height: 10em;
  overflow: hidden;
  position: relative;
  transition: all 0.7s;
}
@media screen and (min-width: 768px) {
  .slide-btns .slide-btns__items {
    max-height: 6em;
  }
}
.slide-btns .slide-btns__items::after {
  background: rgb(255, 255, 255);
  background: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
  bottom: 0;
  content: "";
  display: block;
  height: 1.5em;
  left: 0;
  position: absolute;
  width: 100%;
}
.slide-btns .slide-btns__items.is-open {
  height: auto;
  max-height: initial;
}
.slide-btns .slide-btns__items.is-open::after {
  display: none;
}
.slide-btns .slide-btns__items > div > a {
  border: 1px solid #999;
  border-radius: 5px;
  display: block;
  padding: 0 10px;
}
.slide-btns .slide-btns__items > div > a:hover {
  color: #fff;
  background-color: #999;
}
.slide-btns .slide-btns__items > div > a.is-current {
  color: #fff;
  background-color: #999;
}
.slide-btns .slide-btns__items.slide-btns__items--dark::after {
  background: rgb(27, 27, 27);
  background: linear-gradient(0deg, rgb(27, 27, 27) 0%, rgba(27, 27, 27, 0) 100%);
}
.slide-btns .slide-btns__trg {
  padding-top: 20px;
  text-align: center;
}
.slide-btns .slide-btns__trg::after {
  border-bottom: 2px solid #000;
  border-right: 2px solid #000;
  content: "";
  display: block;
  height: 25px;
  margin: -10px auto 0;
  transform: rotate(45deg);
  width: 25px;
}
.slide-btns .slide-btns__trg.slide-btns__trg--lite::after {
  border-color: #fff;
}

.privacy-policy-content p + p {
  margin-top: 1.5em;
}
.privacy-policy-content a {
  text-decoration: underline;
}
.privacy-policy-content a:hover {
  text-decoration: none;
}

.terms-block ol.term-list_first {
  padding-bottom: 1em;
}
.terms-block ol.term-list_first > li {
  margin: 30px 0;
}
.terms-block ol.term-list_second {
  padding-bottom: 1em;
}
.terms-block ol.term-list_second > li {
  padding-left: 25px;
}
.terms-block ol.term-list_third {
  padding-bottom: 1em;
}
.terms-block ol.term-list_third > li {
  padding-left: 25px;
}
.terms-block .term_index {
  font-size: 1.2em;
  margin-bottom: 0.5em;
}
.terms-block .update-date {
  text-align: right;
}

/* ------------------------
  カスタムカーコンテスト
------------------------ */
.page-contest-block {
  padding: 20px 0 0;
}
@media screen and (min-width: 768px) {
  .page-contest-block {
    padding: 40px 0 0;
  }
}
.page-contest-block .banner-block {
  width: 100%;
}
.page-contest-block .info-section {
  margin: 48px 0 60px;
}
@media screen and (min-width: 768px) {
  .page-contest-block .info-section {
    margin: 96px 0 120px;
  }
}
.page-contest-block .info-section .en-title {
  flex-direction: column;
}
.page-contest-block .info-section .en-title + .info-txt {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .page-contest-block .info-section .en-title + .info-txt {
    margin-top: 40px;
  }
}
.page-contest-block .info-section .en-title .en-title__en {
  font-size: 20px;
  line-height: 27px;
  letter-spacing: 0.025em;
}
@media screen and (min-width: 768px) {
  .page-contest-block .info-section .en-title .en-title__en {
    font-size: 34px;
    line-height: 52px;
  }
}
.page-contest-block .info-section .en-title .en-title__jp {
  margin: 12px 0 0 0;
}
.page-contest-block .info-section .info-txt {
  font-size: 15px;
  line-height: 25px;
  letter-spacing: 0.05em;
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .page-contest-block .info-section .info-txt {
    font-size: 17px;
    line-height: 32px;
    letter-spacing: 0.1em;
  }
}
.page-contest-block .info-section .info-notice {
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.05em;
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .page-contest-block .info-section .info-notice {
    font-size: 13px;
    line-height: 21px;
    letter-spacing: 0.1em;
  }
}
.page-contest-block .register-section .register-block {
  margin-top: 0;
  padding: 40px 0 35px;
}
@media screen and (min-width: 768px) {
  .page-contest-block .register-section .register-block {
    margin-top: 0;
    padding: 80px 0 70px;
  }
}
.page-contest-block .register-section .register-txt {
  font-size: 15px;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 0.015em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .page-contest-block .register-section .register-txt {
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.03em;
  }
}
.page-contest-block .register-section .register-block__entry {
  margin: 14px 0 0;
}
@media screen and (min-width: 768px) {
  .page-contest-block .register-section .register-block__entry {
    margin: 27px 0 0;
  }
}
.page-contest-block .dept-section {
  background: linear-gradient(to bottom, #000, #454545);
  padding: 40px 0;
}
@media screen and (min-width: 768px) {
  .page-contest-block .dept-section {
    padding: 80px 0;
  }
}
.page-contest-block .dept-section:has(+ .dept-anchors) {
  padding: 40px 0 20px;
}
@media screen and (min-width: 768px) {
  .page-contest-block .dept-section:has(+ .dept-anchors) {
    padding: 80px 0 40px;
  }
}
.page-contest-block .dept-section * {
  color: #fff;
}
.page-contest-block .dept-section .dept-head .dept-title {
  display: flex;
  justify-content: center;
}
.page-contest-block .dept-section .dept-head .dept-title div {
  position: relative;
  padding: 8px 28px;
  background: #fff;
  transform: skew(-15deg);
  margin-right: 24px;
}
@media screen and (min-width: 768px) {
  .page-contest-block .dept-section .dept-head .dept-title div {
    width: 370px;
    margin-right: 28px;
  }
}
.page-contest-block .dept-section .dept-head .dept-title div::before, .page-contest-block .dept-section .dept-head .dept-title div::after {
  background-color: #fff;
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  width: 8px;
}
@media screen and (min-width: 768px) {
  .page-contest-block .dept-section .dept-head .dept-title div::before, .page-contest-block .dept-section .dept-head .dept-title div::after {
    width: 10px;
  }
}
.page-contest-block .dept-section .dept-head .dept-title div::before {
  right: -12px;
}
@media screen and (min-width: 768px) {
  .page-contest-block .dept-section .dept-head .dept-title div::before {
    right: -14px;
  }
}
.page-contest-block .dept-section .dept-head .dept-title div::after {
  right: -24px;
}
@media screen and (min-width: 768px) {
  .page-contest-block .dept-section .dept-head .dept-title div::after {
    right: -28px;
  }
}
.page-contest-block .dept-section .dept-head .dept-title div span {
  display: block;
  transform: skew(15deg);
  color: #222;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.015em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .page-contest-block .dept-section .dept-head .dept-title div span {
    font-size: 25px;
    letter-spacing: 0.03em;
  }
}
.page-contest-block .dept-section .dept-head .dept-info {
  font-size: 15px;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 0.015em;
  text-align: center;
  margin-top: 12px;
}
@media screen and (min-width: 768px) {
  .page-contest-block .dept-section .dept-head .dept-info {
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.03em;
    margin-top: 16px;
  }
}
.page-contest-block .dept-section .dept-list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 25px;
  gap: 30px 15px;
}
@media screen and (min-width: 768px) {
  .page-contest-block .dept-section .dept-list {
    margin-top: 50px;
    gap: 60px 30px;
  }
}
.page-contest-block .dept-section .dept-list .dept-list__item {
  width: calc((100% - 15px) / 2);
}
@media screen and (min-width: 768px) {
  .page-contest-block .dept-section .dept-list .dept-list__item {
    width: calc((100% - 90px) / 4);
  }
}
.page-contest-block .dept-section .dept-list .dept-list__item a {
  display: block;
}
.page-contest-block .dept-section .dept-list .dept-list__item .dept-list__item__img {
  width: 100%;
}
.page-contest-block .dept-section .dept-list .dept-list__item .dept-list__item__img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50%;
  object-position: 50%;
}
.page-contest-block .dept-section .dept-list .dept-list__item .dept-list__item__title {
  font-size: 15px;
  font-weight: 700;
  line-height: 20px;
  text-align: center;
  margin-top: 9px;
}
@media screen and (min-width: 768px) {
  .page-contest-block .dept-section .dept-list .dept-list__item .dept-list__item__title {
    font-size: 18px;
    line-height: 24px;
    margin-top: 12px;
  }
}
.page-contest-block .dept-anchors-fiexd {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.2));
  pointer-events: none;
  z-index: 100;
  transform: translateY(100%);
  transition: 0.5s ease transform;
}
.page-contest-block .dept-anchors-fiexd.is-active {
  transform: translateY(0%);
}
.page-contest-block .dept-anchors-fiexd .dept-anchors-fiexd__switch {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 21px;
  line-height: 1;
  font-weight: 700;
  background: #910000;
  width: 100%;
  height: 60px;
  pointer-events: auto;
}
.page-contest-block .dept-anchors-fiexd .dept-anchors-fiexd__switch::after {
  content: "";
  display: block;
  position: relative;
  width: 0.75em;
  height: 0.75em;
  background: #fff;
  margin-left: 0.5em;
  -webkit-clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
}
.page-contest-block .dept-anchors-fiexd .dept-anchors-fiexd__switch.is-active::after {
  -webkit-clip-path: polygon(20% 0%, 0% 20%, 30% 50%, 0% 80%, 20% 100%, 50% 70%, 80% 100%, 100% 80%, 70% 50%, 100% 20%, 80% 0%, 50% 30%);
  clip-path: polygon(20% 0%, 0% 20%, 30% 50%, 0% 80%, 20% 100%, 50% 70%, 80% 100%, 100% 80%, 70% 50%, 100% 20%, 80% 0%, 50% 30%);
}
.page-contest-block .dept-anchors {
  margin-top: 45px;
}
@media screen and (min-width: 768px) {
  .page-contest-block .dept-anchors {
    margin-top: 90px;
  }
}
.page-contest-block .dept-anchors.dept-anchors--fixed {
  width: 100%;
  margin: 0;
  padding: 1.8rem 0;
  background: #fff;
  -webkit-clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0% 100%);
  clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0% 100%);
  transition: 0.3s ease clip-path;
  pointer-events: auto;
}
.page-contest-block .dept-anchors.dept-anchors--fixed.is-active {
  -webkit-clip-path: polygon(0 100%, 100% 100%, 100% 0, 0 0);
  clip-path: polygon(0 100%, 100% 100%, 100% 0, 0 0);
}
@media screen and (min-width: 768px) {
  .page-contest-block .dept-anchors.dept-anchors--fixed .dept-anchors__list {
    gap: 1.2rem 0.9rem;
  }
}
@media screen and (min-width: 768px) {
  .page-contest-block .dept-anchors.dept-anchors--fixed .dept-anchors__list .dept-anchors__item {
    width: calc((100% - 3rem) / 4);
    min-height: 5rem;
  }
}
@media screen and (min-width: 1025px) {
  .page-contest-block .dept-anchors.dept-anchors--fixed .dept-anchors__list .dept-anchors__item {
    width: calc((100% - 2.7rem) / 4);
  }
}
@media screen and (min-width: 768px) {
  .page-contest-block .dept-anchors.dept-anchors--fixed .dept-anchors__list .dept-anchors__item .dept-anchors__item__title {
    padding: 10px 40px 10px 20px;
  }
}
@media screen and (min-width: 768px) {
  .page-contest-block .dept-anchors.dept-anchors--fixed .dept-anchors__list .dept-anchors__item .dept-anchors__item__title span {
    font-size: 14px;
    line-height: 18px;
  }
}
.page-contest-block .dept-anchors .dept-anchors__list {
  display: flex;
  flex-wrap: wrap;
  gap: 1.6rem 1rem;
}
@media screen and (min-width: 768px) {
  .page-contest-block .dept-anchors .dept-anchors__list {
    gap: 2.5rem 1.8rem;
  }
}
.page-contest-block .dept-anchors .dept-anchors__list .dept-anchors__item {
  width: calc((100% - 1rem) / 2);
  min-height: 5rem;
}
@media screen and (min-width: 768px) {
  .page-contest-block .dept-anchors .dept-anchors__list .dept-anchors__item {
    width: calc((100% - 1.8rem) / 2);
    min-height: 7rem;
  }
}
@media screen and (min-width: 1025px) {
  .page-contest-block .dept-anchors .dept-anchors__list .dept-anchors__item {
    width: calc((100% - 5.4rem) / 4);
  }
}
.page-contest-block .dept-anchors .dept-anchors__list .dept-anchors__item .dept-anchors__item__title {
  position: relative;
  display: flex;
  align-items: center;
  background: #000;
  width: 100%;
  height: 100%;
  text-align: left;
  padding: 5px 28px 5px 10px;
}
@media screen and (min-width: 768px) {
  .page-contest-block .dept-anchors .dept-anchors__list .dept-anchors__item .dept-anchors__item__title {
    padding: 10px 40px 10px 20px;
  }
}
.page-contest-block .dept-anchors .dept-anchors__list .dept-anchors__item .dept-anchors__item__title.is-active {
  background: #910000;
}
.page-contest-block .dept-anchors .dept-anchors__list .dept-anchors__item .dept-anchors__item__title::before {
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  content: "";
  display: block;
  height: 5px;
  position: absolute;
  right: 16px;
  top: 50%;
  transform: rotate(-45deg) translate(0, -50%);
  width: 5px;
}
@media screen and (min-width: 768px) {
  .page-contest-block .dept-anchors .dept-anchors__list .dept-anchors__item .dept-anchors__item__title::before {
    right: 22px;
    height: 7px;
    width: 7px;
  }
}
.page-contest-block .dept-anchors .dept-anchors__list .dept-anchors__item .dept-anchors__item__title::after {
  border: 1px solid #fff;
  border-radius: 50%;
  content: "";
  display: block;
  height: 18px;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translate(0, -50%);
  width: 18px;
}
@media screen and (min-width: 768px) {
  .page-contest-block .dept-anchors .dept-anchors__list .dept-anchors__item .dept-anchors__item__title::after {
    right: 15px;
    height: 22px;
    width: 22px;
  }
}
.page-contest-block .dept-anchors .dept-anchors__list .dept-anchors__item .dept-anchors__item__title span {
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  line-height: 15px;
  letter-spacing: 0.015em;
}
@media screen and (min-width: 768px) {
  .page-contest-block .dept-anchors .dept-anchors__list .dept-anchors__item .dept-anchors__item__title span {
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0.03em;
  }
}
.page-contest-block .dept-detail {
  background: linear-gradient(to bottom, #000, #454545);
  margin: 45px 0 0;
  padding: 50px 0;
}
@media screen and (min-width: 768px) {
  .page-contest-block .dept-detail {
    margin: 90px 0 0;
    padding: 100px 0;
  }
}
.page-contest-block .dept-detail * {
  color: #fff;
}
.page-contest-block .dept-detail .dept-detail-contents {
  display: none;
}
.page-contest-block .dept-detail .dept-detail-contents.is-active {
  display: block;
}
.page-contest-block .dept-detail .dept-detail-head .dept-detail-title {
  display: flex;
  justify-content: center;
}
.page-contest-block .dept-detail .dept-detail-head .dept-detail-title div {
  position: relative;
  padding: 8px 28px;
  background: #fff;
  transform: skew(-15deg);
  margin-right: 24px;
}
@media screen and (min-width: 768px) {
  .page-contest-block .dept-detail .dept-detail-head .dept-detail-title div {
    width: 370px;
    margin-right: 28px;
  }
}
.page-contest-block .dept-detail .dept-detail-head .dept-detail-title div::before, .page-contest-block .dept-detail .dept-detail-head .dept-detail-title div::after {
  background-color: #fff;
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  width: 8px;
}
@media screen and (min-width: 768px) {
  .page-contest-block .dept-detail .dept-detail-head .dept-detail-title div::before, .page-contest-block .dept-detail .dept-detail-head .dept-detail-title div::after {
    width: 10px;
  }
}
.page-contest-block .dept-detail .dept-detail-head .dept-detail-title div::before {
  right: -12px;
}
@media screen and (min-width: 768px) {
  .page-contest-block .dept-detail .dept-detail-head .dept-detail-title div::before {
    right: -14px;
  }
}
.page-contest-block .dept-detail .dept-detail-head .dept-detail-title div::after {
  right: -24px;
}
@media screen and (min-width: 768px) {
  .page-contest-block .dept-detail .dept-detail-head .dept-detail-title div::after {
    right: -28px;
  }
}
.page-contest-block .dept-detail .dept-detail-head .dept-detail-title div span {
  display: flex;
  align-items: center;
  justify-content: center;
  transform: skew(15deg);
  color: #222;
  font-size: 20px;
  line-height: 25px;
  font-weight: 700;
  letter-spacing: 0.015em;
  text-align: center;
  min-height: 3em;
}
@media screen and (min-width: 768px) {
  .page-contest-block .dept-detail .dept-detail-head .dept-detail-title div span {
    font-size: 25px;
    line-height: 32px;
    letter-spacing: 0.03em;
  }
}
.page-contest-block .dept-detail .dept-detail-head .dept-detail-info {
  font-size: 14px;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: 0.05em;
  text-align: center;
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .page-contest-block .dept-detail .dept-detail-head .dept-detail-info {
    font-size: 18px;
    line-height: 36px;
    letter-spacing: 0.1em;
    margin-top: 40px;
  }
}
.page-contest-block .dept-detail .dept-detail-items__wrap.is-notice {
  position: relative;
}
.page-contest-block .dept-detail .dept-detail-items__wrap.is-notice .dept-detail-items__notice {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 15em;
  padding: 1em;
  font-size: 18px;
  line-height: 1.325;
  font-weight: 700;
  text-align: center;
  background: #910000;
  filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.5));
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .page-contest-block .dept-detail .dept-detail-items__wrap.is-notice .dept-detail-items__notice {
    font-size: 36px;
  }
}
.page-contest-block .dept-detail .dept-detail-items__wrap.is-notice .dept-detail-items__item > * {
  filter: grayscale(100%);
  pointer-events: none;
  opacity: 0.2;
}
.page-contest-block .dept-detail .dept-detail-items__wrap .dept-detail-items__notice {
  display: none;
}
.page-contest-block .dept-detail .dept-detail-items {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 10px;
  margin-top: 27px;
}
@media screen and (min-width: 768px) {
  .page-contest-block .dept-detail .dept-detail-items {
    margin-top: 54px;
    gap: 60px 18px;
  }
}
.page-contest-block .dept-detail .dept-detail-items .dept-detail-items__item {
  position: relative;
  width: calc((100% - 10px) / 2);
}
@media screen and (min-width: 768px) {
  .page-contest-block .dept-detail .dept-detail-items .dept-detail-items__item {
    width: calc((100% - 36px) / 3);
  }
}
@media screen and (min-width: 1025px) {
  .page-contest-block .dept-detail .dept-detail-items .dept-detail-items__item {
    width: calc((100% - 54px) / 4);
  }
}
.page-contest-block .dept-detail .dept-detail-items .dept-detail-items__item .dept-detail-items__item__tag {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 10px;
  line-height: 12px;
  background: #910000;
  padding: 5px 8px;
  z-index: 2;
}
@media screen and (min-width: 376px) {
  .page-contest-block .dept-detail .dept-detail-items .dept-detail-items__item .dept-detail-items__item__tag {
    font-size: 12px;
    line-height: 14px;
    padding: 6px 10px;
  }
}
.page-contest-block .dept-detail .dept-detail-items .dept-detail-items__item .dept-detail-items__item__img {
  position: relative;
  width: 100%;
  z-index: 1;
}
.page-contest-block .dept-detail .dept-detail-items .dept-detail-items__item .dept-detail-items__item__img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50%;
  object-position: 50%;
}
.page-contest-block .dept-detail .dept-detail-items .dept-detail-items__item .dept-detail-items__item__name {
  font-size: 17px;
  font-weight: 700;
  line-height: 25px;
  letter-spacing: 0.015em;
  margin-top: 5px;
  height: 52px;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
@media screen and (min-width: 768px) {
  .page-contest-block .dept-detail .dept-detail-items .dept-detail-items__item .dept-detail-items__item__name {
    font-size: 24px;
    line-height: 35px;
    letter-spacing: 0.03em;
    margin-top: 10px;
    height: 70px;
  }
}
.page-contest-block .dept-detail .dept-detail-items .dept-detail-items__item .dept-detail-items__item__cate {
  font-size: 13px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0.015em;
  margin-top: 2px;
}
@media screen and (min-width: 768px) {
  .page-contest-block .dept-detail .dept-detail-items .dept-detail-items__item .dept-detail-items__item__cate {
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0.03em;
    margin-top: 4px;
  }
}
.page-contest-block .dept-detail .dept-detail-items .dept-detail-items__item .dept-detail-items__item__type {
  color: #999;
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 0.015em;
  margin-top: 8px;
}
@media screen and (min-width: 768px) {
  .page-contest-block .dept-detail .dept-detail-items .dept-detail-items__item .dept-detail-items__item__type {
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0.03em;
    margin-top: 15px;
  }
}
.page-contest-block .dept-detail .dept-detail-items .dept-detail-items__item .dept-detail-items__item__voting {
  position: relative;
  display: block;
  background: #fff;
  width: calc(100% - 22px);
  margin: 12px auto 0;
  padding: 6px 12px;
}
@media screen and (min-width: 768px) {
  .page-contest-block .dept-detail .dept-detail-items .dept-detail-items__item .dept-detail-items__item__voting {
    width: calc(100% - 44px);
    margin-top: 24px;
    padding: 8px 20px;
  }
}
.page-contest-block .dept-detail .dept-detail-items .dept-detail-items__item .dept-detail-items__item__voting::before {
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
  content: "";
  display: block;
  height: 5px;
  position: absolute;
  right: 16px;
  top: 50%;
  transform: rotate(-45deg) translate(0, -50%);
  width: 5px;
}
@media screen and (min-width: 768px) {
  .page-contest-block .dept-detail .dept-detail-items .dept-detail-items__item .dept-detail-items__item__voting::before {
    right: 20px;
    height: 7px;
    width: 7px;
  }
}
.page-contest-block .dept-detail .dept-detail-items .dept-detail-items__item .dept-detail-items__item__voting::after {
  border: 1px solid #000;
  border-radius: 50%;
  content: "";
  display: block;
  height: 18px;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translate(0, -50%);
  width: 18px;
}
@media screen and (min-width: 768px) {
  .page-contest-block .dept-detail .dept-detail-items .dept-detail-items__item .dept-detail-items__item__voting::after {
    right: 13px;
    height: 22px;
    width: 22px;
  }
}
.page-contest-block .dept-detail .dept-detail-items .dept-detail-items__item .dept-detail-items__item__voting span {
  display: block;
  color: #222;
  font-size: 13px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0.015em;
}
@media screen and (min-width: 768px) {
  .page-contest-block .dept-detail .dept-detail-items .dept-detail-items__item .dept-detail-items__item__voting span {
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0.03em;
  }
}

/* ------------------------
  オートサロンとは
------------------------ */
@media screen and (min-width: 768px) {
  .page-whats-block .en-title {
    justify-content: center;
  }
}
@media screen and (min-width: 768px) {
  .page-whats-block .en-title .en-title__en {
    font-size: 50px;
    line-height: 68px;
  }
}
.page-whats-block .whats-section .whats-img {
  margin: 20px -15px 0;
}
@media screen and (min-width: 768px) {
  .page-whats-block .whats-section .whats-img {
    max-width: 820px;
    margin: 0 auto;
  }
}
.page-whats-block .whats-section .whats-img img {
  width: 100%;
}
.page-whats-block .whats-section .whats-txt {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .page-whats-block .whats-section .whats-txt {
    margin-top: 60px;
  }
}
.page-whats-block .whats-section .whats-txt p {
  font-size: 15px;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: 0.05em;
}
.page-whats-block .whats-section .whats-txt p:not(:first-child) {
  margin-top: 1.5em;
}
@media screen and (min-width: 768px) {
  .page-whats-block .whats-section .whats-txt p {
    font-size: 18px;
    line-height: 36px;
    letter-spacing: 0.1em;
  }
  .page-whats-block .whats-section .whats-txt p:not(:first-child) {
    margin-top: 1.5em;
  }
}
.page-whats-block .whats-section .whats-txt .whats-txt-img {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
}
.page-whats-block .whats-section .whats-txt .whats-txt-img:not(:first-child) {
  margin-top: 22px;
}
@media screen and (min-width: 768px) {
  .page-whats-block .whats-section .whats-txt .whats-txt-img:not(:first-child) {
    margin-top: 27px;
  }
}
@media screen and (min-width: 768px) {
  .page-whats-block .whats-section .whats-txt .whats-txt-img {
    margin: 0 auto;
    gap: 40px;
  }
}
.page-whats-block .whats-section .whats-txt .whats-txt-img img {
  width: 100%;
  max-width: 430px;
  border: 1px solid #707070;
}
@media screen and (min-width: 768px) {
  .page-whats-block .whats-section .whats-txt .whats-txt-img img {
    width: calc((100% - 40px) / 2);
  }
}
.page-whats-block .archive-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #E6EBEE;
  margin: 40px -15px 0;
  padding: 28px 15px 50px;
}
@media screen and (min-width: 768px) {
  .page-whats-block .archive-section {
    align-items: flex-start;
    margin: 80px 0 0 -54px;
    padding: 56px 50px 80px;
  }
}
@media screen and (min-width: 768px) {
  .page-whats-block .archive-section .en-title {
    margin: 0 -25px 20px;
  }
}
.page-whats-block .archive-section .archive-inr {
  display: flex;
  justify-content: center;
}
.page-whats-block .archive-section .archive-list {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 18px 0;
  margin-top: 21px;
}
@media screen and (min-width: 768px) {
  .page-whats-block .archive-section .archive-list {
    gap: 28px 64px;
  }
}
.page-whats-block .archive-section .archive-list::before {
  content: "";
  position: absolute;
  top: 12px;
  right: 0;
  display: block;
  width: 2px;
  height: calc(100% - 12px);
  background: #9A9A9A;
}
@media screen and (min-width: 768px) {
  .page-whats-block .archive-section .archive-list::before {
    top: 15px;
    left: calc(50% - 2px);
    right: unset;
    width: 4px;
    height: calc(100% - 30px);
  }
}
@media screen and (min-width: 768px) {
  .page-whats-block .archive-section .archive-list {
    margin-top: 42px;
  }
}
.page-whats-block .archive-section .archive-list .archive-list__item {
  display: block;
  position: relative;
  width: calc(100% - 20px);
  margin-right: auto;
}
.page-whats-block .archive-section .archive-list .archive-list__item:last-child::before {
  content: "";
  display: block;
  position: absolute;
  right: -20px;
  bottom: 0;
  width: 4px;
  height: calc(100% - 12px);
  background: #E6EBEE;
}
@media screen and (min-width: 768px) {
  .page-whats-block .archive-section .archive-list .archive-list__item:last-child::before {
    right: -34px;
    width: 6px;
    height: calc(100% - 15px);
  }
}
@media screen and (min-width: 768px) {
  .page-whats-block .archive-section .archive-list .archive-list__item {
    width: calc(50% - 32px);
    margin: 0;
  }
}
@media screen and (min-width: 768px) {
  .page-whats-block .archive-section .archive-list .archive-list__item:nth-child(even) .archive-list__item__year {
    text-align: right;
    margin-top: 58px;
  }
}
@media screen and (min-width: 768px) {
  .page-whats-block .archive-section .archive-list .archive-list__item:nth-child(even) .archive-list__item__year::before {
    left: -34px;
  }
}
@media screen and (min-width: 768px) {
  .page-whats-block .archive-section .archive-list .archive-list__item:nth-child(even) .archive-list__item__year::after {
    left: -36px;
  }
}
.page-whats-block .archive-section .archive-list .archive-list__item .archive-list__item__year {
  position: relative;
  display: block;
  font-family: "Arial Black", "Arial", "Roboto", sans-serif;
  font-size: 24px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.015em;
}
.page-whats-block .archive-section .archive-list .archive-list__item .archive-list__item__year::before, .page-whats-block .archive-section .archive-list .archive-list__item .archive-list__item__year::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.page-whats-block .archive-section .archive-list .archive-list__item .archive-list__item__year::before {
  width: 16px;
  height: 1px;
  right: -20px;
  width: calc(100% - 2.2em);
  background: #9A9A9A;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .page-whats-block .archive-section .archive-list .archive-list__item .archive-list__item__year::before {
    right: -34px;
  }
}
.page-whats-block .archive-section .archive-list .archive-list__item .archive-list__item__year::after {
  right: -21px;
  width: 4px;
  height: 4px;
  background: #000;
  border-radius: 50%;
  z-index: 3;
}
@media screen and (min-width: 768px) {
  .page-whats-block .archive-section .archive-list .archive-list__item .archive-list__item__year::after {
    right: -36px;
    width: 8px;
    height: 8px;
  }
}
@media screen and (min-width: 768px) {
  .page-whats-block .archive-section .archive-list .archive-list__item .archive-list__item__year {
    font-size: 30px;
    letter-spacing: 0.03em;
  }
}
.page-whats-block .archive-section .archive-list .archive-list__item .archive-list__item__bnr {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .page-whats-block .archive-section .archive-list .archive-list__item .archive-list__item__bnr {
    gap: 15px;
    margin-top: 15px;
  }
}
.page-whats-block .archive-section .archive-list .archive-list__item .archive-list__item__bnr img {
  width: 140px;
}
@media screen and (min-width: 768px) {
  .page-whats-block .archive-section .archive-list .archive-list__item .archive-list__item__bnr img {
    width: 160px;
  }
}

.iphone .page-whats-block .archive-section .archive-list .archive-list__item .archive-list__item__year {
  font-family: "Avenir Next Heavy", "Avenir Next", "Arial Black", "Arial", "Roboto", sans-serif;
}
/*# sourceMappingURL=map/style.css.map */