@charset "utf-8";
/* --------------------------------------
  Variables
--------------------------------------- */
:root {

  /* color */
  --c-main-blue: #55C3F1;
  --c-main-pink: #EE87B4;

	--c-sky: #E6F6FD;
	--c-blue: #00AFEC;
  --c-yellow: #EFDD4C;
  --c-cream: #F9F4A4;
	--c-green: #18943B;
  --c-black: #131415;
	--c-gray: #EEF6FA;

  /* width */
	--wrapper-width: 1000px;
	--content-width: 755px;

  /* drop shadow */
  --ds-button: drop-shadow(5px 8px 5px rgba(0,0,0,0.25));
}

/* --------------------------------------
  Styles
--------------------------------------- */

/* common
---------------------- */ 
#contents-area,
.lyt-col-1 #contents-body {
  width: 100%;;
}
#str-contents {
  padding: 0;
  overflow-y: hidden;
}
#section-wrapper {
  color: var(--c-black);
  background:  var(--c-sky);
  font-size: 14px;
  line-height: 1.75;
  position: relative;
  min-width: 990px;
  overflow-x: hidden;
}
#section-wrapper a {
  outline: none;
}
#section-wrapper a:not([class]) {
  text-decoration: underline;
  color: inherit;
}
#section-wrapper a:not([class]):hover {
  text-decoration: none;
}
#section-wrapper img {
  width: 100%;
}
#section-wrapper .sp {
  display: none;
}
#section-wrapper .note {
  color: #888;
  font-size: 12px;
  line-height: 1.5;
}
#section-wrapper dl.note {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#section-wrapper dl.note > dt {
  white-space: nowrap;
}
#section-wrapper .newwindowicon,
#section-wrapper .pdficon {
  display: none;
}
#section-wrapper .sec {
  position: relative;
  z-index: 1;
}
#section-wrapper p {
  margin: 0;
  padding: 0;
}
#section-wrapper .banner {
  -webkit-transition: .2s;
  transition: .2s;
}
#section-wrapper .banner:hover {
  -webkit-filter: brightness(1.1);
  filter: brightness(1.1);
}
#section-wrapper .txt-link {
  color: #000;
  text-decoration: underline;
}
#section-wrapper .txt-link:hover {
  color: #000;
  text-decoration: none;
}
#section-wrapper .btn {
  margin: 0 auto;
  padding: 0;
  border: 0;
  background: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-filter: var(--ds-button);
  filter: var(--ds-button);
  -webkit-transition: .2s;
  transition: .2s;
}
#section-wrapper .btn-fixed,
#section-wrapper .qr-fixed {
  display: inline-block;
    width: 520px;
    -webkit-filter: drop-shadow(0px 0px 20px rgba(0, 0, 0, 0.25));
    filter: drop-shadow(0px 0px 20px rgba(0, 0, 0, 0.25));
}
#section-wrapper .btn:hover {
  -webkit-filter: drop-shadow(7px 15px 4px rgba(0,0,0,0.2)) brightness(1.1);
  filter: drop-shadow(7px 15px 4px rgba(0,0,0,0.2)) brightness(1.1);
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
}
#section-wrapper .btn-nolink {
  margin: 0 auto;
  padding: 0;
  border: 0;
  background: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-filter: var(--ds-button);
  filter: var(--ds-button);
  -webkit-transition: .2s;
  transition: .2s;
}
.naniwadanshi-chosekkin-android .app-link-android,
.naniwadanshi-chosekkin-android #section-wrapper .conts-5g_column a.conts-5g_link-android  {
  display: block; }
.naniwadanshi-chosekkin-android .app-link-ios,
.naniwadanshi-chosekkin-android #section-wrapper .conts-5g_column a.conts-5g_link-ios {
  display: none; }
.naniwadanshi-chosekkin-ios .app-link-ios,
.naniwadanshi-chosekkin-ios #section-wrapper .conts-5g_column a.conts-5g_link-ios {
  display: block; }
