.p-line1::after {
  content   : "";
  position  : absolute;
  background: url("../img/digitalstop/icon_wave.png") repeat;
  width     : 100%;
  height    : 24px;
  bottom    : -24px;
  left      : 0;
  z-index   : -1;
}

.p-line .htuse__title.ttl24 {
  font-size: 1.6rem;
}

.p-line .htuse__des {
  font-size: 1.2rem;
}

.p-line2 .movie__list {
  margin         : 0;
  column-gap     : 16px;
  justify-content: center;
}

.p-line2 .movie__list .movie__item {
  max-width: 532px;
  width    : 100%;
  padding  : 0;
}

.tablinks0 {
  background-color: #e94560;
}

.tablinks1 {
  margin-left: 10px;
}

.tabcontentred {
  border-top: 5px solid #e94560;
}

.p-smartphone2 .tablinks p {
  font-size: 2rem;
}

.p-smartphone2 .tabcontent p {
  width: 58%;
}

@media only screen and (max-width: 900px) {
  .p-smartphone2 .tablinks {
    height: 70px;
  }

  .p-smartphone2 .tablinks p {
    font-size: 1.6rem;
  }

  .p-smartphone2 .tabcontent p {
    width: fit-content;
  }
}

.principle__text p+p {
  margin-top: 20px;
}

/*News Twitter index*/

.c-news__wrapper {
  max-width        : 1024px;
  width            : 100%;
  margin           : 0 auto;
  display          : flex;
  justify-content  : space-between;
  /* flex-direction: row-reverse; */
}

@media only screen and (max-width: 900px) {
  .c-news__wrapper {
    flex-direction : column;
    align-items    : center;
    justify-content: center;
  }
}

.c-news__wrapper .c-news__left,
.c-news__wrapper .c-news__right {
  width: calc(100% / 2 - 20px);
}

.c-news__wrapper .c-news__right {
  height: auto;
}

.c-news__wrapper .c-news__left .c-list1__item {
  flex-wrap    : wrap;
  padding      : 20px 0;
  border-bottom: 1px solid #707070;
}

.c-news__wrapper .c-news__left .c-list1__item:first-child {
  border-top: 0;
}

.c-news__wrapper .c-news__left .c-list1__item .c-list1__info {
  width     : 100%;
  margin-top: 10px;
}

.c-news__wrapper .c-news__left .c-list1__item .c-list1__info .c-list1__new-label {
  display: none;
}

/* .c-news__wrapper .c-news__right{
  min-height: 490px;
 height: auto;
 outline:  1px solid rgb(207, 217, 222);
 border-radius: 12px;
 overflow: hidden;
 outline-offset: -1px;
 box-shadow: 0 3px 6px rgba(0,0,0,.16);
}

.c-news__wrapper .c-news__right .twitter-tweet{
 
  height: 100%;
  margin-top: unset !important;
  margin-bottom: unset !important;
}

.c-news__wrapper .c-news__right .twitter-timeline{
 
  height: 100%;
}

@media only screen and (max-width: 900px) {
  .c-news__wrapper .c-news__right{
    margin-top: 50px;
    height: 530px;
    max-width: 475px;
    width: 100%;
  }
  .c-news__wrapper .c-news__right .twitter-tweet{
    max-width: 475px !important;
    height: 530px;
  }

  .c-news__wrapper .c-news__left .c-list1__item .c-list1__new-label{
    display: none;
  }

  .c-news__wrapper .c-news__left .c-list1__item .c-list1__info .c-list1__new-label{
    display: inline-block;
  }
}

.c-news__wrapper .c-news__right iframe{
 width: 100% !important;
  height: 100% !important;
 
 
} */

.c-news__wrapper .c-news__right .twitter-timeline {
  padding-top: 50px;
}

@media only screen and (max-width: 900px) {
  .c-news__wrapper .c-news__right {
    margin-top: 50px;
  }

  .c-news__wrapper .c-news__left,
  .c-news__wrapper .c-news__right {
    width: 90%;
  }
}

