/*----------------
デジタルシフト・DXポータル
------------------*/

.sp {
  display: none;
}

.dx_title > p {
  font-size: 16px;
}

.dx_title > h2 {
  font-size: 2.6rem;
  margin-bottom: 10px;
}

ul.dx_service li > a {
  font-size: 16px;
}

/* スティッキーナビゲーション */
#global-nav.fixed {
  position: fixed;
  top: 138px;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  z-index: 99;
}

.bread .inner {
  width: auto;
  max-width: 1120px;
}

.opCont {
  overflow-x: clip;
}

.dx_ban_wrap {
    background: #F5F5F5;
    width: 100vw;
    margin: 0 calc(50% - 50vw);
    margin-top: 40px;
    padding-top: 50px;
    padding-bottom: 30px;
    margin-bottom: 70px;
}

ul.dx_ban {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

ul.dx_ban li {
    margin-bottom: 20px;
}

ul.dx_ban li a {
    display: flex;
    align-items: center;
    width: 510px;
    height: 130px;
    border: 1px solid #D2D5D9;
    background-color: #fff;
    padding: 15px 25px 15px 15px;
}

ul.dx_ban li a img {
    display: block;
    width: 140px;
}

ul.dx_ban li a p {
    font-size: 14px;
    font-weight: 600;
    width: calc(100% - 145px);
    margin-left: 15px;
    line-height: 1.5;
}

@media screen and (max-width:1080px) {
    .dx_ban_wrap {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
    .activity_wrap {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
    
}

.main_dx-wrap {
  position: relative;
  margin-bottom: 40px;
}

.main_dx {
  margin: 0;
}

.main_dx-text {
  position: absolute;
  top: 32px;
  left: 50px;
  width: 100%;
  height: 100%;
  max-width: 418px;
}

.main_dx-text-ttl {
  font-size: 40px;
  color: #0e357f;
  font-weight: 700;
  line-height: calc(40 / 30);
}

.main_dx-text-txt {
  margin-top: 15px;
  padding-top: 15px;
  font-size: 13px;
  font-weight: 400;
  line-height: calc(21 / 13);
  border-top: 1px solid #707070;
}

/* nav */

.inner-top {
  padding-top: 108px;
}

.h_nav_wrap {
  position: relative;
  width: 100%;
}

.h_nav {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  background: #0e357f;
}

.h_nav ul {
  display: flex;
  justify-content: center;
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: bold;
  text-align: center;
  background: #0e3581;
}

.h_nav ul li .subtit {
  display: block;
  padding: 14px 20px 14px 10px;
  color: #fff;
  text-decoration: none;
  position: relative;
  cursor: pointer;
}

.h_nav ul li .subtit::before {
  position: absolute;
  content: "";
  background: url() no-repeat center center / cover;
}

.h_nav ul li .subtit::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 1px;
  height: 30px;
  background: #204a9b;
}

/* サブメニューのスタイル */
.h_nav ul li {
  position: relative;
}

.h_nav ul li.has-submenu {
  position: relative;
}

.h_nav ul li.has-submenu::before {
  position: absolute;
  content: "";
  width: 17px;
  height: 11px;
  left: 50%;
  transform: translateX(-50%);
  background: url(/digital-support/img/triangle.svg) no-repeat center center / cover;
  bottom: -2px;
  opacity: 0;
  transition: opacity 0.2s ease;
}

.h_nav ul li.has-submenu::after {
  position: absolute;
  content: "";
  background: url(/digital-support/img/arrow-down.svg) no-repeat center center / cover;
  width: 8px;
  height: 8px;
  top: 50%;
  right: 8px;
  transform: translateY(-50%) rotate(180deg);
}

.h_nav ul li.has-submenu:hover::before {
  opacity: 1;
}

.h_nav ul li.has-submenu:hover::after {
  transform: translateY(-50%) rotate(0deg);
}

.h_nav ul li .submenu {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  background: #e4f0f2;
  z-index: 100;
  height: auto;
  display: flex;
  justify-content: center;
  padding: 0;
}

.h_nav ul li .submenu::before {
  content: "";
  position: absolute;
  top: 0;
  left: -50vw;
  right: -50vw;
  bottom: 0;
  background: #e4f0f2;
  z-index: -1;
}

.h_nav ul li.has-submenu:hover .submenu {
  opacity: 1;
  visibility: visible;
}

.h_nav ul li .submenu li {
  display: inline-block;
  width: auto;
}

.h_nav ul li .submenu li a {
  position: relative;
  display: block;
  padding: 13.5px 10px;
  font-size: 15px;
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
}

.h_nav ul li .submenu li a::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 1px;
  height: 30px;
  background: #769095;
}

.info_dx_wrap {
  margin-top: 80px;
}

.linkBt_bl.column4.sp {
  display: none;
}

/*----------------
デジタルサービス検索ナビ
------------------*/

.sd_use_ttl {
  text-align: center;
}

.twoColumn .navigation .caregory-root {
  border-radius: 6px 6px 0 0;
}

.twoColumn .navigation .caregory-root a:after {
  display: none;
}

#new-side {
  position: sticky;
  top: 180px;
  height: 100%;
  padding-bottom: 0;
}