.naniwadanshi-chosekkin-ios .app-link-android,
.naniwadanshi-chosekkin-ios #section-wrapper .conts-5g_column a.conts-5g_link-android  {
  display: none; }
#nav-top-area {
  z-index: 1;
  bottom: 140px;
}


/* js
---------------------- */ 
/* アコーディオン */
.js-accordion-toggle {
  position: relative;
  cursor: pointer;
  -webkit-transition: .2s;
  transition: .2s;
}
.js-accordion-toggle:hover {
  opacity: .7;
}
.icon-toggle {
  content: '';
  display: block;
  position: absolute;
  right: 25px;
  top: calc(50% - 15px);
  width: 30px;
  height: 30px;
  background: #fff;
}
.icon-toggle::before,
.icon-toggle::after {
  content: '';
  display: block;
  position: absolute;
  right: calc(50% - 8px);
  top: calc(50% - 1.5px);
  width: 16px;
  height: 3px;
  background: var(--c-green);
  -webkit-transition: .3s;
  transition: .3s;
}
.js-accordion-toggle .icon-toggle::before {
  opacity: 1;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.js-accordion-toggle.is-open .icon-toggle::before {
  opacity: 1;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.js-accordion-content {
  display: none;
}

/* スライダー */
.splide__arrow {
  position: absolute;
  top: 50%;
  z-index: 1;
  width: 30px;
  height: 53px;
  border: 0;
  background: url(/mobile/set/data/special/naniwadanshi-chosekkin/img/shared/icon_slider-arrow.png) no-repeat center;
  background-size: contain;
  -webkit-filter: drop-shadow(0px 3px 6px rgba(0,0,0,0.16));
  filter: drop-shadow(0px 3px 6px rgba(0,0,0,0.16));
  -webkit-transition: .2s;
  transition: .2s;
}
.splide__arrow:hover {
  -webkit-filter: var(--ds-button) brightness(1.2);
  filter: var(--ds-button) brightness(1.2);
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
}
.splide__arrow svg {
  display: none;
}
.splide__arrow--prev {
  left: -22px;
}
.splide__arrow--next {
  right: -22px;
  -webkit-transform: scale(-1,1);
          transform: scale(-1,1);
}
.splide__arrow--next:hover {
  -webkit-transform: scale(-1,1) translateY(-1px);
          transform: scale(-1,1) translateY(-1px);
}
.splide__pagination {
  margin-top: 15px;
}
.splide__pagination__page {
  width: 18px;
  height: 18px;
  margin: 0 5px;
  border-radius: 50%;
  background: var(--c-yellow);
  border: 0;
  -webkit-transition: .2s;
  transition: .2s;
}
.splide__pagination__page:hover {
  -webkit-filter: brightness(1.1);
  filter: brightness(1.1);
}
.splide__pagination__page.is-active {
  background: var(--c-green);
}

/* スクロールエフェクト */
.js-fadeIn {
  opacity: 0;
	-webkit-transition: opacity 1s;
	transition: opacity 1s;
}
.js-fadeIn.is-show {
  opacity: 1;
}
.js-fadeUp {
  opacity: 0;
	-webkit-transform: translateY(30px);
	        transform: translateY(30px);
	-webkit-transition: opacity 1.2s, -webkit-transform 0.6s;
	transition: opacity 1.2s, -webkit-transform 0.6s;
	transition: opacity 1.2s, transform 0.6s;
	transition: opacity 1.2s, transform 0.6s, -webkit-transform 0.6s;
}
.js-fadeUp.is-show {
  opacity: 1;
	-webkit-transform: translateY(0px);
	        transform: translateY(0px);
}
.js-turn {
  opacity: 0;
  -webkit-transform: rotate3d(5,5,0,-30deg);
          transform: rotate3d(5,5,0,-30deg);
	-webkit-transition: 1s;
	transition: 1s;
  -webkit-transition: opacity 1.2s, -webkit-transform 0.8s;
  transition: opacity 1.2s, -webkit-transform 0.8s;
  transition: opacity 1.2s, transform 0.8s;
  transition: opacity 1.2s, transform 0.8s, -webkit-transform 0.8s;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
.js-effect.delay-01 {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
.js-effect.delay-03 {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.js-effect.delay-05 {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}


/* 障害情報表示
---------------------- */ 
.trouble-block {
  background: var(--c-sky);
  padding: 10px;
}
.trouble-block-inner {
  width: var(--content-width);
  margin: 0 auto;
  color: #f00;
  background: #fff;
  border: 5px solid #f00;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px 15px;
  line-height: 1.4;
  font-size: 12px;
}


/* kv
---------------------- */ 
#section-wrapper .kv-block {
  position: relative;
  height: clamp( 448px, calc(580vw / 1280 * 100), 580px );
  padding: 0 20px 20px;
  background: #fff;
  text-align: center;
  z-index: 1;
}
#section-wrapper .kv-block-inner {
  height: 100%;
  background-image: linear-gradient( 135deg, rgba(238,135,180,0.3) 50%, rgba(85,195,241,0.3) 51% );
}
#section-wrapper .kv_logo {
  position: absolute;
  left: 20px;
  top: 0;
  width: 416px;
  padding: 15px 14px 14px 0;
  background: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 1;
}
#section-wrapper .kv_ttl {
  height: 100%;
}
#section-wrapper .kv_ttl img {
  height: 100%;
  max-width: 2000px;
  -o-object-fit: cover;
     object-fit: cover;
}