/*Smartphone merge line*/

.p-kids1.p-kidsline .sumamobi__text {
  max-width  : 640px;
  line-height: 2;
}

.p-kids1.p-kidsline::before {
  height   : 100%;
  transform: skew(0deg, -5deg);
  top      : 45px;
}

.btn__wrapper {
  max-width      : 300px;
  width          : 100%;
  margin         : 50px auto 0;
  display        : flex;
  justify-content: space-between;
}

.btn__wrapper .btn__item {
  font-size: 1.8rem;
}

.btn__wrapper .btn__link {
  display         : flex;
  align-items     : center;
  justify-content : center;
  width           : 140px;
  height          : 45px;
  font-size       : 1.3rem;
  background-color: #fff;
  border-radius   : 28px;
  border          : 1px solid;
  transition      : all 0.2s;
}

.btn__wrapper .btn__link.line {
  border-color: #e94560;
}

.btn__wrapper .btn__link.app {
  border-color: #04b3cd;
}

@media screen and (min-width: 1024px) {
  .btn__wrapper .btn__link:hover {
    opacity: 1;
    color  : #fff;
  }

  .btn__wrapper .btn__link.line:hover {
    background-color: #e94560;
  }

  .btn__wrapper .btn__link.app:hover {
    background-color: #04b3cd;
  }
}

@media only screen and (max-width: 900px) {
  .btn__wrapper {
    flex-direction: column;
    align-items   : center;
  }

  .btn__item+.btn__item {
    margin-top: 30px;
  }
}

.report__list .report__img img {
  aspect-ratio: 339/254;
}

@media only screen and (max-width: 900px) {
  .p-reportDetail .report-single {
    padding: 0;
  }
}

.btn {
  color  : #41be98;
  width  : fit-content;
  display: block;
  margin : 30px auto;
}

.page-kids .btnRegister {
  background-color: #FFF20F;
  color           : #41be98;
  font-size       : 1.3rem;
}

.c-imgTxt1__detail dt svg {
  width     : 150px;
  height    : 100%;
  object-fit: cover;
}

.c-imgTxt1__detail dt svg image {
  object-fit: cover;
  width     : 100%;
  height    : 100%;
}

@media only screen and (max-width: 900px) {
  .c-imgTxt1__detail dt svg {
    width: 60px;
  }
}

/*------------------------------------------------------------
privacy
------------------------------------------------------------*/
.p-privacy p {
  font-size    : 1.5rem;
  line-height  : 1.7;
  margin-bottom: 20px;
  padding      : 0 30px;
}

.p-privacy p.right {
  text-align: right;
}

.p-privacy p.center {
  text-align: center;
}

.p-privacy p.no-mb {
  margin-bottom: 0;
}

@media only screen and (max-width: 900px) {
  .p-privacy p {
    font-size  : 1.4rem;
    line-height: calc(36 / 28);
    padding    : 0 15px;
  }
}

.p-privacy1 {
  font-size  : 1.5rem;
  line-height: 1.7;
  padding    : 45px 0 100px;
}

@media only screen and (max-width: 900px) {
  .p-privacy1 {
    padding: 0 0 50px;
  }
}

.p-privacy1 article {
  padding: 30px 0;
}

.p-privacy1 article h2 {
  font-size    : 3rem;
  font-weight  : 500;
  color        : #41be98;
  margin-bottom: 20px;
}

@media only screen and (max-width: 900px) {
  .p-privacy1 article h2 {
    font-size: 2.4rem;
  }
}

.p-privacy1 article ul {
  margin : 0 0 20px;
  padding: 0 50px;
}

.p-privacy1 article ul li {
  position           : relative;
  padding-left       : 5px;
  list-style-type    : lower-alpha;
  list-style-position: outside;
}