#new-side .js-side-nav .link-list a span:before {
  display: none;
}

#new-side .js-side-nav .link-list a span:after {
  position: absolute;
  content: "";
  background: url(/digital-support/img/arrow-blue.svg) no-repeat center center / cover;
  width: 8px;
  height: 8px;
  top: 5px;
  left: -4px;
}

#new-side .js-side-nav .link-list a span {
  padding-left: 8px;
}

.carbon_search__title {
  border: 1px solid #b3cbe6;
  background-color: #e8f1fc;
  font-size: 20px;
  font-weight: 700;
  padding: 5px 20px 5px 20px;
}

.carbon_search {
  border-top: none;
  border-bottom: 1px solid #e8e8e8;
  border-left: 1px solid #e8e8e8;
  border-right: 1px solid #e8e8e8;
}

.carbon_search__text {
  padding-top: 30px;
  font-size: 15px;
  font-weight: 400;
  line-height: calc(24 / 15);
}

.carbon__search__title {
  padding-left: 24px;
  cursor: pointer;
}

.carbon__search__title::before {
  background: url(/digital-support/img/ic_serach_blue.svg) no-repeat center center / cover;
}

.toggle_bt {
  background-color: #557498;
}

.carbon__search__title .toggle_bt:before {
  transition: all 0.3s ease;
}

.carbon__search__title.is-open .toggle_bt:before {
  opacity: 0;
}

.carbon__search--area {
  padding: 15px 20px 20px;
  margin-bottom: 30px;
}

.carbon__search--area-inner {
  display: flex;
  align-items: flex-end;
}

.carbon__search--area ul {
  gap: 16px 30px;
}

.carbon__search--area ul li {
  margin-right: 0;
}

.search-area + span {
  margin: 0;
}

.search-area + span::before {
  border-radius: 50%;
  width: 20px;
  height: 20px;
}

.search-area + span::after {
  border-bottom: none;
  border-left: none;
  width: 12px;
  height: 12px;
  background-color: #557498;
  border-radius: 50%;
  top: 61%;
  left: 4px;
}

.search-area-delete-wrap {
  margin-top: -15px;
}

.search-area-delete {
  margin-top: -15px;
  display: block;
  font-weight: 400;
  color: #366bd1;
  border: 1px solid #366bd1;
  border-radius: 900px;
  padding: 8px 0;
  width: 92px;
  text-align: center;
}

.carbon__search-select {
  position: relative;
  max-width: 320px;
  width: 100%;
}

.carbon__search-select::after {
  position: absolute;
  content: "";
  background: url(/digital-support/img/icon_arrow-select.svg) no-repeat center center / cover;
  width: 10px;
  height: 6px;
  top: 50%;
  right: 14px;
  transform: translateY(-50%);
}

.carbon__search-select select {
  border: 1px solid #c9c9c9;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: 400;
  border-radius: 4px;
  width: 100%;
  -webkit-appearance: none;
  appearance: none;
  color: #000;
  background-color: #fff;
}

.carbon__search--freeword input {
  width: 87%;
}

.yutai_service + span::before {
  border: 2px solid #c9c9c9;
}

.yutai_service + span::after {
  border-bottom: 3px solid rgba(85, 116, 152, 1);
  border-left: 3px solid rgba(85, 116, 152, 1);
}

.carbon__btn a {
  background-color: #557498;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
}

.carbon_search_result_ttl {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 20px;
}

.carbon_search_result_ttl span {
  font-size: 20px;
  font-weight: 700;
}

.carbon_search_result_ttl_span {
  font-size: 20px;
  font-weight: 400;
}

.service_top .service_logo {
  max-width: 120px;
}

.search__pagination-list {
  display: flex;
  justify-content: center;
  gap: 15px;
}

