@charset "UTF-8";

/* ****************************************************
index.css
***************************************************** */
/*  導入事例用　スタイルリセット
=========================================*/
#contents {
  float: none;
  width: 100%;
}

/*  見出し
=========================================*/
h1.ttl_case_01 {
  margin-bottom: 30px;
  padding: 7px 0 7px 14px;
  line-height: 1.6;
  border-left: 6px solid #da1949;
}

h1.ttl_case_01 .main {
  display: block;
  margin-bottom: 3px;
  font-size: 160%;
  font-weight: bold;
}

h1.ttl_case_01 .sub {
  display: block;
  font-size: 128%;
  font-weight: bold;
}

/* 事例一覧表示エリア内 ホバー時のエフェクト追加 */
.case-contents__inner .tabBox a {
  transition: all .5s;
}
.case-contents__inner .tabBox a:hover {
  transition: all .2s;
  /* transform: scale(1.05); */
  background-color: #fff;
}

/* 事例一覧 ul.listStyle08 PC表示 */
.case-contents__inner .tabBox ul.listStyle08 {
  display: flex;
  flex-direction: row;
  gap: 0;
  border-bottom: 1px solid #d1d1d1;
}

.case-contents__inner .tabBox .listStyle08 li {
  float: none;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  height: auto;
  width : calc(100% / 3);
  margin: 16px 0;
  padding: 16px 24px;
}

/* クラウド・データセンター表示修正用の指定 ここから */
.case-contents__inner #tab03.tabBox .listStyle08 {
  margin-right: 0;
}
.case-contents__inner #tab03.tabBox .listStyle08 li {
  margin: 16px 0;
  padding: 16px 24px;
}
/* クラウド・データセンター表示修正用の指定 ここまで */

.case-contents__inner .tabBox .listStyle08 li:nth-last-child(2) {
  border-right: 1px solid #d1d1d1;
  border-left: 1px solid #d1d1d1;
  padding: 16px 24px;
}

.case-contents__inner .tabBox .listStyle08 li:first-child {
  border-left: 1px solid #d1d1d1;
}
.case-contents__inner .tabBox .listStyle08 li:last-child {
  border-right: 1px solid #d1d1d1;
}


/* 事例一覧 ul.listStyle08 SP表示 */
@media only screen and (max-width: 768px) {

  .case-contents__inner .tabBox ul.listStyle08 {
    display: flex;
    flex-direction: column;
    gap: 0;
    border-bottom: 0;
  }

  .case-contents__inner .tabBox .listStyle08 li,
  .case-contents__inner .tabBox .listStyle08 li:nth-last-child(2) {
    float: none;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    height: auto;
    width : calc(100%);
    margin: 16px 0;
    padding: 16px 24px;
    border-right: 0;
    border-left: 0;
    border-bottom: 1px solid #d1d1d1;
  }

  .case-contents__inner .tabBox .listStyle08 li:first-child {
    border-left: 0;
  }
  .case-contents__inner .tabBox .listStyle08 li:last-child {
    border-right: 0;
  }

}

.listStyle08 li a {
  display: block;
  text-decoration: none;
}

.listStyle08 li a:hover {
  text-decoration: underline;
}

.listStyle08 li .img {
  float: none;
  display: block;
  margin: 0 auto 20px;
  border: none;
}

.listStyle08 li .img img {
  display: block;
  margin: 0 auto;
  border: 1px solid #D1D1D1;
}

.listStyle08 li .ttl,
.listStyle08 li .txt {
  margin-left: 0;
}

.listStyle08 li .ttl {
  display: block;
  padding-bottom: 5px;
  font-size: 112%;
  line-height: 1.3;
  font-weight: bold;
}

.listStyle08 li .txt {
  display: block;
  line-height: 2;
}



/* 20200925 add */
/* #page-wrapper {} */

.case-pickup {
  position: relative;
  z-index: 1;
  padding-top: 20px;
  box-sizing: border-box;
}

.case-pickup * {
  box-sizing: border-box;
}

.case-pickup::before {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -50vw;
  width: 100vw;
  height: 100%;
  content: '';
  z-index: 1;
  background: url(/svcsol/case/images/bg_pickup.png) repeat left top;
}

