@charset "UTF-8";
.pc-none {
  display: none !important;
}

@media (width <= 570px) {
  .sp-none {
    display: none !important;
  }
  .pc-none {
    display: block !important;
  }
}
.page-header-buttons small {
  display: inline-block;
  margin-bottom: 5px;
}

.dborder-l {
  border-left: double !important;
}

.dborder-r {
  border-right: double !important;
}

.dborder-t {
  border-top: double !important;
}

.dborder-b {
  border-bottom: double !important;
}

.marker-inside {
  list-style-position: inside !important;
}

.text-black {
  color: #000 !important;
}

.text-white {
  color: #fff !important;
}

.text-navy {
  color: #11214D !important;
}

.text-red {
  color: #E50012 !important;
}

ul.marker-annotate_number li,
ol.marker-annotate_number li {
  list-style-type: none;
  counter-increment: cnt;
  display: flex;
  gap: 3px;
}

ol.marker-annotate_number li::before,
ul.marker-annotate_number li::before {
  content: "※" counter(cnt);
  color: #E50012;
}

.bg-none {
  background: none !important;
}

.package-container {
  padding: 40px;
  margin: 30px 0;
}

.package-container > .container-blue-02 {
  padding: 0;
  margin: 0;
}

.package-container .content-buttons a:not(:last-of-type) {
  margin-right: 20px;
}

.gray-tag {
  padding: 0 10px;
  background-color: #949CB1;
  color: #fff;
  font-size: 18px;
  margin-right: 10px;
}

.align-center {
  text-align: center !important;
}

.fs-12px {
  font-size: 12px !important;
}

.fs-13px {
  font-size: 13px !important;
}

.fs-14px {
  font-size: 14px !important;
}

.fs-15px {
  font-size: 15px !important;
}

.fs-16px {
  font-size: 16px !important;
}

.fs-18px {
  font-size: 18px !important;
}

.fs-20px {
  font-size: 20px !important;
}

.fs-22px {
  font-size: 22px !important;
}

.fs-24px {
  font-size: 24px !important;
}

.fs-30px {
  font-size: 30px !important;
}

.fs-34px {
  font-size: 34px !important;
}

.text-bold {
  font-weight: bold !important;
}

.line-height-1_53 {
  line-height: 1.53 !important;
}

