@charset "UTF-8";

/* common */
body {
  width: 100%;
}
#poikatsu {
  font-family: "Noto Sans JP", "Yu Gothic Medium", YuGothic, "Yu Gothic Medium", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
#poikatsu #page-header,
#poikatsu .main-contents {
  overflow: hidden;
  padding: 0;
  margin: 0;
}
#poikatsu p,
#poikatsu li {
  line-height: 1.6em;
}
#poikatsu sup {
  font-size: 1.1rem;
  top: -0.5em;
  padding-right: 0.1rem;
  vertical-align: super;
}
#poikatsu *:focus {
  outline: none;
}
#poikatsu .main-contents {
  position: relative;
  z-index: 0;
  width: 100%;
  height: auto;
}
#poikatsu .main-contents img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}
#poikatsu .main-contents a {
  text-decoration: underline;
  color: #2F6DB6;
}
#poikatsu .main-contents a:hover {
  opacity: 0.8;
  transition: 0.3;
}
#poikatsu [class*="icon-blank"] {
  position: relative;
  width: 1em;
  max-height: 1em;
  top: 0.1em;
}
@media (max-width: 768px) {
  html {
    font-size: 50%;
  }
}

/* utility */
#poikatsu .color-red {
  color: #FF575D;
}
#poikatsu .ta-l {
  text-align: left;
}
#poikatsu .indent1 {
  text-indent: -1em;
  padding-left: 1em;
}
#poikatsu .indent2 {
  text-indent: -1.8em;
  padding-left: 2em;
}
#poikatsu .note {
  font-size: 1.4rem;
}
@media screen and (min-width: 1169px) {
  #poikatsu .tab_view:not(.pc_view),
  #poikatsu .sp_view:not(.pc_view) {
    display: none;
  }
}
@media (max-width: 1169px) and (min-width: 768px) {
  #poikatsu .pc_view:not(.tab_view),
  #poikatsu .sp_view:not(.tab_view) {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  #poikatsu .pc_view:not(.sp_view),
  #poikatsu .tab_view:not(.sp_view) {
    display: none;
  }
  #poikatsu .note {
    font-size: 1.6rem;
  }
}

/* unique */
/* mv */
#poikatsu .mv_area {
  width: 100%;
  max-width: 100%;
  background: url(../../assets/img/mv_bg_pc.png) no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
#poikatsu .mv_area p {
  color: #fff;
  font-size: 1.2rem;
}
#poikatsu .mv_area a {
  color: #fff;
  text-decoration: underline;
}
#poikatsu .mv_inner {
  width: 100%;
  max-width: 1044px;
  margin: 0 auto;
  padding : 0.8%;
}
#poikatsu .mv_title {
  margin: 0 auto;
  padding-bottom: 2.3%;
}
#poikatsu .mv_link_upper {
 width: 24.22%;
}
#poikatsu .mv_link_upper .mv_note_upper {
  margin: 0;
  padding-top: 0.485%;
}
#poikatsu .mv_link_lower {
  display: block;
  width: fit-content;
  margin: 0 auto;
}
@media (min-width: 769px) {
  #poikatsu .mv_inner {
    padding-top: calc(100% * (27/1032));
    padding-bottom: calc(100% * (27/1032));
  }
}
@media (max-width: 768px) {
  #poikatsu .mv_area {
    background: url(../../assets/img/mv_bg_sp.png) no-repeat;
    background-size: cover;
    background-position: center;
  }
  #poikatsu .mv_area p {
    font-size: 1.5rem;
  }
  #poikatsu .mv_inner {
    padding: 18px 0;
    font-size: 2.4rem;
  }
  #poikatsu .mv_link_upper {
    width: 50%;
    margin: 0 auto;
    padding-bottom: 5px;
  }
  #poikatsu .mv_note_upper {
    padding-bottom: 20px;
    text-align: center;
  }
  #poikatsu .mv_link_lower {
    padding-top: 20px;
  }
  #poikatsu .mv_note_lower {
    width: 90%;
    margin: 0 auto;
    text-align: left;
  }
}

/* section */
#poikatsu section {
  width: 100%;
  margin: 0 auto;
  padding: 80px 100px;
}
#poikatsu .inner_wrapper {
  max-width: 1086px;
  margin: 0 auto;
}
#poikatsu section.bg_blue {
  background: #2F6DB6;
}
#poikatsu section.bg_white {
  background: #fff;
}
#poikatsu section.bg_lblue {
  background: #edf5fe;
}
#poikatsu section.bg_blue + section.bg_blue,
#poikatsu section.bg_white + section.bg_white,
#poikatsu section.bg_lblue + section.bg_lblue {
  padding-top: 0 !important;
}
@media (max-width: 1271px) {
  #poikatsu section {
    padding: 10% 3%;
  }
  #poikatsu .inner_wrapper {
    max-width: 900px;
  }
}

