/* header */
.header {
  margin: 0;
  padding: 0;
  background-color: #212529;
  height: 70px;
  width: 100%;
  display: flex;
}

.header__logo {
  padding-left: 10px;
  flex-grow: 1;
}

.header__logo__title__a {
  color: #fff;
  font-size: 25px;
  line-height: 70px;
}

.header__logo__title__a:hover {
  color: #fff;
}

.header__logo__title__img {
  width: 38px;
  height: 38px;
  line-height: 38px;
  border-radius: 50%;
}

.header__addBtn {
  margin: auto;
  padding-right: 15px;
}

.header__addBtn__btn {
  color: #fff;
  font-size: 15px;
  letter-spacing: 1.5px;
  margin: auto;
  border: 1px solid #fff;
  border-radius: 15px;
  padding: 10px;
}

.header__addBtn__btn:hover {
  color: #fff;
}

.search-form .input-group {
  width: 90%;
}

.info-view {
  font-size: 13px;
  text-align: center;
  padding-bottom: 10px;
  margin-bottom: 0px !important;
}

.slide {
  scroll-snap-type: x mandatory;
  white-space: nowrap;
  overflow: auto;
  margin-top: 10px;
  margin-bottom: 5px;
}

.item {
  scroll-snap-align: center;
  display: inline-block;
  white-space: normal;
}

.card {
  color: #333;
  background-color: #fff;
}

.slide::-webkit-scrollbar {
  display: none;
}

.aboutus-img {
  text-align: center;
}

.col-6 {
  margin-top: 0px;
}

.selKind {
  margin-top: 10px;
}

.sel-info-sm {
  padding: 10px;
  font-weight: bold;
}

.sel-info-card-maigo {
  color: #dc3545;
  border-radius: 10px !important;
  border: 1px solid #dc3545 !important;
}

.sel-info-card-hogo {
  color: #0d6efd;
  border-radius: 10px !important;
  border: 1px solid #0d6efd !important;
}

.banner {
  width: 100%;
  max-width: 500px;
  margin: 20px auto;
}

.banner-img {
  display: block;
  overflow: hidden;
  text-align: center;
  border: 2px solid #114485;
  border-radius: 8px;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}

.banner-img img {
  width: 100%;
}

/*sm*/
@media only screen and (max-width: 767px) {
  .accordion-pc {
    display: none;
  }

  .pc-selkind {
    display: block;
  }

  .aboutFindyou-pc {
    display: none;
  }

  .aboutFindyou {
    width: 90%;
    margin: 0 auto;
  }

  .aboutFindyou p {
    font-size: 15px;
  }

  .send {
    text-align: center;
  }

  .send img {
    width: 220px;
    height: auto;
  }

  .side {
    display: none;
  }
  .sPC {
    display: none;
  }

  .card-body .info-img {
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 50%;
  }

  .sel-info .top-info-img {
    width: 40px;
    height: 40px;
    object-fit: cover;
    border-radius: 50%;
  }

  .sel-info .top-info-img {
    margin-right: 15px;
  }

  .side-menu-area ul {
    list-style: none;
  }

  .side-menu-area ul li {
    padding-top: 20px;
    color: #333;
  }

  .footer-logo {
    position: relative;
    color: #333;
    font-size: 12px;
  }

  .footer-logo p {
    position: fixed;
    right: 30px;
    bottom: 20px;
  }

  .add-info {
    width: 90%;
    margin: 0 auto;
  }

  .add-about {
    text-align: center;
  }

  .add .btn,
  .edit .btn {
    width: 80%;
  }

  .pc {
    display: none;
  }
  .sp {
    display: block;
  }

  .contact {
    width: 80%;
    margin: 0 auto;
  }

  .Notice dl {
    padding: 15px 20px;
    margin: 0px 10px;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 10px 10px;
    display: block;
  }

  .aboutus-img img {
    width: 50%;
  }

  .add-info-btn button {
    color: #fff;
    width: 160px;
    letter-spacing: 1px;
    border-radius: 15px;
    border: 1px solid #94a1b2;
    margin: 10px;
    font-size: 15px;
  }

  .btn-check:focus + .btn,
  .btn:focus {
    outline: 0;
    box-shadow: 0 0 0 0 rgb(13 110 253 / 25%);
  }
}

/*tab*/
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .side {
    display: none;
  }
  .sPC {
    display: none;
  }

  .aboutFindyou-pc {
    display: none;
  }

  .pc-selkind {
    display: block;
  }

  .accordion-pc {
    display: none;
  }

  .sel-info .top-info-img {
    width: 60px;
    height: 60px;
    object-fit: cover;
    border-radius: 50%;
    margin-right: 15px;
  }

  .sel-info {
    text-align: center;
    font-size: 20px;
    line-height: 50px;
  }

  .aboutFindyou {
    width: 90%;
    margin: 0 auto;
  }

  .aboutFindyou p {
    font-size: 15px;
  }

  .send {
    text-align: center;
  }

  .send img {
    width: 50%;
  }
}

