@charset "UTF-8";
body {
  background-color: #f7efef !important;
}

body,
p {
  font-style: normal;
  color: #333333 !important;
  font-size: 1rem !important;
  line-height: 1.8;
}
@media only screen and (max-width: 576px) {
  body,
  p {
    font-size: 0.875rem !important;
  }
}

section {
  margin-bottom: 60px !important;
}
@media only screen and (max-width: 576px) {
  section {
    margin-bottom: 30px !important;
  }
}

footer .region-footer {
  background-color: #4bafff !important;
}

.b {
  font-weight: bold;
}

.sp-blank {
  display: inline;
}
@media only screen and (max-width: 576px) {
  .sp-blank {
    display: block;
  }
}

.pc-blank {
  display: block;
}
@media only screen and (max-width: 576px) {
  .pc-blank {
    display: inline;
  }
}

.sp-view {
  display: none;
}
@media (max-width: 576px) {
  .sp-view {
    display: block !important;
  }
}

.title-main {
  margin-bottom: 30px;
}
@media (max-width: 576px) {
  .title-main {
    margin-bottom: 20px;
  }
}

.hidden {
  display: none;
}

.scroll {
  overflow-x: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
}

.job-content {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  max-width: 450px;
  margin-right: 16px;
  border: 5px solid #4bafff;
  margin-bottom: 20px;
  position: relative;
}
@media only screen and (max-width: 576px) {
  .job-content {
    max-width: 350px;
  }
}
.job-content .btn-main {
  width: 80% !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 50px !important;
  margin: 0px auto;
  padding: 10px;
  align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 15px !important;
}
.job-content .btn-main span {
  font-size: 0.875rem !important;
}
@media only screen and (max-width: 576px) {
  .job-content .btn-main {
    width: 95% !important;
    line-height: 1.4;
  }
}
.job-content .btn-main-wrap {
  margin-bottom: 30px;
  margin-top: auto;
}
.job-content .btn-main span {
  display: block;
  width: 100%;
  font-weight: bold;
  font-size: 1.25rem !important;
}
@media only screen and (max-width: 576px) {
  .job-content .btn-main span {
    font-size: 1.125rem !important;
  }
}
.job-inner {
  padding: 15px;
  padding-bottom: 20px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}
.job-title {
  margin-bottom: 10px;
}
.job-title p {
  color: #027ddc;
  line-height: 1.5;
  font-size: 1.375rem !important;
  margin-bottom: 10px;
  font-weight: 700;
  font-style: normal;
  margin-bottom: 0 !important;
}
@media only screen and (max-width: 576px) {
  .job-title p {
    font-size: 1.25rem !important;
  }
}
.job-title span {
  display: inline-block;
  font-weight: bold;
  background-color: #fdd835;
  color: #333333;
  padding: 0 5px;
  font-size: 1rem !important;
}
@media only screen and (max-width: 576px) {
  .job-title span {
    font-size: 0.875rem !important;
  }
}
.job-photo img {
  border-radius: 20px 20px 0 0;
}
.job-tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.job-tag span {
  background-color: #4bafff;
  border-radius: 100vw;
  color: #fff;
  font-weight: bold;
  padding: 2px 5px;
  font-size: 0.8125rem !important;
  display: block;
  margin-right: 4px;
  margin-bottom: 8px;
}
.job-tag span:last-child {
  margin-right: 0px;
}
.job-detail-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 5px;
  padding: 10px;
  border-bottom: 1px solid #ccc;
  line-height: 1.5;
}
@media only screen and (max-width: 576px) {
  .job-detail-inner {
    padding: 5px;
  }
}
.job-detail-inner img {
  width: 26px !important;
  height: auto;
  margin-right: 5px;
}
.job-detail-inner p:last-child {
  margin-bottom: 0 !important;
}
.job-btn {
  width: 100%;
  padding-bottom: 10px;
  margin-top: auto;
}

