@charset "UTF-8";
/*  ------------------------------ allpass.scss */
/*タブ切り替え全体のスタイル*/
.pass-tabs {
  position: relative;
  margin: 80px auto 0;
}
.pass-tabs h2 {
  text-align: center;
  font-size: 2.6rem;
  font-weight: bold;
  letter-spacing: 0.5px;
}
.pass-tabs h3 {
  font-size: 1.8rem;
  padding: 16px 10% 14px;
  color: #fff;
  background: #a03632;
}

/*タブのスタイル*/
.tab_item {
  width: 14.2857142857%;
  border-top: 1px solid #b2b2b2;
  border-left: 1px solid #b2b2b2;
  border-right: 1px solid #b2b2b2;
  border-bottom: 1px solid #000;
  border-radius: 20px 0 0 0;
  background-color: #b2b2b2;
  line-height: 1.6;
  font-size: 1.8rem;
  text-align: center;
  color: #fff;
  display: block;
  float: left;
  text-align: center;
  padding: 14px 0;
  transition: all 0.2s ease;
}

.tab_item:hover {
  opacity: 0.75;
}

/*タブ切り替えの中身のスタイル*/
.tab_content {
  display: none;
  padding: 10px;
  clear: both;
  overflow: hidden;
  background: #fff;
  border-right: 1px solid #000;
  border-left: 1px solid #000;
  border-bottom: 1px solid #000;
}
.tab_content.show {
  display: block;
  overflow: visible;
}

/*選択されているタブのスタイルを変える*/
.tab_item.checked {
  background-color: #fff;
  color: #000;
  border-color: #000;
  border-bottom: none;
}

.pass-gray,
.pass-white {
  padding: 0 10%;
}

.pass-gray {
  background: #e5e5e5;
}
.pass-gray p {
  font-size: 1.4rem;
  line-height: 2.29;
  letter-spacing: 1.4px;
}

.pass-white p {
  font-size: 1.7rem;
  line-height: 2.29;
  letter-spacing: 1.4px;
}
.pass-white p span {
  font-size: 1.2rem;
}




/* 追加css */
@media only screen and (min-width: 835px) {
    .apass_name {
        font-size: 22px;
    }
}
}






@media screen and (max-width: 834px) {
  .pass-tabs {
    margin-top: 65px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  .pass-tabs h2 {
    font-size: 1.9rem;
  }
  .pass-tabs h3 {
    padding: 10px 5%;
    font-size: 1.4rem;
  }
  .tab_left {
    width: 89px;
  }
  .tab_right {
    width: calc(100% - 89px);
  }
  .tab_item {
    float: none;
    width: 90px;
    font-size: 1.4rem;
    padding: 10px 0;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    border-right: none;
    height: 38px;
  }
  .tab_item.checked {
    border-bottom: 1px solid #000;
    border-radius: 10px 0 0 0;
    z-index: 2;
    position: relative;
  }
  .tab_content {
    border-top: 1px solid #000;
  }
  .pass-white,
.pass-gray {
    padding: 0 5%;
  }
  .pass-white p,
.pass-gray p {
    font-size: 1.4rem;
  }
  .pass-white p span,
.pass-gray p span {
    font-size: 1.2rem;
  }
}/*# sourceMappingURL=hp_allpass.css.map */



