@charset "utf-8";


body{
    overflow-x: hidden;
}
.fix-header li,
#global-nav ul li{
    list-style-type: none;
    margin: 8px 0.4vw;
    transition-delay: 1s;
}

.fix-header li:last-child{
    width: 50px;
}

.fix-header li,
#global-nav ul li{
  list-style-type: none;
    margin: 8px 0.5vw;
}


#main-video{
    top: -40px;

}


#footernav{
display:-moz-flex;
display:-webkit-flex;
display:-o-flex;
display:-ms-flex;
flex-wrap:wrap;
display: flex;
position: fixed;
width: 60%;
left: 50%;
margin-left: -30%;
}
#footernav .item-bottom{
margin-bottom: 0px;
}
#footernav .item ._img{
border-radius: 5px;
}
#footernav .item:hover{
  transform: translateY(-10px);
}

#footernav .item {

}

._img-inner{
    text-align: center;
}
body.portrait.android #sidenav,
body.landscape.android #footernav,
body.landscape.ipad #footernav{
    display: none;
}
@media screen and (max-width: 767px){
    #footernav{
        display:-moz-flex;
        display:-webkit-flex;
        display:-o-flex;
        display:-ms-flex;
        flex-wrap:wrap;
        display: flex;
    }
}

@media screen and (max-width: 767px) {
	#page-header {
	    min-height: 185px;
	}
	.list-sv .item {
	    width: calc(100% / 7);
	}
	.list-sv ._img-inner img {
	    max-width: 65px;
	}
	.sp-item-container-bottom {
	    clear: both;
	    display:unset;
	}
  .list-sv .item .desc .tits.sp-font-small{
        font-size: calc((10 / 390) * 100vw);
  }
}


#support-list .button{
}

#support-list .col-xxs-12{
    padding-left: 10px;
    padding-right:10px;
}
#support-list .button.button-kaisen{
    font-size: clamp(12px, 1.2vw, 14px);
    font-size: 1.2rem;
}
@media screen and (max-width: 767px){
    .support-button-above .button.button-kaisen {
        padding: 6px 0 6px 0;
    }
    .item-bottom {
        margin-bottom: 0px;
    }
}


@media only screen and (min-width: 769px) and (max-width: 1076px)  {

  .fix-header li a{
    margin:0 0 0 0;
        font-size: 1.4vw;

  }

}





/* ------------------------------- 
  2025.06 リニューアル
------------------------------- */
/* ベース：2カラム */
.mimamori-plan {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;            /* カード間の余白 */
  align-items: start;   /* 上揃え */
  margin-top: 40px;
}

/* アイテム内センタリング */
.mimamori-plan-item {
  text-align: center;
}

/* サムネイル画像を円形に */
.mimamori-plan-thum img {
  display: block;
  margin: 0 auto;
  width: 300px;    /* お好みで調整 */
  height: 300px;

}

/* テキスト部分の余白調整 */
.mimamori-plan-text {
  margin-top: 20px;
  margin-bottom: 20px;
}

.mimamori-plan-text p{
    font-size: clamp(18px, 1.8vw, 18px);
}

.mimamori-plan-button{
    padding: 0 15px;
}

/* ボタン風リンクの例 */
.mimamori-plan-item a {
  display: inline-block;
  background-color: #ff99b3;
  color: white;
  border-radius: 6px;
  text-decoration: none;
  border: none;
}

/* スマホ（幅600px以下）では1カラムに */
@media (max-width: 600px) {
  .mimamori-plan {
    grid-template-columns: 1fr;
  }
  .mimamori-plan-button{
    padding: 0 0 0 0;
  }
}
.mimamori-plan-item a:hover {
    background-position: right center;
    background-size: 200% auto;
    -webkit-animation: pulse 2s infinite;
    animation: ripple 1.5s infinite;
    color: #fff;
}
@keyframes ripple {
    0% {box-shadow: 0 0 0 0 #ff99b3;}
    70% {box-shadow: 0 0 0 10px rgb(27 133 251 / 0%);}
    100% {box-shadow: 0 0 0 0 rgb(27 133 251 / 0%);}
}

section.kv{
    padding:0;
}

.badge-container{
    text-align: center;
}
.badge {
  display: inline-block;
  background: #666666;
  color: #fff;
  font-size: clamp(14px, 1.4vw, 14px);
  font-weight: bold;
  padding: 8px 15px;
  border-radius: 16px;
  margin: 0 auto 16px;
  text-align: center;
}

.note ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
  padding: 0;
}

.note li {
  text-indent: -1.4em;
  padding-left: 1em;
  font-size: clamp(10px, 1.2vw, 12px);
  list-style: none;
}


.note li::before {
  content: '※';
  margin-right: 0.25em;
}

.note-num li:first-child:before {
  content: '※1';
  margin-right: 0.25em;
}
.note-num li:nth-child(2):before {
  content: '※2';
  margin-right: 0.25em;
}
.note-num li:nth-child(3):before {
  content: '※3';
  margin-right: 0.25em;
}

.note.note-num li {
    text-indent: -2em;
    padding-left: 2em;
}


img {
    max-width: 100%;
}

.main-title-icon{
    text-align: center;
}