.review-content {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  max-width: 450px;
  margin-right: 16px;
  border: 5px solid #4bafff;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 15px;
}
@media only screen and (max-width: 576px) {
  .review-content {
    max-width: 350px;
  }
}
.review-bottom {
  margin-bottom: 10px;
  border-bottom: 2px solid #4bafff;
}
.review-bottom p {
  margin-bottom: 10px !important;
  font-weight: bold;
}
.review-ba {
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.review-ba div:first-child span {
  color: #fff;
  font-weight: bold;
  background-color: #4bafff;
  padding: 0 5px;
  display: inline-block;
  margin-right: 5px;
  width: 60px;
}
.review-ba div:last-child {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  line-height: 1.5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.review-score {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.review-score p {
  margin-bottom: 0 !important;
}
.review-score .compare-table__stars {
  padding-right: 10px;
}
.review-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 8px;
}
.review-header .media {
  margin-right: 10px;
}
.review-img {
  width: 100px;
  height: 100px;
  border-radius: 100vw;
  background-color: #ffe4e4;
  margin-right: 10px;
}
@media only screen and (max-width: 576px) {
  .review-img {
    width: 80px;
    height: 80px;
  }
}
.review-img img {
  width: 100%;
}
.review-headhing {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  line-height: 1.3;
  font-weight: 700;
  font-style: normal;
  font-size: 1.375rem !important;
}
@media only screen and (max-width: 576px) {
  .review-headhing {
    font-size: 1.25rem !important;
  }
}
.review-headhing span {
  display: block;
  font-size: 1.125rem !important;
  font-weight: bold;
  margin-bottom: 5px;
}
@media only screen and (max-width: 576px) {
  .review-headhing span {
    font-size: 1rem !important;
  }
}
.review-text {
  background-color: #fff;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.review-text p:last-child {
  margin-bottom: 0 !important;
}

.merit-content {
  background-color: #ddf0ff;
  padding: 20px;
  border-radius: 20px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 576px) {
  .merit-content {
    padding: 15px;
  }
}
.merit-content.last {
  margin-bottom: 60px;
}
@media only screen and (max-width: 576px) {
  .merit-content.last {
    margin-bottom: 40px;
  }
}
.merit-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-image: url(/sites/default/files/inline-images/haken-area-dotline.png);
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: contain;
  padding-bottom: 5px;
  margin-bottom: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 576px) {
  .merit-title {
    padding-bottom: 5px;
    margin-bottom: 10px;
  }
}
.merit-title div:first-child {
  width: 50px;
  height: auto;
  margin-right: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media only screen and (max-width: 576px) {
  .merit-title div:first-child {
    width: 36px;
  }
}
.merit-title div:last-child {
  font-weight: 700;
  font-style: normal;
  font-size: 2.25rem !important;
  line-height: 1.5;
  color: #027ddc;
}
@media only screen and (max-width: 576px) {
  .merit-title div:last-child {
    font-size: 1.375rem !important;
  }
}
.merit-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 576px) {
  .merit-detail {
    display: block;
  }
}
.merit-img {
  width: 170px;
}
@media only screen and (max-width: 576px) {
  .merit-img {
    margin: auto;
  }
}
.merit-text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: 30px;
}
.merit-text p:last-child {
  margin-bottom: 0 !important;
}
@media only screen and (max-width: 576px) {
  .merit-text {
    margin-right: 0px;
  }
}

.dp-box-round {
  margin: 1.5em 0 !important;
  border-radius: 20px;
  border: 4px dotted #4bafff;
  padding: 15px;
}

.check-list-01 li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.check-list-01 li span {
  padding-left: 5px;
  font-weight: bold;
  font-size: 1.5rem !important;
}
@media only screen and (max-width: 576px) {
  .check-list-01 li span {
    font-size: 1.25rem !important;
  }
}
.check-list-01 li:last-child {
  margin-bottom: 0;
}
.check-list-01 li::before {
  width: 1.2rem;
  height: 0.5rem;
  border-left: 4px solid #027ddc;
  border-bottom: 4px solid #027ddc;
  top: 0;
  position: relative;
}

@-webkit-keyframes infinity-scroll-left {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@keyframes infinity-scroll-left {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
.logo-scroll {
  margin-bottom: 30px;
}
.logo-scroll-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}
.logo-scroll-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  padding: 0;
}
.logo-scroll-list--left {
  -webkit-animation: infinity-scroll-left 80s infinite linear 0.5s both;
          animation: infinity-scroll-left 80s infinite linear 0.5s both;
}
.logo-scroll-item > img {
  width: 100%;
}
.logo-scroll-item {
  width: 14.2857142857vw;
  margin-right: 10px;
  border: 1px solid #ded3d6;
  padding: 5px;
}
@media only screen and (max-width: 576px) {
  .logo-scroll-item {
    width: 150px;
  }
}