/*pc*/
@media only screen and (min-width: 1024px) {
  .side {
    display: block;
    background-color: #f8f9fa;
    margin: 10px;
    border-radius: 10px;
    width: 30%;
    text-align: center;
    color: #333;
  }

  .accordion-sm {
    display: block;
  }

  .aboutFindyou {
    display: none;
  }

  .aboutFindyou-pc {
    display: block;
    padding: 10px;
  }

  .sSM {
    display: none;
  }

  .articles {
    display: none;
  }

  .sm-selkind {
    display: none;
  }

  .pc-selkind {
    display: block;
    font-weight: bold;
  }

  .content {
    background-color: #fff;
    width: 70%;
    text-align: center;
    margin-right: 10px;
  }

  .page {
    display: flex;
  }

  .add-info-btn button {
    color: #fff;
    width: 200px;
    height: 45px;
    letter-spacing: 1px;
    border-radius: 15px;
    margin: 5px 10px;
    font-size: 17px;
    font-weight: bold;
  }

  .notice {
    width: 85%;
    margin: 0 auto;
  }

  .movePage {
    display: none;
  }

  .add-info-btn button {
    border: 1px solid #fff;
  }

  .btn:hover {
    color: grey;
  }

  .btn-check:focus + .btn,
  .btn:focus {
    outline: 0;
    box-shadow: 0 0 0 0 rgb(13 110 253 / 25%);
  }

  .search-form .input-group {
    width: 90%;
    padding: 10px;
  }

  .slide {
    text-align: center;
  }

  .item {
    width: 30%;
  }

  .card-body .info-img {
    width: 30%;
    height: auto;
    object-fit: cover;
    border-radius: 50%;
  }

  .add-about {
    padding-top: 20px;
  }

  .add-info {
    width: 70%;
    text-align: center;
    margin: 0 auto;
  }

  .add .btn,
  .edit .btn {
    width: 30%;
    margin: 20px;
  }

  .sample3-img,
  .sample4-img,
  .sample5-img {
    width: 70%;
    margin: 0 auto;
  }

  .pc {
    display: block;
  }

  .sp {
    display: none;
  }

  .about-card {
    width: 40%;
    margin: 0 auto;
  }

  .contact {
    width: 30%;
    margin: 0 auto;
  }

  .Notice dl {
    width: 60%;
    padding: 15px 20px;
    margin: 0 auto;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 10px 10px;
  }

  .qa {
    width: 60%;
    margin: 0 auto;
  }

  .search-form .input-group {
    margin-top: 0px !important;
  }

  .sel-info-pc {
    padding: 20px;
  }

  .footer {
    display: none;
  }
}

.area-title {
  color: #333;
  font-size: 20px;
  position: relative;
  padding-top: 1.5rem;
  padding-bottom: 5px;
  text-align: center;
  margin-top: 15px;
}

h2 span {
  font-size: 25px;
  display: block;
}

.area-title:before {
  position: absolute;
  bottom: -10px;
  left: calc(50% - 30px);
  width: 60px;
  height: 5px;
  content: "";
  border-radius: 3px;
  background: #809da6;
}

.about1 {
  text-align: center;
  padding-top: 15px;
}

.add {
  width: 100%;
  margin: 0 auto;
}

.info-card {
  margin-top: 10px;
  margin-bottom: 10px;
  transition: 0.3s;
}
.info-card:hover {
  text-decoration: none;
  transform: translateY(-5px);
}

.img-Exp {
  text-align: left;
  font-size: 13px;
}

/*search-form*/
@media only screen and (max-width: 800px) {
  .search-content {
    width: 95%;
    padding: 10px 10px 20px;
    margin: 0 auto 20px;
    border-radius: 8px;
  }

  .search-form-area {
    width: 100%;
    margin: 20px auto;
  }
}

@media only screen and (min-width: 801px) {
  .search-content {
    width: 100%;
    padding: 10px 10px 20px;
    margin: 0 auto 30px;
    border-radius: 8px;
  }

  .search-form-area {
    width: 100%;
    margin: 0 auto;
  }
}

.search-form-area {
  padding-top: 5px;
}

.search-form {
  margin-bottom: 15px;
}

.search-form .input-group {
  margin: 10px auto 0px auto;
}

.search-form .input-group .input-group-text {
  border-radius: 0 25px 25px 0;
  background-color: #e6e6e6;
  border: none;
}

.search-form .input-group .form-control {
  border-radius: 25px 0 0 25px;
  background-color: #e6e6e6;
  border: none;
  padding: 10px;
}

.search-form .input-group .form-control::placeholder {
  color: #808080;
}

.search-form .input-group .form-control:focus {
  box-shadow: 0 0 0 0 rgb(0 123 255 / 25%);
}

.input-group
  > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(
    .valid-feedback
  ):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: 0 !important;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.search-btn {
  border: none;
  border-radius: 0px 25px 25px 0px;
  background-color: #e6e6e6;
}

/* info-card */
.example {
  position: relative;
}

.example span {
  width: 100%;
  position: absolute;
  color: white;
  top: 0;
  left: 0;
}

.badge {
  font-size: 13px;
  border-radius: 0.18rem 0.18rem 0 0 !important;
}

.card-body {
  overflow: hidden;
}

.card-img-top {
  height: 150px;
  object-fit: cover;
}

.card-title {
  text-align: left;
}

.infoArea {
  font-size: 13px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: left;
  padding-left: 10px;
  margin-bottom: 10px;
}

.Notice {
  background-color: #f5f5f5;
  padding-bottom: 25px;
}

.qa {
  padding-top: 10px;
  padding-bottom: 50px;
}

button:focus:not(:focus-visible) {
  outline: none;
}

.accordion-button:focus {
  z-index: 3;
  border-color: #fff;
  outline: 0;
  box-shadow: none;
}

.footer {
  height: 70px;
}

.footer-content {
  color: #fff;
  font-size: 13px;
  margin: 0 auto;
}