.main-title-icon img{
    max-width: 100px;
    margin: 0 auto;
}
.fade-in {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.4s ease-out, transform 0.4s ease-out;
}
.fade-in.visible {
  opacity: 1;
  transform: translateY(0);
}
@media screen and (max-width: 768px) {
    .note li {
      font-size: calc((11 / 390) * 100vw);
    }
}

/*---------------------------------------------
  リンクマップ（ナビゲーションボタン）
---------------------------------------------*/
#map .link-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin: 30px auto;
  max-width: 800px;
  justify-content: center;
  text-align: center;
}
#map .link-grid a {
  background: #F6F6F6;
  color: #333;
  padding: 15px 10px;
  line-height: 1.2;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
  border: 1px solid #E6E6E6;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  position: relative;
}

#map .link-grid a span{
    display: block;
}
@media screen and (max-width: 768px) {
    #map .link-grid {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 16px;
      margin: 30px 15px;
    }
    #map .link-grid a{
        padding: 10px;
    }
}


/*---------------------------------------------
  特徴セクション（2周波GPS）
---------------------------------------------*/
#feature {

}

#feature .main-title {

  font-weight: bold;
  text-align: center;

}
#feature p {
  margin-bottom: 10px;
}
#feature .small{
  margin-top: 20px;
  margin-bottom: 20px;
}
#feature .details-box {

  border: 1px solid #ccc;
  border-radius: 10px;
  padding: 24px;
  max-width: 800px;
  margin: 40px auto;

  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
}

#feature .details-box summary {
  font-weight: bold;
  cursor: pointer;
  padding-bottom: 0px;

  margin-bottom: 0px;
  text-align: center;
}

.details-box summary {
  list-style: none;
}
.details-box summary::-webkit-details-marker {
  display: none;
}
.summary-label {
  font-weight: bold;
  position: relative;
  display: inline-block;
  cursor: pointer;
  font-size: clamp(18px, 1.8vw, 18px);
}

#feature .details-content{
    padding-top: 24px;
}

/* 通常時（閉じている） */
.details-box summary:after {
  content: "\f107"; /* ▼ */
  font-family: FontAwesome;
  font-style: normal;
  font-size: clamp(12px, 1.2vw, 14px);
  color: #333;
  right: 20px;
  padding-top: 5px;
  position: absolute;
  transition: all 0.2s ease-in-out;
}

/* 開いているとき（▲に変更） */
.details-box[open] summary:after {
  content: "\f106"; /* ▲ */
}


#feature .gps-image {


  padding:20px 0 0 0;
  text-align: center;
}
#feature .gps-image img {

  margin: 0 auto;

}
#feature .gps-caption {

  background: #B1A9E0;
  display: block;
  padding: 6px 16px;

  margin: 20px auto 0;
  text-align: center;
}

#feature .gps-caption h4{
  font-weight: normal;
  color: #fff;
  margin: 0;
  padding: 0; 
}

@media screen and (max-width: 768px) {
    #feature .details-box{
        padding: 12px;
    }
    #feature .gps-caption h4{
        font-size: calc((16 / 390) * 100vw);
    }
}


/*---------------------------------------------
  ウィジェット対応（iOS限定）
---------------------------------------------*/
#widget p{
    width: max-content;
    margin: 0 auto;
    margin-bottom: 20px;
}


.wrapper{
    padding: 60px 20px;
}


@media screen and (max-width: 768px) {
    #widget p{
        width: 100%;
        margin: 0 auto;
        margin-bottom: 20px;
    }

}


/*---------------------------------------------
  お子さまの行動をスマホでみまもり
---------------------------------------------*/

#mimamori{
    background-color: #ffe7ea;
    text-align: center;
}


/* 新規：画像レイアウト */
.mimamori-images {

  margin-top: 40px;
}

.mimamori-images-bubble{
    margin-top: 40px;
}


.mimamori-images .image-item img {
  width: 100%;
  height: 100%;
  max-width: 350px;
}

.image-left{
    text-align: left;
    padding-left: 100px;
}
.image-right{
    text-align: right;
    padding-right: 100px;
}

.image-left.mimamori-sougou-left{
    padding-left:35px;
}

.image-right.mimamori-sougou-right{
    padding-right:35px;
}


/* 左画像は 0.2s 遅延 */
.image-left .fade-in {
  transition-delay: 0.5s;
}

/* 右画像は 0.5s 遅延 */
.image-right .fade-in {
  transition-delay: 1s;
}
/* メイン中央画像（大きめ） */
.mimamori-center-image {
  width: 70%;
  margin: 0 auto 20px;
  position: relative;
  z-index: 1;
}
.mimamori-center-image img {
  width: 100%;
  height: auto;
}

#mimamori .image-item{
    margin-bottom: 10px;
}
#mimamori .note{
    margin-top: 20px;
}





@media screen and (max-width: 768px) {
  .mimamori-images {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 16px;
  }

  .mimamori-images-bubble{
    width: 110vw;
    margin-left: -10vw;
  }
  .mimamori-images-bubble-senior{
    width: 100vw;
    margin-left: -20px;
  }
  .mimamori-center-image{
  width: 100%;
  margin: 0 auto 0px;
    margin-bottom: 20px;
  }

  .image-left{
    text-align: left;
    padding: 0 0 0 0;
  }
  .image-right{
    text-align: right;
    padding: 0 0 0 0;
  }
}

