@charset "UTF-8";

.card-container {
  background: #e0ffff;
  color: #333333;
  border-top: solid 5px #003399;
  box-shadow: 0 3px 5px rgb(0 0 0 / 22%);
  display: flex;
  margin: 20px auto;
  width: 100%;
  position: relative;
  top: 25px;
  margin-bottom: 295px;
}

.card-container a {
  text-decoration: none;
  color: #cddc39;
}

.card-text {
  width: 100%;
  margin: -9px 20px;
  user-select: none;
}

.ct_po{
  position: relative;
  top: 16px;
  left: -19px;
}

.card-text h3 {
  padding-top: 18px;
  font-size: 30px;
}

.card-text p {
  font-size: 16px;
}

.ct_lh {
  line-height: 36px !important;
  margin-top: 15px !important;
  font-size: 20px !important;
}

.tel{
  font-size: 30px !important;
  letter-spacing: 3px;
  font-weight: bold;
  text-align: center;
  position: relative;
  top: 17px;
  left: 315px;
  background: linear-gradient(transparent 69%, #c8f1ff 60%);
  width: 384px;
}

.map{
  position: relative;
  top: 21px;
  z-index: -100;
}
.im1{
  padding-top: 9px !important;
}
  .card-img {
  width: 80%;
}

.ttl {
  font-weight: bold;
  padding-top: 18px;
  width: fit-content;
  margin: 0 auto;
  text-align: center;
  position: relative;
}
.ttl::before, .ttl::after {
  content: '';
  background: #4c9ac0;
  width: 2em;
  height: 3px;
  position: absolute;
  top: 55%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.ttl::before {
  left: -27%;
}
.ttl::after {
  right: -27%;
}

.card-text h4 {
  font-size: 21px;
  font-weight: bold;
  line-height: 31px;
  margin-top: 6px;
}

.ct_mt{
  margin-top: -261px !important;
  font-size: 33px !important;
  padding-top: 9px;
}

.tab{
  color: #404040;
  border-left: solid 6px #41c3f9;
  border-bottom: solid 2px #dadada;
  background: whitesmoke;
  margin-bottom: 5px;
  line-height: 1.5;
  padding: 0.5em;
  list-style-type: none !important;
  font-weight: bold;
  border-radius: 0 15px 15px 0;
  font-size: 17px;
}

.job{
  position: relative;
  top: -253px;
}

.ma1 {
  margin: 0px 0px 13px 0px;
  padding-top: 9px;
}

@media screen and (max-width: 990px) {

  .map img {
    opacity: 0.9;
  }

  .tel{
    left: 24%;
  }
}

@media screen and (max-width: 980px) {
  .tab{
    font-size: 14px; 
  }
}

@media screen and (max-width: 950px) {
  .tab{
    font-size: 12px; 
  }
}

@media screen and (max-width: 930px) {
  .tab{
    font-size: 9px; 
  }

  .ct_mt {
    padding-top: 27px;
  }
}

@media screen and (max-width: 900px) {
  .tab{
    font-size: 6px; 
  }
}

@media screen and (max-width: 875px) {
  .card-text h4{
    font-size: 18px;
  }

  .card-text p {
    font-size: 14px;
}

  .tab{
    font-size: 3px; 
  }

  .map img {
    opacity: 0.8;
  }

  .ct_mt {
    padding-top: 33px;
  }
}

@media screen and (max-width: 820px) {
  .tab{
    font-size: 0px; 
  }

  #header .inner h1 a {
    font-size: 41px;
  }

  #header .ico h1 ::before {
    content: url(/img/logo2.png);
  }

  .ct_lh {
    font-size: 18px !important;
}
}
@media screen and (max-width: 760px) {
  .card-container {
    align-content: stretch;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding-bottom: 10px;
    border-top: solid 3px #003399;
  }

  .card-img {
    display: none;
}

  .card-text h4{
    font-size: 21px;
  }

  .card-text p {
    font-size: 17px;
}

  .tab{
    font-size: 12px; 
  }
}