@charset "UTF-8";
/* CSS Document */
main {
  z-index: 2;
}

.article {
  width: 100%;
  border-radius: 0;
  font-size: 1.8rem;
  background-color: #FFF;
  color: #333;
  padding: 5rem 5rem 8rem;
  text-align: left;
  font-weight: 300;
}
.article-img {
  width: 100%;
  margin-bottom: 10rem;
}
.article-img img {
  width: 100%;
  height: auto;
  display: block;
}
.article-text {
  line-height: 1.72;
}
.article-box {
  margin-bottom: 8rem;
}
.article-box:last-child {
  margin-bottom: 0;
}
.article-title {
  font-size: 2.2rem;
  font-weight: 400;
  margin-bottom: 4rem;
  line-height: 1.5;
}
.article-list {
  margin-left: 3rem;
}
.article-list-item {
  line-height: 1.72;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  counter-increment: cnt;
  margin-bottom: 4rem;
}
.article-list-item:before {
  content: "" counter(cnt) ".";
  display: inline-block;
  margin-left: -3rem;
  width: 3rem;
}
.article-list-item:last-child {
  margin-bottom: 0;
}
.article-list-child {
  margin-left: 4rem;
  margin-top: 2.5rem;
}
.article-list-child-item, .privacy .article-list-child-item {
  line-height: 1.72;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  counter-increment: cnt-child;
}
.article-list-child-item:before, .privacy .article-list-child-item:before {
  content: "(" counter(cnt-child) ")";
  display: inline-block;
  margin-left: -4rem;
  width: 4rem;
}
.article.overview {
  background-color: transparent;
  padding-top: 0;
}
.article-contact {
  display: block;
  padding-left: 1.938em;
  position: relative;
  text-align: center;
}
.article-contact a {
  padding-bottom: 0;
  color: #333;
}
.article-contact a:hover {
  opacity: 0.5;
}

.article .btn {
  width: 47.78%;
  text-align: left;
  padding: 2.9rem 0 2.9rem 4rem;
  color: #FFF;
  background-color: #5F6868;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  letter-spacing: 0.1em;
  display: block;
  font-size: 1.6rem;
  font-weight: 400;
}
.article .btn span {
  display: block;
  font-size: 2.2rem;
  margin-top: 1.7rem;
}
.article .btn:hover {
  background-color: #D8E139;
  color: #5F6868;
}

section:not(.about) .section-title {
  text-align: left;
  display: block;
  font-weight: 700;
  font-size: 3rem;
  padding-bottom: 5rem;
  margin-bottom: 8rem;
  border-bottom: solid 1px #5D6868;
}

.info-list {
  font-size: 1.8rem;
}
.info-list-item {
  margin-bottom: 4rem;
}
.info-list-item:last-child {
  margin-bottom: 0;
}
.info-list-label {
  font-weight: 700;
  width: 22.22%;
  line-height: 1.83;
  margin-top: -0.415em;
}
.info-list-content {
  line-height: 1.83;
  margin-top: -0.415em;
}

.privacy .article-list-child {
  margin-left: 2rem;
}
.privacy .article-list-child-item {
  counter-increment: none;
}
.privacy .article-list-child-item::before {
  content: "●";
  font-size: 1.2rem;
  display: inline-block;
  margin-left: -2rem;
  width: 2rem;
  -webkit-transform: translateY(-0.21em);
          transform: translateY(-0.21em);
}
.privacy .article-list {
  margin-left: 3rem;
}
.privacy .article-list-item {
  line-height: 1.72;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  counter-increment: cnt02;
  margin-bottom: 4rem;
}
.privacy .article-list-item:before {
  content: "(" counter(cnt02) ")";
  display: inline-block;
  margin-left: -3rem;
  width: 3rem;
}
.privacy .article-list-item:last-child {
  margin-bottom: 0;
}
.privacy .article-text {
  margin-bottom: 2rem;
}

.tag-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1rem 2rem;
  margin: 3.5rem auto;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.tag-list-item {
  color: #5D6868;
  font-size: 1.8rem;
}
.tag-list-item.blank {
  width: 100%;
}