@media only screen and (max-width: 900px) {
  .p-privacy1 article ul li {
    font-size: 1.4rem;
  }
}

.p-privacy1 .c-btn1 {
  margin-top: 50px;
}

.p-privacy1 article ol {
  padding      : 0 40px;
  margin-bottom: 20px;
}

.p-privacy1 article ol li {
  padding-left       : 5px;
  margin-bottom      : 20px;
  position           : relative;
  list-style-type    : decimal;
  list-style-position: unset;
}

.p-privacy1 article a {
  word-break: break-word;
}

@media only screen and (max-width: 900px) {
  .p-privacy1 .c-btn1 {
    margin-top: 0;
  }

  .p-privacy1 article ol,
  .p-privacy1 article ul {
    padding: 0 20px;
  }
}

.p-privacy1 article .flex {
  display: flex;
}

.p-privacy1 article .flex p {
  padding-right: 0;
}

.p-privacy1 article .flex ul,
.p-privacy1 article .flex ol {
  padding-left: 30px;
}

.p-privacy1 article ol.circle-list {
  list-style: none;
}

.p-privacy1 article ol.circle-list li {
  list-style   : none;
  display      : flex;
  margin-bottom: 0;
}

.p-privacy1 article ol.circle-list li.wrap {
  flex-wrap: wrap;
}

.p-privacy1 article ol.circle-list li p {
  padding: 0 20px;
}

.p-privacy1 article ol.circle-list li span {
  margin-right: 5px;
}

.p-privacy1 article ol.text-list li {
  list-style-type: lower-alpha;
  margin-bottom  : 0;
}

.p-newsDetail .news-single table th,
.p-newsDetail .news-single table td img {
  height: 40px;
}


/* custom by TTD on 2025/06/19 */
.tabs__tab-item .item__info .item__info-left table td img {
  max-width : 157px;
  display   : block;
  margin-top: 5px;
}

/* custom page tradelaw by TTD on 2025/07/16  */
table.line {
  border-top: solid 1px #CCC;
  margin    : 0 20px 20px 1em;
  width     : 100%;
}

table.line th {
  border-bottom : solid 1px #CCC;
  font-weight   : bold;
  padding       : 8px 10px;
  white-space   : nowrap;
  width         : 220px;
  line-height   : 1.6;
  padding-right : 1rem;
  vertical-align: top;
  padding-bottom: 3px;
  text-align    : left;
}

table.line td {
  border-bottom : solid 1px #CCC;
  padding       : 8px 10px;
  line-height   : 1.6;
  vertical-align: top;
  padding-bottom: 3px;
}

table.line a {
  text-decoration: none;
  color          : #c81444;
  overflow       : hidden;
  outline        : none;
}

table.line ul.disc {
  margin: 0 0 15px 12px;
}

table.line ul.disc li {
  list-style: disc;
  margin    : 0 0 0 20px;
}

table.line ol.num {
  margin: 0 0 15px 12px;
}

table.line ol.num li {
  list-style: decimal;
  margin    : 0 0 0 20px;
}

.p-tradelaw1 h2 {
  font-weight: bold;
  margin     : 0 0 10px;
}

@media only screen and (max-width: 900px) {
  table.line {
    margin    : 0;
    border-top: 0;
  }

  table.line tr {
    display       : flex;
    flex-direction: column;
  }

  table.line th {
    background   : #ededed;
    line-height  : 1.4;
    padding      : 7px 10px;
    margin-bottom: 10px;
    border-bottom: 0;
    width        : 100%;
    font-weight  : 400;
  }

  table.line td {
    padding      : 0 10px;
    margin-bottom: 10px;
    border-bottom: 0;
  }

  table.line ul.disc {
    margin: 0;
  }

  table.line ul.disc li {
    margin: 0 30px;
  }

  table.line ol.num {
    margin: 0;
  }

  table.line ol.num li {
    list-style-type: none;
    margin         : 0;
  }
}


.popup.hidden {
  display: none;
}