@media only screen and (max-width: 1200px) and (min-width: 768px) {
  .case-pickup::before {
    left: 0;
    width: 1220px;
    margin-left: -10px;
  }
}

@media print,
screen and (min-width: 769px) {
  /* .case-pickup {
    height: 590px;
  } */

  .case-pickup::before {
    background-size: 285px 682px;
  }
}

@media only screen and (max-width: 768px) {
  .case-pickup {
    width: calc(100% + 36px);
    margin-left: -18px;
    overflow: hidden;
  }

  .case-pickup::before {
    background-size: 425px 300px;
  }

  .case-pickup .slick-list:last-child {
    margin-bottom: 75px;
  }

  .case-pickup .slick-list .slick-track {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: normal;
    flex-wrap: wrap;
    margin: 16px 0 64px 0;
  }

  .case-pickup .slick-dots {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    height: 16px;
    margin: 20px auto 40px;
  }

  .case-pickup .slick-dots li {
    width: 16px;
    margin: 0 4.6875vw;
  }

  .case-pickup .slick-dots li.slick-active button {
    background-color: #D7063B;
  }

  .case-pickup .slick-dots li button {
    -moz-appearance: none;
    appearance: none;
    -webkit-appearance: none;
    background-color: #ccc;
    width: 16px;
    height: 16px;
    cursor: pointer;
    font-size: 0;
    border: 0;
    border-radius: 50%;
    text-indent: -9999px;
  }
}

.case-pickup__inner {
  position: relative;
  z-index: 2;
}

@media print,
screen and (min-width: 769px) {
  .case-pickup__inner {
    width: 1170px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: normal;
    flex-wrap: wrap;
  }
}

.case-pickup__hd {
  text-align: center;
  font-weight: bold;
  margin-bottom: 20px;
  position: relative;
  z-index: 2;
}

@media print,
screen and (min-width: 769px) {
  .case-pickup__hd {
    font-size: 20px;
  }
}

@media only screen and (max-width: 768px) {
  .case-pickup__hd {
    font-size: 18px;
  }
}

.case-pickup__item {
  background-color: #fff;
}

@media print,
screen and (min-width: 769px) {
  .case-pickup__item {
    width: 360px;
    margin: 0 15px;
  }
}

@media only screen and (max-width: 768px) {
  .case-pickup__item {
    width: 75vw;
    margin: 0 2.5vw;
    min-height: calc(170px + 10rem);
  }
}

.case-pickup__link {
  color: #333 !important;
  text-decoration: none !important;
  display: block;
  width: 100%;
  height: 100%;
}

@media print,
screen and (min-width: 769px) {
  .case-pickup__link {
    padding: 0 40px 25px;
  }
}

@media only screen and (max-width: 768px) {
  .case-pickup__link {
    padding: 0 20px 15px;
  }
}

.case-pickup__link:hover {
  position: relative;
  color: #d7063b !important;
  text-decoration: underline !important;
}

.case-pickup__thumbnail {
  text-align: center;
  border-bottom: 1px solid #d1d1d1;
}

@media print,
screen and (min-width: 769px) {
  .case-pickup__thumbnail {
    width: 280px;
    height: 166px;
    margin-bottom: 15px;
  }
}

@media only screen and (max-width: 768px) {
  .case-pickup__thumbnail {
    margin-bottom: 10px;
    width: 100%;
    height: 35.625vw;
  }
}

@media only screen and (max-width: 768px) {
  .case-pickup__img {
    height: 100%;
    width: auto;
    margin: 0 auto;
  }
}

.case-pickup__name {
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 8px;
}

@media print,
screen and (min-width: 769px) {
  .case-pickup__name {
    font-size: 17px;
  }
}

@media only screen and (max-width: 768px) {
  .case-pickup__name {
    font-size: 14px;
  }
}

.case-pickup__detail {
  line-height: 1.5;
}

@media print,
screen and (min-width: 769px) {
  .case-pickup__detail {
    font-size: 14px;
  }
}

@media only screen and (max-width: 768px) {
  .case-pickup__detail {
    font-size: 12px;
  }
}

.case-contents {
  box-sizing: border-box;
  padding-top: 36px;
}