#motion p{
    margin-bottom: 20px;
}
/*---------------------------------------------
  みまもり機能紹介セクション
---------------------------------------------*/
#mimamori-feature {
  background-color: #fff;
  padding: 60px 20px;
}
#mimamori-feature .main-title {
  text-align: center;

  font-weight: bold;
  margin-bottom: 50px;
}
.mimamori-feature-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 40px;

}
.mimamori-feature-item {
  flex: 1 1 100%;
  display: flex;
  flex-direction: row;
  gap: 20px;
  align-items: flex-start;
  margin-bottom: 100px;
}

.mimamori-feature-item-last{
    margin-top: 100px;
}
/* 偶数番目は画像右、テキスト左に反転 */
.mimamori-feature-item:nth-child(even) {
  flex-direction: row-reverse;
}
.mimamori-feature-item img {
  max-width: 50%;
  flex-shrink: 0;
  border-radius: 12px;
}
.mimamori-feature-text {
  flex: 1;
  width: 50%;
}
.mimamori-feature-text h3 {
  font-weight: bold;
  margin-bottom: 10px;
}
.mimamori-feature-text p {
  color: #333;
}
.mimamori-feature-text .note {
  margin-top: 15px;
}

.animate-box{
    width: 50%;
    position: relative;
    height: 100%;
}
.animatte-fukidashi,
.animate-screen{
    position: absolute;
}
.mimamori-feature-item .animatte-fukidashi img{
    width: 100%;
    max-width: 100%;
}

.box1 .animate-screen img{
    width: 375px;
    max-width: 100%;
}

.box1 .animatte-fukidashi .fade-in{
    transition-delay: 1s;
}

.box1 .animatte-fukidashi{
    position: absolute;
    left: -133px;
    bottom: -23px;
    width: 180px;
    animation: poyopoyo 2s ease-out infinite;
    opacity: 1;
}



.box2 .animate-push,
.box2 .animate-screen,
.box3 .animate-push,
.box3 .animate-screen{
    margin: 0 auto;
    width: 100%;
    text-align: center;
}
.box2 .animate-screen img,
.box3 .animate-screen img{
    width: 200px;
    max-width: 100%;
}

.box2 .animate-push,
.box3 .animate-push{
    position: absolute;
    top: 55px;
    left: 0;
    z-index: 10;
}



.box2 .animate-push img,
.box3 .animate-push img{
    width: 100%;
    max-width: 290px;
    transition-delay: 2.5s;
}

.box2 .animatte-fukidashi{
    position: absolute;
    right: -40px;
    bottom: -120px;
    width: 240px;
    animation: poyopoyo 2s ease-out infinite;
    opacity: 1;
}

.box2-senior .animatte-fukidashi{
  bottom: -150px;
}
.box2 .animatte-fukidashi .fade-in,
.box3 .animatte-fukidashi .fade-in{
        transition-delay: 1s;
}

.box3 .animatte-fukidashi{
    position: absolute;
    left: -33px;
    bottom: -23px;
    width: 180px;
    animation: poyopoyo 2s ease-out infinite;
    opacity: 1;
}



.slide-in {
  opacity: 0;
  transform: translateY(-20px);
  transition: opacity 0.4s ease-out, transform 0.4s ease-out;
}
.slide-in.visible {
  opacity: 1;
  transform: translateY(0);
}



@keyframes poyopoyo {
  0%, 40%, 60%, 80% {
    transform: scale(1.0);
  }
  50%, 70% {
    transform: scale(0.95);
  }
}

@media screen and (max-width: 768px) {
  .mimamori-feature-item {
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-bottom: 0;
  }
  /* 偶数も縦並びに戻す */
  .mimamori-feature-item:nth-child(even) {
    flex-direction: column;
  }
  .mimamori-feature-item img {
    max-width: 100%;
    margin-bottom: 20px;
  }
  .mimamori-feature-text{
    width: 100%;
  }
  .mimamori-feature-text h3 {
    margin-top: 0;
  }
  .mimamori-feature-text .note,
  .mimamori-feature-text p{
    text-align: left;
  }
  .animate-screen{
    position: relative;
  } 
  .animate-box{
    width: 100%;
  }

    .box1 .animate-screen img{
        width: 80%;
        max-width: 100%;
    }
    .box1 .animatte-fukidashi{
        left: -20px;
        bottom: -36px;
        width: 140px;
        opacity: 1;
    }
    .box2 .animatte-fukidashi{
        bottom: -20px;
    }
    .box3 .animatte-fukidashi{
        position: absolute;
        left: -20px;
        bottom: 10px;
        width: 164px;
        animation: poyopoyo 2s ease-out infinite;
        opacity: 1;
    }
    .mimamori-feature-item-last{
        margin-top: 0px;
    }

}




/*---------------------------------------------
  大容量バッテリー搭載
---------------------------------------------*/
#battery{
    background-color: #baeaf8;
}

.battery-image{
    max-width: 200px;
    margin: 30px auto;
}

#battery p{
    margin-bottom: 20px;
}