/* section_title */
#poikatsu .section_title {
  font-size: 3.4rem;
  font-weight: bold;
  text-align: center;
  padding-bottom: 40px;
  color: #2F6DB6;
  line-height: 1.2em;
}
#poikatsu .section_title span {
  font-size: 2.4rem;
  display: block;
}
#poikatsu section.bg_blue .section_title {
  color: #fff;
}
#poikatsu .section_title.title_treatment {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
#poikatsu .section_title.title_treatment::before {
  content: "";
  background: url(../../assets/img/icon_coin_l.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 79px;
  height: 73px;
  flex-shrink: 0;
}
#poikatsu .section_title.title_treatment:after {
  content: "";
  background: url(../../assets/img/icon_coin_r.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 82px;
  height: 73px;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  #poikatsu .section_title {
    font-size: 2.2rem;
    padding-bottom: 2rem;
  }
  #poikatsu .section_title span {
    font-size: 1.6rem;
  }
  #poikatsu .section_title.title_treatment {
    gap: 0.2rem;
  }
  #poikatsu .section_title.title_treatment::before {
    width: 5.9rem;
    height: 5.3rem;
  }
  #poikatsu .section_title.title_treatment:after {
    width: 6.2rem;
    height: 5.3rem;
  }
}

/* inner_title */
#poikatsu .inner_title {
  font-size: 2.4rem;
  font-weight: bold;
  color: #2F6DB6;
  text-align: center;
  padding-bottom: 30px;
}

/* btn_solid */
#poikatsu a.btn_solid {
	background: #2F6DB6;
  color: #fff;
  font-size: 2.8rem;
  font-weight: bold;
  padding: 20px;
  display: block;
  margin: 0 auto;
  text-decoration: none;
  position: relative;
  border-radius: 10px;
  width: fit-content;
  max-width: 100%;
  min-width: calc(100% - 360px);
  box-shadow: 5px 6px 0 0 #004598;
}
#poikatsu a.btn_solid>span {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  #poikatsu a.btn_solid {
    font-size: 2rem;
  }
}

/* btn_r_flat */
#poikatsu a.btn_r_flat {
  max-width: 100%;
  width: 364px;
  height: 68px;
  background-color: #2F6DB6;
  background-image: none;
  border: 3px solid #fff;
  color: #fff;
  font-weight: bold;
  font-size: 1.6rem;
  text-decoration: none;
  text-align: center;
  line-height: 1.4;
  border-radius: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: auto;
  padding: 0;
  cursor: pointer;
  position: relative;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  overflow: hidden;
  z-index: 1;
}
#poikatsu a.btn_r_flat[target="_blank"]::after {
  content: "";
  width: 1.6rem;
  height: 1.6em;
  background-image: url(/parts/img/icon/icon_blank_white.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  font-weight: 500;
  line-height: 1;
  position: absolute;
  top: 50%;
  right: 24px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
@media (min-width: 769px) {
  #poikatsu a.btn_r_flat:hover {
    opacity: 0.8;
  }
}
@media (max-width: 768px) {
  #poikatsu a.btn_r_flat {
    font-size: 1.5rem;
    width: 295px;
    height: 60px;
  }
}

/* ポイ活パックって？ */
#poikatsu .service_intro {
  background: #eee;
}
#poikatsu .service_intro_box {
  background: #fff;
  border: 4px solid #2F6DB6;
  border-radius: 10px;
}
#poikatsu .service_intro_box .service_intro_title {
  background: #2F6DB6;
  color: #fff200;
  padding: 10px;
  font-weight: bold;
  font-size: 3.4rem;
  text-align: center;
}
#poikatsu .service_intro_box .service_intro_txt {
  padding: 30px 65px;
  font-weight: bold;
  font-size: 2.4rem;
}
#poikatsu .service_intro_note {
  padding-top: 10px;
}
#poikatsu .service_intro_btn {
  display: grid;
  grid-template-columns: 1fr 1fr;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
  padding-top: 50px;
}
#poikatsu .service_intro_btn .service_intro_btn_item {
  width: 100%;
  font-size: 1.9rem;
  font-weight: bold;
}
#poikatsu .service_intro_btn .service_intro_btn_item a {
  background: #fff;
  border: #2f6db6 solid 4px;
  border-radius: 10px;
  box-shadow: 2px 2px 0 0 #2F6DB6;
  color: #2F6DB6;
  text-decoration: none;
  display: block;
  position: relative;
  line-height: 1.2em;
  text-align: center;
  padding: 10px 5px 30px;
}
#poikatsu .service_intro_btn .service_intro_btn_item a::after {
  content: '';
  width: 12px;
  height: 12px;
  border: 0;
  border-bottom: solid 4px #2F6DB6;
  border-right: solid 4px #2F6DB6;
  border-radius: 2px;
  transform: rotate(45deg);
  position: absolute;
  left: 50%;
  bottom: 10px;
  margin: auto;
}
@media (max-width: 1086px) {
  #poikatsu .service_intro_box .service_intro_txt {
    padding: 4% 3%;
  }
  #poikatsu .service_intro_note a {
    display: contents;
  }
}
@media (max-width: 910px) {
  #poikatsu .service_intro_btn {
    display: grid;
    grid-template-columns: 1fr;
  }
  #poikatsu .service_intro_btn .service_intro_btn_item {
    width: 100%;
  }
}
@media (max-width: 768px) {
  #poikatsu .service_intro_box .service_intro_title {
    font-size: 2.6rem;
  }
  #poikatsu .service_intro_box .service_intro_txt {
    font-size: 2rem;
  }
  #poikatsu .service_intro_btn .service_intro_btn_item a::after {
    left: 47%;
  }
}