.line-height-1_58 {
  line-height: 1.58 !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-11px {
  margin-top: 11px !important;
}

.mt-12px {
  margin-top: 12px !important;
}

.mt-20px {
  margin-top: 20px !important;
}

.mt-40px {
  margin-top: 40px !important;
}

.mt-50px {
  margin-top: 50px !important;
}

.mt-60px {
  margin-top: 60px !important;
}

.mt-70px {
  margin-top: 70px !important;
}

.mt-80px {
  margin-top: 80px !important;
}

.mt-103px {
  margin-top: 103px !important;
}

.mt-120px {
  margin-top: 120px !important;
}

.mt-140px {
  margin-top: 140px !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-10px {
  margin-bottom: 10px !important;
}

.mb-15px {
  margin-bottom: 15px !important;
}

.mb-16px {
  margin-bottom: 16px !important;
}

.mb-18px {
  margin-bottom: 18px !important;
}

.mb-20px {
  margin-bottom: 20px !important;
}

.mb-22px {
  margin-bottom: 22px !important;
}

.mb-30px {
  margin-bottom: 30px !important;
}

.mb-40px {
  margin-bottom: 40px !important;
}

.mb-60px {
  margin-bottom: 60px !important;
}

.mr-25px {
  margin-right: 25px !important;
}

.mr-30px {
  margin-right: 30px !important;
}

.ml-0 {
  margin-left: 0 !important;
}

.ml-7px {
  margin-left: 7px !important;
}

.ml-25px {
  margin-left: 25px !important;
}

.mb-20px {
  margin-bottom: 20px !important;
}

.mb-1em {
  margin-bottom: 1em !important;
}

.mb-2em {
  margin-bottom: 2em !important;
}

.m-30px {
  margin: 30px 0 !important;
}

.m-0_auto {
  margin: 0 auto !important;
}

.my-8_5px {
  margin-top: 8.5px !important;
  margin-bottom: 8.5px !important;
}

.mx-0 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.p-40px {
  padding: 40px !important;
}

.p-30px {
  padding: 30px !important;
}

.px-30px {
  padding-left: 30px !important;
  padding-right: 30px !important;
}

.py-24px {
  padding-top: 24px !important;
  padding-bottom: 24px !important;
}

.p-13px-15px {
  padding: 13px 15px !important;
}

.p-15px-25px {
  padding: 15px 25px !important;
}

.p-8px-20px {
  padding: 8px 20px !important;
}

.pt-70px {
  padding-top: 70px !important;
}

.pr-30px {
  padding-right: 30px !important;
}

.pr-60px {
  padding-right: 60px !important;
}

@media (width <= 768px) {
  .mb-tablet-18px {
    margin-bottom: 18px !important;
  }
}
@media (width <= 570px) {
  .mr-sp-0 {
    margin-right: 0 !important;
  }
}
.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

div.triangle {
  width: 230px;
  height: 50px;
  background-color: #E50012;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  position: absolute;
  left: calc(50% - 115px);
  top: -30px;
}

.max-width-255px {
  max-width: 255px !important;
}

.max-width-800px {
  max-width: 800px !important;
}

.display-flex {
  display: flex !important;
}

.display-block {
  display: block !important;
}

.display-grid {
  display: grid;
  justify-content: space-between;
}

.display-contents {
  display: contents !important;
}

.grid-col-4 {
  grid-template-columns: repeat(4, 1fr);
}

.grid-col-3 {
  grid-template-columns: repeat(3, 1fr);
}

.grid-col-2 {
  grid-template-columns: repeat(2, 1fr);
}

.gap-10px {
  gap: 10px;
}

.gap-15px {
  gap: 15px;
}

.gap-20px {
  gap: 20px;
}

.gap-26px {
  gap: 26px;
}

.gap-30px {
  gap: 30px;
}

.gap-40px {
  gap: 40px;
}

.gap-50px_60px {
  gap: 50px 60px;
}

.gap-50px_26px {
  gap: 50px 26px;
}

.justify-content-flex_end {
  justify-content: flex-end;
}

.justify-content-flex-start {
  justify-content: flex-start;
}

.align-items-center {
  align-items: center !important;
}

.align-items-start {
  align-items: flex-start !important;
}

@media (width <= 768px) {
  .display-tablet-flex {
    display: flex !important;
  }
  .grid-col-4 {
    grid-template-columns: repeat(2, 1fr);
  }
  .grid-col-tablet-2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .grid-col-tablet-1 {
    grid-template-columns: 1fr;
  }
  .flex-direction-tablet-column {
    flex-direction: column;
  }
}
@media (width <= 570px) {
  .grid-col-4 {
    grid-template-columns: 1fr;
  }
  .grid-col-sp-1 {
    grid-template-columns: 1fr;
  }
  .flex-direction-sp-column {
    flex-direction: column;
  }
  .align-items-sp-center {
    align-items: center;
  }
  .align-self-sp-center {
    align-self: center;
  }
}
.right-circle-arrow {
  display: flex;
  align-items: center;
  line-height: 1.2 !important;
  position: relative;
  padding-left: 25px;
  font-size: 18px;
}

.right-circle-arrow::before {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  background-color: #E50012;
  border-radius: 50%;
  top: calc(1em - 18px);
  left: 0px;
}

.right-circle-arrow::after {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
  top: calc(1em - 11px);
  left: 5.5px;
}

.h-auto {
  height: auto !important;
}

.h-fit-content {
  height: -moz-fit-content !important;
  height: fit-content !important;
}

.h-25px {
  height: 25px !important;
}

.h-58px {
  height: 58px !important;
}

.w-auto {
  width: auto !important;
}

.w-30per {
  width: 30% !important;
}

.w-65per {
  width: 65% !important;
}

.w-100per {
  width: 100% !important;
}

.w-25px {
  width: 25px !important;
}

.w-40px {
  width: 40px !important;
}

.w-60px {
  width: 60px !important;
}

.w-210px {
  width: 210px !important;
}

.w-370px {
  width: 370px !important;
}

.w-fit-content {
  width: -moz-fit-content !important;
  width: fit-content !important;
}

@media (width <= 768px) {
  .w-tablet-40per {
    width: 40% !important;
  }
  .w-sp-100per {
    width: 100% !important;
  }
}
@media (width <= 570px) {
  .w-sp-35per {
    width: 35% !important;
  }
  .w-sp-auto {
    width: auto !important;
  }
}
.image-desc-2col:not(:first-of-type) {
  margin-top: 50px;
}

.desc h4 {
  margin-top: 0;
}

.categorys {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.categorys > li {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  padding: 3px 14px;
  background-color: #E6EBF2;
  color: #11214D;
}

.hover-text-red:hover {
  color: #E50012 !important;
}

.hover-border-red:hover {
  border: 1px #E50012 solid;
}

.hover-under-line:hover {
  text-decoration: underline;
}

h2:empty {
  margin: 0 0 0 !important;
}

.list-marker-line > li {
  margin-left: 18px;
  position: relative;
}

.list-marker-line > li::before {
  content: "";
  position: absolute;
  display: block;
  width: 8px;
  height: 2px;
  margin-right: 8px;
  background-color: #E50012;
  top: calc(1em - 1px);
  left: -16px;
}

.list-marker-line > li > ul > li {
  margin-left: -5px;
}

.list-marker-line {
  list-style-type: none;
}

.right-triangle-arrow {
  display: flex;
  align-items: center;
  line-height: 1.2 !important;
  padding-left: 25px;
  font-size: 20px;
}

.right-triangle-arrow {
  list-style-type: none !important;
}

.right-triangle-arrow::before {
  content: "▶";
  color: #E50012;
  font-size: 0.5em;
  margin-right: 10px;
}

.background-none {
  background: none !important;
}

.border-none {
  border: none;
}

.border-radius-10px {
  border-radius: 10px !important;
}

.border-radius-50px {
  border-radius: 50px !important;
}

.background-red {
  background-color: #E50012 !important;
}

.background-red:hover {
  background-color: #fff !important;
}

.products-hover:hover h3 {
  color: #E50012 !important;
}

.catalog_download {
  display: flex;
  align-items: center;
  padding: 16px 56px 16px 25px;
  background-color: #E50012;
  border-radius: 50px;
  color: #fff !important;
  font-size: 16px;
  font-weight: bold;
  width: -moz-fit-content;
  width: fit-content;
  background: #E50012 url(../images/common/icons/ico_right.png) no-repeat center right;
}

.catalog_download:hover {
  opacity: 0.3;
  color: #fff;
}

.catalog_download > img {
  width: 17px;
  height: 17px;
  margin-right: 8px;
  margin-left: 0;
}

.table-text-align-center {
  text-align: center;
}

.valign-top {
  vertical-align: top !important;
}

.border-right_1px {
  border-right: solid 1px #B7B9Bf;
}

.border-left_1px {
  border-left: solid 1px #B7B9Bf;
}

.border-red-1px {
  border: solid 1px #E50012;
}

/* ===  9/29 追記CSS === */
a.anchor {
  display: block;
  padding-top: 70px;
  margin-top: -70px;
}

.sp_display {
  display: none;
}

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

.container-pink {
  width: 50%;
  padding: 42px 50px 40px 60px;
}

.container-pink h3 {
  margin-top: 0;
  margin-bottom: 18px;
}

.container-pink p {
  font-size: 15px;
  line-height: 1.86;
  margin: 18px 0 25px;
}

.container-pink .content-buttons {
  margin: 20px 0 0;
}

.container-pink .content-buttons a {
  background: #E50012 url(https://ekispert.jp/wp-content/themes/ekispert_theme/images/contact/last_arrow.png);
  background-repeat: no-repeat;
  background-position: 90% 50%;
}

.container-pink .content-buttons a:hover {
  background: #FFF url(https://ekispert.jp/wp-content/themes/ekispert_theme/images/contact/last_arrow_red.png);
  background-repeat: no-repeat;
  background-position: 90% 50%;
  outline: 1px solid #E50012;
  outline-offset: 1px;
  color: #E50012;
}

.list-marker-pink {
  font-size: 15px;
  background-color: #FFF;
  padding: 15px 0;
}

.list-marker-pink li {
  margin-left: 35px;
}

.list-marker-pink li::marker {
  padding-left: 15px;
  color: #E50012;
}

.top-wrap {
  display: flex;
}

.top-wrap .content-buttons {
  text-align: center;
}

.border {
  background: #FFF;
  width: 1px;
  height: 374px;
  margin-top: 40px;
}

.entry-content h6 {
  color: #E50012;
  font-size: 15px;
  font-weight: bold;
  margin: 0 0 16px;
  line-height: 1.86;
}

.product_trial {
  max-width: 420px;
  width: 100%;
}

.product_trial-box {
  display: flex;
}

.product_trial-link li a:hover {
  color: #E50012;
}

.list-content {
  list-style-type: disc;
}

.content-img {
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: 8px;
  vertical-align: text-bottom;
}

/* #consideration */
#consideration > p {
  margin-bottom: 35px;
}

#consideration .consideration-box {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 70px;
  justify-content: space-between;
}

#consideration .consideration-box_item {
  max-width: 368px;
  width: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}