/*---------------------------------------------
  ほかにも安心のみまもり機能を搭載！
---------------------------------------------*/
#mimamori-feature-other {

}
#mimamori-feature-other .main-title-icon {
  text-align: center;
  margin-bottom: 12px;
}
#mimamori-feature-other .main-title-icon img {

}
#mimamori-feature-other .main-title {
  text-align: center;
  font-weight: bold;
  margin-bottom: 40px;
}

/* 機能一覧 */
.feature-other-list {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.feature-other-item {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  border-top: 1px solid #eee;
  padding-top: 30px;
}
.feature-other-item:first-child {
  border-top: none;
  padding-top: 0;
}

/* アイコン */
.feature-other-item .icon {
  flex-shrink: 0;
  width: 120px;
  height: 120px;
  border-radius: 50%;

  display: flex;
  align-items: center;
  justify-content: center;
}
.feature-other-item .icon img {
  width: 120px;
  height: auto;
}

/* テキスト */
.feature-other-item .content h3 {
    text-align: left;
  font-weight: bold;
  margin-bottom: 8px;
}
.feature-other-item .content p {
  margin-bottom: 8px;
}
.feature-other-item .content .note {
  margin-top: 4px;
}
@media screen and (max-width: 768px) {
    .feature-other-item .content h3{
            font-size: calc((20 / 390) * 100vw);
    }
}

/*---------------------------------------------
  安心の料金プラン
---------------------------------------------*/
#plan {
  background-color: #ebe9f8;
  padding: 60px 20px;
}
#plan .main-title-icon p {
  text-align: center;
  font-weight: bold;
  margin-bottom: 8px;
  font-size: clamp(16px, 1.8vw, 18px);
}
#plan .main-title {
  text-align: center;
  font-weight: bold;
  margin-bottom: 40px;
  line-height: 1;
  font-size: clamp(28px, 3.6vw, 36px);
}

#plan .plan-card {
  background: #fff;

  border-radius: 12px;
  padding: 40px;
  max-width: 800px;
  margin: 0 auto;
  margin-top: 60px;
}

/* 丸画像 */
#plan .plan-images {
    margin-top: -80px;
    margin-bottom: 24px;
}
#plan .plan-image-item {
    max-width: 186px;
    margin:0 auto;

}
#plan .plan-image-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* 見出しエリア */
#plan .plan-header {
  text-align: center;
  margin-bottom: 32px;
}

#plan .plan-highlight {

  font-weight: bold;
  margin-bottom: 12px;
}

#plan .plan-highlight  span{
      color: #938AC6;
    font-size: clamp(24px, 3.4vw, 34px);
  }


#plan .plan-desc {

}

/* 価格ボックス */
#plan .plan-prices {
    border-radius: 12px;
    border: 2px solid #938AC6;
    padding: 20px;
  margin: 32px 0;
}

#plan .price-badge {
  position: absolute;
  top: -10px;
  right: -10px;
  background: #6c5ecf;
  color: #fff;
  font-size: 0.75em;
  padding: 4px 8px;
  border-radius: 12px;
}

/* 注意書き */
#plan .plan-notes {
 margin-top: 20px;
  line-height: 1.5;
}

/* 支払い方法 */
#plan .plan-payment {
  text-align: center;
}
#plan .payment-title {
  font-weight: bold;
  margin-bottom: 12px;
}
#plan .payment-list {
    padding: 0;
    list-style-position: inside;
}
#plan .payment-list li {
  margin-bottom: 16px;
  text-align: left;
}
#plan .payment-list li img {
  vertical-align: middle;
  margin-left: 8px;
  height: 40px;
}

/* モバイル対応 */
@media screen and (max-width: 768px) {
    #plan .plan-card {
      background: #fff;

      border-radius: 12px;
      padding: 40px 20px;
      margin: 0 auto;
      margin-top: 80px;
    }
  #plan .price-box {
    margin-bottom: 16px;
  }
  #plan .plan-highlight{
    text-align: center;
    line-height: 1.2;
    font-size: clamp(20px, 2vw, 20px);
    margin-bottom: 20px;

  }
  #plan .plan-highlight span{
    display: block;
        font-size: clamp(48px, 4.8vw, 48px);

  }
  #plan .payment-list li img {
      vertical-align: middle;
      margin-left: 8px;
      height: 40px;
    }
    #plan .plan-header p{
        text-align: left;
    }
}


/*---------------------------------------------
  アプリインストール案内セクション
---------------------------------------------*/
#app {
  background-color: #fff;
  padding: 60px 20px;
}
#app .main-title {
  text-align: center;

  font-weight: bold;
  margin-bottom: 40px;
}

#app .app-install {
  display: flex;
  align-items: flex-start;
  justify-content: center;

  border: 1px solid #ccc;
  border-radius: 12px;
  padding: 30px 30px 30px 50px;
  max-width: 800px;
  margin: 0 auto;
  gap: 40px;
  margin-bottom: 40px;
}

/* アイコン部分 */
#app .app-icon {
  text-align: left;
}
#app .app-icon img {
  width: 120px;
  height: 120px;
  border-radius: 16px;
  margin-bottom: 8px;
}
#app .app-icon .app-name {
  font-size: clamp(16px, 2vw, 20px);
  font-weight: bold;
  color: #333;
}