/* ポイ活パックでおトクにポイ活！特典メニュー */
#poikatsu .benefits_menu_box {
  background: #fff;
  border-radius: 10px;
  padding: 30px 40px;
  margin-bottom: 25px;
  position: relative;
}
#poikatsu .benefits_menu_box::after {
  content: url(../../assets/img/icon_plus.png);
  position: absolute;
  left: 47%;
  bottom: -43px;
  z-index: 100;
}
#poikatsu .benefits_menu_box.fitdish-pizza {
  margin-bottom: 15px;
}
#poikatsu .benefits_menu_box.fitdish-pizza::after {
  content: none;
}
#poikatsu .benefits_menu_box_note {
  padding-top: 30px;
  font-size: 1.6rem;
}
#poikatsu .benefits_menu_box .netflix picture img {
  width: 100%;
  text-align: center;
}
#poikatsu .benefits_menu_note,
#poikatsu .benefits_menu_note a {
  color: #fff;
}
#poikatsu .about_fast {
  padding-top: 30px;
  display: flex;
  align-items: center;
  gap: 30px;
}
#poikatsu .about_fast_img {
  width: 30%;
}
#poikatsu .about_fast_inner {
  background: #edf5fe;
  border-radius: 10px;
  padding: 20px 40px;
  position: relative;
}
#poikatsu .about_fast_inner::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -35px;
  margin-top: -2px;
  border: 15px solid transparent;
  border-right: 30px solid #e0edff;
}
#poikatsu .about_fast_title {
  color: #2F6DB6;
  font-size: 2rem;
  font-weight: bold;
}
#poikatsu .about_fast_txt {
  font-size: 1.6rem;
}
@media (max-width: 1169px) {
  #poikatsu .about_fast_img {
    width: 100%;
  }
}
@media (max-width: 768px) {
  #poikatsu .benefits_menu_box {
    padding: 4rem 3rem;
  }
  #poikatsu .benefits_menu_box::after {
    left: 41.2%;
  }
  #poikatsu .benefits_menu_box_note {
    padding-top: 15px;
  }
  #poikatsu .about_fast {
    flex-direction: column;
  }
  #poikatsu .about_fast_img {
    width: 80%;
    text-align: center;
  }
  #poikatsu .about_fast_inner {
    padding: 1.5rem 2.5rem;
  }
  #poikatsu .about_fast_inner::before {
    left: 50%;
    top: -35px;
    transform:  translateX(-50%);
    border: 20px solid transparent;
    border-bottom: 25px solid #edf5fe;
  }
}

/* マイ大阪ガスのご登録方法（会員登録）はこちら */
#poikatsu .member_sign-up {
  font-weight: bold;
  padding-bottom: 6rem;
}
#poikatsu .member_sign-up .member_point {
  background: #edf5fe;
  color: #2F6DB6;
  border-radius: 10px 10px 0 0;
  padding: 15px;
  text-align: center;
  font-size: 2.4rem;
  line-height: 1.4em;
}
#poikatsu .member_sign-up .member_sign-up_inner {
  background: #fff;
  border-radius: 0 0 10px 10px;
  padding: 35px 45px;
}
#poikatsu .member_sign-up_title {
  font-size: 2.4rem;
  text-align: center;
  padding-bottom: 25px;
}
#poikatsu .member_sign-up_txt {
  font-size: 1.8rem;
  font-weight: normal;
}
@media (max-width: 768px) {
  #poikatsu .member_sign-up .member_sign-up_inner {
    padding: 2rem 3rem;
  }
  #poikatsu .member_sign-up_title {
    padding-bottom: 2rem;
  }
}

/* 各種共通ポイントに交換可能！ */
#poikatsu .exchange_point_box {
  background: #fff;
  border-radius: 10px;
  text-align: center;
  padding: 50px;
}
#poikatsu .exchange_point_service {
  background: #fff;
  border-radius: 10px;
  text-align: center;
  padding: 65px 0;
}
#poikatsu .exchange_point_box_note {
  text-align: left;
  padding-top: 20px;
  margin: 0 auto;
}
#poikatsu .exchange_point_box_note li {
  color: #fff;
}
#poikatsu .entertainment_plus_title {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
#poikatsu .entertainment_plus_title span {
  display: block;
}
@media (max-width: 768px) {
  #poikatsu .exchange_point_service {
    padding: 5%;
  }
}

/* inner */
#poikatsu .poikatsu_menu_inner,
#poikatsu .entertainment_plus_inner {
  background: #fff;
  padding: 65px 90px;
  border-radius: 10px;
}
@media (max-width: 1169px) {
  #poikatsu .poikatsu_menu_inner,
  #poikatsu .entertainment_plus_inner {
    padding: 5%;
    width: 100%;
  }
}

/* table */
#poikatsu .table_scroll {
  width: 100%;
  overflow-x: auto;
}
#poikatsu .table_scroll:not(:has(.compare_list)) {
  margin-bottom: 15px;
}
#poikatsu .poikatsu_table_note {
  padding-bottom: 20px;
  font-size: 1.2rem;
}
#poikatsu .poikatsu_table_note:last-child {
  padding-bottom: 0;
}
#poikatsu .poikatsu_table_note_heading {
  color: #2F6DB6;
  font-size: 1.4rem;
  font-weight: bold;
}
@media (max-width: 768px) {
  #poikatsu .poikatsu_table_note,
  #poikatsu .poikatsu_table_note_heading {
    font-size: 1.6rem;
  }
}