.popup {
  position   : fixed;
  inset      : 0;
  z-index    : 9999;
  display    : grid;
  place-items: center;
}

.popup__overlay {
  position  : absolute;
  inset     : 0;
  background: rgba(0, 0, 0, 0.5);
  cursor    : pointer;
}

.popup__content {
  position  : relative;
  max-width : min(92vw, 720px);
  width     : auto;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.35);
  background: #0000;
}

@media only screen and (max-width: 900px) {
  .popup__content {
    max-width: min(80vw, 720px);
    ;
  }

}

.popup__image {
  display   : block;
  max-width : 400px;
  width     : 100%;
  max-height: 400px;
}

.popup__link {
  display    : block;
  line-height: 0;
}

.popup__close {
  position     : absolute;
  top          : -18px;
  right        : -18px;
  width        : 36px;
  height       : 36px;
  border-radius: 999px;
  border       : 2px solid #fff;
  background   : #333;
  color        : #fff;
  font-size    : 30px;
  line-height  : 1;
  cursor       : pointer;
  z-index      : 10;
}

.popup-open {
  overflow: hidden;
}


.p-smartphone__renew {
  background-color: #FFF20E;
  padding         : 0;
}

.renew__box {
  position: relative;
  padding : 30px 0;
}

.renew__box::before {
  content        : "";
  position       : absolute;
  background     : url("../img/smartphone/icon_renew.png") no-repeat;
  background-size: cover;
  width          : 102px;
  height         : 127px;
  bottom         : 0;
  right          : 210px;
}

.renew__title {
  font-size  : 3.6rem;
  line-height: 1.4;
  color      : #04B3CD;
  text-align : center;
}

.p-smartphone__register {
  padding         : 15px;
  background-color: #41be98;
}

.register__text {
  text-align : center;
  color      : #FFFFFF;
  font-weight: 500;
}

.register__text p+p {
  margin-top: 5px;
}

.p-smartphone__desc {
  margin-top: 60px;
}

.desc__box {
  max-width       : 800px;
  width           : 100%;
  margin          : 20px auto 0;
  padding         : 30px 20px;
  background-color: rgba(4, 179, 205, .08);
  border-radius   : 10px;
}

.desc__box ul {
  list-style-type    : disc;
  list-style-position: outside;
  padding-left       : 20px;
}

.desc__box p+p {
  margin-top: 10px;
}

.p-smartphone__newsystem {
  margin-top: 45px;
}

.ttl20b {
  font-size  : 2rem;
  font-weight: bold;
  text-align : center;
}

.newsystem__img {
  max-width: 760px;
  width    : 100%;
  margin   : 15px auto 0;
}

.newsystem__table {
  max-width: 760px;
  width    : 100%;
  margin   : 50px auto 0;
}

.newsystem__table table {
  width          : 100%;
  border-collapse: collapse;
  line-height    : 1.3;
}

.newsystem__table table a {
  text-decoration      : underline;
  text-underline-offset: 2px;
}

.newsystem__table th,
.newsystem__table td {
  border        : 1px solid #41be98;
  padding       : 15px;
  text-align    : left;
  vertical-align: top;
}

.newsystem__table th {
  width: 27%;
}

.newsystem__table thead th {
  background-color: #41be98;
  color           : #fff;
  text-align      : center;
  font-size       : 1.8rem;
  font-weight     : bold;
}

.newsystem__table thead th:not(:last-child) {
  border-right: 1px solid #fff;
}

.newsystem__table tbody td {
  width: 36%;
}

.newsystem__table tbody tr:first-child {
  background-color: #EEEEEE;
}


@media only screen and (max-width: 900px) {
  .renew__title {
    font-size : 2.6rem;
    text-align: left;
  }

  .renew__box::before {
    width : 96px;
    height: 119px;
    right : 0;
  }

  .newsystem__table table {
    font-size: 1.2rem;
  }

  .newsystem__table thead th {
    font-size: 1.2rem;
  }

  .tablist .tabitem {
    flex-direction: column;
    gap           : 10px;
  }
}