/* 説明＋ボタン */
#app .app-desc {
  flex: 1;
  padding-top: 25px;
}
#app .app-desc p {
  color: #333;
  margin-bottom: 20px;
  line-height: 1.6;
  text-align: center;
}
.app-buttons {
  display: flex;
  gap: 16px;
  justify-content: center;
  margin-top: 12px;
}
.app-buttons a img {
  height: 50px;
  display: block;
}
#app-buy{
    padding: 60px 0;
}
.app-buy{
    text-align: center;
}

#app h3.main-title,
.app-buy h3.main-title,{
    margin-bottom: 12px;
}
#app h3.main-title span,
.app-buy h3.main-title span{
        font-size: clamp(28px, 3.4vw, 34px);
        white-space: nowrap;
}

/* モバイル対応 */
@media screen and (max-width: 768px) {
    #app .app-install {
        flex-direction: column;
        text-align: center;
        gap: 20px;
        padding: 20px;
    }
    #app .app-buttons {
        justify-content: center;
    }
    #app .app-icon {
        display: flex;
        align-items: center;
    }
    #app .app-icon .app-name{
        padding-left: 16px;
    }
    #app .app-desc p{
        text-align: left;
    }
    .app-buttons a img{
        height: auto;
    }
    #app .main-title{
        margin-bottom: 20px;
    }
    #app .app-desc{
        padding-top: 0;
    }
}


/*---------------------------------------------
  お客さまの声セクション
---------------------------------------------*/
#voice {
  padding: 60px 20px;
}
#voice .main-title {
  text-align: center;

  font-weight: bold;
  margin-bottom: 40px;
}

.voice-list {
  max-width: 800px;
  margin: 0 auto;
}
.voice-item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 20px;
  border-radius: 12px;
 background-color: #F4F4F4;
 margin-bottom: 20px;
}
.voice-item:last-child {
  border-bottom: none;
}

.voice-icon {
  flex-shrink: 0;
  width:60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: start;
  justify-content: center;
}

.voice-icon img {
  width: 46px;
  height: 46px;
}

.voice-content h4 {
    text-align: left;
  font-weight: bold;
  margin-bottom: 8px;
}
.voice-content p {
    text-align: left;
  line-height: 1.6;
  color: #333;
  margin: 0;
}

/* モバイル対応 */
@media screen and (max-width: 768px) {
  .voice-icon {
    margin-bottom: 12px;
  }
  .voice-content h4 {
    margin-bottom: 6px;
    font-size: clamp(16px, 1.6vw, 16px);
  }
}

/*---------------------------------------------
  FAQ（よくあるご質問）アコーディオン
---------------------------------------------*/
#kids-faq {
  padding: 60px 20px;
}
#kids-faq .main-title {
  text-align: center;

  font-weight: bold;
  margin-bottom: 40px;
}

.faq-list {
  max-width: 800px;
  margin: 0 auto;
}
.faq-item {
  border-bottom: 1px solid #333333;
}
.faq-item:last-child {
  border-bottom: none;
}

.faq-item summary {
  position: relative;
  padding: 16px 40px 16px 0;
  font-weight: bold;
  cursor: pointer;
  list-style: none;
}
.faq-item summary::-webkit-details-marker {
  display: none;
}
/* 矢印（閉じ） */
.faq-item summary::after {
    content: "\f078";
    font-family: FontAwesome;
    font-style: normal;
    font-size: clamp(14px, 1.4vw, 16px);
    color: #333;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    transform: scale(1, 1);
    transition: all 0.2s ease-in-out;
    width: 30px;
    height: 30px;
    z-index: -1;
    position: absolute;
    right: 0;
    top: 16px;
}
/* 矢印（開く） */
.faq-item[open] summary::after {
    transform: scale(1, -1);
}


.faq-answer {
  padding: 0 0 20px;

  line-height: 1.6;
  color: #333;
}

/* 「もっと見る」ボタン */
.faq-more {
  display: block;
  margin: 30px auto 0;
  padding: 10px 20px;
  background: none;
  border: 1px solid #666;
  border-radius: 4px;
  font-size: 0.95em;
  cursor: pointer;
}

#kids-faq .accordion h1,
#kids-faq .accordion h2,
#kids-faq .accordion h3,
#kids-faq .accordion h4 {
    cursor: pointer;
    margin: 0 0 0 0;
    margin-bottom: 0 !important;
    text-align: left;
    color: #fff;
    border-radius: 40px;

}

#kids-faq .accordion h1 {
display: block;
    position: relative;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    padding: 15px;
    font-size: clamp(14px, 1.6vw, 18px);
    font-weight: bold;
    line-height: 1.2;
    text-align: center;
    border-color: #52c2b4;
    background-color: #52c2b4;
    color: white;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    border-radius: 14px;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.20);
}

#kids-faq .accordion div {
    display: none;
    padding: 0;
    padding-bottom: 0px;
}

#kids-faq .accordion div.faq-text-wrap {
    display: flex !important;
    width: 100%;
    padding-bottom: 0;
}

#kids-faq .accordion div.faq-text {
    display: flex !important;
    align-items: center;
    width: 100%;
    padding-bottom: 20px;
}