#consideration .consideration-box_item:first-of-type {
  width: 100%;
  max-width: 100%;
  padding: 50px 0;
}

#consideration .consideration-box_item h4 {
  color: #E50012;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.77;
  margin: 0;
}

#consideration .consideration-box_item h4 img {
  display: inline;
  margin-right: 8px;
}

#consideration .consideration-box_item:nth-child(1) .content-buttons {
  padding: 24px 0 0;
  text-align: center;
  margin: 0;
}

#consideration .consideration-box_item:nth-child(2) {
  padding: 40px 0 56px;
}

#consideration .consideration-box_item:nth-child(2) h4 {
  margin-bottom: 24px;
}

#consideration .consideration-box_item:nth-child(2) a {
  font-size: 30px;
  font-weight: bold;
}

#consideration .consideration-box_item:nth-child(3) {
  padding: 30px 0 22px;
}

#consideration .consideration-box_item:nth-child(3) h4 {
  margin-bottom: 7px;
}

#consideration .consideration-box_item:nth-child(3) .consideration-tel {
  display: flex;
  justify-content: center;
}

#consideration .consideration-box_item:nth-child(3) .consideration-tel p {
  font-size: 14px;
  margin: 0;
  max-width: 255px;
  width: 100%;
}

#consideration .consideration-box_item:nth-child(3) .consideration-tel a {
  display: inline-block;
  font-size: 32px;
  font-weight: bold;
}

#consideration .consideration-box_item:nth-child(4) img {
  vertical-align: text-top;
}

#consideration .consideration-box_item:nth-child(4) h4 {
  line-height: 1.77;
}

#consideration .consideration-box_item:nth-child(4) p {
  font-size: 34px;
  font-weight: bold;
}

#consideration h3 {
  margin: 0 0 22px;
}

#consideration h4 {
  margin: 0 0 18px;
}

#consideration .catalog_download-button {
  margin-bottom: 42px;
}

#consideration .catalog_download-button a {
  padding: 13px 56px 13px 25px;
}

/* #usage */
#usage .usage-support_box {
  width: 100%;
  text-align: center;
  padding: 33px 0 46px;
}