.search__pagination-list li:not(:last-child) {
  margin-left: 0;
  margin-right: 0;
}

.search__pagination-list li {
  line-height: initial;
  height: initial;
}

.cs_result_item {
  line-height: calc(19 / 13);
}

.search__pagination {
  margin-top: 26px;
}

.search__pagination-list .this {
  background-color: #fff;
  width: 31px;
  height: 31px;
  border: 1px solid #c7c7c7;
  border-radius: 0;
}

.search__pagination-list .this a {
  color: #000;
  line-height: 2;
  font-weight: 700;
}

.search__pagination-list .this a:hover {
  color: #fff;
  background-color: #0e357f;
}

.search__pagination-list .active {
  background-color: #0e357f;
}

.search__pagination-list .active a {
  color: #fff;
}

.search__pagination-list .prev,
.search__pagination-list .next {
  width: initial;
  border: none;
}

.search__pagination-list .prev a::before,
.search__pagination-list .next a::after {
  display: none;
}

.search__pagination-list .prev a::after {
  position: absolute;
  content: "";
  background: url(/digital-support/img/arrow-prev.svg) no-repeat center center / cover;
  width: 12px;
  height: 12px;
  top: 50%;
  right: 35px;
  transform: translateY(-50%);
}

.search__pagination-list .next a::before {
  position: absolute;
  content: "";
  background: url(/digital-support/img/arrow-next.svg) no-repeat center center / cover;
  width: 12px;
  height: 12px;
  top: 50%;
  left: 35px;
  transform: translateY(-50%);
}

.search__pagination-list .prev a,
.search__pagination-list .next a {
  color: #547fd1;
  font-size: 15px;
  line-height: 2;
  font-weight: 700;
}

.service-apply {
  border: 1px solid #557498;
}

.service-apply__inner {
  padding-bottom: 30px;
}

.service-apply__title {
  padding: 15px 0;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  background-color: #d9e3ef;
}

.service-apply__text {
  margin-top: 30px;
  font-size: 15px;
  font-weight: 400;
  line-height: calc(24 / 15);
  text-align: center;
}

.service-apply__text span {
  display: block;
}

.service-apply__button-wrap {
  margin-top: 30px;
  max-width: 225px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.service-apply__button {
  position: relative;
  display: block;
  padding: 19px 15px;
  font-size: 15px;
  font-weight: 700;
  color: #fff;
  background-color: #557498;
  border-radius: 6px;
  position: relative;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
}

.service-apply__button::after {
  position: absolute;
  content: "";
  background: url(/digital-support/img/arrow-circle.svg) no-repeat center center / cover;
  width: 15px;
  height: 15px;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
}

.service-apply__contact {
  margin-top: 40px;
}

.service-apply__link {
  display: inline;
  color: #366bd1;
  text-decoration: underline !important;
}

.service-apply__contact-text {
  font-size: 14px;
  font-weight: 400;
  line-height: calc(21 / 14);
}

.service-apply__contact-info {
  margin-top: 10px;
  font-size: 14px;
  line-height: calc(21 / 14);
}

.service-apply__contact-info span {
  font-weight: 700;
}

/*----------------
サービス詳細ページ
------------------*/

.sd_top {
  margin-bottom: 30px;
}

.search_detail .sd_title p {
  margin-top: 16px;
  font-weight: 400;
}

.sd_use {
  margin-top: 36px;
  padding: 18px 20px 30px;
}

.sd_use p {
  margin-bottom: 0;
}

.sd_use ul li {
  list-style-type: number;
  padding-left: 4px;
  margin-left: 16px;
  margin-bottom: 2px;
}

.service-detail__button-wrap {
  margin: 15px auto 0;
  max-width: 285px;
}

.search_detail h3 {
  position: relative;
  margin-top: 50px;
  margin-bottom: 40px;
  padding-left: 6px;
  font-size: 20px;
}

.search_detail h3 span {
  position: relative;
  padding-bottom: 15px;
}

.search_detail h3 span:before {
  position: absolute;
  content: "";
  width: 260px;
  height: 3px;
  background-color: #557498;
  left: -6px;
  bottom: 0;
}

.search_detail h3:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #c6c6c6;
  top: auto;
  left: 0;
  bottom: -15px;
  z-index: -1;
}

.search_detail h3:before {
  display: none;
}

.service-detail__section p {
  font-size: 15px;
  font-weight: 400;
  line-height: calc(24 / 15);
}

.service-detail__section .service-detail__list-title {
  margin-top: 20px;
  font-size: 17px;
  font-weight: 700;
  color: #0e357f;
}