#kids-faq .accordion h2,
#kids-faq .accordion h3,
#kids-faq .accordion h4 {
    padding: 20px 0;
    font-size: clamp(14px, 1.6vw, 16px);
    font-weight: normal;
    color: #333333;
}

#kids-faq .accordion h1,
#kids-faq .accordion h2,
#kids-faq .accordion h3,
#kids-faq .accordion h4 {
    position: relative;
    padding-left: 15px;
    font-weight: bold;
}

#kids-faq .accordion h2 {}

#kids-faq .accordion h1:before {}

#kids-faq .accordion h1:before {
    font-family: "fontawesome";
    content: "\f078";
    position: absolute;
    right: 25px;

    transition: all 0.2s ease-in-out;
    display: block;
    width: 8px;
    height: 8px;
    font-size: clamp(14px, 1.4vw, 16px);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

#kids-faq .accordion h1.dropdown_toggle:before {}



#kids-faq .accordion-content {
    padding: 15px 0px;
    padding-left: 45px;
    position: relative;
}


 #kids-faq #faq{
  margin-bottom: 0;
 }
/* モバイル対応 */
@media screen and (max-width: 768px) {
  .faq-item summary {
    padding-right: 30px;
  }
  #kids-faq{
    padding-bottom: 0;
  }
   #kids-faq .accordion h2{
    padding-right: 30px;
   }
   #faq .q-icon{
    padding-top: 15px;
   }
   .app-buy{
    padding: 0 15px;
   }

}

/*---------------------------------------------
  お知らせセクション
---------------------------------------------*/
#news {
  padding: 60px 20px 120px 20px;
}
#news .main-title {
  text-align: center;
  font-weight: bold;
  margin-bottom: 24px;
}
#news .container {
  max-width: 800px;
  margin: 0 auto;
}

/* リスト共通設定 */
.news-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.news-list li {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #AFAFAF;
}
.news-list li:first-child {
  border-top: 1px solid #AFAFAF;
}

/* 日付表示 */
.news-list .date {
  flex-shrink: 0;
  width: 100px;
  color: #777;

  text-align: left;
}

/* タイトルリンク */
.news-list a {
  flex: 1;
  color: #333;
  text-decoration: none;
  position: relative;
  padding: 16px 0;
  padding-right: 40px;
  font-weight: bold;
}

/* 右端の矢印 */
.news-list a::after {
    content: "\f105";
    font-family: FontAwesome;
    font-style: normal;
    font-size: clamp(12px, 1.2vw, 14px);
    color: #333;
    position: absolute;
    right: 20px;
    padding-top: 5px;
    position: absolute;
    transition: all 0.2s ease-in-out;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
}

/* “もっと見る” ボタン */
.news-more {
  display: block;
  text-align: center;
  margin: 24px 0 0;

  color: #333;
  text-decoration: none;
}

/* モバイル対応 */
@media screen and (max-width: 768px) {
  .news-list .date {
    margin-bottom: 8px;
  }

}



/*---------------------------------------------
  ステップ3列レイアウト
---------------------------------------------*/
#steps {
  padding: 60px 20px;
}

.steps-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  max-width: 1200px;
  margin: 0 auto;
}

.step-item {
  background: #f5f5f5;
  border-radius: 12px;
  text-align: center;
  padding: 20px;

  /* 追加：高さ揃えのため */
  display: flex;
  flex-direction: column;
}

.step-item img {
  width: 100%;
  height: auto;
  object-fit: contain;
  border-radius: 8px;
  margin-bottom: 0px;
}

.step-label {
  display: inline-block;
  background: #f5f5f5;
  border-radius: 24px;
  padding: 4px 12px;
  font-weight: bold;
  border: 4px solid #fff;
  position: relative;
  top: -40px;
}

.step-container {
  margin: 50px 0 0 0;
}

.steps-list a.button-green {
  min-width: 100%;
  width: 100%;

  /* 追加：下部に固定 */
  margin-top: auto;
  display: inline-block;
  background: linear-gradient(to right, #90cdf4, #63b3ed);
  color: white;
  padding: 12px 24px;
  border-radius: 8px;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
}

.steps-list p {
    text-align: center;
    margin: 0 auto;
    max-width: fit-content;
}
.step-thum{
    margin-bottom: 20px;
}
/* モバイル時: 1列表示 */
@media screen and (max-width: 768px) {
  .steps-list {
    grid-template-columns: 1fr;
  }
  .step-item {
    padding: 10px;
    margin-bottom: 24px;
  }
}





/*---------------------------------------------
  アプリの使い方 リンクマップ（ナビゲーションボタン）
---------------------------------------------*/
#how-to-use .link-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  margin: 30px auto;
  max-width: 800px;
  justify-content: center;
  text-align: center;
  margin-bottom: 60px;
}
#how-to-use .link-grid a {
  background: #F6F6F6;
  color: #333;
  padding: 15px 10px;
  line-height: 1.2;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
  border: 1px solid #E6E6E6;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  position: relative;
}

#how-to-use .link-grid em,
#how-to-use .link-grid a span{
    display: block;
}
#how-to-use .link-grid em{
  padding: 10px;
} 