#usage .usage-support_box img {
  display: inline;
  margin-right: 12px;
}

#usage .usage-support_box p {
  margin-bottom: 29px;
}

#usage .usage-support_box h4 {
  margin: 24px 0;
  font-size: 24px;
  font-weight: bold;
}

#usage .usage-support_box {
  margin-bottom: 54px;
}

#usage .usage-support_box a {
  padding: 13px 56px 13px 25px;
}

#usage .content-buttons {
  margin: 0;
}

#usage .usage-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#usage .usage-box_item {
  max-width: 368px;
  width: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

#usage .usage-box_item h4 {
  color: #E50012;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.77;
  margin: 0;
}

#usage .usage-box_item h4 img {
  display: inline;
  margin-right: 8px;
}

#usage .usage-box_item:nth-child(1) {
  padding: 40px 0 40px;
  max-width: 100%;
}

#usage .usage-box_item:nth-child(1) h4 {
  margin-bottom: 26px;
}

#usage .usage-box_item:nth-child(2) h4 {
  margin-bottom: 24px;
}

#usage .usage-box_item:nth-child(2) a {
  font-size: 30px;
  font-weight: bold;
  line-height: 0.93;
}

#usage .usage-box_item:nth-child(3) {
  padding: 30px 0 22px;
}

#usage .usage-box_item:nth-child(3) h4 {
  margin-bottom: 14px;
}

#usage .usage-box_item:nth-child(3) p {
  font-size: 13px;
  margin: 15px 0 0;
}

#usage .usage-box_item:nth-child(3) .usage-tel {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

#usage .usage-box_item:nth-child(3) .usage-tel p {
  font-size: 14px;
  font-weight: bold;
  margin: 0;
  max-width: 255px;
  width: 100%;
}

#usage .usage-box_item:nth-child(3) .usage-tel p:first-child {
  margin-bottom: 25px;
}

#usage .usage-box_item:nth-child(3) .usage-tel span {
  font-size: 14px;
  margin-bottom: 16px;
  max-width: 255px;
  width: 100%;
  line-height: 28px;
}

#usage .usage-box_item:nth-child(3) .usage-tel a {
  display: inline-block;
  font-size: 32px;
  font-weight: bold;
}

#usage .usage-box_item:nth-child(4) {
  padding: 37px 0 55px;
}

#usage .usage-box_item:nth-child(4) h4 {
  margin-bottom: 33px;
}

#usage .usage-box_item:nth-child(4) p {
  font-size: 34px;
  font-weight: bold;
  margin: 0;
}

.mb-30px {
  margin-bottom: 30px !important;
}

@media only screen and (max-width: 1220px) {
  #consideration .consideration-box_item {
    max-width: initial;
  }
  #usage .usage-box_item {
    max-width: initial;
  }
}
@media only screen and (max-width: 768px) {
  #consideration .consideration-box_item:nth-of-type(4) {
    padding: 40px 0 56px;
  }
  #usage .usage-box_item:nth-of-type(2) {
    padding: 40px 0 56px;
  }
  .top-wrap {
    display: block;
  }
  .top-wrap .container-pink {
    width: 100%;
  }
  .border {
    height: 1px;
    margin: 20px 0 20px;
    width: 85%;
    margin: 0 auto;
  }
  .product_trial-box {
    display: block;
  }
  .product_trial-box .product_trial:nth-child(1) {
    margin-bottom: 25px;
  }
}
@media only screen and (max-width: 564px) {
  .top-wrap .container-pink {
    padding: 30px 20px;
  }
  .border {
    width: 90%;
  }
  br.sp_none {
    display: none;
  }
  .consideration-box_item:nth-child(3) .usage-tel .business_day {
    line-height: 1.6;
    margin-top: 7px;
  }
  #consideration .consideration-tel {
    display: block !important;
  }
  #consideration .consideration-tel p {
    max-width: initial;
  }
  #consideration .consideration-box_item:nth-child(3) .consideration-tel p {
    max-width: initial;
  }
  #consideration .consideration-box_item:nth-child(3) .consideration-tel p:first-child {
    margin-right: 0;
    margin-bottom: 15px;
  }
  #usage .usage-tel {
    display: block !important;
  }
  #usage .usage-tel p {
    max-width: initial;
  }
  #usage .usage-box_item:nth-child(3) .usage-tel p {
    max-width: initial;
  }
  #usage .usage-box_item:nth-child(3) .usage-tel p:first-child {
    margin-right: 0;
    margin-bottom: 15px;
  }
  #usage .usage-box_item:nth-child(3) .usage-tel .business_day {
    line-height: 1.6;
  }
  .sp_display {
    display: block;
  }
}
.search-icon {
  top: calc(50% - 12.5px);
  right: 14.3px;
}

.keyword-404-2 input {
  border: 1px solid #949CB1;
  border-radius: 3px;
}

a.to_home_txt {
  text-decoration: underline;
  display: flex;
  align-items: center;
}