.node--unpublished {
  background: none;
}

.price {
  font-weight: bold;
  font-size: 1.25rem !important;
}

.dp-compare-table-04-container {
  margin-bottom: 50px;
}

.dp-compare-table-05 thead th,
.dp-compare-table-05 thead td {
  background-color: #e2e6e9 !important;
  font-weight: bold;
  vertical-align: middle;
  color: #333 !important;
}

.dp-compare-table-05 .compare-table__stars {
  letter-spacing: 0;
}

.dp-compare-table-05 {
  width: 100%;
}
@media only screen and (max-width: 576px) {
  .dp-compare-table-05 .compare-table__stars {
    font-size: 0.5rem !important;
  }
}

.dp-compare-table-05 .link-btn {
  max-width: 140px;
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.2;
  background: #f34103 !important;
  border: none;
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 0 #af2e00 !important;
          box-shadow: 0 5px 0 #af2e00 !important;
  text-align: center;
  position: relative;
  margin: 10px auto 12px;
  padding: 10px 5px 8px 5px;
  display: block;
  text-decoration: none;
  white-space: nowrap;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
}

.dp-compare-table-05 th,
.dp-compare-table-05 td {
  background-color: #ffffff;
  border: 1px solid #d3d3d3;
  padding: 9px 5px;
  font-size: 14px !important;
  text-align: center;
  vertical-align: middle;
}
@media (max-width: 576px) {
  .dp-compare-table-05 th,
  .dp-compare-table-05 td {
    font-size: 12px !important;
  }
}

.dp-compare-table-05 .td-exp,
.dp-compare-table-05 .td-exp p {
  text-align: center !important;
  font-size: 14px !important;
  line-height: 1.6;
  margin-bottom: 0px !important;
}
@media (max-width: 576px) {
  .dp-compare-table-05 .td-exp,
  .dp-compare-table-05 .td-exp p {
    font-size: 12px !important;
  }
}

.dp-compare-table-05 .evaluation {
  text-align: center;
}
.dp-compare-table-05 .evaluation img {
  max-width: 30px;
  margin-bottom: 5px;
}

.dp-compare-table-05 tr:first-child td {
  background: #fff7b7;
}