.about .article {
  padding-bottom: 5rem;
  margin-bottom: 9rem;
}
.about .article-title {
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 5rem;
  padding-bottom: 2rem;
  border-bottom: solid 1px #5F6868;
  position: relative;
}
.about .article-text {
  font-weight: 300;
}
.about .article-box {
  margin-bottom: 12rem;
}
.about .article-box.info {
  margin-bottom: 0;
  padding-top: 6rem;
}
.about .article .abs-img {
  position: absolute;
}
.about .article .abs-img.title-abs {
  width: 16.67%;
  max-width: 150px;
  right: 0;
  bottom: 0;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
}
.about .article .tag-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 1rem 2rem;
  margin: 4rem auto;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.about .article .tag-list-item {
  color: #000;
  font-size: 1.8rem;
  padding: 0.7rem 0.9rem;
  background-color: #D8E139;
}
.about .article .tag-list-item.blank {
  width: 100%;
  background-color: transparent;
  padding: 0;
}
.about .article .industry-list {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 3.5rem;
  margin-top: 6rem;
  position: relative;
  width: 51.67%;
  margin-left: auto;
  margin-right: auto;
}
.about .article .industry-list-item {
  width: 25%;
  padding-bottom: 24px;
  position: relative;
}
.about .article .industry-list-item .caps {
  display: block;
  white-space: nowrap;
  text-align: center;
  line-height: 1;
  font-size: 1.4rem;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-weight: 500;
}
.about .article .industry-list .abs-img {
  width: 27.96%;
  right: -31.18%;
  top: -10.7%;
}
.about .article .btn-box .btn {
  text-align: center;
  padding: 2.9rem 0;
  position: relative;
}
.about .article .btn-box .btn:hover {
  color: #000;
}
.about .article .btn-box .btn .abs-img {
  width: 46.76%;
  max-width: 209px;
  right: -32.14%;
  top: -53.64%;
  margin: 0;
}
.about .article .btn-box .btn:nth-child(2) {
  padding-right: 3rem;
}
.about .article .btn-box .what-user {
  width: 47.78%;
  display: inline-block;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  border-bottom: none;
}
.about .article .btn-box .what-user span {
  border-bottom: solid 1px #000;
}
.about .article .btn-box .what-user:hover {
  opacity: 0.5;
}
.about a.what-user {
  color: #5F6868;
  margin: 2.5rem 0 0 4rem;
  display: inline-block;
}
.about .overview-box {
  border-bottom: solid 1px #000;
  padding-bottom: 6rem;
}
.about .overview-title {
  border-top: solid 1px #000;
  border-bottom: solid 1px #000;
  padding: 6rem 0;
}
.about .overview-title span {
  display: block;
  width: 77.78%;
  margin-left: auto;
  margin-right: auto;
  font-size: 2.5rem;
  font-weight: 700;
}
.about .overview .info-list {
  width: 77.78%;
  margin-left: auto;
  margin-right: auto;
}

