@charset "utf-8";

/* ####### 対象者 ###### */
.plan-cards-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
}
.plan-card {
  background-color: #ffffff;
  border-radius: 8px;
  padding: 25px 0 0;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.plan-card .card-img {
  width: 100%;
  height: 200px;
}
.plan-card .card-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.plan-card ul {
  list-style: none;
  padding: 20px;
  margin: 0;
  flex-grow: 1;
  background-color: #F5F5F5;
}
.plan-card ul .card-name {
  /* font-size: 24px; */
  font-size: 1.59556rem;
  font-weight: bold;
  color: #0171a6;
  margin-bottom: 20px;
  padding-bottom: 5px;
  border-bottom: 5px dotted #0171a6;
}
.plan-card ul li {
  /* font-size: 20px; */
  font-size: 1.33333rem;
  color: #666666;
  margin-bottom: 10px;
  position: relative;
  text-align: center;
}
.plan-card li span {
  font-weight: bold;
  /* font-size: 24px; */
  font-size: 1.59556rem;
}
.plan-card li.ansN {
  border: 3.5px solid #1571B8;
  width: 50%;
  margin: 0 auto;
}
.plan-card li.ansY {
  border: 3.5px solid #D90077;
  width: 50%;
  margin: 0 auto;
}
.plan-card li span.active,
.plan-card li.ansY {
  color: #D90077;
}
.plan-card li span.negative,
.plan-card li.ansN {
  color: #1571B8;
}
.komelist {
  font-size: 1rem !important;
  font-weight: normal !important;
}
.pc-none{
  display: none;
}
span.komelist{
  display:block;
  line-height: 1.3;
}

@media (max-width: 736px) {
  .plan-cards-container {
    grid-template-columns: repeat(2, 1fr);
    padding: 10px;
  }
  .plan-card ul .card-name {
    /* font-size: 20px; */
    font-size: 1.33333rem;
  }
  .plan-card ul {
    padding: 10px;
  }
  .plan-card ul li {
    /* font-size: 14px; */
    font-size: 0.93085rem;
    margin-bottom: 10px !important;
  }
  .plan-card li span {
    /* font-size: 20px; */
    font-size: 1.33333rem;

  }
  .plan-card li.ansN {
    width: 90%;
  }
  .plan-card li.ansY {
    width: 90%;
  }
  .komelist {
    font-size: 0.9rem !important;
  }
  span.komelist{
  line-height: 1.25;
}
  .pc-none{
    display: block;
  }
  .plan-card ul li.ly-mb{
    margin-bottom: 60px !important;
  }
  .ly-sp-fs15{font-size: 1rem !important;}
}

.dli-arrow-down {
  display: inline-block;
  vertical-align: middle;
  color: #666666;
  line-height: 1;
  position: relative;
  width: 0.1em;
  height: 1em;
  background: currentColor;
}
.dli-arrow-down::before {
  content: '';
  width: 0.65em;
  height: 0.65em;
  border: 0.1em solid currentColor;
  border-top: 0;
  border-right: 0;
  transform: rotate(-45deg);
  transform-origin: bottom left;
  position: absolute;
  left: 50%;
  bottom: -0.05em;
  box-sizing: border-box;
}

/* ###### swiper追記 ###### */
  .swiper_area .era p {
    margin-left: 2.5%;
  }
  .f_title {
    color: #1571B8;
    font-size: 1.33333rem;
    font-weight: bold;
  }
@media screen and (max-width:736px) {
  .f_title {
    font-size: 1rem;
  }
}
/* ###### 注意事項 ###### */
@media screen and (min-width: 737px) {
  .ly-mL {
    margin-left: 28px !important;
  }
}
@media screen and (max-width:736px) {
  .ly-mL {
    margin-left: 15px !important;
  }
}

/* ###### よくある質問 ###### */
/* .txt_answer{
    margin: -10px 0 0 5px;
} */
.txt_answer02{
  margin: 10px 0 0 0;
}
.qa_ttl  {
  margin: 10px 0 -10px 0;
  font-weight:bold;
}
.qa_ttl02  {
  margin: 10px 0 -10px 0;
  font-weight:bold;
}
@media screen and (min-width: 737px) {
  .qa_ttl {
    font-size: 1.3rem;
  }
  .qa_ttl02 {
    font-size: 1.2rem;
  }
  .txt_answer02{
    font-size: 1.2rem;
  }
  .komelist{
    font-size: 1rem;
  }
}
@media screen and (max-width:736px) {
  .qa_ttl {
    font-size: 1rem;
  }
  .komelist{
    font-size: 0.8rem;
  }
}

/* ###### 問い合わせ ###### */
.ly-mod-ttl-lt.ly-no-bd {
    margin: 10px 0 -10px 0;
}