.dp-compare-table-05-container {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media (max-width: 576px) {
  .dp-compare-table-05 th:first-child,
  .dp-compare-table-05 td:first-child {
    position: sticky;
    left: 0;
    border-left: 1px solid #ffd7d7;
    border-right: 1px solid #ffd7d7;
  }
}
.dp-compare-table-05 figure picture,
.dp-compare-table-05 figure img,
.dp-compare-table-05 figure video {
  display: inline-block;
  max-width: 100%;
  width: 100%;
  height: auto !important;
  margin: 0 !important;
}

.dp-compare-table-05 .name-link {
  display: block;
}
.dp-compare-table-05 .name-link img {
  margin-bottom: 5px !important;
}
@media (max-width: 576px) {
  .dp-compare-table-05 .item-name {
    width: 100px !important;
  }
}
.dp-compare-table-05 .price {
  color: #ee0000;
}
.dp-compare-table-05 .item-description {
  width: auto !important;
}
.dp-compare-table-05 .osusume-list {
  position: relative;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 5px;
}
.dp-compare-table-05 .osusume-list p {
  padding-left: 12px;
  margin-bottom: 0 !important;
  line-height: 1.4;
}
.dp-compare-table-05 .osusume-list::before {
  content: "";
  display: block;
  width: 10px;
  height: 5px;
  border-left: 2px solid #ee0000;
  border-bottom: 2px solid #ee0000;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  margin-right: 4px;
  position: absolute;
  top: 4px;
}

.block-related-products .stars {
  display: inline-block;
  font-size: 1.15em;
  letter-spacing: -0.1em;
  padding-right: 10px;
}

.dp-ranking-product-title {
  font-weight: 700;
  font-style: normal;
  background-color: #ddf0ff !important;
  border-radius: 0px !important;
  padding: 10px 15px 8px;
  color: #399ae5 !important;
  border-top: 6px solid #399ae5 !important;
  font-weight: bold;
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 55px;
  font-size: 2rem !important;
  line-height: 1.5;
}
@media only screen and (max-width: 576px) {
  .dp-ranking-product-title {
    font-size: 1.5rem !important;
  }
}

.info-content {
  margin-top: 10px;
  margin-bottom: 20px;
  background-color: #ddf0ff;
}
@media only screen and (max-width: 576px) {
  .info-content {
    margin-bottom: 15px;
  }
}
.info-inner {
  width: 100%;
  padding-bottom: 10px;
}
.info-title {
  background-color: #4bafff;
  color: #fff;
  font-weight: 700;
  font-style: normal;
  font-size: 1.25rem !important;
  padding: 10px;
  text-align: center;
  position: relative;
  margin-bottom: 15px;
}
.info-title:after {
  position: absolute;
  content: "";
  top: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  border: 10px solid transparent;
  border-top: 10px solid #4bafff;
  width: 0;
  height: 0;
}
@media only screen and (max-width: 576px) {
  .info-title {
    font-size: 1.125rem !important;
  }
}
.info-text {
  text-align: center;
  font-size: 1.125rem !important;
  font-weight: bold;
  padding: 10px;
  line-height: 1.6;
}
@media only screen and (max-width: 576px) {
  .info-text {
    font-size: 1rem !important;
  }
}
.info-text span {
  font-size: 1rem !important;
  font-weight: bold;
}
@media only screen and (max-width: 576px) {
  .info-text span {
    font-size: 0.875rem !important;
  }
}
.info-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.info-list li {
  display: inline-block;
  border-radius: 50px;
  background-color: #fff;
  padding: 0px 8px;
  margin-bottom: 10px;
  margin-right: 5px;
  font-size: 1rem !important;
}
.info-list li:last-child {
  margin-right: 0px;
}

.point-content {
  background-color: #ddf0ff;
  padding: 20px;
  margin-bottom: 30px;
  margin-top: 50px;
}
@media only screen and (max-width: 576px) {
  .point-content {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 576px) {
  .point-content {
    padding: 15px;
  }
}
.point-content.last {
  margin-bottom: 60px;
}
@media only screen and (max-width: 576px) {
  .point-content.last {
    margin-bottom: 40px;
  }
}
.point-title {
  border-bottom: 2px solid #4bafff;
  padding-bottom: 5px;
  margin-bottom: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding-left: 80px;
}
@media only screen and (max-width: 576px) {
  .point-title {
    padding-bottom: 5px;
    margin-bottom: 10px;
    padding-left: 55px;
  }
}
.point-title.osusume::before {
  content: "";
  display: inline-block;
  background-image: url(/sites/default/files/2025-12/itengineer-osusume.png);
  background-size: cover;
  background-repeat: no-repeat;
  width: 77px;
  height: 83px;
  position: absolute;
  top: -38px;
  left: 0%;
}
@media only screen and (max-width: 576px) {
  .point-title.osusume::before {
    top: -23px;
    width: 50px;
    height: 54px;
  }
}
.point-title div:last-child {
  font-weight: 700;
  font-style: normal;
  font-size: 1.875rem !important;
  line-height: 1.5;
  color: #027ddc;
}
@media only screen and (max-width: 576px) {
  .point-title div:last-child {
    font-size: 1.375rem !important;
  }
}
.point-list {
  position: relative;
}
.point-list li {
  margin-bottom: 24px;
  padding-left: 30px;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  line-height: 1.5;
}
@media only screen and (max-width: 576px) {
  .point-list li {
    margin-bottom: 10px;
  }
}
.point-list li::before {
  content: "";
  display: inline-block;
  background-image: url(/sites/default/files/2025-12/itengineer-check_0.png);
  background-size: cover;
  background-repeat: no-repeat;
  width: 25px;
  height: 25px;
  position: absolute;
  left: 0%;
}
.point-list li span {
  font-weight: bold;
}
.point-list li:last-child {
  margin-bottom: 0px;
}
.point-text p:last-child {
  margin-bottom: 0 !important;
}

.bottom-offer-block .product-detail {
  display: none;
}

.btn-main {
  background-color: #f34103;
  color: #fff !important;
  font-weight: 700;
  border-radius: 20px;
  line-height: normal;
  text-decoration: none !important;
  font-size: 1.375rem !important;
  min-height: 85px;
  text-align: center;
  width: 100%;
  display: block;
  position: relative;
  margin-bottom: 5px;
  -webkit-box-shadow: 0 8px 0 #af2e00;
          box-shadow: 0 8px 0 #af2e00;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.btn-main span {
  font-size: 1rem !important;
}
@media only screen and (max-width: 576px) {
  .btn-main {
    font-size: 1.125rem !important;
    min-height: 70px;
  }
}
.btn-main::after {
  position: absolute;
  content: "\f144";
  font-family: "Font Awesome 5 Free";
  font-size: 18px;
  font-size: 1.8rem;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.dp-btn-arrow-right::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 9px;
  height: 9px;
  margin: auto;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

a.btn-label {
  margin-top: 60px;
  margin-bottom: 60px !important;
  padding: 15px 10px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (max-width: 576px) {
  a.btn-label {
    margin-bottom: 40px !important;
  }
}
a.btn-label span {
  left: calc(50% - 150px);
  display: block;
  width: 300px;
}

.product-detail {
  margin-top: 5px;
}
@media only screen and (max-width: 576px) {
  .product-detail {
    margin-top: 5px;
  }
}
.product-label {
  text-align: right;
}
.product-label p {
  background-color: #fdd835;
  font-weight: bold;
  padding: 0px 5px;
  margin-bottom: 15px !important;
  display: inline-block;
}
.product-image {
  margin-bottom: 0 !important;
}
.product-lead {
  font-weight: bold;
  font-size: 1.25rem !important;
}
@media only screen and (max-width: 576px) {
  .product-lead {
    font-size: 1rem !important;
  }
}

.dp-title-h3 {
  font-weight: 700;
  font-style: normal;
  border-bottom: solid 3px #f6eceb;
  position: relative;
  font-size: 1.5625rem !important;
  padding-bottom: 10px;
  margin-bottom: 10px;
  line-height: 1.5;
  color: #027ddc;
}
.dp-title-h3:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #4bafff;
  bottom: -3px;
  width: 20%;
}
@media only screen and (max-width: 576px) {
  .dp-title-h3 {
    font-size: 1.25rem !important;
  }
}

.fs--fill {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, rgba(255, 229, 102, 0.7))) !important;
  background: linear-gradient(transparent 60%, rgba(255, 229, 102, 0.7) 60%) !important;
  font-style: normal !important;
  font-weight: 700;
}

.fc--red {
  color: red !important;
  font-weight: 700;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block !important;
}

.tabs-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end; /* 下端揃え */
  gap: 2px; /* タブの間隔（任意） */
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 30px;
  margin-bottom: 40px;
}