/* 早見表テーブル */
#poikatsu .compare_list {
  table-layout: fixed;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  min-width: 100%;
}
#poikatsu .compare_list colgroup col.left {
  min-width: 430px;
}
#poikatsu .compare_list colgroup col.point {
  min-width: 260px;
}
#poikatsu .compare_list tr {
  font-weight: normal;
  text-align: center;
}
#poikatsu .compare_list tr th:last-child,
#poikatsu .compare_list tr td:last-child {
  border-right: #2f6db6 solid 2px;
}
#poikatsu .compare_list th,
#poikatsu .compare_list td {
  vertical-align: middle;
  white-space: nowrap;
}
#poikatsu .compare_list th {
  font-weight: bold;
  background: #E20314;
  border-left: #2f6db6 solid 2px;
  border-bottom: #2f6db6 solid 2px;
  border-top: #2f6db6 solid 2px;
  font-size: 1.6rem;
  color: #fff;
  padding: 10px;
  text-align: center;
}
#poikatsu .compare_list th p {
  padding-top: 8px;
}
#poikatsu .compare_list td {
  background: #fff;
  border-left: #2f6db6 solid 2px;
  border-bottom: #2f6db6 solid 2px;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.2em;
  padding: 12px;
}
#poikatsu .compare_list td:has(sup) {
  line-height: 1.6;
}
#poikatsu .compare_list td.point_r {
  border-right: #2f6db6 solid 2px;
}
#poikatsu .compare_list td.left {
  background: #edf5fe;
  color: #2F6DB6;
  border-left: #2f6db6 solid 2px;
  border-bottom: #2f6db6 solid 2px;
  padding: 10px 5px;
  font-size: 1.6rem;
  font-weight: bold;
}
#poikatsu .compare_list td.left .left_red {
  color: #E20314;
  font-size: 1.6rem;
  padding: 0;
}
#poikatsu .compare_list td.left span {
  font-size: 1.2rem;
  display: block;
  padding-top: 5px;
}
#poikatsu .compare_list td.left span sup {
  top: -0.3em;
}
#poikatsu .compare_list td.point .td_point_s {
  font-size: 1.2rem;
  line-height: 1.2em;
  display: block;
}
#poikatsu .compare_list .pt_txt_red {
  color: #E20314;
}
#poikatsu .compare_list .point_note {
  font-size: 1.2rem;
  display: block;
  text-align: center;
}
#poikatsu .compare_list td.total {
  background: #FFFDD4;
}
#poikatsu .compare_list td.total .pt_txt_red {
  font-size: 1.6rem;
  margin-top: 5px;
}
#poikatsu .compare_list td.total .point_note {
  color:#404144;
  font-size: 1.6rem;
  margin-top: 5px;
}
#poikatsu .compare_list .td_blank td {
  background: #fff;
  border-left: none;
  padding: 2px;
}
@media (max-width: 768px) {
  #poikatsu .compare_list colgroup col.left {
    min-width: 380px;
  }
}