#how-to-use .link-grid em img{
  max-width: 60px;
  margin:  auto;
}
#how-to-use .main-title {

  font-weight: bold;
  text-align: center;

}
#how-to-use p {
  margin-bottom: 10px;
}



.map-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  margin: 0 auto 60px;
  max-width: 800px;
  background-color: #F0F0F0;
  border-radius: 10px;
  padding: 10px;
  /* align-items: stretch がデフォルトなので明示不要ですが、
     グリッドアイテムを同じ行で同じ高さに揃えたい場合は有効です */
  align-items: stretch;
}

.grid-item {
  /* ★ここを追加★ カード内を縦方向 flex に */
  display: flex;
  flex-direction: column;
  /* グリッド行と同じ高さに伸ばす */
  /* align-self: stretch が効くので height 指定不要 */
  padding: 10px;
  margin: 20px auto;
}

.map-grid.mb-0 {
  margin-top: 15px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.map-grid-last {
  display: flex;
  justify-content: center;
  gap: 16px;
  background-color: #F0F0F0;
  border-radius: 0;
}

.grid-head {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 15px;
}

.grid-head .num {
  background-color: #A5A5A5;
  color: #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 40px;
  width: 40px;
  height: 40px;
  margin-right: 10px;
  margin-bottom: 0;
  font-size: clamp(20px, 2vw, 20px);
}

.grid-head h3 {
  font-size: clamp(18px, 1.8vw, 18px);
  color: #333333;
  margin-bottom: 0;
  text-align: left;

}

.grid-thum {
  /* ★ここを修正★ 画像ブロックだけ下端に押し出す */
  margin-top: auto;
  /* 横中央揃えしたいなら左右マージンを auto に */
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
}

.grid-thum img {
  max-width: 320px;
  width: 100%;
  display: block;
}

.grid-item p{
  text-align: center;
  margin-bottom: 0px;
}

  .grid-item p.grid-m{
    margin-bottom: 10px;
  }
p.text-left{
  text-align: left;
}


.howto-app-white {
  border-radius: 10px;
  padding: 20px;
  background-color: #fff;
}

.howto-app .map-grid {
  background-color: #fff;
  padding: 0;
}

.howto-app-white .map-grid {
  /* 初期は非表示 */
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height 0.5s ease, opacity 0.5s ease;
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  #how-to-use .link-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    padding: 20px;
    margin: 0 auto;
  }
  #how-to-use-map {
    padding: 0 20px;
  }
  .grid-head .num{
    width: 30px;
    height: 30px;
    min-width: 30px;
    font-size: calc((13 / 390) * 100vw);
    margin-bottom: 0;
  }
  .grid-head h3 {
    font-size: calc((15 / 390) * 100vw);
    text-align: left;


  }
  #how-to-use .link-grid a {
    padding: 10px;
  }
  .map-grid {
    display: block;
  }
  .grid-thum img {
    max-width: 100%;
  }

  .howto-app-white{
    padding: 15px;
  }

}


.howto-app {
  text-align: center;
  font-family: sans-serif;
  padding: 20px;
  background-color: #F0F0F0;
}

.howto-app-head {
  display: flex;
  align-items: center;
  justify-content: center;

  flex-wrap: wrap;
}

.howto-option {
  font-size: 16px;
  font-weight: bold;
  width: 40%;
}

.howto-option-left{
  text-align: center;
}
.howto-option-right{
  text-align: center;
}

.howto-divider {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 10%;
}

.howto-divider .line {
  width: 1px;
  height: 20px;
  background-color: #aaa;
}

.howto-divider span {
  margin: 4px 0;
  font-size: 14px;
  color: #333;
  font-weight: bold;
}

.highlight {
  color: #f88ca3;
}

.howto-description {
  margin-top: 10px;
  color: #555;
  text-align: center;
}

.triger-close p,
.triger-open p{
  cursor: pointer;
  background-color: #F0F0F0;
  display: inline-block;
  padding: 3px 45px;
  border-radius: 20px;
  position: relative;
  margin: 10px auto;
  font-weight: bold;
}

.triger-close p:hover,
.triger-open p:hover{
  opacity: 0.8;
}

.triger-open p:after{
    content: "\f107";
    font-family: FontAwesome;
    font-style: normal;
    font-size: clamp(10px, 1vw, 10px);
    color: #878787;
    position: absolute;
    right: 12px;
    padding-top: 0px;
    position: absolute;
    transition: all 0.2s ease-in-out;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
}
.triger-close p:after{
    content: "\f106";
    font-family: FontAwesome;
    font-style: normal;
    font-size: clamp(10px, 1vw, 10px);
    color: #878787;
    position: absolute;
    right: 12px;
    padding-top: 0px;
    position: absolute;
    transition: all 0.2s ease-in-out;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
}
.map-grid.open {
  max-height: 2000px; /* 十分に大きい値にする */
  opacity: 1;
}

#triger-close {
  display: none;
  cursor: pointer;
}

#triger-open {
  cursor: pointer;
}
.howto-desc{
  text-align: center;
}