/* info
---------------------- */
#section-wrapper .info-block {
  position: relative;
  margin: 0 auto;
  border-radius: 3px;
  padding: 14px 0 20px;
  color: var(--c-main-blue);
  background: #fff;
  font-size: 13px;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#section-wrapper .info_new {
  display: block;
  position: absolute;
  top: -14px;
  left: calc(50% - 2em);
  width: 4em;
  text-align: center;
  color: #fff;
  background-color: var(--c-main-blue);
  border-radius: 10px;
  font-weight: normal;
}
#section-wrapper .info-block-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: var(--content-width);
  margin: 0 auto;
}
#section-wrapper .info-block-inner::before {
  left: 5px;
  bottom: 5px;
}
#section-wrapper .info-block-inner::after {
  right: 5px;
  bottom: 5px;
}
#section-wrapper .info-block-inner dt {
  position: relative;
  width: 7.5em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 14px;
  background: var(--c-main-blue);
  color: #fff;
  border-radius: 10px;
  padding: 0 10px;
  font-weight: normal;
}
#section-wrapper .info-block-inner dd {
  width: calc(100% - 7.5em);
  margin-bottom: 14px;
  padding-left: 0.8em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: left;
  letter-spacing: -.01em;
}


/* content-wrapper
---------------------- */ 
#section-wrapper .content-wrapper {
  position: relative;
  overflow: hidden;
  z-index: 1;
  padding-bottom: 144px;
}
#section-wrapper .bg01 {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  background: url(/mobile/set/data/special/naniwadanshi-chosekkin/img/p/20240930/bg01.png) repeat-y center top;
  background-size: 100%;
  z-index: -1;
}
#section-wrapper .bg02 {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: url(/mobile/set/data/special/naniwadanshi-chosekkin/img/p/20240930/bg02.png) repeat-y center top;
  background-size: 100%;
  z-index: -1;
}
#section-wrapper .bg02 {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: url(/mobile/set/data/special/naniwadanshi-chosekkin/img/p/20240930/bg03.png) repeat-y center top;
  background-size: 100%;
  z-index: -1;
}