/* ポイント還元例 */
#poikatsu .entertainment_plus_smilink_box {
  background: #EDF7FF;
  padding: 60px 50px;
  border-radius: 10px;
  gap: 40px;
}
#poikatsu .entertainment_plus_smilink_box_wrap {
  display: flex;
}
#poikatsu .entertainment_plus_smilink_info_wrap {
  display: flex;
  align-items: flex-end;
  gap: 40px;
}
#poikatsu .entertainment_plus_smilink_info {
  width: 50%;
}
#poikatsu .entertainment_plus_smilink_info_wrap img {
  width: 50%;
  height: 100%;
}
#poikatsu .entertainment_plus_smilink_title {
  font-weight: bold;
  font-size: 2.8rem;
  padding-bottom: 30px;
}
@media (max-width: 1169px) {
  #poikatsu .entertainment_plus_smilink_info {
    width: 80%;
  }
}
@media (max-width: 768px) {
  #poikatsu .entertainment_plus_smilink_info_wrap {
    flex-direction: column;
    gap: 20px
  }
  #poikatsu .entertainment_plus_smilink_info {
    width: 100%;
  }
  #poikatsu .entertainment_plus_smilink_info_wrap img {
    width: 75%;
    margin: 0 auto;
  }
  #poikatsu .entertainment_plus_smilink_title {
    font-size: 2rem;
    padding-bottom: 1rem;
  }
  #poikatsu .entertainment_plus_smilink_box {
    padding: 8% 5%;
  }
}
/* スマイLINK TV Stick */
#poikatsu .tvstick_info_text {
  font-size: 1.8rem;
}
#poikatsu .tvstick_info_text span {
  font-size: 1.4rem;
  display: block;
  padding-top: 30px;
  line-height: 1.5em;
}
#poikatsu .about_tvstick {
  padding: 40px 0 0;
}
#poikatsu .about_tvstick_title {
  font-size: 2.8rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
}
#poikatsu .about_tvstick_point {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
#poikatsu .about_tvstick_point_item {
  display: flex;
  flex: 1 1 calc(20% - 24px);
  text-align: center;
}
#poikatsu .about_tvstick_point_item_inner {
  display: flex;
  flex-direction: column;
  flex: 1;
  box-shadow: 1px 2px 1px #ddd;
  border-radius: 10px;
}
#poikatsu .about_tvstick_point_title {
  background: #2F6DB6;
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  border-radius: 10px 10px 0 0;
  padding: 10% 2%;
}
#poikatsu .about_tvstick_point_title span {
  font-size: 1.2rem;
}
#poikatsu .about_tvstick_point_txt {
  background: #fff;
  padding: 10px 3%;
  font-weight: bold;
  border-radius: 0 0 10px 10px;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#poikatsu .about_tvstick_point_txt .flx_sup .note_sup {
  vertical-align: super;
  font-size: 1.1rem;
}
#poikatsu .about_tvstick_point_txt img {
  width: 70%;
  padding-top: 5px;
}
#poikatsu .about_tvstick_note {
  padding: 30px;
}
#poikatsu a.about_tvstick_button {
  background: #2F6DB6;
  color: #fff;
  font-size: 2.8rem;
  font-weight: bold;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  text-decoration: none;
  position: relative;
  border-radius: 10px;
  width: 95%;
  box-shadow: 5px 6px 0 0 #004598;
}
#poikatsu .about_tvstick_button_txt {
  color: #fff;
}
#poikatsu .about_tvstick_button::after {
  content: url(../../assets/img/icon_arrow-right_circle_white_l.svg);
  width: 16px;
  min-width: 16px;
  position: absolute;
  right: 25px;
  display: block;
}
@media (max-width: 1169px) {
  #poikatsu .about_tvstick_point_item {
    flex: 1 1 calc(33% - 24px);
  }
  #poikatsu .about_tvstick_point_txt {
    flex-direction: row;
    gap: 20px;
  }
  #poikatsu .about_tvstick_point_txt img {
    width: 50%;
  }
  #poikatsu .about_tvstick_point_title {
    padding: 10px;
  }
}
@media (max-width: 768px) {
  #poikatsu .tvstick_info_text {
    line-height: 1.6em;
  }
  #poikatsu .tvstick_info_text span {
    padding-bottom: 1rem;
    padding-top: 15px;
  }
  #poikatsu .about_tvstick_point_title {
    padding: 2%;
  }
  #poikatsu .about_tvstick_point {
    flex-direction: column;
  }
  #poikatsu .about_tvstick_point_item {
    width: 100%;
  }
  #poikatsu .about_tvstick_point_title,
  #poikatsu .about_tvstick_point_txt {
    font-size: 2rem;
    flex-direction: column;
    gap: 2px;
  }
  #poikatsu .about_tvstick_note {
    padding: 30px 10px;
  }
  #poikatsu a.about_tvstick_button {
    font-size: 2rem;
  }
  #poikatsu .about_tvstick_button::after {
    right: 15px;
  }
}

/* 初回特典受け取りの流れ */
#poikatsu .limited_free-plan_text {
  padding-top: 20px;
}
#poikatsu .limited_free-plan_inner {
  background: #fff;
  border-radius: 10px;
  padding: 30px 45px;
}
#poikatsu .limited_free-plan_inner_txt {
  text-align: center;
  font-weight: bold;
  font-size: 2.8rem;
  padding-bottom: 15px;
}
@media (max-width: 768px) {
  #poikatsu .limited_free-plan_inner_txt {
    font-size: 2.2rem
  }
  #poikatsu .limited_free-plan_inner_txt span {
    font-size: 1.8rem
  }
  #poikatsu .limited_free-plan_inner {
    padding: 6% 5%;
  }
  #poikatsu .limited_free-plan_text {
    font-size: 1.6rem;
  }
  #poikatsu .limited_free-plan_inner .table_scroll img {
    max-width: 100%;
    min-width: 994px;
    margin-bottom: 20px;
  }
}

/* お申込み */
#poikatsu .contact_apply {
  background: #D6E9FD;
  border-radius: 10px;
  padding: 60px 50px;
  max-width: 900px;
  margin: 0 auto;
}
#poikatsu .contact_apply_title {
  font-size: 3.4rem;
  font-weight: bold;
  text-align: center;
  padding-bottom: 10px;
}
#poikatsu .contact_apply .contact_apply_title:not(:nth-of-type(1)) {
  margin-top: 40px;
}
#poikatsu .tel_contact_note,
#poikatsu .web_apply_note {
  text-align: center;
  padding-bottom: 20px;
}
#poikatsu .tel_contact_number {
  background: #fff;
  border-radius: 10px;
  padding: 35px 52px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 40px;
}
#poikatsu .tel_contact_number li {
  line-height: 2em;
}
#poikatsu .web_apply_wrapper {
  display: flex;
  gap: 20px;
  width: 100%;
}
#poikatsu .web_apply_wrapper+.note {
  margin-top: 20px;
}
#poikatsu .web_apply {
  background: #fff;
  border-radius: 10px;
  width: 50%;
  padding: 30px 40px;
  text-align: center;
}
#poikatsu .button_upper {
  font-size: 1.6rem;
  padding-bottom: 10px;
}
#poikatsu a.btn_web_apply {
  color: fff;
  background: #2F6DB6;
  color: #fff;
  font-weight: bold;
  font-size: 2rem;
  text-decoration: none;
  border-radius: 5px;
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  position: relative;
}
#poikatsu a.btn_web_apply::after {
  content: url(../../assets/img/icon_arrow-right_circle_white.svg);
  width: 18px;
  min-width: 18px;
  right: 15px;
  display: block;
  position: absolute;
  right: 15px;
}
#poikatsu .button_lower {
  padding-top: 10px;
  font-size: 1.4rem;
  color: #E20314;
  text-align: left;
  text-indent: -1em;
  padding-left: 1em;
}
#poikatsu .web_apply_after-note {
  text-align: center;
  padding-top: 20px;
}
@media (max-width: 768px) {
  #poikatsu .contact_apply_title {
    font-size: 2.5rem;
  }
  #poikatsu .contact_apply,
  #poikatsu .web_apply  {
    width: 100%;
    padding: 5%;
  }
  #poikatsu .tel_contact_number,
  #poikatsu .web_apply_wrapper {
    flex-direction: column;
    gap: 20px;
  }
  #poikatsu .tel_contact_number {
    padding: 8%;
  }
}