.service-detail__section ul {
  margin-top: 8px;
}

.service-detail__section li {
  padding-left: 15px;
  position: relative;
  font-size: 15px;
  line-height: calc(24 / 15);
}

.service-detail__section li::before {
  position: absolute;
  content: "・";
  font-size: 15px;
  top: 0px;
  left: 0;
}

.service-detail__section p.addition_title {
  margin-bottom: 6px;
}

.detail_item {
  margin-top: 50px;
}

.addition {
  padding: 18px 20px 20px;
  border: 1px solid #b3cbe6;
  background-color: #e8f1fc;
}

.addition_text {
  font-size: 15px;
  font-weight: 400;
  line-height: calc(24 / 15);
}

/*----------------
デジタル化・DX相談窓口
------------------*/

.consulting__intro-text {
  font-size: 15px;
  font-weight: 400;
  line-height: calc(24 / 15);
}

.consulting__cta {
  border: 1px solid #b3cbe6;
  margin-top: 37px;
}

.consulting__cta-title {
  text-align: center;
  padding: 9px 0;
  font-size: 15px;
  font-weight: 700;
  line-height: calc(24 / 15);
  background-color: #e8f1fc;
  border-bottom: 1px solid #b3cbe6;
}

.consulting__cta-text-wrap {
  padding: 15px 0 25px;
}

.consulting__cta-text {
  text-align: center;
  font-size: 15px;
  font-weight: 400;
  line-height: calc(24 / 15);
}

.consulting__flow {
  margin-top: 60px;
}

.consulting__flow-title {
  padding: 9px 0;
  text-align: center;
  font-size: 15px;
  font-weight: 700;
  color: #fff;
  background-color: #0e357f;
}

.consulting__flow-list {
  background-color: #d9e3ef;
  display: flex;
  gap: 10px;
  padding: 36px 25px 65px;
}

.consulting__flow-item {
  position: relative;
  flex: 1;
  background-color: #fff;
  text-align: center;
  padding: 23px 11px 30px;
}

.consulting__flow-item:before {
  position: absolute;
  content: "";
  width: 32px;
  height: 32px;
  background-color: #557498;
  border-radius: 50%;
  top: -16px;
  left: 50%;
  transform: translateX(-50%);
}

body {
  counter-reset: number 0;
}

.consulting__flow-item:after {
  position: absolute;
  counter-increment: number 1;
  content: counter(number);
  font-size: 14px;
  color: #fff;
  font-weight: 700;
  top: -13px;
  left: 50%;
  transform: translateX(-50%);
}

.consulting__flow-label {
  font-size: 18px;
  font-weight: 700;
  color: #0e357f;
  text-align: center;
  line-height: 1.4;
  display: flex;
  flex-direction: column;
  height: 41px;
  justify-content: center;
}

.consulting__flow-label span {
  font-size: 12px;
  display: block;
}

.consulting__flow-body {
  margin-top: auto;
}

.consulting__flow-image {
  position: relative;
  width: 44px;
  margin: 12px auto 0;
}

.consulting__flow-image::before {
  position: absolute;
  content: "";
  width: 60px;
  height: 60px;
  background-color: #ddecff;
  border-radius: 50%;
  left: 50%;
  transform: translateX(-50%);
  top: -7px;
}

.consulting__flow-image img {
  position: relative;
}

.consulting__flow-text {
  font-size: 12px;
  line-height: calc(16 / 12);
  margin-top: 18px;
}

.consulting__flow-text--small {
  font-size: 12px;
  line-height: calc(16 / 12);
  margin-top: 6px;
}

.consulting__flow-text span {
  text-decoration: underline;
}

.consulting__flow-note {
  margin-bottom: -75px;
  margin-top: 10px;
  display: block;
  padding: 10px 0;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  text-align: center;
  background-color: #679ee3;
  border-radius: 4px;
  line-height: 1.4;
}

.consulting__themes {
  margin-top: 37px;
}

.consulting__themes-title {
  font-size: 20px;
  font-weight: 700;
  color: #0e357f;
}

.consulting__themes-list {
  margin-top: 12px;
  display: flex;
  gap: 10px;
}

.consulting__themes-item {
  flex: 1;
  border: 1px solid #0e357f;
}

.consulting__themes-image {
  padding: 5px 0;
  background-color: #ddecff;
}

.consulting__themes-image img {
  width: 58px;
  margin: 0 auto;
}

.consulting__themes-body {
  padding: 8px 10px 18px;
}