.publication .article {
  color: #000;
  font-weight: 400;
  border: none;
}
.publication .article > .article-text {
  padding-bottom: 5rem;
  border-bottom: solid 1px #5D6868;
  text-align: left;
  margin-bottom: 8rem;
}
.publication .article-title .annotation, .publication .article-text .annotation {
  font-size: 1.4rem;
}
.publication .article-title {
  position: relative;
  margin-bottom: 5rem;
  font-size: 3.3rem;
  font-weight: 700;
  line-height: 1.6;
  margin-top: -0.3em;
}
.publication .article-img {
  width: 78.57%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 5rem;
}
.publication .article-box {
  margin-bottom: 15rem;
  position: relative;
}
.publication .article-box > .annotation-box {
  width: auto;
  line-height: 1.8;
}
.publication .article-box > .annotation-box .annotation {
  padding-left: 1em;
  color: #5F6868;
}
.publication .article-box > .annotation-box .annotation::before {
  position: absolute;
  top: 0;
  left: 0;
}
.publication .article-box.what .abs-img {
  top: -30px;
  right: 0;
  width: 16.67%;
}
.publication .article-box.point02 .abs-img {
  width: 255px;
  right: -20px;
  bottom: -26px;
}
.publication .article-box.point04 .abs-img {
  width: 14.17%;
  right: 0;
  top: -4.05%;
}
.publication .article-box.point07 .abs-img {
  width: 185px;
  right: 40px;
  bottom: -70px;
}
.publication .article .btn-box a:hover img:nth-of-type(2) {
  opacity: 0;
}
.publication .article .btn-box a .abs-img {
  width: 105px;
  right: -20px;
  top: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin-top: 0;
}
.publication .article .btn-box a .abs-img::before {
  content: "";
  display: block;
  padding-top: 100%; /* 比率を指定 */
}
.publication .article .btn-box a .abs-img img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  display: block;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
.publication .article .abs-img {
  position: absolute;
}
.publication .article .arrow {
  display: block;
  padding-left: 1.938em;
  position: relative;
  text-align: left;
}
.publication .article .arrow::before {
  content: "";
  display: inline-block;
  background-image: url(../images/about-publication/arrow.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 1.156em;
  height: 1.156em;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.publication .article .arrow.point-list-detail {
  padding-left: 2.167em;
}
.publication .article .arrow.point-list-detail::before {
  width: 1.028em;
  height: 1.028em;
  top: 0.7rem;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.publication .article-point {
  position: relative;
  margin-bottom: 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 7.11%;
     -moz-column-gap: 7.11%;
          column-gap: 7.11%;
  padding-bottom: 2rem;
  border-bottom: solid 2px #333;
}
.publication .article-point .point-num {
  width: 13%;
}
.publication .article-point .point-text {
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.5;
  color: #000;
}
.publication .article-point.point08 {
  -webkit-column-gap: 0;
     -moz-column-gap: 0;
          column-gap: 0;
}
.publication .article-point.point08 .point-num {
  margin-right: 7.11%;
}
.publication .article-point.point08 .point-text {
  margin-right: 2.67%;
}
.publication .article .industry-list {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 3.5rem;
  margin-top: 6rem;
  position: relative;
  width: 51.67%;
  margin-left: auto;
  margin-right: auto;
}
.publication .article .industry-list-item {
  width: 25%;
  padding-bottom: 24px;
  position: relative;
}
.publication .article .industry-list-item .caps {
  display: block;
  white-space: nowrap;
  text-align: center;
  line-height: 1;
  font-size: 1.4rem;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-weight: 500;
}
.publication .article .industry-list .abs-img {
  width: 27.96%;
  right: -31.18%;
  top: -10.7%;
}
.publication .article .tag-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 1rem 2rem;
  margin: 4rem auto;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.publication .article .tag-list-item {
  color: #5D6868;
  font-size: 1.8rem;
  color: #333;
  padding: 0.7rem 0.9rem;
  background-color: #D8E139;
}
.publication .article .tag-list-item.blank {
  width: 100%;
  background-color: transparent;
  padding: 0;
}
.publication .article .content-label {
  width: 54.89%;
  margin: 8rem auto 0;
}
.publication .article .content-list {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 5rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 4rem;
  margin-bottom: 4rem;
}
.publication .article .content-list-item {
  position: relative;
  width: calc(50% - 2.5rem);
  height: auto;
  display: block;
  overflow: hidden;
  cursor: pointer;
}
.publication .article .content-list-item:hover img:nth-of-type(2) {
  opacity: 0;
}
.publication .article .content-list-item::before {
  content: "";
  display: block;
  padding-top: 58.82%; /* 比率を指定 */
}
.publication .article .content-list-item a {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.publication .article .content-list-item a img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  display: block;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
.publication .article .point-list {
  position: relative;
  font-size: 1.8rem;
  line-height: 1;
}
.publication .article .point-list-item {
  margin-bottom: 4rem;
}
.publication .article .point-list-item:last-child {
  margin-bottom: 0;
}
.publication .article .point-list-label {
  padding: 0.6rem 1rem;
  font-weight: 500;
  margin-bottom: 1.5rem;
  background-color: #D8E139;
  display: inline-block;
}
.publication .article .point-list-label.marker {
  position: relative;
  padding-left: 2.5rem;
  margin-bottom: 0;
}
.publication .article .point-list-label.marker::before {
  content: "";
  display: inline-block;
  width: 0.556em;
  height: 0.556em;
  border-radius: 50%;
  background: #000;
  position: absolute;
  top: 50%;
  left: 1rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.publication .article .point-list-detail {
  font-weight: 400;
  line-height: 1.7;
}
.publication .article .point03 .annotation {
  line-height: 1.625;
  color: #000;
}
.publication .article .point07 .point-list {
  margin-bottom: 5rem;
}
.publication .article .point07 .point-list-item {
  margin-bottom: 2rem;
}
.publication .article .point07 .point-list-item:last-child {
  margin-bottom: 0;
}
.publication .article .point07 .addfree-bnr {
  width: 70.78%;
  margin: 5rem auto;
}
.publication .article .point08 .annotation {
  font-size: 1.6rem;
}
.publication .article .point08 .annotation:first-child {
  margin-bottom: 1.5rem;
}
.publication .article .point08 .addfree-bnr {
  width: 82.33%;
  margin: 7rem auto 3rem;
}
.publication .article .point08 .point-list-item {
  margin-bottom: 6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.publication .article .point08 .point-list-item .point-list-label {
  background: transparent;
}
.publication .article .point08 .commission-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 6%;
     -moz-column-gap: 6%;
          column-gap: 6%;
}
.publication .article .point08 .commission-list-item {
  width: 19.44%;
}
.publication .article .text-list-item {
  font-size: 1.8rem;
  margin-bottom: 2rem;
}
.publication .article .text-list-item:last-child {
  margin-bottom: 0;
}
.publication .article .text-list-detail {
  padding-left: 1.389em;
}
.publication .article .text-list-label {
  margin-bottom: 1rem;
  padding-left: 1.389em;
  position: relative;
}
.publication .article .text-list-label::before {
  content: "";
  display: inline-block;
  width: 0.833em;
  height: 0.833em;
  border-radius: 50%;
  background-color: #D8E139;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.publication .article .btn {
  padding: 2.9rem 0 2.9rem;
  text-align: center;
  position: relative;
}
.publication .article .btn:hover {
  background-color: #D8E139;
  color: #000;
}
.publication .step-list {
  text-align: center;
}
.publication .step-list-item {
  margin-bottom: 5rem;
}
.publication .step-list-item:last-child {
  margin-bottom: 0;
}
.publication .step-list-head {
  padding-bottom: 1rem;
  border-bottom: solid 1px #333;
  display: inline-block;
  margin-bottom: 3rem;
}
.publication .step-list-head .text,
.publication .step-list-head .num {
  display: inline-block;
  font-size: 2.2rem;
  font-weight: 500;
}
.publication .step-list-head .text {
  margin-left: 2.5rem;
  font-size: 2rem;
}
.publication .step-list-content {
  line-height: 1.9;
}
.publication .interface-img {
  width: 83.33%;
  margin: 0 auto;
}
.publication .interface-img .caps {
  display: block;
  margin: 2rem auto 0;
  font-size: 1.2rem;
  text-align: center;
}
.publication .flex, .publication .plan-list,
.publication .payment-list, .publication .contact-list {
  gap: 2rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.publication .contact-list {
  gap: 3rem;
  width: 100%;
  margin-top: 4rem;
  margin-bottom: 4rem;
}
.publication .contact-list-item {
  width: 25%;
}
.publication .plan-list,
.publication .payment-list {
  gap: 4.5rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 5rem;
}
.publication .plan-list-item,
.publication .payment-list-item {
  width: 33.3333333333%;
}
.publication .plan-list {
  margin-bottom: 3rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.floating-wrap a:hover {
  opacity: 0.5;
}

@media screen and (max-width: 1024px) {
  .article {
    padding: 5rem 2.5rem 8rem;
  }
}
@media screen and (max-width: 599px) {
  .only-PC {
    display: none !important;
  }
  .article-box {
    width: auto;
  }
  .pageHeader__date {
    display: none;
  }
  .tabArticle {
    padding-top: 12vw;
  }
  .about .article {
    padding-top: 2.5rem;
  }
  .about .article-title {
    font-size: 2.5rem;
    line-height: 1.5;
  }
  .about .article .industry-list {
    width: 50%;
    gap: 2rem 5rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .about .article .industry-list .industry-list-item {
    width: calc(50% - 2.5rem);
  }
  .about .article .industry-list .abs-img {
    right: -50%;
    top: -13.7%;
    width: 50%;
  }
  .about .article .btn-box .what-user {
    width: auto;
    display: block;
  }
  .about .article .btn-box .btn .abs-img {
    width: 30%;
    max-width: 209px;
    right: -15%;
    top: -15%;
  }
  .btn-box .btn-area {
    display: block;
  }
  .btn-box .btn-area .btn {
    width: auto;
  }
  .btn-box .btn-area .btn:first-child {
    margin-bottom: 3rem;
  }
  .publication .step-list-head .head,
  .publication .step-list-head .text {
    display: block;
  }
  .publication .step-list-head .text {
    margin-left: 0;
    margin-top: 1rem;
  }
  .info-list-item {
    display: block;
  }
  .info-list-label {
    width: auto;
    margin-bottom: 0.5rem;
  }
  .btn {
    width: 47.78%;
    text-align: left;
    padding: 2.9rem 1.8rem 2.9rem;
  }
  .mb130 {
    margin-bottom: 9rem !important;
  }
  .publication .container {
    width: auto;
  }
  .publication .container .article {
    padding: 5rem 0 0;
  }
  .publication .container .article-title {
    font-size: 2.5rem;
  }
  .publication .container .article-img {
    width: auto;
  }
  .publication .container .article .article-point {
    -webkit-column-gap: 4%;
       -moz-column-gap: 4%;
            column-gap: 4%;
  }
  .publication .container .article .article-point .point-text {
    font-size: 2rem;
    width: 78%;
  }
  .publication .container .article .article-point .point-num {
    width: 18%;
  }
  .publication .container .article .industry-list {
    width: 50%;
    gap: 2rem 5rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .publication .container .article .industry-list-item {
    width: calc(50% - 2.5rem);
  }
  .publication .container .article .industry-list .abs-img {
    right: -50%;
    top: -13.7%;
    width: 50%;
  }
  .publication .container .article .tag-list {
    gap: 2rem;
  }
  .publication .container .article .tag-list-item.blank {
    display: none;
  }
  .publication .container .article .content-label {
    width: auto;
  }
  .publication .container .article .content-list {
    gap: 2rem;
  }
  .publication .container .article .content-list-item {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
  .publication .container .article .contact-list,
  .publication .container .article .plan-list,
  .publication .container .article .payment-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: auto;
    gap: 1rem;
  }
  .publication .container .article .contact-list-item,
  .publication .container .article .plan-list-item,
  .publication .container .article .payment-list-item {
    width: calc(50% - 0.5rem);
  }
  .publication .container .article .point-list-label {
    line-height: 1.4;
  }
  .publication .container .article .article-box {
    margin-bottom: 9rem;
  }
  .publication .container .article .article-box.what .abs-img {
    top: -30px;
    right: 0;
    width: 25.67%;
  }
  .publication .container .article .article-box.point02 .abs-img {
    width: 35%;
    right: -4%;
    bottom: 13%;
  }
  .publication .container .article .article-box.point04 .abs-img {
    width: 18.17%;
    right: -3%;
    top: -3.05%;
  }
  .publication .container .article .article-box.point07 .abs-img {
    width: 30%;
    right: -4%;
    bottom: -38%;
  }
  .publication .container .article .article-box.point07 .addfree-bnr {
    width: auto;
  }
  .publication .container .article .article-box.point08 .addfree-bnr {
    width: auto;
    margin-top: 0;
  }
  .publication .container .article .article-box.point08 .commission-list-item {
    width: 30%;
  }
  .publication .container .article-point.point08 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .publication .container .article-point.point08 .point-text {
    width: 62%;
    margin-right: 0;
  }
  .publication .container .article-point.point08 .annotation-box {
    margin-top: 1.5rem;
  }
  .publication .container .article-point.point08 .annotation-box .annotation {
    font-size: 1.3rem;
  }
  .publication .container .article-point.point08 .annotation-box .annotation:first-child {
    margin-bottom: 0.8rem;
  }
  .publication .container .article .btn-box .abs-img {
    width: 20%;
    right: -5%;
    top: auto;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    margin-top: 0;
    bottom: 8%;
  }
  .article-list .section-title .title-eng {
    font-size: 2rem;
  }
  .article-list .section-title .title-jap {
    font-size: 1.4rem;
  }
  .law .tabHeader__title {
    font-size: 4vw;
  }
}/*# sourceMappingURL=static.css.map */