/* modal */
:where(#contents) a,
.modal-content a {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-decoration: underline;
  cursor: pointer;
}
:where(#contents) a,
.modal-content a {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-decoration: underline;
  cursor: pointer;
}
html.modal-open {
  max-height: 100vh;
  overflow: hidden;
}
.modal-wrap{
  display: none;
}
.modal-content-wrap{
  padding: 26px 60px;
  position: relative;
}
.modal-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  cursor: pointer;
}
.modal-content {
  border-radius: 20px;
  width: min(1086px, 80vw);
  padding: 60px;
  padding-block: 44px;
  background: #ffffff;
  position: relative;
}
.modal-content-wrap .modal-content {
  height: calc(100vh - (30px * 2));
  max-height: fit-content;
}
.p-modal__overflow {
  max-height: 100%;
  overflow-y: auto;
}
.p-modal__wrap {
  display: block;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
#cboxOverlay{
  background-color: rgba(0, 0, 0, 0.17);
}
.modal-close {
  border: 2px solid #2F6DB6;
  border-radius: calc(infinity * 1px);
  width: 52px;
  height: 52px;
  top: 0;
  right: 0;
  background-color: #FFF;
  position: absolute;
  cursor: pointer;
}
.modal-close::before,
.modal-close::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2px;
  height: 50%;
  background-color: #2F6DB6;
}
.modal-close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.modal-close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.p-modal__title {
  font-size: 4rem;
  font-weight: 700;
  text-align: center;
  -webkit-margin-after: 15px;
          margin-block-end: 15px;
}
#modal-apply .p-modal__title,
#modal-smilink .p-modal__title {
  color: #2f6db6;
  font-size: 3.2rem;
  padding-bottom: 40px;
}
#modal-apply .p-modal__txt,
#modal-smilink .p-modal__txt {
  font-size: 1.6rem;
  line-height: 2em;
}
#modal-apply .p-modal__txt a,
#modal-smilink .p-modal__txt a{
  color: #2f6db6;
}
#modal-smilink .p-modal_inner_box {
  display: flex;
  gap: 50px;
  padding-bottom: 80px;
}
#modal-smilink .p-modal_inner_box .p-modal__txt {
  width: 68%;
}
#modal-smilink .p-modal_inner_box img {
  width: 30%;
  height: 100%;
}
#modal-smilink .smilink_flow:last-child {
  padding-top: 3rem;
}
#modal-smilink .smilink_flow_title {
  color: #2F6DB6;
  font-size: 1.8rem;
  font-weight: bold;
  padding-bottom: 10px;
}
#modal-smilink .smilink_flow_number {
  font-size: 1.8rem;
  color: #fff;
  background: #2F6DB6;
  display: inline-block;
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 50%;
  text-align: center;
  line-height: 3.5rem;
  margin-right: 5px;
}
.modal-content > :nth-child(2 of .p-modal__title){
  margin-top: 24px;
}
.modal-content .p-modal__title:not(:first-child) {
  margin-top: 24px;
}
.p-modal__description {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(370px, 1fr));
  max-width: 800px;
  margin-inline: auto;
  gap: 15px;
}
.p-modal--notice{
  max-width: 800px;
  margin: 20px auto 0;
}
#modal-contact .p-modal--notice {
  font-size: 1.4rem;
}
#modal-contact .p-modal--notice a {
  color: #2F6DB6;
}
.p-modal__lead {
  font-size: 1.8rem;
  text-align: center;
  -webkit-margin-after: 8px;
  margin-block-end: 8px;
  line-height: 2;
}
.p-modal__lead span {
  font-size: 2.4rem;
  font-weight: 700;
  color: #FF575D;
}
.p-tel__title {
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 12px;
  margin-top: 16px;
}
.p-tel__img {
  width: min(100%, 400px);
  display: block;
  margin-inline: auto;
}
.p-tel__text {
  text-align: center;
  margin-top: 8px;
  font-size: 1.6rem;
}
@media (min-width: 360px) {
  .modal-close {
    top: 2px;
    right: 5px;
  }
}
@media (min-width: 541px) {
  .p-tel__link {
      pointer-events: none;
      cursor: default;
  }
}
@media (max-width: 1086px) {
  .modal-content{
    padding: 60px 4% 4vh;
    padding-block: 44px;
  }
  .p-modal__title {
    -webkit-margin-after: 8px;
    margin-block-end: 8px;
  }
  .modal-content > :nth-child(2 of .p-modal__title) {
    margin-top: 24px;
  }
  .p-modal__description {
    gap: 6px;
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
  }
  .p-modal--notice{
    margin-top: 12px;
  }
}
@media (max-width: 1025px) {
  #modal-contact .p-modal__title {
    font-size: 2.4rem;
    -webkit-margin-after: 8px;
    margin-block-end: 8px;
  }
  .p-tel__title {
    font-size: 1.6rem;
    margin-bottom: 6px;
    margin-top: 0;
  }
  .p-tel__text{
    margin-top: 4px;
    font-size:1.4rem;
  }
}
@media (max-width: 768px) {
  .modal-content-wrap{
    padding: 15px 10px;
  }
  .modal-content-wrap .modal-content {
    height: calc(100vh - (20px * 2));
  }
  .modal-close {
    top: 0;
    right: 0;
    width: 45px;
    height: 45px;
    z-index: 10;
  }
  #modal-apply .p-modal__title,
  #modal-smilink .p-modal__title {
    font-size: 3rem;
  }
  #modal-contact .p-modal__title {
    font-size: 2rem;
  }
  .p-modal__lead {
    font-size: 1.6rem;
    -webkit-margin-after: 4px;
            margin-block-end: 4px;
  }
  .p-modal__lead span {
    font-size: 2rem;
  }
  #modal-smilink .p-modal_inner_box {
    flex-direction: column-reverse;
    gap: 20px;
  }
  #modal-smilink .p-modal_inner_box img {
    width: 70%;
    margin: 0 auto;
  }
  #modal-smilink .p-modal_inner_box .p-modal__txt {
    width: 100%;
  }
  .p-tel__img{
    width: min(100%, 300px);
  }
}

