@charset "utf-8";

body { background-color: #fbf8f4; }

.page_global-goods-insights {
  margin: 100px auto 0;
  padding-bottom: 100px;
  width: 95%;
}
@media screen and (min-width: 1367px) {
.page_global-goods-insights {
  margin-top: 115px;
  padding-bottom: 185px;
  width: 100%;
}
}

.page_header_common {
  margin: 0 auto;
  padding-bottom: 0;
}
@media screen and (min-width: 768px) and (max-width: 1366px) {
.page_header_common { width: 100%; }
}
@media screen and (min-width: 1367px) {
.page_header_common { width: 1400px; }
}

@media screen and (min-width: 1367px) {
.breadcrumbs {
  margin: 0 auto;
  width: 1200px;
}
}

.page_header_common h1 { width: 100%; }
.page_header_common h1 img {
  height: auto;
  width: 100%;
}

.page-menu {
  display: flex;
  flex-wrap: wrap;
  gap: 1em;
  margin: 0 auto;
  padding: 0;
  width: 90%;
}
@media screen and (min-width: 768px) and (max-width: 1366px) {
.page-menu {
  justify-content: center;
  width: 100%;
}
}
@media screen and (min-width: 1367px) {
.page-menu {
  justify-content: space-between;
  width: 1180px;
}
}

.page-menu li {
  display: block;
  height: 85px;
  position: relative;
  width: 100%;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
.page-menu li { width: 31.85%; }
}
@media screen and (min-width: 1024px) and (max-width: 1366px) {
.page-menu li { width: 32%; }
}
@media screen and (min-width: 1367px) {
.page-menu li { width: 370px;　}
}

.page-menu li:before,
.page-menu li:after {
  content: '';
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.page-menu li:before {
  background-image: linear-gradient(90deg, rgba(188, 0, 45, 1), rgba(236, 83, 83, 1));
  z-index: -1;
}

.page-menu li:after {
  background-image: linear-gradient(90deg, rgba(204, 163, 82, 1), rgba(212, 179, 113, 1) 25%, rgba(243, 224, 183, 1) 50%, rgba(212, 179, 113, 1) 75%, rgba(204, 163, 82, 1));
  transform: rotate(-2.5deg) skewX(3deg);
  z-index: -2;
}

.page-menu li a {
  align-items: center;
  background-image: url(/assets/images/global-goods-insights/button-bg_right.png), url(/assets/images/global-goods-insights/button-bg_left.png);
  background-position: left top, right top;
  background-repeat: no-repeat, no-repeat;
  background-size: contain, contain;
  color: #fff;
  display: flex;
  height: 100%;
  justify-content: center;
  text-decoration: none;
  width: 100%;
}
@media screen and (min-width: 1367px) {
.page-menu li a { transition: .3s; }
.page-menu li a:hover { opacity: .7; }
.page-menu li a:hover,
.page-menu li a:visited,
.page-menu li a:active {
  color: #fff;
  text-decoration: none;
}
}

.page-menu li a span {
  display: inline-block;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.44;
  position: relative;
  text-align: center;
  width: 100%;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
.page-menu li a span { font-size: 15px; }
}

.page-menu li a span:after {
  background-image: url(/assets/images/global-goods-insights/icon_arrow_down.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 15px;
  box-shadow: 2px 2px 5px #570015;
  content: '';
  display: block;
  height: 30px;
  position: absolute;
  right: .3em;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
}
@media screen and (min-width: 1367px) {
.page-menu li a span:after { right: 1em; }
}

.introduction {
  display: flex;
  flex-wrap: wrap;
  gap: 1em;
  margin: 30px auto 0;
  width: 95%;
}
@media screen and (min-width: 1367px) {
.introduction {
  align-items: center;
  justify-content: space-between;
  margin-top: 40px;
  width: 1178px;
}
}

.introduction figure {
  display: block;
  margin: 0;
  width: 100%;
}
@media screen and (min-width: 768px) and (max-width: 1366px) {
.introduction figure { width: 40%; }
}
@media screen and (min-width: 1367px) {
.introduction figure { width: 566px; }
}

.introduction figure img {
  display: block;
  height: auto;
  width: 100%;
}

.introduction div {
  margin: 1em auto;
  width: 100%;
}
@media screen and (min-width: 768px) and (max-width: 1366px) {
.introduction div { width: 55%; }
}
@media screen and (min-width: 1367px) {
.introduction div { width: 579px; }
}

.introduction h2 {
  color: var(--red);
  font-size: 26px;
  font-weight: 600;
  line-height: 1.2;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 320px) {
.introduction h2 { font-size: 24px; }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
.introduction h2 { font-size: 22px; }
}
@media screen and (min-width: 1367px) {
.introduction h2 {
  background-size: 72px 59px, 72px 59px;
  font-size: 32px;
  line-height: 1.4;
}
}

.introduction h2 strong {
  background-color: var(--red);
  color: #fff;
  display: inline-block;
}

.introduction p {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 320px) {
.introduction p { font-size: 15px; }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
.introduction p { font-size: 13px; }
}

.introduction p:nth-of-type(1) { margin-top: 2em; }
.introduction p:nth-of-type(n+2) { margin-top: 1em; }

.introduction p span { color: var(--red); }

.global-goods-insights_section {
  background-image: url(/assets/images/global-goods-insights/subtitle-bg_sp.png);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: contain;
  padding: 85px 0 50px;
  position: relative;
  width: 100%;
}
@media screen and (min-width: 768px) {
.global-goods-insights_section { background-image: url(/assets/images/global-goods-insights/subtitle-bg_pc.png); }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
.global-goods-insights_section { padding-top: 90px; }
}
@media screen and (min-width: 1024px) and (max-width: 1366px) {
.global-goods-insights_section { padding-top: 100px; }
}

.global-goods-insights_section:nth-of-type(2) { background-image: url(/assets/images/global-goods-insights/subtitle-bg_sp.png); }
@media screen and (min-width: 768px) and (max-width: 1366px) {
.global-goods-insights_section:nth-of-type(2) { background-image: url(/assets/images/global-goods-insights/subtitle-bg_pc.png); }
}
@media screen and (min-width: 1367px) {
.global-goods-insights_section {
  background-image: url(/assets/images/global-goods-insights/subtitle-bg_pc.png);
  margin: 0 auto;
  padding: 180px 0 100px;
  max-width: 1920px;
}
.global-goods-insights_section:nth-of-type(2) { background-image: url(/assets/images/global-goods-insights/subtitle-bg_pc.png); }
}

.global-goods-insights_section h2 {
  align-items: center;
  background-color: #fff;
  box-shadow: 10px 10px rgba(188,0,45,.1);
  display: flex;
  height: 100px;
  justify-content: center;
  margin: 0 auto;
  position: relative;
  width: 90%;
}
@media screen and (min-width: 768px) and (max-width: 1366px) {
.global-goods-insights_section h2 { width: 60%; }
}
@media screen and (min-width: 1367px) {
.global-goods-insights_section h2 { width: 960px; }
}

.global-goods-insights_section h2:before {
  color: #d9ba7d;
  display: block;
  font-family: 'Century Gothic';
  font-size: 32px;
  font-style: italic;
  left: 50%;
  position: absolute;
  top: -44px;
  transform: translateX(-50%);
}
@media screen and (min-width: 1367px) {
.global-goods-insights_section h2:before {
  font-size: 58px;
  left: 50%;
  position: absolute;
  top: -70px;
}
}

.global-goods-insights_section h2.heading_column:before { content: 'COLUMN'; }
.global-goods-insights_section h2.heading_service:before { content: 'SERVICE'; }

.global-goods-insights_section h2 span {
  color: var(--red);
  display: block;
  font-size: 27px;
  font-weight: 600;
  line-height: 1.4;
  text-align: center;
}
@media screen and (max-width: 320px) {
.global-goods-insights_section h2 span { font-size: 22px; }
}
@media screen and (min-width: 321px) and (max-width: 767px) {
.global-goods-insights_section h2 span { font-size: 24px; }
}
@media screen and (min-width: 1367px) {
.global-goods-insights_section h2 span { font-size: 46px; }
}

.global-goods-insights_section h2 + p {
  font-size: 18px;
  line-height: 1.55;
  margin: 20px 0 0;
  text-align: center;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
.global-goods-insights_section h2 + p { font-size: 16px; }
}
@media screen and (min-width: 1367px) {
.global-goods-insights_section h2 + p {
  font-size: 18px;
  line-height: 1.55;
  margin-top: 30px;
  text-align: center;
}
}

.archive_wrap {
  margin: 30px auto 0;
  width: 100%;
}
@media screen and (min-width: 1367px) {
.archive_wrap {
  justify-content: center;
  width: 1000px;
}
}

.archive_list {
  box-shadow: 5px 5px 20px #7B510029;
  padding: 10px;
  width: 100%;
}
@media screen and (min-width: 768px) and (max-width: 1366px) {
.archive_list { width: 31%; }
}
@media screen and (min-width: 1367px) {
.archive_list { width: 300px; }
}

.global-goods-insights_button {
  background-image: linear-gradient(90deg, rgba(204, 163, 82, 1), rgba(243, 224, 183, 1));
  box-shadow: 0 5px 0 var(--red);
  height: 80px;
  margin: 30px auto 0;
  width: 90%;
}
@media screen and (min-width: 768px) {
.global-goods-insights_button {
  transition: .3s;
  width: 320px;
}
.global-goods-insights_button:hover {
  box-shadow: unset;
  transform: translate(0,4px);
}
}

.global-goods-insights_button a {
  align-items: center;
  background-image: url(/assets/images/global-goods-insights/button-bg_right.png), url(/assets/images/global-goods-insights/button-bg_left.png);
  background-position: left top, right top;
  background-repeat: no-repeat, no-repeat;
  background-size: contain, contain;
  display: flex;
  height: 100%;
  justify-content: center;
  text-decoration: none;
  width: 100%;
}

.global-goods-insights_button span {
  text-shadow: 2px 2px 5px #755500;
  color: #fff;
  display: inline-block;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
  position: relative;
  text-align: center;
  width: 100%;
}
@media screen and (min-width: 1367px) {
.global-goods-insights_button a:hover span { color: #fff; }
.global-goods-insights_button a:visited span,
.global-goods-insights_button a:active span {
  color: #fff;
  text-decoration: none;
}
}

.global-goods-insights_button a span:after {
  background-image: url(/assets/images/global-goods-insights/icon_arrow_next.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 15px;
  box-shadow: 2px 2px 5px #573900;
  content: '';
  display: block;
  height: 30px;
  position: absolute;
  right: .3em;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
}
@media screen and (min-width: 1367px) {
.global-goods-insights_button a span:after { right: 1em; }
}

.global-goods-insights_contents-frame {
  margin: 30px auto 0;
  padding: 20px;
  position: relative;
}
@media screen and (min-width: 768px) and (max-width: 1366px) {}
@media screen and (min-width: 1367px) {
.global-goods-insights_contents-frame {
  border-radius: 50px 0 0 0;
  padding: 0 50px;
  width: 1200px;
}
}

.global-goods-insights_contents-frame:before,
.global-goods-insights_contents-frame:after {
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  width: 100%;
}

.global-goods-insights_contents-frame:before {
  background-color: #fff;
  border: 2px solid #d9ba7d;
  border-radius: 50px 0 0 0;
  corner-top-left-shape: bevel;
  left: 0;
  top: 0;
  z-index: -1;
}
@media screen and (min-width: 1367px) {
.global-goods-insights_contents-frame:before { border-radius: 50px 0 0 0; }
}

.section_service .global-goods-insights_contents-frame:before {
  background-image: url(/assets/images/global-goods-insights/contents-bg_global-service.png);
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: contain;
}

.global-goods-insights_contents-frame:after {
  background-image: linear-gradient(90deg, rgba(188, 0, 45, 1), rgba(236, 83, 83, 1));
  height: 97%;
  left: .5em;
  top: .5em;
  width: 97%;
  z-index: -2;
}
@media screen and (min-width: 768px) {
.global-goods-insights_contents-frame:after {
  height: 100%;
  width: 100%;
}
}

.place-figure-horizontally {
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 100%;
  width: 95%;
}
@media screen and (max-width: 320px) {
.place-figure-horizontally { 
  padding: 20px 0 0;
}
}
@media screen and (min-width: 321px) and (max-width: 375px) {
.place-figure-horizontally {
  padding: 40px 0 0;
}
}
@media screen and (min-width: 376px) and (max-width: 767px) {
.place-figure-horizontally {
  padding: 40px 0 0;
}
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
.place-figure-horizontally {}
}
@media screen and (min-width: 1024px) and (max-width: 1366px) {
.place-figure-horizontally {}
}
@media screen and (min-width: 1367px) {
.place-figure-horizontally {
  min-height: 410px;
  padding: 50px 0;
}
}

.place-figure-horizontally:nth-of-type(n+2) {
  border-top: none;
}
@media screen and (max-width: 320px) {
.place-figure-horizontally:nth-of-type(n+2) {}
}
@media screen and (min-width: 321px) and (max-width: 375px) {
.place-figure-horizontally:nth-of-type(n+2) {}
}
@media screen and (min-width: 376px) and (max-width: 767px) {
.place-figure-horizontally:nth-of-type(n+2) {}
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
.place-figure-horizontally:nth-of-type(n+2) {}
}
@media screen and (min-width: 1024px) and (max-width: 1366px) {
.place-figure-horizontally:nth-of-type(n+2) {}
}
@media screen and (min-width: 1367px) {
.place-figure-horizontally:nth-of-type(n+2) { min-height: 410px; }
}

@media screen and (min-width: 768px) and (max-width: 1366px) {
.place-figure-horizontally.figure-size_40 {}
}
@media screen and (min-width: 1367px) {
.place-figure-horizontally.figure-size_40 {}
}

.place-figure-horizontally_heading {
  color: var(--red);
  margin: 0 auto;
  padding-bottom: 0;
  text-align: center;
  width: 90%;
}
@media screen and (max-width: 320px) {
.place-figure-horizontally_heading { font-size: 22px; }
}
@media screen and (min-width: 321px) and (max-width: 767px) {
.place-figure-horizontally_heading { font-size: 24px; }
}
@media screen and (min-width: 768px){
.place-figure-horizontally_heading {
  text-align: left;
  width: 100%;
}
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
.place-figure-horizontally_heading { font-size: 20px; }
}
@media screen and (min-width: 1024px) and (max-width: 1366px) {
.place-figure-horizontally_heading { font-size: 24px; }
}
@media screen and (min-width: 1367px) {
.place-figure-horizontally_heading {
  font-size: 32px;
  margin: 0;
  padding-bottom: 1em;
}
}

.place-figure-horizontally_heading span {
  border-bottom: 6px solid;
  border-image: linear-gradient(to right, #cca352 0%, #f5ddaa 100%);
  border-image-slice: 1;
  display: inline-block;
}

.place-figure-horizontally figure {}
@media screen and (min-width: 768px) and (max-width: 1023px) {
.place-figure-horizontally figure {}
.place-figure-horizontally.figure-size_40 figure { width: 35%; }
}
@media screen and (min-width: 1024px) and (max-width: 1366px) {
.place-figure-horizontally figure {}
.place-figure-horizontally.figure-size_40 figure { width: 35%; }
}
@media screen and (min-width: 1367px) {
.place-figure-horizontally figure {}
.place-figure-horizontally.figure-size_40 figure { width: 400px; }
}

.place-figure-horizontally_body {
  margin: 1em auto 0;
  width: 90%;
}
@media screen and (min-width: 768px) and (max-width: 1366px) {
.place-figure-horizontally_body { width: 100%; }
}
@media screen and (min-width: 1367px) {
.place-figure-horizontally_body { width: 100%; }
}

.place-figure-horizontally_body p:nth-child(n+2) { margin-top: 1em; }

@media screen and (max-width: 320px) {
.place-figure-horizontally_body p { font-size: 14px; }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
.place-figure-horizontally_body p {
  font-size: 13px;
  line-height: 1.3;
}
}
@media screen and (min-width: 1367px) {
.place-figure-horizontally_body p {
  font-size: 18px;
  line-height: 1.5;
}
}

.global-goods-insights_future-section {
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 100%;
  position: relative;
  margin-top: 90px;
  position: relative;
}
@media screen and (max-width: 320px) {
.global-goods-insights_future-section { padding: 20px 0; }
}
@media screen and (min-width: 321px) and (max-width: 375px) {
.global-goods-insights_future-section { padding: 40px 0; }
}
@media screen and (min-width: 376px) and (max-width: 767px) {
.global-goods-insights_future-section { padding: 60px 0; }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
.global-goods-insights_future-section { padding: 40px 0; }
}
@media screen and (min-width: 1024px) and (max-width: 1366px) {
.global-goods-insights_future-section { padding: 80px 0; }
}
@media screen and (min-width: 1367px) {
.global-goods-insights_future-section {
  margin-top: 120px;
  padding: 160px 0 130px;
}
}

.global-goods-insights_future-section h2 {
  left: 50%;
  position: absolute;
  top: -60px;
  transform: translateX(-50%);
  width: 90%;
}
@media screen and (min-width: 768px) and (max-width: 1366px) {
.global-goods-insights_future-section h2 {
  top: -80px;
  width: 50%;
}
}
@media screen and (min-width: 1367px) {
.global-goods-insights_future-section h2 {
  top: -120px;
  width: 750px;
}
}

.global-goods-insights_future-section h2 img {
  display: block;
  height: auto;
  width: 100%;
}

.future-contents_wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 1em;
  margin: 30px auto 0;
  width: 90%;
}
@media screen and (min-width: 768px) and (max-width: 1366px) {
.future-contents_wrap { justify-content: space-between; }
}
@media screen and (min-width: 1367px) {
.future-contents_wrap {
  justify-content: space-between;
  width: 1210px;
}
}

.future-contents {
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 100%;
  margin: 0 auto;
  padding: 15px 30px 30px;
  width: 100%;
}
@media screen and (min-width: 768px) {
.future-contents { margin: 0; }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
.future-contents {
  padding: 45px 10px 25px;
  width: 31.5%;
}
}
@media screen and (min-width: 1024px) and (max-width: 1366px) {
.future-contents {
  padding: 45px 20px 25px;
  width: 31.5%;
}
}
@media screen and (min-width: 1367px) {
.future-contents {
  padding: 45px 30px 25px;
  width: 385px;
}
}

.future-contents h3 {
  color: var(--red);
  font-size: 22px;
  font-weight: 600;
  line-height: 1.45;
  text-align: center;
}
@media screen and (max-width: 320px) {
.future-contents h3 { font-size: 18px; }
}
@media screen and (min-width: 768px) and (max-width: 1366px) {
.future-contents h3 {
  font-size: 16px;
  line-height: 1.2;
  min-height: 3.6em;
}
}
@media screen and (min-width: 1367px) {
.future-contents h3 {
  font-size: 26px;
  line-height: 1.4;
  min-height: 5em;
}
}

.future-contents figure {
  border-radius: 10px;
  display: block;
  margin: 1em 0 0;
  overflow: hidden;
  width: 100%;
}

.future-contents figure img {
  display: block;
  height: auto;
  width: 100%;
}

.future-contents_text {
  font-size: 15px;
  line-height: 1.6;
  margin-top: 1em;
}
@media screen and (max-width: 320px) {
.future-contents_text { font-size: 13px; }
}
@media screen and (min-width: 768px) and (max-width: 1366px) {
.future-contents_text { font-size: 13px; }
}

.future-contents_text + .supplement {
  font-size: 12px;
  line-height: 1.25;
  margin-top: 1em;
}
@media screen and (max-width: 320px) {
.future-contents_text + .supplement { font-size: 11px; }
}
@media screen and (min-width: 768px) and (max-width: 1366px) {
.future-contents_text + .supplement { font-size: 11px; }
}

.future-contents p a { color: var(--skyblue); }

.page_section {
  margin-top: 0;
  width: 100%;
}
@media screen and (min-width: 1367px) {
.page_section { margin-top: 30px; }
}

.heading_bg-text {
  background-position: center center;
  background-repeat: no-repeat;
  color: var(--red);
  font-size: 24px;
  font-weight: 600;
  line-height: 1.4;
  padding: 10px 0;
  text-align: center;
}
@media screen and (min-width: 1367px) {
.heading_bg-text {
  font-size: 32px;
  font-weight: 600;
  line-height: 1.2;
  padding: 25px 0;
}
}

.heading_bg-text.text-service {
  background-image: url(/assets/images/global-goods-insights/title-bg_global-goods-insights.png);
  background-size: contain;
}
@media screen and (min-width: 1367px) {
.heading_bg-text.text-service { background-size: 444px 92px; }
}

.service_contents_wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5em .7em;
  padding: 1.5em 0;
  position: relative;
  width: 100%;
  z-index: 1;
}
@media screen and (min-width: 768px) and (max-width: 1366px) {
.service_contents_wrap {
  justify-content: space-between;
  margin: 0 auto;
  width: 70%;
}
}
@media screen and (min-width: 1367px) {
.service_contents_wrap {
  gap: 1.8em;
  justify-content: center;
  padding: 1.875em 2.25em;
}
}

.service_contents_list {
  padding-bottom: 60px;
  position: relative;
  width: 48%;
}
@media screen and (min-width: 1367px) {
.service_contents_list {
  padding-bottom: 80px;
  width: 356px;
}
}

.service_contents_list a {
  display: block;
  height: 100%;
  text-decoration: none;
}
@media screen and (min-width: 1367px) {
.service_contents_list a { transition: .3s; }
}

.service_contents_list figure {
  border-radius: 10px;
  overflow: hidden;
  width: 100%;
}
@media screen and (min-width: 1367px) {
.service_contents_list figure {
  border-radius: 20px;
  height: 220px;
  transition: transform .6s ease;
}
}

.service_contents_list img {
  display: block;
  height: auto;
  max-width: 100%;
  transition: .3s ease-out;
}
@media screen and (min-width: 1367px) {
.service_contents_list a:hover img { transform: scale(1.1); }
}

.service_contents_list_text {
  color: var(--red);
  font-size: 13px;
  font-weight: 600;
  min-height: 5em;
  line-height: 1.53;
  margin: 1em 0 0;
}
@media screen and (min-width: 1367px) {
.service_contents_list_text {
  font-size: 16px;
  font-weight: 500;
  min-height: auto;
  line-height: 1.25;
  min-height: 3em;
}
}

.page_section { margin-top: 50px; }
@media screen and (min-width: 1367px) {
.page_section { margin-top: 100px; }
}

.service_contents_wrap .common-button {
  bottom: 0;
  font-size: 15px;
  left: 0;
  position: absolute;
  width: 100%;
}
@media screen and (max-width: 1366px) {
.service_contents_wrap .common-button {
  border-radius: 5px;
  height: 40px;
}
}

@media screen and (max-width: 1366px) {
.service_contents_wrap .common-button:after {
  background-size: 11px 10px;
  right: 0;
}
}

.page_consultation { margin-top: 0; }
.page_consultation p { color: var(--red); }