@import url("/lp3_top/css/index_pc.css");
@import url("/lp3_top/css/index_sp.css");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://use.fontawesome.com/releases/v6.0.0/css/all.css");

* {
  font-family: "Noto Sans", sans-serif;
}

.pink {
    color: #EE4096;
}

@media only screen and (device-width: 768px) {
  div#la_header_h1 {
    width: 966px;
  }
  div#la_header {
    width: 966px;
  }
  div#nav {
    width: 966px;
  }
  div#la_footer {
    width: 966px;
  }
}

@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:portrait) {
  div#la_header_h1 {
    width: 966px;
  }
  div#la_header {
    width: 966px;
  }
  div#nav {
    width: 966px;
  }
  div#la_footer {
    width: 966px;
  }
}

@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:landscape) {
  div#la_header_h1 {
    width: 1024px;
  }
  div#la_header {
    width: 1024px;
  }
  div#nav {
    width: 1024px;
  }
  div#la_footer {
    width: 1024px;
  }
}

.section-title {
  text-align: center;
  font-weight: bold;
  font-size: 24px;
    color: #EE4096;
  margin-bottom: 20px;
  margin-top: 40px;
    border-bottom: 2px solid #EE4096;
}

.section-title.sp {
  display: none;
}

.card-container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.card {
  width: 32%;
  padding: 10px;
}

.card .card-img {
  background-color: #ddd;
  width: 100%;
  margin-bottom: 10px;
}

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

.card-title {
  font-weight: bold;
  font-size: 24px;
  color: #ee4096;
  margin-bottom: 5px;
}

.card .title {
  margin-bottom: 5px;
}

.card-description {
  font-size: 16px;
  font-weight: 500;
  color: #444;
}

.card-container .card-description span {
  color: red;
  background: yellow;
  font-weight: bold;
}

.card-btn {
  width: 100%;
  padding: 12px;
  background-color: #409eee;
  margin-top: 10px;
  border-radius: 25px;
  border-bottom: solid 3px #02549a;
  font-weight: 500;
  text-align: center;
  cursor: pointer;
}
.card-btn a {
  text-decoration: none;
  color: white;
}

.card-btn:hover {
  opacity: 0.8;
}

.article-item .card {
  background-color: #fff0f9;
  padding: 25px 20px;
  border-radius: 10px;
  margin: 0 40px;
}

@media (max-width: 768px) {
  .card-container {
    flex-direction: column;
    align-items: center;
    gap: 15px;
  }

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

  .card-title,
  .card .title {
    text-align: center;
  }
}

.compare {
  margin: 80px auto 60px;
  padding: 70px 50px;
  background-color: #FFF0F9;
  max-width: unset;
  border-radius: 20px;
}

.compare__more {
  width: calc(98% - 98px);
  bottom: 60px;
  text-decoration: none;
}

.compare__more button {
  position: absolute;
  bottom: -20px;
  color: white;
  background: #EE4096;
  padding: 10px 50px;
  border-radius: 30px;
  border: none;
}

.compare .compare-img-title {
  position: absolute;
  top: -45px;
  left: 50%;
  transform: translateX(-50%);
}

.box-search-item {
  background-color: #FFF0F9;
  padding: 20px 40px;
}

.box-search-item.box-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 0 100px 0 40px;
}

.banner .box-search-item.box-tags {
  background-color: white;
  margin-top: 30px;
  padding: 0 20px 0 0;
}

.box-search-item.box-tags input {
  opacity: 0;
}

.box-search-item.box-tags label {
  padding: 4px 23px 2px 5px;
  background-color: white;
  font-weight: bold;
  border: 1px solid #EE4096;
  border-radius: 20px;
}

.banner .box-search-item.box-tags label {
  padding: 4px 15px 2px 0px;
}

.box-search-item.box-checkbox .title {
  text-align: center;
  padding: 10px;
  font-weight: bold;
  background-color: #D5D5D5;
}

.box-search-item.box-checkbox .all-checkbox {
  padding: 20px 30px;
  background-color: white;
  display: flex;
  flex-wrap: wrap;
  gap:8px;
}

.box-search-item.box-checkbox .all-checkbox label {
  display: block;
  width: 24%;
  box-sizing: border-box;
  border: 1px solid #dbdbdb;
  float: left;
  background-color: #EFEFEF;
  padding: 7px 3px 3px 4px;
}

.compare__head th {
  font-weight: bold;
}

.compare__button {
  border-bottom: solid 3px #02549A;
  background-color: #409EEE;
}

.compare__row a:not(.compare__button) {
  color: #409EEE;
}

.compare__star {
  color: #EE4096;
}

.banner {
  width: 80%;
  margin: 60px auto;
}

.banner img {
  width: 100%;
}

.box-banner-head {
  background-color: #fff0f9;
}
@media screen and (min-width: 768px) {
  .total-register {
    font-size: 27px !important;
  }
}

@media screen and (max-width: 767px) {
  .compare {
    padding: 20px 12px 45px;
    margin: 60px auto 40px;
    width: 100%;
  }

  .compare-img-title {
    width: 75%;
  }

  .compare__more {
    padding: 5px 25px;
    bottom: 46px;
    width: calc(98% - 30px);
  }

  .box-search-item.box-tags {
    padding: 10px;
    gap: 6px;
  }

  .banner .box-search-item.box-tags {
    background-color: white;
    margin-top: 30px;
    padding: 0;
  }

  .box-search-item.box-tags label {
    padding: 4px 15px 2px 0;
    font-size: 12px;
  }

  .banner .box-search-item.box-tags label {
    padding: 4px 20px 2px 5px;
  }

  .box-search-item.box-checkbox {
    padding: 10px;
  }

  .box-search-item.box-checkbox .all-checkbox {
    padding: 20px 10px;
  }

  .box-search-item.box-checkbox .all-checkbox label {
    width: 48%;
  }
  div#main div#mainc div.search_footer {
    background-color: #FFF0F9;
    padding-top: 15px;
    padding-bottom: 20px;
  }

  div#main div#mainc div.search_footer input.search_btn {
    max-width: 85%;
    margin-bottom: 20px;
  }


  .scroll-wrapper {
    overflow-x: scroll;
  }
  .article-item .card-container {
    flex-wrap: nowrap;
  }

  .card-title,
  .section-title {
    font-size: 18px;
  }

  .section-title.pc {
    display: none;
  }

  .section-title.sp {
    display: block;
  }

  .card-description {
    font-size: 14px;
  }

  .banner,
  .article-item {
    width: 95%;
    margin: 30px auto 10px;
  }

  .search_form_sp {
    width: 95%;
    margin: 0 auto;
  }
}

input[type="radio"],
input[type="checkbox"] {
  accent-color: #ee4096;
}

.show-button {
  padding: 5px 0;
  background: #FFF0F9;
  cursor: pointer;
}
.show-button > img {
  display: block;
  height: 20px;
  object-fit: contain;
  margin: auto;
}


.total-register {
  width: fit-content;
  margin: 20px auto 0;
  position: relative;
  overflow: hidden;
  text-align: center;
  font-size: 20px;
}
