@charset "utf-8";
/* #h1-area {
  background-image: url("../../images/concept/package.jpg");
} */
.h1titile {
  font-size: 1.2em;
}
dl.package_list {
  width: 100%;
  padding: 3% 0;
  clear: left;
  border-bottom: 3px #ccc solid;
  overflow: hidden;
}
dl.package_list dt {
  width: 30%;
  float: left;
}
dl.package_list dd {
  width: 48%;
  margin: 3% 0 0 2%;
  float: left;
  text-align-last: left;
}
dl.package_list dd span {
  font-weight: bold;
}
.list_btn_detail {
  width: 18%;
  float: right;
  background-color: #ce0d0e;
  color: #fff;
  padding: 2% 0;
  margin: 1% 0 0 2%;
  text-align: center;
  border-radius: 5px;
  border-bottom: 5px solid #a0a0a0;
}
.list_btn_faq {
  width: 18%;
  float: right;
  background-color: #0c6dcf;
  color: #fff;
  padding: 1% 0;
  margin: 1% 0 0 2%;
  text-align: center;
  border-radius: 5px;
  border-bottom: 5px solid #a0a0a0;
}

.btn_introduction {
  width: 80%;
  background-color: #00a99d;
  color: #fff;
  font-weight: bold;
  font-size: 1.2em;
  padding: 2%;
  margin: 2% auto;
  text-align: center;
  border-radius: 80px;
  border-bottom: 5px solid #a0a0a0;
}

.contents {
  text-align: center;
}
.contents_inner {
  background-color: #fdf7f7;
  border-radius: 10px;
  padding: 15px;
  text-align: center;
}

.contents_inner .js-modal-btn a {
  position: relative;
  display: block;
  text-decoration: none;
}

.contents_inner .js-modal-btn a:before {
  position: absolute;
  content: "";
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  border: 6px solid #b83b40;
  background: #b83b40;
  width: 60px;
  height: 60px;
}

.contents_inner .js-modal-btn a:after {
  position: absolute;
  content: "";
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-40%, -50%);
  border-style: solid;
  border-color: transparent transparent transparent #ffffff;
  border-width: 15px 0 15px 25px;
}
.movie {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}

  /*タブを横並びに*/
  .tab-label {
    display: block;
    float: left;
  }

  .tab-label-heading:not(:last-of-type) .tab-label {
    margin-right: 2px !important;
  }

  /*ラジオボタンを全て非表示に*/
  input[name="tab-radio"] {
    display: none;
  }

  .tab-label {
    background-color: #b4bdbf !important;
    color: #525252 !important;
    cursor: pointer !important;
    font-size: 16px !important;
    padding: 10px 20px !important;
    transition: .3s;
  }

  .tab-label:hover {
    opacity: .7 !important;
  }

  /* 選択されたタブの見た目 */
  input:checked+h2>.tab-label {
    color: #000 !important;
    background-color: #e2e8eb !important;
    transition: .3s;
  }

  .tab-panel {
    background-color: #e2e8eb;
    height: 170px;
    clear: both;
    display: none;
    /*パネルを非表示*/
  }

  /* 選択されているチェックボックスに応じてパネルを表示 */
  #tab-a:checked~.panel-a,
  #tab-b:checked~.panel-b,
  #tab-c:checked~.panel-c {
    display: block;
  }

  .tab-panel&gt;

  div {
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
  }

@media screen and (max-width: 960px) {
  dl.package_list {
    width: 100%;
    padding: 3% 0;
  }
  dl.package_list dt {
    width: 100%;
  }
  dl.package_list dd {
    width: 100%;
    margin: 3% 0 0 0;
  }

  .list_btn_detail,
  .list_btn_faq {
    width: 100%;
    margin: 1% 0 0 0%;
    padding: 2% 0;
    margin: 1% 0;
  }
  .btn_introduction {
    margin-top: 2%;
    width: 90%;
    font-size: 1em;
  }
  .contents {
    text-align: left;
  }
}