@media only screen and (max-width: 768px) {
  .case-contents {
    padding-top: 10px;
  }
}

.case-contents * {
  box-sizing: border-box;
}

.case-define {
  background-color: #fff;
  border-top: 3px solid #da1949;
  position: relative;
  z-index: 2;
}

@media print,
screen and (min-width: 769px) {
  .case-define {
    margin-top: -36px;
    padding: 24px 50px 0;
  }
}

@media only screen and (max-width: 768px) {
  .case-define {
    margin-top: -10px;
    padding: 20px 20px 0;
  }
}

@media only screen and (max-width: 768px) {
  .case-define--pc {
    display: none;
  }
}

@media print,
screen and (min-width: 769px) {
  .case-define--sp {
    display: none;
  }
}

.case-define__body {
  border-bottom: 1px solid #D1D1D1;
  position: relative;
  margin-bottom: 40px;
}

@media print,
screen and (min-width: 769px) {
  .case-define__body {
    padding-bottom: 15px;
  }
}

@media only screen and (max-width: 768px) {
  .case-define__body {
    padding-bottom: 20px;
  }
}

.case-define__body::before,
.case-define__body::after {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  left: 50%;
  transform: translateX(-50%);
}

.case-define__body::before {
  z-index: 1;
  border-color: #D1D1D1 transparent transparent transparent;
  border-width: 10px 10px 0 10px;
  bottom: -10px;
}

.case-define__body::after {
  z-index: 2;
  border-color: #fff transparent transparent transparent;
  border-width: 9px 9px 0 9px;
  bottom: -9px;
}

.case-define__new {
  font-size: 17px;
  font-weight: bold;
  margin-bottom: 17px;
  line-height: 1.2;
  padding-left: 5px;
}

.case-define__hd {
  font-weight: bold;
  font-size: 16px;
  border-bottom: 1px dotted #bababa;
  padding: 0 0 8px 5px;
  margin-bottom: 14px;
  line-height: 1.7;
}

.case-define__list {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  padding-left: 5px;
}

.case-define__item {
  font-size: 14px;
  line-height: 1.4;
  color: #215180;
  margin-bottom: 14px;
  margin-right: 60px;
}

@media print,
screen and (min-width: 769px) {
  .case-label {
    display: inline-block;
    position: relative;
    padding-left: 25px;
    cursor: pointer;
  }
}

@media print,
screen and (min-width: 769px) {
  .case-label__mark {
    position: absolute;
    border: 1px solid #707070;
    border-radius: 50%;
    width: 15px;
    height: 15px;
    left: 0;
    top: 3px;
  }
}

.case-radio {
  /* display: none; */
  opacity: 0.5;
  position: absolute;
  width: 15px;
  height: 15px;
  left: 0;
  top: 3px;
}

.case-radio:checked+.case-label__mark::before {
  position: absolute;
  content: '';
  width: 9px;
  height: 9px;
  background-color: #7e7e7e;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  margin: -4.5px 0 0 -4.5px;
}

.case-pulldown {
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  border: 1px solid #D1D1D1;
  height: 50px;
  width: 100%;
  background: none;
  font-size: 14px;
  font-weight: bold;
  padding-left: 10px;
}

.case-pulldown__wrapper {
  position: relative;
}

.case-pulldown__wrapper::before,
.case-pulldown__wrapper::after {
  position: absolute;
  content: '';
}

.case-pulldown__wrapper::before {
  background: url(/svcsol/case/images/icon_arrow.svg) no-repeat left top;
  width: 14px;
  height: 7px;
  background-size: 14px 7px;
  transform: translateY(-50%);
  top: 50%;
  right: 16px;
  z-index: 2;
}

.case-pulldown__wrapper::after {
  background-color: #fff;
  height: 46px;
  width: 30px;
  right: 1px;
  top: 2px;
}

@media print,
screen and (min-width: 769px) {
  .case-keyword {
    width: 480px;
    /* position: absolute; */
    right: 50px;
    top: -7px;
  }
}

@media only screen and (max-width: 768px) {
  .case-keyword {
    width: 100%;
    margin-top: 10px;
  }
}

.case-keyword__inner {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 100%;
}

@media print,
screen and (min-width: 769px) {
  .case-keyword__btn {
    width: 40px;
    height: 40px;
  }
}