/* movie
---------------------- */
#section-wrapper .movie-block {
  width: 826px;
  margin: 80px auto;
  padding: 30px;
  background: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#section-wrapper .youtube {
  position: relative;
  width: 100%;
  padding-top: 56.235%;
  background-size: cover;
  overflow: hidden;
}
#section-wrapper .youtube:empty {
  background: url(/mobile/set/data/special/naniwadanshi-chosekkin/img/p/20240930/thum_coming-soon.png) no-repeat center;
}
#section-wrapper .youtube:not(:empty)::after {
  content: '';
  display: block;
  position: absolute;
  right: 20px;
  bottom: 20px;
  width: 140px;
  height: 110px;
  background: url(/mobile/set/data/special/naniwadanshi-chosekkin/img/shared/20240930/icon_play.svg) no-repeat center;
  background-size: contain;
  z-index: 1;
  -webkit-transition: -webkit-filter .2s linear;
  transition: -webkit-filter .2s linear;
  transition: filter .2s linear;
  transition: filter .2s linear, -webkit-filter .2s linear;
}
#section-wrapper .youtube:hover::after {
  -webkit-filter: brightness(1.05);
  filter: brightness(1.05);
}
#section-wrapper .player {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
#section-wrapper .thumb {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
  width: 100%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
#section-wrapper .youtube iframe{
  position:absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
}


/* section
---------------------- */ 
#section-wrapper .section {
  position: relative;
  width: var(--wrapper-width);
  margin: 144px auto 0;
  background: #fff;
  z-index: 0;
}
#section-wrapper .section_ttl::before {
  content: '';
  display: block;
  position: absolute;
  border-top: 6px solid var(--c-main-blue);
  border-left: 6px solid var(--c-main-blue);
  border-right: 6px solid var(--c-main-blue);
  top: -64px;
  left: 231px;
  width: calc(100% - 104px);
  min-width: 576px;
  height: 64px;
  z-index: -1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#section-wrapper .section_ttl {
  position: relative;
  padding: 40px 50px 37px 88px;
}
#section-wrapper .section_ttl::after {
  content: '';
  display: block;
  position: absolute;
  border: 6px solid var(--c-main-pink);
  left: 37px;
  top: -26px;
  right: 0;
  bottom: 0;
  min-width: 642px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#section-wrapper .section-inner {
  padding: 0 87px 87px;
}
#section-wrapper .section .note {
  font-size: 10px;
}
#section-wrapper .section .note-l {
  font-size: 13px;
}


/* naniwa-3d
---------------------- */ 
#section-wrapper .naniwa-3d_ttl {
  width: 542px;
}
#section-wrapper .naniwa-3d_tobideru-wrapper {
  margin-top: 40px;
}
#section-wrapper .naniwa-3d_tobideru-lead {
  width: 687px;
  margin: 43px auto 10px;
}
#section-wrapper .naniwa-3d_tobideru {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  background: var(--c-sky);
  border-radius: 10px;
  margin-bottom: 10px;
  padding: 75px 35px 38px;
  text-align: center;
}
#section-wrapper .naniwa-3d_tobideru-txt01 {
  position: absolute;
  left: 49px;
  top: 68px;
  width: 135px;
  aspect-ratio: 1/1;
}
#section-wrapper .naniwa-3d_tobideru-txt02 {
  position: absolute;
  left: 624px;
  top: 60px;
  width: 182px;
  aspect-ratio: 182/143;
}
#section-wrapper .naniwa-3d_tobideru-txt03 {
  width: 390px;
  aspect-ratio: 390/120;
}
#section-wrapper .naniwa-3d_tobideru-note {
  width: 490px;
  margin-top: 25px;
  text-align: center;
}
#section-wrapper .naniwa-3d_tobideru-txt04 {
  width: 687px;
  margin-top: 26px;
  aspect-ratio: 687/57;
}
#section-wrapper .naniwa-3d_tobideru-how-to-use {
  margin-top: 12px;
}


