/* ==========================================================================
   TCSS お客様サポート
   ========================================================================== */

.tcss_gate {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 30px auto;
}

.tcss_gate a {
  margin: 0 10px 10px !important;
}

.tcss_about {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px;
  margin: 50px 0;
  flex-wrap: wrap;
  background: #f4f7ff;
  border: 2px solid #899abe;
}

.tcss_about figure {
  width: 350px;
  height: auto;
}

.tcss_about div {
  padding: 25px;
  max-width: 700px;
  width: 100%;
  margin: 10px;
}

.tcss_menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.tcss_menu dl {
  margin: 30px auto;
  border: 3px solid #12347c;
  width: 550px;
  background: #fff;
}

.tcss_menu dl dt {
  margin: 0;
  padding: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-weight: bold;
  font-size: 1.5em;
  color: #12347c;
  line-height: 1.8em;
}

.tcss_menu dl dt div {
  width: 70%;
  border-bottom: 2px solid #12347c;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 150px;
}

.tcss_menu dl dd {
  padding: 35px;
  font-weight: bold;
}

.tcss_menu dl dd p {
  height: 160px;
}

.under_bar_remove {
  padding: 10px 0 !important;
  font-size: 2.5em !important;
}

.under_bar_remove::after {
  display: none !important;
}

.tcss_service {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 1050px;
  border: 1px solid #899abe;
  padding: 30px 0 30px 20px;
  margin: 40px auto;
  box-shadow: 0 5px 5px #eee;
}

.tcss_service dl {
  padding: 0 10px;
  margin: 20px;
}

.tcss_service dl dt {
  margin-top: 0 !important;
}

.tcss_service dl::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border: 10px solid #899abe;
  border-bottom-color: transparent;
  border-right-color: transparent;
}

.tcss_service figure {
  width: 300px;
  min-width: 300px;
  height: auto;
  padding: 10px;
}

.background_check {
  background-color: #fff;
  background-image:
    linear-gradient(#eee 2px, transparent 2px),
    linear-gradient(90deg, #eee 2px, transparent 2px),
    linear-gradient(#eee 1px, transparent 1px),
    linear-gradient(90deg, #eee 1px, #fff 1px);
  background-size: 80px 80px, 80px 80px, 20px 20px, 20px 20px;
  background-position: -2px -2px, -2px -2px, -1px -1px, -1px -1px;
}

.tcss-no-fig {
  width: calc(100% - 50px) !important;
}

.tcss_time {
  background: #f4f7ff;
  margin-top: 20px;
  padding: 10px 30px;
}

.tcss_time p {
  font-weight: bold;
  margin: 0 !important;
  padding: 0;
}

.tcss_considerations {
  margin-top: 20px;
}

.tcss_considerations li {
  position: relative;
  color: #555;
  font-size: 0.9em;
  padding-left: 20px;
  margin-bottom: 10px;
}

.tcss_considerations > li::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "※";
}

.tcss_notes {
  color: #555;
  margin: 0 auto 100px;
  max-width: 1100px;
  width: 100%;
  font-weight: bold;
}

.tcss_notes li ul li {
  font-size: 0.9em;
  position: relative;
  padding: 5px 0 0 40px;
  margin-bottom: 5px;
  border-bottom: 1px dashed #eee;
  font-weight: normal;
}

.tcss_notes li ul li::before {
  position: absolute;
  top: 15px;
  left: 0;
  content: "";
  width: 0;
  height: 0;
  display: block;
  border: 2px solid #555;
  margin-left: 25px;
  border-radius: 50px;
}

.tcss_notes > li::before {
  content: "■";
  padding-right: 10px;
}

.tcss_service dt::before {
  display: none !important;
}

.tcss_link {
  color: blue !important;
}

.tcss_2nd_dd {
  margin-top: 20px;
}

.tcss_menu ul {
  padding: 10px;
  font-weight: normal;
  font-size: 0.9em;
  color: #fff;
}

.tcss_menu ul li::before {
  content: "-";
  border-radius: 10px;
  padding-right: 10px;
  padding-left: 5px;
  font-weight: bold;
}

.tcss_menu_bg_1 {
  background-image: url(https://www.techs-s.com/wp-content/themes/technoa/img/support/tcss_image1.png);
}

.tcss_menu_bg_2 {
  background-image: url(https://www.techs-s.com/wp-content/themes/technoa/img/support/TMS.png);
}

.tcss_menu_bg {
  margin-top: 20px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right;
  display: flex;
  justify-content: start;
  position: relative;
  height: 190px;
}

.tcss_menu_bg::before {
  content: "";
  display: block;
  background: #fff;
  width: 200px;
}

.tcss_menu_bg::after {
  content: "";
  display: block;
  width: 100px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 0) 100%);
}

.tcss_menu_bg ul {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 340px;
  background: linear-gradient(90deg, rgba(0, 0, 50, 0.5) 80%, rgba(255, 255, 255, 0) 100%);
}

@media print, screen and (max-width: 768px) {
  .tcss_service {
    flex-wrap: wrap;
    justify-content: center;
    padding: 10px;
  }

  .tcss_service dl {
    padding: 0;
    margin: 10px;
  }

  .tcss_menu_bg ul {
    background: linear-gradient(90deg, rgba(0, 0, 50, 0.5) 100%, rgba(255, 255, 255, 0) 0%);
    width: 100%;
  }

  .tcss_menu_bg::before {
    width: 20%;
  }
}