.entry-header .page-categories {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.entry-header .page-categories span:not(:first-child) {
  margin-left: 0;
}

.searchandfilter {
  margin-bottom: 60px;
}

.searchandfilter input {
  width: 370px;
  padding: 13px 15px;
  padding-right: 60px;
  border: 1px solid #949cb1;
  border-radius: 3px;
  position: relative;
}

.searchandfilter ul li:not(:first-of-type) {
  display: none;
}

.keyword-404-2 .search-icon {
  right: 25px;
  cursor: pointer;
}

@media (width <= 768px) {
  .searchandfilter ul {
    width: 100%;
  }
  .searchandfilter li {
    width: 100%;
  }
  .searchandfilter input {
    width: 100%;
  }
}
a.to_home_txt {
  text-decoration: underline;
  display: flex;
  align-items: center;
}

a.to_home_txt:hover {
  color: #E50012;
}

.right-circle-arrow.to_home_txt::before {
  top: calc(1em - 14px);
}

.right-circle-arrow.to_home_txt::after {
  top: calc(1em - 7px);
}

.entry-title {
  max-width: 1200px;
  margin: 0 auto 24px;
  font-size: 24px;
  font-weight: bold;
  padding: 80px 20px 0;
}

.search-result[id^=post-] {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}

.search-result-container {
  display: flex;
  gap: 24px;
  padding: 24px 0;
  border-top: 1px solid #DADDE3;
  margin: 0 auto;
  width: 100%;
}

.search-result-container > .thumbnail {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
}

.search-result-container > .thumbnail img {
  width: 120px;
}

.search-result-container > .text {
  display: block;
  width: 100%;
}

.search-result-container > .text > .result-title p {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 15px;
}

.search-result-container > .text > .result-title p:hover {
  text-decoration: underline;
  color: #E50012;
}

.search-result-container > .text > .result-content {
  margin-bottom: 10px;
  line-height: 1.4;
}

.search-result-container > .text > .result-link {
  color: #E50012;
  text-decoration: underline;
  word-wrap: break-word;
}

@media (width <= 768px) {
  .search-result-container {
    flex-direction: column;
  }
  .search-result-container > .thumbnail {
    width: 100%;
  }
  .search-result-container > .thumbnail img {
    width: 100%;
  }
}
.highlight {
  background-color: #ffee81;
}

/* 広告商材ページ--ここから */
.ad-number-txt {
  counter-increment: h3counter;
  display: flex;
}

@media (max-width: 768px) {
  .ad-number-txt {
    flex-direction: column;
  }
}
.ad-number-txt::before {
  content: counter(h3counter, decimal-leading-zero);
  font-size: 79px;
  letter-spacing: -0.03em;
  line-height: 1.24;
  color: #E50012;
  margin-right: 22px;
  margin-top: -20px;
}

@media (max-width: 768px) {
  .ad-number-txt::before {
    margin-right: 0;
  }
}
@media (max-width: 768px) {
  .ad-number-txt > div {
    border-top: solid 1px #E50012;
  }
}
.ad-number-txt > div > div:first-of-type {
  padding-left: 31px;
  border-left: solid 1px #E50012;
  margin-bottom: 50px;
}

@media (max-width: 768px) {
  .ad-number-txt > div > div:first-of-type {
    border-left: none;
    padding-left: 0;
    padding: 20px;
  }
}
.ad-number-txt > div > div:first-of-type h3 {
  margin-block: 0 20px;
}

.ad-number-txt:nth-of-type(4) > div > .flex-container {
  display: flex;
  justify-content: space-between;
  padding-left: 31px;
}

@media (max-width: 768px) {
  .ad-number-txt:nth-of-type(4) > div > .flex-container {
    flex-direction: column;
    width: 100%;
    gap: 20px;
    padding-left: 0;
  }
}
.ad-number-txt:nth-of-type(4) > div > .flex-container > div {
  display: flex;
  align-items: center;
}

@media (width <= 768px) {
  .ad-number-txt:nth-of-type(4) > div > .flex-container > div {
    justify-content: space-between;
  }
}
.ad-number-txt:nth-of-type(4) > div > .flex-container > div:first-of-type img {
  display: block;
  width: 223px;
  z-index: 2;
}

@media (max-width: 768px) {
  .ad-number-txt:nth-of-type(4) > div > .flex-container > div:first-of-type img {
    width: 30vw;
    margin-inline: 0;
  }
}
.ad-number-txt:nth-of-type(4) > div > .flex-container > div:last-of-type img {
  display: block;
  width: 236px;
  z-index: 2;
}

@media (max-width: 768px) {
  .ad-number-txt:nth-of-type(4) > div > .flex-container > div:last-of-type img {
    width: 30vw;
    margin-inline: 0;
  }
}
.ad-number-txt:nth-of-type(4) > div > .flex-container > div p {
  padding: 27px 54px 27px 118px;
  background-color: #F2F4F8;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.666;
  color: #E50012;
  margin-left: -98px;
}

@media (max-width: 768px) {
  .ad-number-txt:nth-of-type(4) > div > .flex-container > div p {
    margin-left: -62px;
    font-size: 16px;
    width: 70vw;
    padding: 10px 10px 10px 13vw;
  }
}
.ad-number-txt:nth-of-type(5) > div > div:last-of-type {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  padding: 30px 40px 41px;
  background-color: #F2F4F8;
  /* margin-inline: 31px 170px; */
}

@media (max-width: 768px) {
  .ad-number-txt:nth-of-type(5) > div > div:last-of-type {
    margin-inline: 0;
    padding: 20px;
  }
}
.ad-number-txt:nth-of-type(5) > div > div:last-of-type p {
  margin-top: 0;
}

.ad-number-txt:nth-of-type(5) > div > div:last-of-type p:nth-of-type(1) {
  background-color: #97BDDD;
  text-align: center;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.77;
  margin-bottom: 20px;
  padding-block: 12px;
}

.ad-number-txt:nth-of-type(5) > div > div:last-of-type p:nth-of-type(2) {
  background-color: #627CBE;
  text-align: center;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.77;
  margin-bottom: 20px;
  position: relative;
  padding-block: 12px;
}

.ad-number-txt:nth-of-type(5) > div > div:last-of-type p:nth-of-type(2)::before {
  content: "";
  display: block;
  width: 20px;
  height: 100%;
  background-color: #627CBE;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 100% 50%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 100% 50%);
  position: absolute;
  top: 0;
  left: -19px;
}

.ad-number-txt:nth-of-type(5) > div > div:last-of-type p:nth-of-type(3) {
  background-color: #11214D;
  text-align: center;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.77;
  margin-bottom: 20px;
  position: relative;
  padding-block: 12px;
}

.ad-number-txt:nth-of-type(5) > div > div:last-of-type p:nth-of-type(3)::before {
  content: "";
  display: block;
  width: 20px;
  height: 100%;
  background-color: #11214D;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 100% 50%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 100% 50%);
  position: absolute;
  top: 0;
  left: -19px;
}

.ad-number-txt:nth-of-type(6) > div > div:last-of-type {
  display: flex;
  gap: 3px;
  padding-left: 31px;
}

@media (max-width: 768px) {
  .ad-number-txt:nth-of-type(6) > div > div:last-of-type {
    flex-direction: column;
    padding-left: 0;
  }
}
.ad-number-txt:nth-of-type(6) > div > div:last-of-type img {
  width: 333px;
  height: 271.89px;
  margin-inline: 0;
}

.ad-number-txt:nth-of-type(6) > div > div:last-of-type p {
  padding: 27px 41px 27px 56px;
  font-size: 18px;
  font-weight: bold;
  margin-top: 94px;
  line-height: 1.666;
  color: #E50012;
  background-color: #F2F4F8;
  -webkit-clip-path: polygon(0 50%, 28px calc(50% - 7px), 28px 0, 100% 0, 100% 100%, 28px 100%, 28px calc(50% + 7px));
  clip-path: polygon(0 50%, 28px calc(50% - 7px), 28px 0, 100% 0, 100% 100%, 28px 100%, 28px calc(50% + 7px));
  height: -moz-fit-content;
  height: fit-content;
}

@media (max-width: 768px) {
  .ad-number-txt:nth-of-type(6) > div > div:last-of-type p {
    -webkit-clip-path: polygon(0 28px, calc(50% - 7px) 28px, 50% 0, calc(50% + 7px) 28px, 100% 28px, 100% 100%, 0 100%);
    clip-path: polygon(0 28px, calc(50% - 7px) 28px, 50% 0, calc(50% + 7px) 28px, 100% 28px, 100% 100%, 0 100%);
    padding: 50px 20px 20px;
    margin-top: 0;
  }
}
.ad-inquiry {
  padding-block: 60px;
  background-color: #F2F4F8;
  width: 100%;
  position: static;
}

@media (width <= 768px) {
  .ad-inquiry {
    padding-inline: 20px;
  }
}
.ad-inquiry h2 {
  text-align: center;
  background-image: none !important;
  margin-bottom: 30px !important;
  width: 100%;
  margin-left: 0 !important;
}

@media (width <= 768px) {
  .ad-inquiry h2 {
    padding-inline: 0;
  }
}
.ad-inquiry p {
  text-align: center;
  margin-bottom: 40px;
}

.ad-inquiry .content-buttons a {
  margin-inline: auto;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
}

.ad-type-container {
  display: flex;
  justify-content: center;
}

@media (max-width: 768px) {
  .ad-type-container {
    flex-direction: column;
    gap: 20px;
  }
}
.ad-type-container > div {
  width: 390px;
  height: 390px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: gray;
}

@media (max-width: 768px) {
  .ad-type-container > div {
    width: 100%;
    height: auto;
    aspect-ratio: 1/1;
  }
}
.ad-type-container > div::after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: solid 1px #fff;
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
}