/* cv
---------------------- */ 
#section-wrapper .cv-box {
  position: relative;
  margin-block: 44px 25px;
  padding: 30px 50px 8px;
  border-top: 5px solid var(--c-main-pink);
  border-right: 5px solid var(--c-main-blue);
  border-bottom: 5px solid var(--c-main-blue);
  border-left: 5px solid var(--c-main-pink);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#section-wrapper .cv_txt {
  position: absolute;
  top: -16px;
  left: calc(50% - 214.5px);
  width: 429px;
  height: 28px;
  padding: 0 15px;
  background: #fff;
}
#section-wrapper .cv_txt > img {
  vertical-align: top;
}
#section-wrapper .cv_btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0;
}
#section-wrapper .cv_btn .btn {
  width: 342px;
}
#section-wrapper .cv_note {
  margin-top: 8px;
  text-align: center;
  font-size: 10px;
}


/* contents
---------------------- */
#section-wrapper .contents {
  width: 66.666666666vw;
  margin: 4.8vw auto 0;
}
#section-wrapper .contents_ttl {
  width: 329px;
  aspect-ratio: 202/33;
}
#section-wrapper .contents_txt {
  margin-top: 35px;
  color: var(--c-main-pink);
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  line-height: 1.8;
}
#section-wrapper .marker {
  font-size: 28px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, transparent), color-stop(30%, #C7EEFF), color-stop(85%, #C7EEFF),color-stop(85%, transparent));
  background: linear-gradient(transparent 30%, #C7EEFF 30%, #C7EEFF 85%,transparent 85%);
}
#section-wrapper .contents_block-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#section-wrapper .contents_block {
  display: flex;
  flex-wrap: wrap;
  background: #FEF3F7;
  margin-top: 35px;
  padding: 48px 25px 48px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#section-wrapper .contents_block-gyakuten {
  background: #E6F6FD;
}
#section-wrapper .contents_block-ttl {
  width: 100%;
  margin: 0 auto 10px;
  text-align: center;
}
#section-wrapper .contents_block-ttl img {
  width: 270px;
}
#section-wrapper .contents_block-gyakuten .contents_block-ttl {
  width: 325px;
  margin: 0 auto 30px;
}
#section-wrapper .contents_block-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 50%;
  gap: 1.5em;
}
#section-wrapper .contents_block-img {
  width: 200px;
  margin: 0 auto;
}
#section-wrapper .contents_block-txt {
  width: 256px;
  margin-left: 12px;
  font-size: 16px;
}
#section-wrapper .schedule_table-wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 35px;
  padding: 34px 98px 44px 74px;
  background: var(--c-sky);
  border-radius: 10px;
}
#section-wrapper .schedule_table-lead {
  width: 100%;
  margin-bottom: 30px;
  text-align: center;
}
#section-wrapper .schedule_table-lead img {
  width: 330px;
}
#section-wrapper .schedule_table {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  list-style: none;
  width: 273px;
  margin: 38px auto 0;
}
#section-wrapper .contents_block-gyakuten {
  padding-bottom: 26px;
}
#section-wrapper .contents_block-gyakuten .schedule_table::after {
  content: '';
  display: block;
  position: absolute;
  left: calc(50% - 1.5px );
  bottom: -30px;
  width: 3px;
  height: 18px;
  background: url(/mobile/set/data/special/naniwadanshi-chosekkin/img/shared/20241021/ellipses.svg) no-repeat center;
  background-size: contain;
}
#section-wrapper .schedule_table-item {
  position: relative;
}
#section-wrapper .schedule_table-item img {
  position: relative;
  vertical-align: top;
}
#section-wrapper .schedule_table-img,
#section-wrapper .schedule_table-balloon {
  position: absolute;
  z-index: 1;
}
#section-wrapper .schedule_table-img01 {
  width: 44px;
  height: 46px;
  left: 218px;
  top: -24px;
}
#section-wrapper .schedule_table-img02 {
  width: 39px;
  height: 42px;
  left: 228px;
  top: -5px;
}
#section-wrapper .schedule_table-img03 {
  width: 42px;
  height: 36px;
  left: -28px;
  top: 13px;
}
#section-wrapper .schedule_table-img04 {
  width: 23px;
  height: 19px;
  left: 163px;
  top: -10px;
}
#section-wrapper .schedule_table-img05 {
  width: 19px;
  height: 16px;
  left: 53px;
  top: -4px;
}
#section-wrapper .schedule_table-img06 {
  width: 20px;
  height: 32px;
  left: 276px;
  top: -17px;
}
#section-wrapper .schedule_table-balloon01 {
  width: 86px;
  height: 50px;
  left: 211px;
  top: -25px;
}
#section-wrapper .schedule_table-balloon02 {
  width: 58px;
  height: 66px;
  left: 241px;
  top: -34px;
}
#section-wrapper .schedule_table-balloon03 {
  width: 86px;
  height: 39px;
  left: 211px;
  top: -28px;
}
#section-wrapper .schedule_table-balloon04 {
  width: 72px;
  height: 53px;
  left: 242px;
  top: -15px;
}
#section-wrapper .schedule_table-balloon05 {
  width: 100px;
  height: 77px;
  left: 226px;
  top: -33px;
}
#section-wrapper .schedule_table-txt-wrapper {
  position: relative;
  width: 330px;
  margin: 43px auto 0;
  padding: 22px;
  background: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
}
#section-wrapper .schedule_table-txt-wrapper::before,
#section-wrapper .schedule_table-txt-wrapper::after {
  content: '';
  display: block;
  position: absolute;
  width: 38px;
  height: 38px;
  background: var(--c-sky);
  border-bottom: 2px solid #fff;
}
#section-wrapper .schedule_table-txt-wrapper::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  right: -23px;
  top: -23px;
}
#section-wrapper .schedule_table-txt-wrapper::after {
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
  left: -23px;
  bottom: -23px;
}
#section-wrapper .schedule_table-txt {
  display: inline;
  color: var(--c-main-pink);
  font-size: 22px;
  font-weight: bold;
  line-height: 1.7;
  text-align: center;
  border-bottom: 1px solid var(--c-main-blue);
}