#howto-other{
  margin-top: 60px;
}
p.howto-left{
  text-align: left;
  padding-left: 50px;
}
.howto-left span.color1,
.howto-left span.color2 {
  display: inline-block;
  width: 20px;         /* お好みのサイズに */
  height: 20px;        /* お好みのサイズに */
  margin-right: 5px;
  border-radius: 50%;  /* 丸形に */
  box-sizing: border-box;
  vertical-align: middle;
}

/* 中丸（塗りつぶし）*/
.howto-left span.color1 {
  background-color: #FFD41A;
  /* 枠線不要なら border は省略 */
}

/* 丸（枠のみ）*/
.howto-left span.color2 {
  background-color: transparent;
  border: 2px solid #FFD41A;
}
.grid-thum-1{
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .howto-description{
    text-align: left;
  }

  .howto-option{
    font-size: calc((12 / 390) * 100vw);
    white-space: nowrap;
  }
  .howto-left{
    padding: 0 20px;
  }
  .howto-divider{
    width: 20%;
  }
  p.howto-left{
    padding-left: 30px;
  }

}


/*---------------------------------------------
  その他アニメーション
---------------------------------------------*/
.kids-display{
    position: absolute;
    bottom: 0;
    width: 284px;
    right: 100px;
}
.kids-display.fade-in {
    transition-delay: 0.5s;
}

.kids-ido-phone{
    position: absolute;
    bottom: 0;
    width: 250px;
    left:50px;
}
.kids-ido-noti{
    position: absolute;
    top: 200px;
    width: 280px;
    left:35px;
    transition-delay: 1.5s;
}


@media screen and (max-width: 768px) {
    .kids-display{
        position: absolute;
        bottom: 0;
        width: 45vw;
        right: 5vw;
    }
    .kids-ido-phone{
        position: absolute;
        bottom: 0;
        width: 40vw;
        left:50px;
    }
    .kids-ido-noti{
        position: absolute;
        top: 140px;
        width: 47vw;
        left:35px;
    }
    #bnr{
        padding: 0 20px;
    }
}


#bar{
    background-color: #0099FF;
    text-align: center;
    padding: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 100%;
    z-index: 10;

}
#bar p{
    color: #fff;
    margin: 0;
    padding: 0;
    line-height: 1.2;
    font-size: clamp(14px, 1.4vw, 14px);
    font-weight: bold;
}
#bar p a{
  display: block;
  padding: 5px 10px;
  padding-right: 15px;
  color:  #0099FF;
  background-color: #fff;
  border-radius: 24px;
  position: relative;
  margin-left: 10px;
}


#bar p a:after{
      content: "\f105";
    font-family: FontAwesome;
    font-style: normal;
    font-size: clamp(10px, 1vw, 10px);
    color: #0099FF;
    position: absolute;
    right: 5px;
    padding-top: 2px;
    position: absolute;
    transition: all 0.2s ease-in-out;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
}

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

  #bar{
    text-align: left;
    justify-content: space-between;
  }
}


.app-install {
  background-color: #f7f7f9;
  padding: 20px;
  border-radius: 12px;
  text-align: center;
  max-width: 800px;
  margin: auto;
}

.app-install p {
  font-size: 14px;
  margin-bottom: 24px;
}

.app-install-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  justify-items: center;
}

.install-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 14px;
}

.install-item img {
  width: 80px;
  height: 80px;
  object-fit: contain;
  margin-bottom: 8px;
}

/* 全体のスタイル */
.app-install {
  background-color: #f7f7f9;
  border-radius: 12px;
  padding: 24px;
  text-align: center;
  max-width: 800px;
  margin: auto;
}


.app-install p {
  margin-bottom: 24px;
}

/* ラップ幅は100%にしておく（max-contentはNG） */
.app-install-wrap {
  width: 100%;
  margin: 0 auto;
}

.app-install-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  justify-items: center;
  width: 100%;
}

.install-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 14px;
}

/* 画像のサイズ調整（統一感） */
.install-item img {
  width: 140px;
  height: auto;
  object-fit: contain;
  margin-bottom: 8px;
}

.app-header {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

.app-logo {
  width: 60px;
  height: 60px;
  object-fit: cover;
  border-radius: 12px;
}

.app-promo .app-title {
  margin: 0;
  font-size: 1.5rem;
  color: #333;
}

.app-promo .app-description {
  margin: 16px 0;
  color: #666;
  line-height: 1.4;
  text-align: left;
}

.app-promo .app-buttons {
  display: flex;
  justify-content: center;

}

.app-promo .btn {
  display: inline-block;
  text-decoration: none;
}

.app-promo .btn img {
  display: block;
  width: auto;
  height: auto;
  max-height: auto;
}
@media screen and (max-width: 768px) {
  .app-install h4{
    font-size: clamp(14px, 1.4vw, 16px);
  }
}


@media screen and (max-width: 767px) {
  body {
    font-size: calc((14 / 390) * 100vw);
  }
  .note-list .label{
    width: auto;
  }
  .note-list li{
    padding-left: 8px;
    text-indent: -8px;
  }
 #bar p,
 .legal-block p,
 #privacy p,
  li,
  .fix-header li a,
  .footer-nav ul li a,
  a.button-green,
  .button,
  .app-install p,
  p {
      font-size: calc((14 / 390) * 100vw);
  }
  a.button-green{
    font-size: calc((16 / 390) * 100vw);
  }
}