/* ラジオボタンは非表示 */
.tabs-box input[type=radio] {
  display: none;
}

.tab-inputs {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  margin-bottom: 0 !important;
}

/* コンテンツ部分 */
.tabs-box .tab-content {
  display: none;
  padding: 0px;
  border: 3px solid #4bafff;
  background: #fff;
  margin-top: -2px;
  position: relative;
  z-index: 1;
  width: 100%;
}
@-webkit-keyframes arrow-bounce {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }
}
@keyframes arrow-bounce {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }
}
.tabs-box label {
  color: #4bafff;
  display: inline-block;
  padding: 7px 20px;
  background: #b9ddf9;
  cursor: pointer;
  border-bottom: none;
  font-weight: bold;
  position: relative;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  text-align: center;
  border-radius: 10px 10px 0 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 1.4;
}
@media only screen and (max-width: 576px) {
  .tabs-box label {
    padding: 7px 5px;
    font-size: 0.8125rem !important;
  }
}

.tabs-box.tabs-box-3 label {
  width: calc(33.3333333333% - 2px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 7px 9px !important;
  min-height: 50px;
}

.tabs-box.tabs-box-2 label {
  width: calc(50% - 2px);
}

/* 高さ強調（上側padding） */
.tabs-box-3 input[type=radio]:checked + label {
  color: #fff;
  background: #4bafff;
  z-index: 2;
  position: relative;
  min-height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 7px 9px !important;
}
@media only screen and (max-width: 576px) {
  .tabs-box-3 input[type=radio]:checked + label .sp-blank {
    width: 100%;
  }
}
@media only screen and (max-width: 576px) {
  .tabs-box-3 input[type=radio]:checked + label {
    font-size: 0.875rem !important;
  }
}

/* 高さ強調（上側padding） */
.tabs-box-2 input[type=radio]:checked + label {
  background: #ee0404;
  z-index: 2;
  position: relative;
  min-height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (max-width: 576px) {
  .tabs-box-2 input[type=radio]:checked + label .sp-blank {
    width: 100%;
  }
}
@media only screen and (max-width: 576px) {
  .tabs-box-2 input[type=radio]:checked + label {
    height: 67px;
  }
}

#edit-search-form-condition-1--wrapper legend .fieldset-legend::before,
#edit-search-form-condition-2--wrapper legend .fieldset-legend::before,
#edit-search-form-condition-3--wrapper legend .fieldset-legend::before,
#edit-search-form-condition-4--wrapper legend .fieldset-legend::before,
#edit-search-form-condition-5--wrapper legend .fieldset-legend::before,
#edit-search-form-condition-6--wrapper legend .fieldset-legend::before {
  content: "";
  display: inline-block;
  background-size: cover;
  background-repeat: no-repeat;
  width: 61px !important;
  height: 55px;
  margin-right: 7px;
}

.webform-submission-form input[type=submit] {
  background-color: #f34103 !important;
}

.itengineer {
  margin-bottom: 30px;
}
.itengineer .form-type-checkbox input[type=checkbox]:checked + label.option,
.itengineer .form-type-radio input[type=radio]:checked + label.option {
  background-color: #b9ddf9 !important;
  color: #fff;
}

.webform-submission-form {
  margin-bottom: 40px !important;
}

#edit-search-form-condition-1--wrapper label.option,
#edit-search-form-condition-2--wrapper label.option,
#edit-search-form-condition-3--wrapper label.option,
#edit-search-form-condition-5--wrapper label.option {
  cursor: pointer;
  font-size: 16px;
}