/* photo-3d
---------------------- */ 
#section-wrapper .photo-3d_ttl {
  width: 584px;
  height: 131px;
}
#section-wrapper .photo-3d_txt {
  margin-top: 35px;
  color: var(--c-main-pink);
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
}
#section-wrapper .photo-3d_btn {
  margin-top: 35px;
  text-align: center;
}
#section-wrapper .btn-detail {
  width: 342px;
}
#section-wrapper .photo-3d_flow-wrapper {
  margin-top: 45px;
  padding: 35px;
  border: 2px solid var(--c-main-blue);
  border-radius: 10px;
  text-align: center;
}
#section-wrapper .photo-3d_flow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  gap: 45px;
  list-style-type: none;
  margin: 0;
}
#section-wrapper .photo-3d_flow-ttl {
  width: 240px;
  height: 36px;
  margin: 0 auto 32px;
}
#section-wrapper .photo-3d_flow-item {
  position: relative;
  width: calc((100% - 90px) / 3);
  height: 275px;
  padding: 18px 15px 10px;
  color: var(--c-main-blue);
  background: var(--c-sky);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#section-wrapper .photo-3d_flow-item + .photo-3d_flow-item::before {
  content: '';
  display: block;
  position: absolute;
  top: calc(50% - 15px);
  left: -29px;
  width: 16px;
  height: 30px;
  border-left: 16px solid var(--c-main-pink);
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#section-wrapper .photo-3d_flow-step {
  width: 108px;
  margin: 0 auto 16px;
}
#section-wrapper .photo-3d_flow-txt {
  font-size: 20px;
  line-height: 1.5;
  font-weight: bold;
}
#section-wrapper .photo-3d_flow-note {
  font-size: 12px;
}
#section-wrapper .photo-3d_flow a {
  color: #000;
  text-decoration: underline;
}
#section-wrapper .photo-3d_flow a:hover {
  text-decoration: none;
}
#section-wrapper .link-pdf::after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 15px;
  height: 16px;
  margin-left: .5em;
  background: url(/mobile/set/data/special/naniwadanshi-chosekkin/img/shared/20240930/icon_pdf.svg) no-repeat center;
  background-size: contain;
}
#section-wrapper .photo-3d_flow-img {
  position: absolute;
  left: calc(50% - 52.5px);
  bottom: 15px;
  width: 105px;
  aspect-ratio: 1/1;
  margin: 8px auto 0;
}
#section-wrapper .photo-3d_flow-app {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 22px;
}
#section-wrapper .photo-3d_flow-app-txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #000;
  width: 100%;
  margin-bottom: 10px;
  font-size: 10px;
  text-align: center;
}
#section-wrapper .photo-3d_flow-app-txt::before,
#section-wrapper .photo-3d_flow-app-txt::after {
  content: '';
  display: block;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  height: 1px;
  background: #000;
}
#section-wrapper .photo-3d_flow-app-txt::before {
  margin-right: 10px;
}
#section-wrapper .photo-3d_flow-app-txt::after {
  margin-left: 10px;
}
#section-wrapper .photo-3d_flow-app-icon {
  width: 70px
}
#section-wrapper .photo-3d_flow-app-link {
  width: 70px;
}