@media only screen and (max-width: 768px) {
  .case-keyword__btn {
    width: 50px;
    height: 50px;
  }
}

.case-hd {
  text-align: center;
  font-weight: bold;
  margin-bottom: 10px;
  display: none;
}

@media print,
screen and (min-width: 769px) {
  .case-hd {
    font-size: 20px;
  }
}

@media only screen and (max-width: 768px) {
  .case-hd {
    font-size: 18px;
  }
}


/* 20210506 add */

.case-tip {
  margin: 30px auto 0 auto;
  width: 100%;
  max-width: 840px;
  position: relative;
  z-index: 2;
}

.case-tip__lead {
  text-align: center;
  color: #333;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 10px;
}

.case-tip__red {
  color: #da1949;
}

.case-tip__link {
  font-weight: bold;
  color: #333 !important;
  display: block;
  padding: 9px 10px 9px 36px;
  width: 100%;
  height: 100%;
  border: 1px solid #d1d1d1;
  background-color: #fff;
  position: relative;
  text-decoration: none !important;
}

.case-tip__link::before {
  position: absolute;
  content: '';
  background: url(/common/images/com_icn01.png) no-repeat left top;
  background-size: 11px 12px;
  top: 50%;
  left: 15px;
  margin-top: -6px;
  width: 11px;
  height: 12px;
}

@media print,
screen and (min-width: 769px) {
  .case-tip__list {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .case-tip__item {
    width: 410px;
  }

  .case-tip__link {
    font-size: 15px;
    line-height: 2;
  }

  .case-tip__link:hover {
    background-color: #D7063B;
    border-color: #D7063B;
    color: #fff !important;
  }

  .case-tip__link:hover::before {
    background-image: url(/common/images/com_icn40.png);
  }
}

@media only screen and (max-width: 768px) {
  .case-tip__red {
    display: block;
  }

  .case-tip__list {
    padding: 0 18px 30px;
  }

  .case-tip__item {
    margin-bottom: 30px;
  }

  .case-tip__link {
    font-size: 14px;
    line-height: 1.5;
  }
}

/* 20210817 add */
.case-tip__link {
  font-weight: bold;
  color: #fff !important;
  display: block;
  padding: 20px 10px 20px 84px;
  width: 100%;
  height: 100%;
  background-color: #D4123F;
  position: relative;
  text-decoration: none !important;
  line-height: 1.4;
  -webkit-font-smoothing: antialiased;
  letter-spacing: 0.065em;
}

.case-tip__link:hover {
  opacity: .7;
}

.case-tip__link::before {
  position: absolute;
  content: '';
  background: url(/common/images/com_icn40.png) no-repeat left top;
  background-size: 11px 12px;
  top: 50%;
  left: 15px;
  margin-top: -6px;
  width: 11px;
  height: 12px;
}

@media print,
screen and (min-width: 769px) {
  .case-tip__item {
    width: 600px;
    margin: 0 auto;
    padding-bottom: 30px;
  }
}

@media only screen and (max-width: 768px) {
  .case-tip__link {
    width: 88%;
    margin: 0 auto;
    padding: 13px 10px 9px 6px;
    line-height: 1.73;
    font-size: 15px;
    text-align: center;
    letter-spacing: -0.01em;
  }

  .case-tip__link::before {
    left: 11px;
  }
}

@media print,
screen and (min-width: 769px) {
  .br-sp {
    display: none;
  }
}

@media only screen and (max-width: 768px) {
  .br-sp {
    display: block;
  }
}

@media print,
screen and (min-width: 769px) {
  /* .case-pickup {
    height: 544px;
  } */
}

/* 202303追加スタイル
=========================================*/
#contents h1.ttl06 span.text {
  font-size: 18px;
  border-left: none !important;
  padding-left: 0 !important;
}

@media print,
screen and (min-width: 769px) {
  #contents h1.ttl06 {
    margin-bottom: 10px;
  }

}

@media only screen and (max-width: 768px) {
  #contents h1.ttl06 span.text {
    font-size: 16px;
  }
}

/* 202304追加スタイル
=========================================*/
h1.ttl_case_01 {
  margin-bottom: 0;
}