.faq-container {
  max-width: 600px;
  margin: 0 auto;
  margin-top: 30px;
  margin-bottom: 40px;
}

.faq-item {
  background: #fff;
  border-radius: 8px;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  margin-bottom: 15px;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.faq-question {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 10px;
  position: relative;
  cursor: pointer;
  background-color: #e9e9e9;
  border-radius: 8px;
}

.faq-question-text {
  padding-right: 40px;
  line-height: 1.6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 10px;
}
.faq-question-text .media {
  margin-right: 10px;
}

.faq-question-q {
  width: 45px;
  font-weight: bold;
  margin-right: 5px;
}

.faq-question-a {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-weight: bold;
}

.faq-question::after {
  content: "+";
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 20px;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.faq-item.active .faq-question::after {
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.3s ease, padding 0.3s ease;
  transition: max-height 0.3s ease, padding 0.3s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 576px) {
  .faq-answer {
    display: block;
  }
}
.faq-answer p {
  line-height: 1.6;
}
.faq-answer p:first-child {
  padding-top: 15px;
}
.faq-answer p:last-child {
  margin-bottom: 0 !important;
}
.faq-answer p-inner {
  padding-top: 10px;
}
.faq-answer a {
  margin-right: 15px;
  padding-top: 10px;
}
@media only screen and (max-width: 576px) {
  .faq-answer a {
    margin-right: 0px;
    margin-bottom: 0px;
  }
}
.faq-answer a:last-child {
  margin-right: 0px;
}
.faq-answer figcaption {
  text-align: center;
  margin-top: 10px;
}
@media only screen and (max-width: 576px) {
  .faq-answer figcaption {
    margin-top: 5px;
  }
}
.faq-answer figure {
  width: 100%;
}

.faq-item.active .faq-answer {
  max-height: 7000px;
  padding: 15px;
  padding-top: 0;
}

#edit-search-form-condition-1--wrapper label.option,
#edit-search-form-condition-2--wrapper label.option,
#edit-search-form-condition-3--wrapper label.option,
#edit-search-form-condition-5--wrapper label.option {
  cursor: pointer;
  padding: 0.2rem 0 !important;
}

.overview-box h2 {
    padding-bottom: 8px;
    border-bottom: 2px solid #4BAFFF !important;
    color: #4BAFFF !important;
    margin-bottom: 8px;
    font-size: 1.125rem !important;
    font-weight: bold;
}