/* faq
---------------------- */ 
#section-wrapper .faq-block {
  background: #fff;
  padding: 96px 0;
}
#section-wrapper .faq_ttl {
  width: 297px;
  margin: 0 auto 55px;
}
#section-wrapper .faq-inner {
  width: 826px;
  margin-inline: auto;
}
#section-wrapper .faq-set {
  position: relative;
  margin-top: 28px;
  color: var(--c-black);
  border: 2px solid var(--c-main-blue);
  line-height: 1.5;
  word-break: break-all;
}
#section-wrapper .faq-set::before {
  content: '';
  display: block;
  position: absolute;
  left: -2px;
  top: -9px;
  width: 50px;
  height: 50px;
  background: url(/mobile/set/data/special/naniwadanshi-chosekkin/img/shared/20240930/icon_q.svg) no-repeat left top #fff;
  background-size: 26px;
}
#section-wrapper .faq-set_q {
  font-size: 18px;
  padding: 40px;
}
#section-wrapper .faq-set_q .icon-toggle {
  right: 30px;
  background-color:var(--c-main-blue);
}
#section-wrapper .faq-set_q .icon-toggle::before,
#section-wrapper .faq-set_q .icon-toggle::after {
  background-color: #fff;
}
#section-wrapper .faq-set_a {
  font-size: 15px;
  padding: 30px 40px;
  background: var(--c-sky);
}
#section-wrapper .faq-set_a li {
  margin-top: 1em;
  margin-left: 1em;
  text-indent: -1em;
}
#section-wrapper .faq-set_a dt,
#section-wrapper .faq-set_a h4 {
  margin-top: 2em;
  font-weight: bold;
}
#section-wrapper .faq-set_a a {
  text-decoration: underline;
}
#section-wrapper .faq-set_a a:hover {
  text-decoration: none;
}
#section-wrapper .faq_note  {
  color: inherit;
  margin-top: 0.5em;
  font-size: 11px;
}
#section-wrapper .faq_more {
  text-align: center;
  text-decoration: underline;
  color: #0078A2;
  cursor: pointer;
  margin-top: 30px;
  font-size: 15px;
}
#section-wrapper .faq_more:hover {
  text-decoration: none;
}
#section-wrapper .faq_more::after {
  content: "FAQをもっと見る";
  -webkit-transition: .2s;
  transition: .2s;
}
#section-wrapper .faq_more.on-click::after{
  content: "閉じる";
}
#section-wrapper .faq_more_icon {
  display: inline-block;
  position: relative;
  width: 0.8em;
  height: 0.8em;
}
#section-wrapper .faq_more_icon::before,
#section-wrapper .faq_more_icon::after {
  content: '';
  display: block;
  position: absolute;
  left: calc(50% - 1px);
  top: 0;
  width: 2px;
  height: 100%;
  background-color: #0078A2;
  -webkit-transition: .2s;
  transition: .2s;
}
#section-wrapper .faq_more_icon::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
#section-wrapper .faq_more.on-click .faq_more_icon::before {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  opacity: 0;
}
#section-wrapper .faq-hide {
  display: none;
}