@media (max-width: 768px) {
  .ad-type-container > div::after {
    content: none;
  }
}
.ad-type-container > div:first-of-type {
  background: url("https://ekispert.jp/wp-content/themes/ekispert_theme/images/ad/ad_img05.png") center/cover no-repeat;
}

@media (max-width: 768px) {
  .ad-type-container > div:first-of-type {
    transform: translateX(0);
  }
}
.ad-type-container > div:first-of-type > div:nth-of-type(1) {
  position: absolute;
  top: 124px;
  left: 57px;
}

@media (max-width: 768px) {
  .ad-type-container > div:first-of-type > div:nth-of-type(1) {
    top: 22vw;
    left: 13vw;
  }
}
.ad-type-container > div:first-of-type > div:nth-of-type(2) {
  position: absolute;
  top: 170px;
  left: 223px;
}

@media (max-width: 768px) {
  .ad-type-container > div:first-of-type > div:nth-of-type(2) {
    top: 29vw;
    left: 55vw;
  }
}
.ad-type-container > div:first-of-type > div:nth-of-type(3) {
  position: absolute;
  top: 234px;
  left: 104px;
}

@media (max-width: 768px) {
  .ad-type-container > div:first-of-type > div:nth-of-type(3) {
    top: 52vw;
    left: 28vw;
  }
}
.ad-type-container > div:last-of-type {
  background: url("https://ekispert.jp/wp-content/themes/ekispert_theme/images/ad/ad_img06.png") center/cover no-repeat;
}