.consulting__themes-label {
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  line-height: calc(24 / 18);
  color: #0e357f;
}

.consulting__themes-desc {
  margin-top: 11px;
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.consulting__themes-desc li {
  position: relative;
  padding-left: 9px;
  font-size: 12px;
  line-height: calc(16 / 12);
}

.consulting__themes-desc li::before {
  position: absolute;
  content: "";
  width: 4px;
  height: 4px;
  background-color: #0e357f;
  border-radius: 50%;
  left: 0;
  top: 5px;
}

.consulting__themes-note {
  margin-top: 10px;
  text-align: right;
  font-size: 12px;
  font-weight: 400;
}

.contactInfo .bold {
  font-size: 18px;
}

.contactInfo .tel_info {
  margin-top: 9px;
  align-items: flex-start;
}

.tel_info-inner {
  display: flex;
  gap: 13px;
}

.contactInfo .tel_info a {
  line-height: 1;
}



/* ----------------------------
サイバーセキュリティ
---------------------------- */

h3.w_illu {
    border-left: none;
    display: flex;
    align-items: center;
}

h3.w_illu img.secu_ic {
    width: 40px;
    min-width: 40px;
    display: inline-block;
    margin-right: 10px;
}

h4.cy_box_title {
    font-size: 1.6rem;
    font-weight: 600;
    color: #fff;
    background-color: #0E357F;
    padding: 10px 20px 10px 20px;
}

.cy_box {
    background-color: #FCFCFC;
    border: 1px solid #D2D5D9;
    padding: 20px 20px 20px 20px;
    margin-bottom: 20px;
}

.cy_box.mb0_pc {
    border-bottom: none;
}

.cy_box_link {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 15px;
}

.cy_box_link h5 a {
    color: #366BD1;
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 1.4;
    padding-left: 24px;
    position: relative;
}

.cy_box_link h5 a:before {
    content: '';
    width: 16px;
    height: 16px;
    background-image: url("/assets/img/digital-support/security/h5_ar.png");
    background-size: contain;
    position: absolute;
    top: 6px;
    left: 0;
}

.cy_box_link h5 a.non_link {
    pointer-events: none;
    color: #1c1c1c;
}

.cy_box_link h5 a:hover {
    text-decoration: underline;
}

.cy_box_link h5 span {
    font-size: 1.6rem;
    font-weight: 600;
}

img.w125 {
    width: 125px;
}

img.w148 {
    width: 148px;
}

img.w124 {
    width: 124px;
}

img.w138 {
    width: 138px;
}

img.w109 {
    width: 109px;
}

img.w166 {
    width: 166px;
}

img.w172 {
    width: 172px;
}

img.w198 {
    width: 172px;
}

.cy_box p a {
    text-decoration: none;
}

.cy_box p a:hover {
    text-decoration: underline;
}

.d_circle li {
    font-size: 14px;
    padding-left: 17px;
    position: relative;
}

.d_circle li:before {
    content: '◎';
    font-size: 14px;
    position: absolute;
    top: 0;
    left: 0;
}

.cy_box_box {
    padding: 15px 10px 15px 20px;
    background-color: #fff;
    border: 1px solid #D2D5D9;
    margin-top: 10px;
}

.cy_box_box_ti {
    font-weight: 600;
    color: #0E357F;
    margin-bottom: 5px;
}

.cy_box_box ul {
    margin-left: 20px;
}

.cy_box_box ul li {
    list-style-type: disc;
}

.cy_box_box ul li a {
    color: #366BD1;
    word-wrap: break-word;
}

.cy_box_box a {
    color: #366BD1;
    word-wrap: break-word;
}

/* サイバーセキュリティ関連リンク */



ul.dxsecurity_ban {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

ul.dxsecurity_ban li {
    margin-bottom: 20px;
}

ul.dxsecurity_ban li a {
    display: flex;
    align-items: center;
    width: 390px;
    height: 130px;
    border: 1px solid #D2D5D9;
    background-color: #fff;
    padding: 15px 25px 15px 15px;
}

ul.dxsecurity_ban li a img {
    display: block;
    width: 140px;
}

ul.dxsecurity_ban li a p {
    font-size: 14px;
    font-weight: 600;
    width: calc(100% - 145px);
    margin-left: 15px;
    line-height: 1.5;
}

@media screen and (max-width:767px) {
    .dxsecurity_ban_wrap .inner {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    } 
ul.dxsecurity_ban li a {
    width: 100%;
}
}