.page-riyoukiyaku2025 .c-header,
.page-riyoukiyaku2025 .c-footer,
.page-riyoukiyaku2025 .c-totop {
  display: none !important;
}

.page-smartphone2025 .c-mv1__wrap {
  background: url("../img/smartphone/mv_page2025.jpg") center center/cover no-repeat;
}

.page-smartphone2025 .c-btn1 {
  max-width: 260px;
}

.cl-green {
  color: #41be98 !important;
}

.ttl-jp.have-line::before {
  background-color: #41be98;
}

.ttl-jp.have-line.line-green::before {
  background-color: #41be98;
}

.c-btn1.green {
  border-color: #41be98;
}

.c-btn1.green .c-btn1__txt1 {
  color: #41be98;
}

@media screen and (min-width: 1024px) {
  .c-btn1.green:hover {
    background: #41be98;
    opacity   : 1;
  }
}

@media screen and (min-width: 1024px) {
  .c-btn1.green .c-btn1__txt1:hover {
    opacity: 1;
    color  : #ffffff;
  }
}


.featurenew__list {
  max-width: 940px;
  width    : 100%;
  margin   : 50px auto 0;
  display  : flex;
  gap      : 50px;
}

.featurenew__item {
  width: 100%;
}

.featurenew__img {
  width        : 169px;
  height       : 169px;
  position     : relative;
  background   : #fffcdb;
  border-radius: 50%;
  margin       : 0 auto;
}

.featurenew__img img {
  position : absolute;
  top      : 50%;
  left     : 50%;
  width    : auto;
  height   : auto;
  transform: translate(-50%, -50%);
}

.featurenew__title {
  font-size : 2rem;
  color     : #4bb891;
  margin-top: 25px;
  text-align: center;
}

.featurenew__desc {
  margin-top: 20px;
}

@media only screen and (max-width: 900px) {
  .featurenew__list {
    flex-direction: column;
  }

  .featurenew__item {
    padding: 0 30px;
  }
}

.btn__box {
  margin-top: 50px;
}

.page-smartphone2025 .CoverInview::after,
.page-area-fare2025 .CoverInview::after,
.page-riyoukiyaku2025 .CoverInview::after {
  background: #41be98 !important;
}

.p-smartphone2 {
  padding: 1px 0 75px;
}


/* custom by TTD on 2025/09/04 */
.p-privacy table {
  max-width      : 100%;
  width          : 92%;
  font-size      : 1.6rem;
  font-weight    : 400;
  line-height    : 1.5;
  border-collapse: collapse;
  margin         : -15px auto 20px;
}

@media only screen and (max-width: 900px) {
  .p-privacy table {
    font-size    : 1.4rem;
    margin-top   : 10px;
    margin-bottom: 10px;
  }
}

.p-privacy table th,
.p-privacy table td {
  border    : 1px solid #fff;
  padding   : 7px;
  background: #f1f1f1;
  width     : 180px;
}

@media only screen and (max-width: 900px) {

  .p-privacy table th,
  .p-privacy table td {
    padding: 6px 0;
  }
}

.p-privacy table th {
  background : #41be98;
  color      : #fff;
  font-weight: 400;
  text-align : center;
}

/* custom by TTD on 2025/09/05 */
.p-digitalstop .htuse__img img {
  aspect-ratio: 263 / 459;
  object-fit  : contain;
}

/* custom by TTD on 2025/10/02 */
.c-fCenter__address {
  margin-top: 15px;
}

.c-fCenter__box {
  display: flex;
  gap    : 80px;
}

@media only screen and (max-width: 900px) {
  .c-fCenter__box {
    flex-direction: column;
    gap    : 0;
  }

  .c-fCenter__box1 + .c-fCenter__box1{
    margin-top: 20px;
  }
}