@media (max-width: 768px) {
  .ad-type-container > div:last-of-type {
    transform: translateX(0);
  }
}
.ad-type-container > div:last-of-type > div:nth-of-type(1) {
  position: absolute;
  top: 127px;
  left: 237px;
}

@media (max-width: 768px) {
  .ad-type-container > div:last-of-type > div:nth-of-type(1) {
    top: 22vw;
    left: 52vw;
  }
}
.ad-type-container > div:last-of-type > div:nth-of-type(2) {
  position: absolute;
  top: 155px;
  left: 62px;
}

@media (max-width: 768px) {
  .ad-type-container > div:last-of-type > div:nth-of-type(2) {
    top: 29vw;
    left: 11vw;
  }
}
.ad-type-container > div:last-of-type > div:nth-of-type(3) {
  position: absolute;
  top: 247px;
  left: 168px;
}

@media (max-width: 768px) {
  .ad-type-container > div:last-of-type > div:nth-of-type(3) {
    top: 52vw;
    left: 40vw;
  }
}
.ad-type-container > div > p {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.35;
  text-align: center;
  margin-top: 46px;
  color: #fff;
}

@media (max-width: 768px) {
  .ad-type-container > div > p {
    font-size: 3vw;
    margin-top: 7vw;
  }
}
.ad-type-container > div > div {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 7px;
}

.ad-type-container > div > div img {
  width: 31.52px;
  height: 40px;
  display: block;
}

@media (max-width: 768px) {
  .ad-type-container > div > div img {
    width: 10vw;
    height: auto;
  }
}
.ad-type-container > div > div p {
  text-align: center;
  color: #fff;
  font-weight: 500;
}

@media (max-width: 768px) {
  .ad-type-container > div > div p {
    font-size: 3.5vw;
    line-height: 1.2;
  }
}
.ad-grid-container {
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(3, 1fr);
}

@media (max-width: 768px) {
  .ad-grid-container {
    grid-template-columns: 1fr;
    gap: 15px;
  }
}
.ad-grid-container > div {
  background-color: #F2F4F8;
  padding: 20px;
  display: flex;
  gap: 20px;
  align-items: center;
}
@media (width <= 768px) {
  .ad-grid-container > div {
    padding: 10px;
    gap: 15px;
  }
}

.ad-grid-container > div img {
  display: block;
  width: 100px;
  height: 100px;
  margin-inline: 0;
}
@media (width <= 768px) {
  .ad-grid-container > div img {
    width: 70px;
    height: 70px;
  }
}

.ad-grid-container > div > div p {
  font-size: 19px;
  font-weight: bold;
  line-height: 1.474;
  margin-bottom: 10px;
}

.ad-grid-container > div > div div {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 5px 0;
}

.ad-grid-container > div > div div span {
  border: solid 1px #000;
  padding-inline: 6px;
  display: flex;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  height: 1.5em;
}

.ad-grid-container > div > div div span:not(:first-of-type) {
  margin-left: 5.5px;
}

.ad-grid-container > div > div div span:not(:last-of-type) {
  margin-right: 5.5px;
}

[class^=ad-h3-span] {
  display: inline-block;
  padding: 2px 10px;
  margin-right: 8px;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
}