.case-pickup {
  padding-top: 15px;
}

.case-define {
  padding: 29px 0 0;
}


.case-keyword {
  max-width: 1105px;
  width: 90%;
  margin: 0 auto 22px;
}

.case-keyword__inner {
  display: block;
  position: relative;
  margin-bottom: 22px;
  margin-inline: auto;
  max-width: 600px;
}

.case-keyword__inner .case-keyword__input {
  width: 100%;
  height: 60px;
  padding: 0 22px;
  font-size: 16px;
  border-radius: 100vmax;
  color: #333;
  font-weight: bold;
  border: solid 2px #ccc;
  background-color: #fff;
}

.case-keyword__inner .case-keyword__input::placeholder {
  color: #ccc;
}

.case-keyword__btn {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  right: 19px;
  transform: translate(0, -50%);
  background-color: transparent;
  background: url(/svcsol/case/images/icon_loupe-search.svg) no-repeat center center;
  background-size: 24px 24px;
  border: 0;
  cursor: pointer;
  transition: all .5s;
}

.case-keyword__btn:hover {
  background: url(/svcsol/case/images/icon_loupe-search-ac.svg) no-repeat center center;
  background-size: 24px 24px;
  transition: all .3s;
}

.case-define__body {
  padding-bottom: 0;
  border-bottom: none;
}