/* QAアコーディオン */
.c-question {
  max-width: 950px;
  margin-inline: auto;
}
.c-question + .c-question {
  margin-top: 20px;
}
.c-question__wrap {
  position: relative;
  z-index: 1;
  width: 100%;
  margin-top: -110px;
  padding-top: 110px;
  background-image: url(../../assets/img/icon_q.png);
  background-size: 5000px;
  background-repeat: no-repeat;
  background-position: top center;
}
.c-question__wrap--img {
  margin-top: -110px;
  padding-top: 180px;
}
.c-question__circle {
  clip-path: circle(40% at bottom);
}
.c-question__q, .c-question__a {
  font-size: 1.8rem;
  line-height: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  background: #fff;
}
.c-question__q::before, .c-question__a::before {
  position: absolute;
  content: "";
  background-size: cover;
  background-repeat: no-repeat;
  width: 38px;
  height: 38px;
  left: 28px;
  top: 24px;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
.c-question__q {
  background-color: #EDF7FF;
  border: #B0D7FC solid 3px;
  border-radius: 6px;
  padding: 25px 82px;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
  z-index: 2;
}
.c-question__q:hover {
  cursor: pointer;
  color: #174F9E;
}
.c-question__q::before {
  content: url(../../assets/img/icon_q.png);
}
.c-question__q::after {
  content: "";
  background-image: url(../../assets/img/icon_plus.svg);
  background-size: cover;
  background-repeat: no-repeat;
  width: 19.5px;
  height: 19.5px;
  position: absolute;
  right: 28px;
  top: 33.3px;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
.c-question__q.is-active {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.c-question__q.is-active::after {
  background-image: url(../../assets/img/icon_minus.svg);
  width: 19.5px;
  height: 3px;
  top: 41.5px;
}
.c-question__a {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  opacity: 0;
  -webkit-transform: translateY(-3.5rem);
          transform: translateY(-3.5rem);
  overflow: hidden;
  -webkit-transition: opacity 0.4s, -webkit-transform 0.4s ease;
  transition: opacity 0.4s, -webkit-transform 0.4s ease;
  transition: opacity 0.4s, transform 0.4s ease;
  transition: opacity 0.4s, transform 0.4s ease, -webkit-transform 0.4s ease;
  background-color: #FFF;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  padding: 25px 82px;
  z-index: 1;
  border-left: #B0D7FC solid 3px;
  border-right: #B0D7FC solid 3px;
  border-bottom: #B0D7FC solid 3px;
}
.c-question__a__wrapper {
  display: none;
}
.c-question__a.is-open {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.c-question__a::before {
  content: url(../../assets/img/icon_answer.png);
}
.c-question__head-img {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 0;
  width: 440px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.c-tab {
  margin-bottom: 16px;
}
.c-tab__wrap {
  width: 100%;
}
.c-tab__list {
  position: relative;
  z-index: 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(13.6rem, 1fr) 1.6rem minmax(13.6rem, 1fr);
  grid-template-columns: repeat(2, minmax(13.6rem, 1fr));
  grid-auto-columns: 100%;
  grid-auto-flow: row;
  gap: 0 1.6rem;
  width: 100%;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.c-tab__list::before {
  content: "";
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 8px;
  background-color: #FFE200;
}
.c-tab__item {
  position: relative;
  z-index: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  min-width: 13.6rem;
  height: 5.8rem;
  margin-bottom: 8px;
  padding: 2rem 2.4rem;
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 1.45;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  color: #FFF;
  border-radius: 4px 4px 0 0;
  background: #174F9E;
  -webkit-transition: all 250ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 250ms cubic-bezier(0.23, 1, 0.32, 1);
}
.c-tab__item span {
  width: 100%;
  font-size: 1.9rem;
}
.c-tab__item.is-current {
  opacity: 1;
  background: #FFE200;
  height: 6.8rem;
}
.c-tab__panel__item {
  display: none;
  font-size: 1.4rem;
  line-height: 1.6;
  padding: 40px 5.3333333333vw 40px;
  max-width: 900px;
  margin: 0 auto;
}
.c-tab__panel__item.is-active {
  display: block;
}
.c-tab__panel__item__inner {
  max-width: 950px;
  margin: auto;
}
.c-tab__panel.--question > .c-tab__panel__item {
  background-color: #4DCBFF;
  margin-inline: auto;
}
.c-page-top.is-active {
  opacity: 1;
  visibility: visible;
}
@media (min-width: 769px) {
  .c-tab__item:hover {
    background-color: #0066B4;
  }
  .c-tab__panel__item {
    padding: 0 20px 40px;
  }
  .c-tab__panel.--question > .c-tab__panel__item {
    padding: 68px 20px 55px;
  }
}
@media (max-width: 768px) {
  .c-question + .c-question {
    margin-top: 16px;
  }
  .c-tab__list::before {
    height: 6px;
  }
  .c-tab__list {
    gap: 0 1rem;
  }
  .c-tab__list.--multiple {
    grid-template-columns: repeat(var(--item-sp), auto);
    overflow-x: scroll;
    gap: 0 0.5rem;
  }
  .c-tab__list.--multiple .c-tab__item {
    padding: 1rem;
    font-size: 1.2rem;
    min-width: unset;
    height: 72px;
  }
  .c-tab__item {
    padding: 1rem 2rem;
    font-size: 1.7rem;
    height: 5rem;
    margin-bottom: 6px;
  }
  .c-tab__item.--text-small {
    font-size: 1.5rem;
  }
  .c-tab__item span {
    font-size: 1.4rem;
  }
  .c-tab__item.is-current {
    height: 5.7rem;
  }
}
@media (max-width: 540px) {
  .c-question__wrap {
    margin-top: 0;
    padding-top: 0;
    background-image: none;
    background: repeating-linear-gradient(135deg, #0FB7FF, #0FB7FF 5px, #2CBEFD 5px, #2CBEFD 10px);
  }
  .c-question__wrap::before {
    content: "";
    position: absolute;
    top: -120px;
    left: calc((800px - 100vw) / 2 * -1);
    z-index: 0;
    width: 800px;
    height: 800px;
    background: repeating-linear-gradient(135deg, #0FB7FF, #0FB7FF 5px, #2CBEFD 5px, #2CBEFD 10px);
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
  }
  .c-question__wrap--img {
    margin-top: 0;
    padding-top: 0;
  }
  .c-question__q, .c-question__a {
    /* font-size: 1.6rem; */
  }
  .c-question__q::before, .c-question__a::before {
    top: 16px;
    width: 28px;
    height: 28px;
    left: 16px;
  }
  .c-question__q {
    padding: 16px 44px 16px 56px;
  }
  .c-question__q::after {
    width: 13.81px;
    height: 13.81px;
    top: 35%;
    right: 16px;
  }
  .c-question__q.is-active::after {
    width: 13.81px;
    height: 2.13px;
    top: 29.6px;
  }
  .c-question__a {
    padding: 16px 16px 16px 56px;
  }
  .c-question__head-img {
    top: -130px;
  }
}

/* simple table */
#poikatsu .l-table {
  width: 100%;
  table-layout: fixed;
  border-spacing: 0;
  border-collapse: separate;
  border-radius: 6px;
  overflow: hidden;
  font-size: 1.6rem;
  border: 1px solid#c9ccd5;
}
#poikatsu .l-table tr th,
#poikatsu .l-table tr td {
  vertical-align: middle;
  padding: 12px 16px;
}
#poikatsu .l-table tr:not(:last-child) th,
#poikatsu .l-table tr:not(:last-child) td {
  border-bottom: 1px solid#c9ccd5;
}
#poikatsu .l-table th {
  font-weight: bold;
  background-color: #f6f7f8;
  text-align: center;
}
@media (min-width: 768px){
  #poikatsu .l-table th,
  #poikatsu .l-table td {
    padding: 16px 24px;
  }
  #poikatsu .l-table tr th:not(:last-child),
  #poikatsu .l-table tr td:not(:last-child) {
    border-right: 1px solid#c9ccd5;
  }
}
@media (max-width: 768px){
  #poikatsu .l-table tr {
    display: grid;
    grid-template-rows: 1fr;
  }
  #poikatsu .l-table tr:last-child th {
    border-bottom: 1px solid#c9ccd5;
  }
}

/* コンポーネント */
/* コンポーネント : 固定ナビ */
@media (max-width: 768px) {
  #poikatsu .button-fill-medium {
    font-size: 14px;
  }
}