.ad-h3-span-blue {
  background: linear-gradient(to right, #35BEE8, #349EE0);
}

.ad-h3-span-red {
  background: linear-gradient(to right, #FF725C, #FF4141);
}

.ad-ex {
  display: grid;
  grid-template-columns: 1fr 1fr 1.7fr 3fr;
  gap: 0 20px;
  position: relative;
  margin-top: 50px;
}
@media (width <= 768px) {
  .ad-ex {
    gap: 20px 0;
  }
}
.ad-ex::after {
  content: "";
  width: 100%;
  height: 5px;
  background-color: #939CB1;
  position: absolute;
  top: calc(50% - 2.5px);
  left: 0;
  z-index: -1;
}
@media (width <= 768px) {
  .ad-ex::after {
    width: 5px;
    height: 100%;
    top: 0;
    left: calc(50% - 2.5px);
  }
}
.ad-ex > div {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
  position: relative;
  padding: 50px 20px 20px;
  background-color: #F2F4F8;
}
@media (width <= 768px) {
  .ad-ex > div {
    padding-top: 25px;
    grid-column: 1/-1;
  }
}
.ad-ex > div img {
  position: absolute;
  top: -40px;
  left: calc(50% - 35px);
  display: block;
  width: 70px;
  height: 70px;
}
@media (width <= 768px) {
  .ad-ex > div img {
    top: -10px;
    left: 20px;
  }
}
.ad-ex > div p:first-of-type {
  font-weight: bold;
  font-size: 18px;
  text-align: center;
}
@media (width <= 768px) {
  .ad-ex > div p:first-of-type {
    margin-left: 80px;
    text-align: left;
  }
}
@media (width <= 768px) {
  .ad-ex > div p:last-of-type {
    grid-column: 1/-1;
    text-align: left !important;
  }
}

.heading-anchor .ad-h2-span {
  font-size: 24px;
}

@media (max-width: 768px) {
  .heading-anchor .ad-h2-span {
    display: block;
  }
}
@media (max-width: 768px) {
  .js-scrollable {
    overflow: auto;
  }
}
div.ad-process {
  width: 1160px;
  position: relative;
}
@media (width <= 768px) {
  div.ad-process {
    transform: scale(0.9) translateX(-70px);
  }
}
div.ad-process > img {
  display: block;
  width: 100%;
}
div.ad-process > p {
  position: absolute;
  line-height: 1.2;
  text-align: center;
}
div.ad-process > p span {
  font-size: 15px;
  line-height: 1.5;
}
div.ad-process > p:nth-of-type(1) {
  top: 23px;
  left: 123px;
  color: #fff;
  font-size: 10px;
}
div.ad-process > p:nth-of-type(2) {
  top: 18px;
  left: 402px;
  color: #fff;
  font-size: 13px;
}
div.ad-process > p:nth-of-type(2) span {
  font-size: 18px;
}
div.ad-process > p:nth-of-type(3) {
  top: 12px;
  left: 1037px;
  color: #fff;
  font-size: 15px;
}
div.ad-process > p:nth-of-type(4) {
  top: 335px;
  left: 330px;
  color: #fff;
  font-size: 10px;
  line-height: 1.5;
}
div.ad-process > p:nth-of-type(4) span {
  line-height: 1.2;
}
div.ad-process > p:nth-of-type(5) {
  top: 121px;
  left: 89px;
  font-weight: bold;
}
div.ad-process > p:nth-of-type(6) {
  top: 66px;
  left: 265px;
  font-size: 18px;
  font-weight: bold;
}
div.ad-process > p:nth-of-type(7) {
  top: 114px;
  left: 230px;
  color: #fff;
  font-weight: bold;
}
div.ad-process > p:nth-of-type(8) {
  top: 143px;
  left: 222px;
  color: #fff;
  font-size: 12px;
  line-height: 1.6;
}
div.ad-process > p:nth-of-type(9) {
  top: 66px;
  left: 526px;
  font-size: 18px;
  font-weight: bold;
}
div.ad-process > p:nth-of-type(10) {
  left: 499px;
  top: 114px;
  color: #fff;
  font-weight: bold;
}
div.ad-process > p:nth-of-type(11) {
  top: 143px;
  left: 461px;
  color: #fff;
  font-size: 12px;
  line-height: 1.6;
}
div.ad-process > p:nth-of-type(12) {
  top: 66px;
  left: 787px;
  font-size: 18px;
  font-weight: bold;
}
div.ad-process > p:nth-of-type(13) {
  left: 767px;
  top: 128px;
  color: #fff;
  font-weight: bold;
}
div.ad-process > p:nth-of-type(14) {
  top: 111px;
  left: 1023px;
  color: #fff;
  font-weight: bold;
  line-height: 1.6;
}
div.ad-process > p:nth-of-type(15) {
  top: 288px;
  left: 87px;
  font-size: 13.5px;
  font-weight: bold;
}
div.ad-process > p:nth-of-type(16) {
  top: 284px;
  left: 261px;
}
div.ad-process > p:nth-of-type(17) {
  top: 284px;
  left: 472px;
}
div.ad-process > p:nth-of-type(18) {
  left: 555px;
  top: 284px;
}
div.ad-process > p:nth-of-type(19) {
  top: 276px;
  left: 638px;
}
div.ad-process > p:nth-of-type(20) {
  top: 284px;
  left: 746px;
}
div.ad-process > p:nth-of-type(21) {
  top: 284px;
  left: 1016px;
}

/* 広告商材ページ--ここまで */ /*# sourceMappingURL=content-add.css.map */


/* 広告メニュー ラインナップページ--ここまで */
.ad-table-lineup > tbody > tr:nth-of-type(3) > td > div.image > img {
  height: 260.29px;
  width: auto;
  margin-top: 15px;
  margin-inline: 0;
}
.ad-table-lineup > tbody > tr:nth-of-type(3) > td:nth-of-type(2) > div.image > img {
  margin-top: calc(28px + 15px);
}
.ad-inquiry-lineup {
  padding-block: 60px;
  background-color: #F2F4F8;
  width: 100vw;
  position: static;
  min-width: 1200px;
  margin-left: -20px;
  @media only screen and (min-width: 1220px) {
    margin-left: calc(-50vw + 600px);
  }
  @media screen and (min-width: 1200px) and (max-width: 1220px) {
    margin-left: calc(-50vw + 580px);
  }
  @media (max-width: 768px) {
    min-width: initial;
  }
}
/* 広告メニュー ラインナップページ--ここまで */