@media print,
screen and (min-width: 769px) {
  .case-pickup {
    /* height: 478px; */
    height: auto;
  }

  .case-pickup::before {
    background: linear-gradient(to top, transparent 0%, transparent 70%, #fff 100%), url(/svcsol/case/images/bg_pickup.png);
    background-repeat: repeat;
    background-position: left -1px;
    border: solid #fff 2px;
    border-left: 0;
    border-right: 0;
  }

  .case-pickup__item {
    border-radius: 10px;
    box-shadow: 0 0 16px 0 rgba(0, 0, 0, .1);
  }

  .case-define--pc {
    background-color: #F2F2F2;
    padding: 21px 0 18px;
  }

  .case-define__wrapper,
  .case-define__wrappe {
    max-width: 1105px;
    margin: 0 auto;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .case-define__new {
    margin-bottom: 0;
  }

  .case-pulldown-pc__box {
    position: relative;
    width: calc(100% / 3.9);
  }

  .case-pulldown-pc {
    -moz-appearance: none;
    appearance: none;
    -webkit-appearance: none;
    border: 1px solid #D1D1D1;
    border-radius: 5px;
    height: 50px;
    width: 100%;
    background: none;
    font-size: 14px;
    font-weight: bold;
    padding: 10px 20px;
    color: #ABABAB;
    background-color: #fff;
  }

  .case-define__body::before {
    border-color: #F2F2F2 transparent transparent transparent;
  }

  .case-define__body::after {
    border-color: #F2F2F2 transparent transparent transparent;
    border-width: 20px 20px 0 20px;
    bottom: -20px;
  }

  .case-pulldown-pc__box {
    position: relative;
  }

  .case-pulldown-pc__box::before,
  .case-pulldown__wrapper::after {
    position: absolute;
    content: '';
  }

  .case-pulldown-pc__box::before {
    background: url(/svcsol/case/images/icon_arrow-read.svg) no-repeat left top;
    width: 14px;
    height: 7px;
    background-size: 14px 7px;
    transform: translateY(-50%);
    top: 50%;
    right: 16px;
    z-index: 2;
  }

  .case-pulldown-pc__box::after {
    background-color: #fff;
    height: 46px;
    width: 30px;
    right: 1px;
    top: 2px;
  }
}


.case-keyword__wrappe {
  display: flex;
  justify-content: space-between;
  gap: 0 12px;
}

.case-keyword__title {
  font-weight: bold;
}

.case-keyword__item {
  flex: 1 0 1%;
}

.case-keyword__list {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.case-keyword__list__item {
  border: solid 1px #D9D9D9;
  border-radius: 20px;
  padding: 0 12px;
}

.case-pickup::before {
  background: linear-gradient(to top, transparent 0%, transparent 70%, #fff 100%), url(/svcsol/case/images/bg_pickup.png);
  background-repeat: repeat;
  background-position: left -1px;
  border: solid #fff 2px;
  border-right: 0;
  border-left: 0;
}

.case-pickup__item {
  border-radius: 10px;
  transition: all .5s;
  box-shadow: 0 0 16px 0 rgba(0, 0, 0, .1);
}

.case-pickup__item:hover {
  transition: all .2s;
  /* scale: 1.1; */
  box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.25);
}

.case-define--pc {
  background-color: #F2F2F2;
  padding: 21px 0 18px;
}

.case-define__wrapper,
.case-define__wrappe {
  max-width: 1105px;
  margin: 0 auto;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.case-define__new {
  margin-bottom: 0;
}

.case-pulldown-pc__box {
  position: relative;
  width: calc(100% / 3.9);
}

.case-pulldown-pc {
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  border: 1px solid #D1D1D1;
  border-radius: 5px;
  height: 50px;
  width: 100%;
  background: none;
  font-size: 14px;
  font-weight: bold;
  padding: 10px 20px;
  color: #999;
  background-color: #fff;
}

.case-pulldown-pc:hover {
  cursor: pointer;
}

.case-pulldown-pc:focus {
  color: #333;
  background-color: #fff;
}

.case-define__body::before {
  border-color: #F2F2F2 transparent transparent transparent;
}

.case-define__body::after {
  border-color: #F2F2F2 transparent transparent transparent;
  border-width: 20px 20px 0 20px;
  bottom: -20px;
}

.case-pulldown-pc__box {
  position: relative;
}

.case-pulldown-pc__box::before,
.case-pulldown__wrapper::after {
  position: absolute;
  content: '';
}

.case-pulldown-pc__box::before {
  background: url(/svcsol/case/images/icon_arrow-read.svg) no-repeat left top;
  width: 14px;
  height: 7px;
  background-size: 14px 7px;
  transform: translateY(-50%);
  top: 50%;
  right: 16px;
  z-index: 2;
}

.case-pulldown-pc__box::after {
  background-color: #fff;
  height: 46px;
  width: 30px;
  right: 1px;
  top: 2px;
}


@media only screen and (max-width: 768px) {
  .case-define {
    padding: 24px 0 0;
  }

  .case-pulldown__wrapper::before {
    background: url(/svcsol/case/images/icon_arrow-read.svg) no-repeat left top;
  }

  .case-pulldown__wrapper {
    background-color: #F2F2F2;
    padding: 21px 0 18px;
  }

  .case-pulldown__wrapper::after {
    background-color: transparent;
  }

  .case-pulldown {
    background-color: #fff;
    width: 95%;
    margin: 0 auto;
    display: block;
  }

  .case-keyword__inner {
    margin-bottom: 15px;
  }

  .case-keyword__input {
    font-size: 14px;
    height: 50px;
  }

  .case-keyword {
    width: 100%;
    margin: 0 auto 15px;
  }

  .case-keyword__btn {
    width: 20px;
    height: 20px;
    background-size: contain;
  }
  .case-keyword__btn:hover {
    background: url(/svcsol/case/images/icon_loupe-search-ac.svg) no-repeat center center;
    background-size: contain;
    transition: all .3s;
  }

  .case-keyword__wrappe {
    justify-content: flex-start;
    flex-wrap: wrap;
  }

  .case-keyword__title {
    margin-bottom: 10px;
    width: 100%;
  }

  .case-keyword__item {
    margin: 0 0 10px;
    width: 100%;
  }

  .case-keyword__list {
    gap: 12px 4px;
  }
}

.case-pulldown-pc.black {
  color: #333;
}

.case-pulldown-pc optgroup {
  font-style: normal;
}

/* 202305追加スタイル
=========================================*/
.text-or:after,
.text-or:before {
  content: "or";
  position: absolute;
  font-size: 14px;
  color: #333;
  transform: translate(0, -50%);
  top: 50%;
  font-weight: bolder;
}

.text-or:after {
  right: -22px;
}

.text-or:before {
  left: -22px;
}

.case-pulldown-pc__box {
  width: calc(100% / 4.1);
}

/* ウィンドウ幅大の時の横スクロールバー非表示 */
@media (min-width: 1200px) {

  #page-wrapper {
    overflow: hidden;
  }

}