/* share
---------------------- */ 
#section-wrapper .share-block{
  padding: 96px 0 40px;
  background: var(--c-sky);
}
#section-wrapper .share_ttl {
  width: 402px;
  margin: 0 auto 10px;
}
#section-wrapper .share_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 2% 0 0;
}
#section-wrapper .share_btn li {
  width: 135px;
  position: relative;
  text-align: center;
}
#section-wrapper .share_btn li a {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  width: 90px;
  aspect-ratio: 1/1;
  margin: 0 auto;
  overflow: hidden;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  text-indent: -9999px;
  -webkit-transition: .2s;
  transition: .2s;
}
#section-wrapper .share_btn li.li a {
  background-image: url(/mobile/set/data/special/naniwadanshi-chosekkin/img/shared/20240930/icon_line.svg);
}
#section-wrapper .share_btn li.tw a {
  background-image: url(/mobile/set/data/special/naniwadanshi-chosekkin/img/shared/20240930/icon_x.svg);
}
#section-wrapper .share_btn li a:hover {
  opacity: .7;
}


/* 5g
---------------------- */ 
#section-wrapper .conts-5g-block {
  padding: 0 0 100px;
}
#section-wrapper .conts-5g_lab a {
  display: block;
  width: 826px;
  height: 103px;
  margin: 0 auto;
  overflow: hidden;
  background-image: url(/mobile/set/data/special/naniwadanshi-chosekkin/img/p/bnr_5g-lab.jpg);
  background-color: #000;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  text-indent: -9999px;
  -webkit-transition: .2s;
  transition: .2s;
}
#section-wrapper .conts-5g_lab a:hover {
  opacity: 0.7;
}

/* sticky-cv-box
---------------------- */ 
#section-wrapper .sticky-box {
  position: fixed;
  z-index: 1000;
  bottom: 0;
  left: calc(50% - 460px);
  width: 920px;
  padding: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  opacity: 0;
  -webkit-transform: translateY(100px);
  transform: translateY(100px);
  -webkit-transition: opacity 1.2s, -webkit-transform 0.6s;
  transition: opacity 1.2s, -webkit-transform 0.6s;
  transition: opacity 1.2s, transform 0.6s;
  transition: opacity 1.2s, transform 0.6s, -webkit-transform 0.6s;
  will-change: opacity, transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-filter: drop-shadow(0px 0px 20px rgba(0,0,0,0.25));
  filter: drop-shadow(0px 0px 20px rgba(0,0,0,0.25));
  border-radius: 10px 10px 0 0;
}
#section-wrapper .sticky-box.is-show {
  opacity: 1;
	-webkit-transform: translateY(0px);
	        transform: translateY(0px);
}
#section-wrapper .sticky-box .cv-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0;
  padding: 10px 20px;
}
#section-wrapper .sticky-box .cv_txt {
  position: static;
  width: 301px;
  height: 61px;
  padding: 0;
  margin-bottom: 15px;
}
#section-wrapper .sticky-box .cv_btns {
  gap: 15px;
  margin-left: 27px;
}
#section-wrapper .sticky-box .cv_btn .btn {
  width: 252px;
}
#section-wrapper .sticky-box .cv_note {
  position: absolute;
  left: 20px;
  bottom: 5px;
  width: 301px;
}

/* 禁止処理 */
@media print {
    * {
        display: none;
        opacity: 0;
        background: #fff;
    }
 
    img {
        display: none;
        opacity: 0;
        background: #fff;
    }
}
img {
  -webkit-touch-callout:none;
  -webkit-user-select:none;
  -moz-touch-callout:none;
  -moz-user-select:none;
  -ms-user-select:none;
      user-select:none;
  -webkit-user-drag: none;
  -moz-user-select: none;
}
