main{
  margin: 0;
  padding: 0;
  color: #333;
  line-height: 1.5;
  font-size: 1.6rem;
  box-sizing: border-box;
}
main img{
  width:100%;
}
main contents{
  display: block;
}

.hd-all__anchor-arrow--blue{
  padding: 0 0 0 16px;
  position: absolute;
  right: 20px;
  z-index: 0;
}

.hd-all__anchor-arrow--blue::before{
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  z-index: 2;
  content: '';
  width: 8px;
  height: 8px;
  margin-top: -4px;
  margin-left: -3px;
  border-top: solid 3px #1177c9;     
  border-right: solid 3px #1177c9;    
  transform: rotate(45deg);
}

.hd-all__anchor-arrow--blue::after{
  position: absolute;
  top: 0;
  bottom: 0;
  left: -8px;
  margin: auto;
  content: "";
  width: 20px;
  height: 20px;  
  border-radius: 10px;
  background: #fff;
  z-index: 1;
}

.hd-all__anchor-arrow--white{
  padding: 0 0 0 16px;
  position: absolute;
  right: 20px;
  z-index: 0;
}

.hd-all__anchor-arrow--white::before{
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  z-index: 2;
  content: '';
  width: 8px;
  height: 8px;
  margin-top: -4px;
  margin-left: -3px;
  border-top: solid 3px #fff;     
  border-right: solid 3px #fff;    
  transform: rotate(45deg);
}

.hd-all__anchor-arrow--white::after{
  position: absolute;
  top: 0;
  bottom: 0;
  left: -8px;
  margin: auto;
  content: "";
  width: 20px;
  height: 20px;  
  border-radius: 10px;
  background: #1177c9;
  z-index: 1;
}

.hd-all__text-color--blue{
  color: #1177c9;
}

.hd-br--sp{
  display: none;
}
.hd-br--tab{
  display: none;
}
.hd-br--pc{
  display: block;
}
@media (max-width: 767px) {
  .hd-br--sp{
    display: block;
  }
  .hd-br--tab{
    display: block;
  }
  .hd-br--pc{
    display: none;
  }
  .hd-all__anchor-arrow--blue{
    right: 10px;
  }
  .hd-all__anchor-arrow--white{
    right: 10px;
  }
  .hd-all__anchor-arrow--blue::before{
    width: 6px;
    height: 6px;
    margin-top: -3px;
    margin-left: -3.5px;
    border-top: solid 2px #1177c9;     
    border-right: solid 2px #1177c9;
  }
  .hd-all__anchor-arrow--white::before{
    width: 6px;
    height: 6px;
    margin-top: -3px;
    margin-left: -3.5px;
    border-top: solid 2px #fff;     
    border-right: solid 2px #fff;
  }
  .hd-all__anchor-arrow--blue::after,
  .hd-all__anchor-arrow--white::after{
    width: 16px;
    height: 16px;  
    border-radius: 8px;
  }
}

@media (min-width: 768px) and (max-width: 1024px){
  main{
    font-size:100%;
  }
  main{
    font-size: 1.6rem;
  }
  .hd-br--tab{
    display: block;
  }
}

@media (min-width: 1025px) {
  main{
    font-size:100%;
  }
  main{
    font-size: 1.6rem;
  }
}
/*--------↓↓↓↓ media-query__font-size ↓↓↓↓--------*/
@media (max-width: 767px) {
  main{
    font-size:100%;
  }
  main{
    font-size: 1.6rem;
  }
}

@media (min-width: 768px) and (max-width: 1024px){
  main{
    font-size:100%;
  }
  main{
    font-size: 1.6rem;
  }
}

@media (min-width: 1025px) {
  main{
    font-size:100%;
  }
  main{
    font-size: 1.6rem;
  }
}
/*--------↑↑↑↑ media-query__font-size ↑↑↑↑-------*/


/*================↓↓↓↓ hd-main-visual__container ↓↓↓↓================*/
.hd-main-visual__container{
  width: 100%;
}
.hd-main-visual__inner{
  width: 100%;
  height:fit-content;
  display: grid;
  grid-template-rows	:330px 289px;
}
@media (max-width: 767px) {
  .hd-main-visual__inner{
    width: 100%;
    height:initial;
    display: grid;
    grid-template-rows	:180px 389px;
  }
  .hd-main-visual__container{
    position: relative;
  }
}

@media (min-width: 768px) and (max-width: 1024px){
  .hd-main-visual__inner{
    width: 100%;
    height:fit-content;
    display: grid;
    grid-template-rows	:300px 280px;
  }
}

@media (min-width: 1025px) and (max-width: 1199px){
  .hd-main-visual__inner{
    width: 100%;
    height:fit-content;
    display: grid;
    grid-template-rows	:300px 319px;
  }
}

@media (min-width: 1200px) {

}

/*--------↓↓↓↓ hd-main-visual__above ↓↓↓↓--------*/
.hd-main-visual__above{
  width: 100%;
  opacity: 1;
}

.hd-main-visual__above--wallpaper{
  width: 100%;
  max-width: 1280px;
  margin: auto;
  display: flex;
}

.hd-main-visual__above--inner{
  justify-self: center;
  height: 100%;
  margin: 0 40px;
  display: grid;
  grid-template-columns	:82% 18%;
  grid-template-rows	:160px 170px;
  /*gap: 10px 20px;*/
}

.hd-main-visual__catch--unit{
  grid-column: 1 / 2;
  grid-row: 1 / 2;
  font-size: 4rem;
  padding-top: 2rem;
  letter-spacing: 0.1em;
}

.hd-main-visual__catch--one{
  margin-bottom: 10px;
}

.hd-main-visual__pic-pay{
  grid-column: 2 / 3;
  grid-row: 1 / 3;
  padding:2rem 0;
  width: 70%;
  margin: auto;
}

.hd-main-visual__hero{
  grid-column: 1 / 2;
  grid-row: 2 / 3;
  margin-top: -50px;
  width: 100%;
}
@media (max-width: 519px) {
  .hd-main-visual__above--inner{
    justify-self: center;
    height: 100%;
    margin: initial;
    display: grid;
    grid-template-columns	:70% 30%;
    grid-template-rows	:40% 60%;
    /*gap: 10px 20px;*/

    max-width: 375px;
    height: 200px;
    margin: auto;
  }
  .hd-main-visual__catch--unit{
    font-size: 1.7rem;
    letter-spacing: 0.1rem;
    grid-column: 1 / 3;
    margin-left: 10px;
  }
  .hd-main-visual__catch--unit{
    font-size: 1.7rem;
    letter-spacing: 0.1rem;
    grid-column: 1 / 3;
    margin-left: 10px;

    white-space: nowrap;
  }
  .hd-main-visual__pic-pay{
    position: absolute;
    width: 90px;
    top:185px;
    top:260;
    right: 10px;
  }
  .hd-main-visual__hero{
    grid-column: 1 / 3;
    grid-row: 2 / 3;
    margin-top: initial;
    margin: auto;
    margin-top: 0;
    width: 96%;
  }
}
@media (min-width: 520px) and (max-width: 767px){
  .hd-main-visual__above--inner{
    justify-self: center;
    height: 100%;
    margin: initial;
    display: grid;
    grid-template-columns	:70% 30%;
    grid-template-rows	:40% 60%;
    /*gap: 10px 20px;*/

    max-width: 375px;
    height: 200px;
    margin: auto;
  }
  .hd-main-visual__catch--unit{
    font-size: 1.7rem;
    letter-spacing: 0.1rem;
    grid-column: 1 / 3;
    margin-left: 10px;
  }
  .hd-main-visual__pic-pay{
    position: absolute;
    width: 20%;
    top:190px;
    right: 10px;
  }
  .hd-main-visual__hero{
    grid-column: 1 / 3;
    grid-row: 2 / 3;
    margin-top: initial;
    margin: auto;
    margin-top: 0;
    width: 96%;
  }
}

@media (min-width: 768px) and (max-width: 1024px){
  .hd-main-visual__catch--unit{
    font-size: 2.6rem;
    grid-column: 1 / 3;
    grid-column: 1 / 2;
  }
}

@media (min-width: 1025px) and (max-width: 1199px){
  .hd-main-visual__above--inner{
    justify-self: center;
    height: 100%;
    margin: 0 40px;
    display: grid;
    grid-template-columns	:82% 18%;
    grid-template-rows	:repeat(auto-fit, minmax(100px, 1fr));
  }
  .hd-main-visual__catch--unit{
    font-size: 3.4rem;
    grid-column: 1 / 2;
  }
  .hd-main-visual__hero{
    grid-column: 1 / 2;
    grid-row: 2 / 3;
  }

}

@media (min-width: 1200px) {

}
/*--------↑↑↑↑ hd-main-visual__above ↑↑↑↑--------*/


/*--------↓↓↓↓ hd-main-visual__below ↓↓↓↓--------*/
.hd-main-visual__below{
  width: 100%;
  background-image:url(../img/image_top/bg/bg_blue-texture.jpg);
  background-size: auto;
}

.hd-main-visual__below--inner{
  width: 100%;
  max-width: 1200px;
  margin: auto;
  display: grid;
  grid-template-columns	:60% 36%;
  grid-auto-rows: minmax(50px, auto);
  gap: 0 20px;
  padding: 2rem;
}

.hd-main-visual__title--unit{
  display: flex;
  grid-column: 1 / 2;
  grid-row: 1 / 2;
}

.hd-main-visual__title{
  height: 100%;
}

.hd-main-visual__sub-title{
  margin-top: auto;
  margin-bottom: 4rem;
  margin-left: -1rem;
}

.hd-main-visual__emphasis--unit{
  display: flex;
  justify-content: space-between;
  grid-column: 2 / 3;
  grid-row: 1 / 3;
}

.hd-main-visual__emphasis{
  width: 46%;
}

.hd-main-visual__download--unit{
  display: flex;
}

.hd-main-visual__download--btn{
  width: 100px;
  height: max-content;
  margin-right: 10px;
}

.hd-main-visual__download--anchor{
  height: max-content;
}

.hd-main-visual__version-imfo{
  font-size: 1.2rem;
  font-weight: 700;
}

.hd-main-visual__android-imfo{
  font-size: 1.2rem;
  font-weight: 700;
}

.hd-main-visual__below-btn{
  width: 600px;
  max-width: 900px;
  margin: auto;
}

.hd-main-visual__below-anchor{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 42px;
  border-radius: 21px;
  background-color: #F6CA2C;
  position: relative;
  box-shadow: 2px 3px 3px rgba(70,70,70,0.5);
}

.hd-main-visual__below-btn-text{
  font-weight: 700;
}

.hd-main-visual__below-btn-text::after{
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%) translateX(-50%);
  border:10px solid transparent;
  border-left: 15px solid #333;
}

@media (max-width: 767px) {
  .hd-main-visual__below--inner{
    width: 100%;
    display: grid;
    grid-template-columns	:70% 30%;
    grid-auto-rows: minmax(50px, auto);
    gap: 0 20px;
    padding: 2rem;

    max-width: 375px;
    height: 300px;

  }
  .hd-main-visual__title--unit{
    flex-direction: column;
    grid-column: 1 / 5;
    grid-row: 1 / 2;
    width: 55%;
  }
  .hd-main-visual__sub-title{
    width: 100px;
    margin: -15px auto 0;
  }
  .hd-main-visual__emphasis--unit{
    grid-column: 1 / 5;
    grid-row: 2 / 3;
    margin: initial;
    margin-top: 10px;
    padding: initial;
    width: 55%;
  }
  .hd-main-visual__download--unit{
    grid-column: 1/3;
    grid-row: 3/4;
    width: 96%;
    display: block;
    margin-top: 30px;
  }
  .hd-main-visual__download--btn{
    margin-bottom: 10px;
  }
  .hd-main-visual__below-btn{
    width: 90vw;
    margin: auto;
    padding:5px 0;
    margin-top: 10px;
  }
  .hd-main-visual__below-anchor{
    padding:25px 0;
    border-radius: 30px;
  }
  .hd-main-visual__below-btn-text{
    font-weight: 700;
    font-size: 1.4rem;
  }
}

@media (min-width: 768px) and (max-width: 1024px){
  .hd-main-visual__sub-title{
    margin-left: -1rem;
  }
}

@media (min-width: 1025px) and (max-width: 1199px){

}

@media (min-width: 1200px) {
  .hd-main-visual__sub-title{
    margin-left: -3rem;
  }
}
/*--------↑↑↑↑ hd-main-visual__below ↑↑↑↑--------*/

/*================↑↑↑↑ hd-main-visual__container ↑↑↑↑================*/
.hd-banner_cpn--pc{
  width: 100%;
  max-width: 1280px;
  margin: 40px auto 0px;
}

.hd-banner_cpn--sp{
  display: none;
}

@media (max-width: 767px) {
  .hd-banner_cpn--pc{
    display: none;
  }
  .hd-banner_cpn--sp{
    display: block;
  }
}

@media (min-width: 768px) and (max-width: 1024px){
}

@media (min-width: 1025px) {
}
/*--------↑↑↑↑ hd-main-visual__below ↑↑↑↑--------*/

/*--------↓↓↓↓ hd-notice ↓↓↓↓--------*/
.hd-notice__background{
  width: 100%;
  padding: 90px 0 80px;
  display: block;
}
.hd-notice__container{
  background-color: #FBFAF8;
  width: 100%;
  max-width: 1128px;
  margin: 0 auto;
  padding: 20px;
  border-radius: 32px;
  box-shadow: 0 6px 15px rgba(30, 37, 60, 0.2);
}
.hd-notice__articles-inner{
}
.hd-notice__subject{
  width: 100%;
  text-align: center;
  border-bottom:2px solid #d9d9d9 ;
  padding: 0 0 20px 0;
  font-size: 2rem;
  font-weight: 600;
}
.hd-notice__article-item{
  display: flex;
  gap:10px;
  width: 100%;
  border-bottom:1px solid #d9d9d9 ;
  padding: 1.4rem 1.4rem;
}
.hd-notice__date{
  font-size: 1.6rem;
  font-weight: 600;
}
.hd-notice__title{
  font-size: 1.6rem;
  font-weight: 600;
}
.hd-notice__tag{
  margin-left: auto;
  font-size: 1.4rem;
  color: #fff;
  text-align: center;
  background-color: #1177c9;
  border-radius: 14px;
  width: 200px;
  padding: 5px 0;
}
.hd-notice__more-item{
  width: fit-content;
  margin-left: auto;
  margin-top: 10px;
  color: #1177c9;
}
.hd-notice__more-title{
  padding-right: 50px;
}
.hd-notice__more-anchor{
  display: block;
  position: relative;
  font-size: 1.6rem;
  font-weight: 600;
  width: fit-content;
  color: #1177c9;
  display: flex;
  align-items: center;
}
.hd-notice__more-arrows::after{
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  z-index: 2;
  width: 8px;
  height: 8px;
  margin-top: -4px;
  margin-left: 0px;
  border-top: solid 3px #1177c9;     
  border-right: solid 3px #1177c9;    
  transform: rotate(45deg);
}
.hd-notice__more-arrows{
  padding: 0 0 0 16px;
  position: absolute;
  right: 20px;
  z-index: 0;
}

.hd-notice__more-arrows::before{
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  z-index: 2;
  width: 8px;
  height: 8px;
  margin-top: -4px;
  margin-left: -10px;
  border-top: solid 3px #1177c9;     
  border-right: solid 3px #1177c9;    
  transform: rotate(45deg);
}

@media (max-width: 767px) {
  .hd-notice__background{
    width: 100%;
    padding: 40px 20px 30px;
    display: block;
  }
  .hd-notice__container{
    border-radius: 16px;
  }
  .hd-notice__subject{
    width: 100%;
    text-align: center;
    border-bottom:2px solid #d9d9d9 ;
    padding: 0 0 20px 0;
    font-size: 1.4rem;
    font-weight: 600;
  }
  .hd-notice__article-item{
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: repeat(auto-fit, minmax(10px, 1fr));;
  }
  .hd-notice__date{
    grid-row: 1/2;
    grid-column: 1/2;
  }
  .hd-notice__title{
    grid-row: 2/3;
    grid-column: 1/3;
  }
  .hd-notice__tag{
    grid-row: 1/2;
    grid-column: 2/3;
    height: fit-content;
    padding: 3px 10px;
    margin-left: auto;
    font-size: 1.2rem;
    border-radius: 12px;
    width: fit-content;
  }
  .hd-notice__more-anchor:active{
    opacity: 0.8;
    transition: all 0.2s;
  }
}

@media (min-width: 768px) and (max-width: 1024px){
  .hd-notice__background{
    width: 100%;
    padding: 40px 20px 30px;
    display: block;
  }
  .hd-notice__container{
    border-radius: 16px;
  }
  .hd-notice__article-item{
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: repeat(auto-fit, minmax(10px, 1fr));;
  }
  .hd-notice__date{
    grid-row: 1/2;
    grid-column: 1/2;
  }
  .hd-notice__title{
    grid-row: 2/3;
    grid-column: 1/3;
  }
  .hd-notice__tag{
    grid-row: 1/2;
    grid-column: 2/3;
    height: fit-content;
    padding: 3px 10px;
    margin-left: auto;
    font-size: 1.2rem;
    border-radius: 12px;
    width: fit-content;
  }
  .hd-notice__more-anchor:hover{
    opacity: 0.8;
    transition: all 0.2s;
  }
}

@media (min-width: 1025px) {
  .hd-notice__container{
    width: 100%;
    max-width:950px;
  }
  .hd-notice__more-anchor:hover{
    opacity: 0.8;
    transition: all 0.2s;
  }
}
/*--------↑↑↑↑ hd-notice ↑↑↑↑--------*/

/*--------↓↓↓↓ hd-introduction ↓↓↓↓--------*/
.hd-introduction__container{
  background-color: #FBFAF8;
  width: 100%;
  padding: 0 0 75px;
  display: block;
}

.hd-introduction__inner{
  max-width: 1128px;
  margin: 0 auto;
  padding: 10px;
  text-align: center;
}

.hd-introduction__subject--main{
  font-size: 2.4rem;
  font-weight: 700;
  margin-block-start: 0.83em;
  margin-block-end: 0.83em;
}

.hd-introduction__subject--sub{
  font-size: 1.7rem;
  font-weight: 600;
  text-align: center;
  margin: auto;
}

.hd-introduction__illust{
  max-width: 900px;
  margin: 20px auto 50px auto;
}

.hd-introduction__nav{
  display: flex;
  justify-content: space-between;
  width: 900px;
  margin: auto;
}

.hd-introduction__item{
  width: 280px;
}

.hd-introduction__anchor{
  display: block;
  width: 100%;
  display: flex;
  align-items: center;
  background-color: #fff;
  border-radius: 29px;
  font-size: 1.2rem;
  font-weight: 700;
  height: 58px; 
  position: relative;
  box-shadow: 2px 2px 6px rgba(46, 46, 46, 0.25);
  white-space: nowrap;
}

.hd-introduction__anchor--title{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); 
  font-size: 1.6rem;
}

.hd-introduction__arrow{
  padding: 0 0 0 8px;
}

@media (max-width: 767px) {
  .hd-introduction__container{
    padding: 20px 0 30px;
  }
  .hd-introduction__subject--main{
    font-size: 2rem;
    font-weight: 700;
    margin-block-start: 0.83em;
    margin-block-end: 0.83em;
  }
  .hd-introduction__subject--sub{
    font-size: 1.6rem;
    font-weight: initial;    
  }
  .hd-introduction__illust{
    width: 96%;
    margin: 20px auto 20px auto;
  }
  .hd-introduction__nav{
    flex-direction: column;
    width: 100%;
    padding: 0 10px;
    align-items: center;
    
  }
  .hd-introduction__item{
    width: 100%;
    margin: 10px 60px;
    max-width: 400px;
  }

}

@media (min-width: 768px) and (max-width: 1024px){
}

@media (min-width: 1025px) {
}
/*--------↑↑↑↑ hd-introduction ↑↑↑↑--------*/

/*--------↓↓↓↓ hd-bg-blue ↓↓↓↓--------*/
.hd-bg-blue__container{
  background-color: #1177c9;
  width: 100%;
  padding: 90px 0 80px;
  display: block;
  color:#fff;
}

.hd-bg-blue__inner{
  max-width: 1128px;
  margin: 0 auto;
  padding: 20px;
  text-align: center;
}

.hd-bg-blue__subject--main{
  font-size: 2.4rem;
  font-weight: 700;
  margin-block-start: 0.83em;
  margin-block-end: 0.83em;
}

.hd-bg-blue__subject--sub{
  font-size: 1.7rem;
  font-weight: 600;
}
@media (max-width: 767px) {
  .hd-bg-blue__container{
    padding: 20px 0 30px;
  }
  .hd-bg-blue__subject--main{
    font-size: 2rem;
    font-weight: 700;
    margin-block-start: 0.83em;
    margin-block-end: 0.83em;
  }
  .hd-bg-blue__subject--sub{
    font-size: 1.6rem;
    font-weight: initial;
  }
}
@media (min-width: 768px) and (max-width: 1024px){
}

@media (min-width: 1025px) {
}
/*--------↑↑↑↑ hd-bg-blue ↑↑↑↑--------*/

/*--------↓↓↓↓ hd-whats-anapay ↓↓↓↓--------*/
.hd-whats-anapay__object-container{
  width: 1024px;
  margin: 50px auto 50px auto;
}

.hd-whats-anapay__object-inner{
  display: flex;
  list-style: none;
}

.hd-whats-anapay__object-child{
  width: 180px;
  margin: 20px auto 50px auto;
}

.hd-whats-anapay__illust{
  width: 100%;
  position: relative;
}

.hd-silette-line::after{
  content: "";
  width: 100px;
  height: 5px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.hd-whats-anapay__desc{
  width: 100%;
  font-size: 1.6rem;
  font-weight: 600;
  margin-block-start: 0.83em;
  margin-block-end: 0.83em;
}

@media (max-width: 767px) {
  .hd-whats-anapay__object-container{
    width: 90vw;
    overflow: hidden;
    margin: 20px auto 2px auto;
  }
  .hd-whats-anapay__object-inner{
    /*width: 400%;
    overflow: hidden;*/
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  .hd-whats-anapay__object-child{
    margin: 20px auto 10px auto;
  }
  .hd-silette-line::after{
    display: none;
  }
  .hd-bg-blue__subject--main-bottom{
    font-size: 1.6rem;
  }
}

@media (min-width: 768px) and (max-width: 1024px){
  .hd-whats-anapay__object-container{
    width: 100%;
  }  
  .hd-whats-anapay__object-child{
    width: 20%;
  }
}

@media (min-width: 1025px) {
}
/*--------↑↑↑↑ hd-whats-anapay ↑↑↑↑--------*/

/*--------↓↓↓↓ hd-bg-milk ↓↓↓↓--------*/
.hd-bg-milk__container{
  background-color: #FBFAF8;
  width: 100%;
  padding: 90px 0 80px;
  display: block;
  color:#333;
}

.hd-bg-milk__inner{
  max-width: 1128px;
  margin: 0 auto;
  padding: 20px;
}
@media (max-width: 767px) {
  .hd-bg-milk__container{
    padding: 20px 0 30px;
  }
}
@media (min-width: 768px) and (max-width: 1024px){
}

@media (min-width: 1025px) {
}
/*--------↑↑↑↑ hd-bg-milk ↑↑↑↑--------*/

/*--------↓↓↓↓ hd-charge-summary ↓↓↓↓--------*/
.hd-charge-summary__container{  
}

.hd-whats-anapay-summary__inner{
  max-width: 1024px;
  margin: 0 auto;
  padding: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.hd-whats-anapay-summary__illust{
  width: 45%;
}

.hd-whats-anapay-summary__content-conainer{
  width: 55%;
}
.hd-whats-anapay-summary__content--text-highlight-container{
  position: relative;
}
.hd-whats-anapay-summary__content--text-highlight{
  background: linear-gradient(transparent 60%,#ffd200 0);
}

.hd-whats-anapay-summary__title-container{
  display: flex;
  align-items: center;
}

.hd-whats-anapay-summary__title-number{
  width: 6rem;
  margin-right: 1rem;
}

.hd-whats-anapay-summary__title{
  font-size: 2rem;
  color: #1177c9;
}

.hd-whats-anapay-summary__content{
  font-size: 2rem;
  padding-top: 2rem;
  margin-left: 2rem;
  text-align: left;
}

.not-point{
  margin-left: 0;
}

.hd-whats-anapay-summary-credit-card__container{
  background-color: #fff;
  width: 100%;
  max-width: 500px;
  height: fit-content;
  margin: auto;
  padding: 30px;
  border-radius: 32px;
  box-shadow: 0 6px 15px rgba(30, 37, 60, 0.2);
}

.hd-credit-card__inner{
  height: 200px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap:20px;
}

.hd-whats-anapay-summary__logomark{
  width: 60%;
  margin: auto;
}

.hd-whats-anapay-summary__logomark-visa{
  width: 70%;
}

@media (max-width: 767px) {
  .hd-whats-anapay-summary__inner{
    flex-direction: column-reverse;
    justify-content: center;
    padding: 0;
  }
  .hd-whats-anapay-summary__illust{
    width: 100%;
    margin-top: 20px;
  }
  .hd-whats-anapay-summary__title-container{
    flex-direction: column;
    align-items: center;
  }
  .hd-whats-anapay-summary__title-number{
    margin-bottom: 10px;
  }
  .hd-whats-anapay-summary__content-conainer{
    width: 100%;
  }
  .hd-whats-anapay-summary__content{
    font-size: 1.6rem;
    padding-top: 2rem;
    margin: auto;
  }
  .hd-whats-anapay-summary-credit-card__container{
    padding: 10px;
    border-radius: 16px;
  }
  .hd-credit-card__inner{
    height: 180px;
    gap:5px;
  }
}
@media (min-width: 768px) and (max-width: 1024px){
}

@media (min-width: 1025px) {
}
/*--------↑↑↑↑ hd-charge-summary ↑↑↑↑--------*/

/*--------↓↓↓↓ hd-inner-contents--bg-white ↓↓↓↓--------*/
.hd-inner-contents--bg-white{
  background-color: #fff;
  border-radius: 32px;
  display: block;
  margin-top: 50px;
  padding: 10px 30px 50px 30px;
}

.hd-inner-contents__subject{
  text-align: center;
}

.hd-inner-contents__subject--main{
  font-size: 2.4rem;
  font-weight: 700;
  margin-block-start: 0.83em;
  margin-block-end: 0.83em;
  position: relative;
  padding-bottom: 10px;
  padding-top: 30px;
}

.hd-inner-contents__subject--main::after{
  content: "";
  width: 200px;
  height: 3px;
  border-radius: 2px;
  background-color: #1177c9;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.hd-inner-contents__subject--sub{
  font-size: 1.7rem;
  font-weight: 600;
  line-height: 2;
}

.hd-inner-contents__subtitle{
  border-bottom: solid 3px #1177c9;
  text-align: center;
  position: relative;
  padding-bottom: 10px;
  padding-top: 30px;
  font-size: 2.2rem;
  width: 90%;
  margin:20px auto 30px
}

.hd-inner-contents__subtitle::after{
  width: 100%;
  height: 3px;
  border-radius: 2px;
  background-color: #1177c9;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.hd-text-highlight--bigblue{
  font-size: 2.4rem;
  color: #1177c9;
  font-weight: 700;
}
@media (max-width: 767px) {
  .hd-inner-contents--bg-white{
    border-radius: 16px;
    padding: 10px 10px 20px 10px;
  }
  .hd-inner-contents__subject--main{
    font-size: 1.6rem;
    font-weight: 700;
    padding-top: 10px;
  }
  .hd-inner-contents__subject--main::after{
    content: "";
    width: 100px;
    height: 4px;
    border-radius: 2px;
    bottom: 0;
  }  
  .hd-inner-contents__subject--sub{
    font-size: 1.6rem;
    font-weight: initial;
    text-align: left;
    line-height: 1.5;
  }
  .hd-inner-contents__subject--sub-blue{
    text-align: center;
  }
  .hd-text-highlight--bigblue{
    font-size: 1.8rem;
  }
  .hd-inner-contents__subtitle{
    padding-top: 20px;
    font-size: 1.6rem;
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1024px){
}

@media (min-width: 1025px) {
}
/*--------↑↑↑↑ hd-inner-contents--bg-white ↑↑↑↑--------*/

/*--------↓↓↓↓ hd-charge-way__container ↓↓↓↓--------*/
.hd-charge-way__container{
  display: flex;
  justify-content: space-around;
  padding: 20px 5%;
}
.hd-charge-way__inner{
  width: 300px;
  background-repeat: no-repeat;
  background-size: auto 100%;
  position: relative;
}

.hd-charge-way__bg{
  
}

.hd-charge-way__contents{
  position: absolute;
  top:0;
  inset: 0;
}

.hd-charge-way__icons{
  margin: 30px auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
}

.hd-charge-way__icon-anacard{
  width: 80px;
  grid-column: 1 / 3;
  grid-row: 1 / 2;
  margin: auto;
}

.hd-charge-way__icon-applepay{
  width: 80px;
  grid-column: 1 / 2;
  grid-row: 2 / 3;
  margin: auto;
}

.hd-charge-way__icon-seven{
  width: 80px;
  grid-column: 2 / 3;
  grid-row: 2 / 3;
  margin: auto;
}

.hd-charge-way__icon-milecoin{
  width: 60%;
  margin: 30px auto;
}

.hd-charge-way__lead{
  position: absolute;
  top:240px;
  left: 0;
  right: 0;
  text-align: center;
}
@media (max-width: 767px) {
  .hd-charge-way__container{
    display: flex;
    justify-content: center;
    padding: 20px 0;
  }
  .hd-charge-way__inner{
    width: 140px;
    margin-top: 30px;
  }
  .hd-charge-way__inner:first-child{
    margin-right: 20px;
  }
  .hd-charge-way__icons{
    margin: 10px auto;
  }
  .hd-charge-way__icon-anacard{
    width: 50px;
  }
  
  .hd-charge-way__icon-applepay{
    width: 50px;
  }
  
  .hd-charge-way__icon-seven{
    width: 50px;
  }
  .hd-charge-way__icon-milecoin{
    width: 80px;
    margin: 20px auto;
  }
  .hd-charge-way__lead{
    position: absolute;
    top:-65px;
    font-size: 1.2rem;
  }
  .hd-charge-way__lead--right{
    top:-53px;
  }
}
@media (min-width: 768px) and (max-width: 1024px){
}

@media (min-width: 1025px) {
}
/*--------↑↑↑↑ hd-charge-way-container ↑↑↑↑--------*/

/*--------↓↓↓↓ hd-wallet-figure__container ↓↓↓↓--------*/
.hd-wallet-figure__container{
  display: flex;
  justify-content: space-around;
  padding: 20px 5%;
}
.hd-wallet-figure__inner{
  width: 300px;
  background-repeat: no-repeat;
  background-size: auto 100%;
  position: relative;
}

.hd-wallet-figure__bg{
  
}

.hd-wallet-figure__contents{
  position: absolute;
  top:0;
  inset: 0;
  padding-top: 50px;
}

.hd-wallet-figure__lead{
  text-align: center;
  font-size: 2rem;
  font-weight: 600;
  padding: 20px 0 0 0;
}

.hd-wallet-figure__icon-cash{
  width: 80px;
  margin: 20px auto 0;
}

.hd-wallet-figure__icon-mile{
  width: 60px;
  margin: 8px auto 0;
}

.hd-wallet-figure__lead--font-white{
  color: #fff;
}

.hd-wallet-figure__inner-note{
  font-size: 1.4rem;
}

@media (max-width: 767px) {
  .hd-wallet-figure__container{
    justify-content: center;
    padding: 0 0 20px;
  }
  .hd-wallet-figure__inner{
    width: 140px;
  }
  .hd-wallet-figure__inner:first-child{
    margin-right: 20px;
  }
  .hd-wallet-figure__contents{
    padding-top: 10px;
  }
  .hd-wallet-figure__lead{
    font-size: 1rem;
  }
  .hd-wallet-figure__icon-cash{
    width: 40px;
    margin: 5px auto 0;
  }
  .hd-wallet-figure__icon-mile{
    width: 24px;
    margin: 4px auto 0;
  }
  .hd-wallet-figure__inner-note{
    font-size: 1rem;
    
  }
}
@media (min-width: 768px) and (max-width: 1024px){
}

@media (min-width: 1025px) {
}
/*--------↑↑↑↑ hd-wallet-figure-container ↑↑↑↑--------*/

/*--------↓↓↓↓ hd-payment__payment-way-container ↓↓↓↓--------*/
.hd-payment__payment-way-container{
  position: relative;
  padding:20px 15%;
}

.hd-payment__payment-way-content{
  position: absolute;
  top:50px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 1.6rem;
  font-weight: 600;
  text-align: center;
}

.hd-payment__use-way-container{
  text-align: center;
}

.hd-payment__use-way-subject{
  font-size: 2rem;
  font-weight: 600;
  padding: 30px 0 20px;
}

.hd-payment__use-way-content-container{
  background-color: #FBFAF8;
  border: solid 1px #d9d9d9;
  border-radius: 16px;
  width: 100%;
  max-width: 747px;
  margin: auto;
  display: flex;
}

.hd-payment__use-way-content-left{
  display: flex;
  flex-direction: column;
  align-items: center;
  width:50%;
  position: relative;
}

.hd-payment__use-way-content-right{
  display: flex;
  flex-direction: column;
  align-items: center;
  width:50%;
  position: relative;
}

.hd-payment__use-way-content-left::after{
  content: "";
  width: 5px;
  border-radius: 2px;
  height: 90%;
  background-color: #fff;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.hd-payment__use-way-content-subject{
  font-size: 2rem;
  font-weight: 600;
  color:#004482;
  padding: 20px 0;
}

.hd-payment__use-way-illust{
  width: 30%;
  height: 120px;
  display: flex;
  align-items: center;
}

.hd-payment__use-way-logo{
  width: 100px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hd-payment__use-way-logo-container{
  display: flex;
  align-items: center;
  justify-content: center;
  height: 80px;
}

.hd-payment__use-way-logo-visatouch{
  width: 120px;
  margin-left: 30px;
}

.hd-payment__use-way-logo--id{
  width: 60px;
}

@media (max-width: 767px) {
  .hd-payment__payment-way-container{
    position: relative;
    padding:10px 0 0;
  }
  .hd-payment__use-way-content-container{
    width: 94%;
    margin: 0 auto;
  }
  .hd-payment__payment-way-content{
    font-size: 1.2rem;
    width: 100%;
    text-align: center;
    top:16px;
  }
  .hd-payment__use-way-subject{
    font-size: 1.4rem;
  }
  .hd-payment__use-way-content-container {
    width: 100%;
    margin-bottom: 20px;
  }
  .hd-payment__use-way-content-subject {
    font-size: 1.2rem;
    padding: 0;
    height: 40px;
    display: flex;
    align-items: center;
}
  .hd-payment__use-way-illust{
    width: 30%;
    height: 80px;
    display: flex;
    align-items: center;
  }
  .hd-payment__use-way-logo {
    width: 80px;
    height: 50px;
  }
  .hd-payment__use-way-logo-container {
    height: 50px;
    width: 100%;
    padding: 0 8px 0 5px;
  }
  .hd-payment__use-way-logo-visatouch {
    width: 80px;
    margin-left: 10px;
  }
  .hd-payment__use-way-logo--id {
    width: 40px;
  }
}

@media (min-width: 768px) and (max-width: 1024px){
}

@media (min-width: 1025px) {
}
/*--------↑↑↑↑ hd-payment__payment-way-container ↑↑↑↑--------*/

/*--------↓↓↓↓ hd-cards__container ↓↓↓↓--------*/
.hd-cards__container{
  display: flex;
  justify-content: space-around;
  padding: 20px 5%;
  margin: auto;
}
.hd-cards__content{
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 30%;
  max-width:280px;
}

.hd-cards__content-subject{
  font-weight: 700;
  color: #004482;
  text-align: center;
  background-color: #F6F5F3;
  border-radius: px;
  width: 100%;;
  max-width: 400px;
  margin: 8px 0 16px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
}

.hd-cards__content-pic{
  width: 100%;
  max-width: 320px;
}

.hd-cards__content-note{
  padding: 1rem 0;
  font-size: 1.6rem;
  font-weight: 500;
}

.hd-cards__content-note--highlight{
  font-size: 2rem;
  font-weight: 700;
}

@media (max-width: 767px) {
  .hd-cards__container{
    display: block;
    margin: auto;
    width: 100%;
  }
  .hd-cards__content{
    margin: 30px auto 30px;
    width: 100%;
  }
  .hd-cards__content:first-child{
    margin: 0 auto 30px;
  }
  .hd-cards__content-pic{
    width: 50vw;
  }
}
@media (min-width: 768px) and (max-width: 1024px){
  .hd-cards__content-subject{
    font-size:1.2rem;
  }
}

@media (min-width: 1025px) {
}
/*--------↑↑↑↑ hd-cards__container ↑↑↑↑--------*/

/*--------↓↓↓↓ hd-ana-pay-cash__container ↓↓↓↓--------*/
.hd-ana-pay-cash__container{
  display: flex;
  justify-content: space-around;
  margin: 0 auto 40px;
}
.hd-ana-pay-cash__content{
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 30%;
  max-width:280px;
}

.hd-ana-pay-cash__content-subject{
  font-weight: 700;
  color: #004482;
  text-align: center;
  background-color: #F6F5F3;
  border-radius: 5px;
  width: 100%;;
  max-width: 400px;
  margin: 8px 0 16px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
}

.hd-ana-pay-cash__content-pic{
  width: 80%;
  max-width: 300px;
}

.hd-ana-pay-cash__content-note{
  padding: 1.5rem 0 0;
  font-size: 1.6rem;
  font-weight: 500;
}

.hd-ana-pay-cash__content-note--highlight{
  font-size: 2rem;
  font-weight: 700;
}

.hd-ana-pay-cash__item{
  max-width: 400px;
  margin: auto;
}

.hd-ana-pay-cash__anchor{
  display: block;
  width: 100%;
  display: flex;
  align-items: center;
  background-color: #1177c9;
  border-radius: 36px;
  font-size: 1.2rem;
  font-weight: 700;
  height: 70px; 
  position: relative;
  box-shadow: 2px 2px 6px rgba(46, 46, 46, 0.25);
  white-space: nowrap;
}

.hd-ana-pay-cash__anchor--title{
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); 
  font-size: 1.6rem;
  color: #fff;
}
@media (max-width: 767px) {
  .hd-ana-pay-cash__container{
    display: block;
    margin: 0 auto 0px;
    padding: 20px 5% 0;
    width: 100%;
  }
  .hd-ana-pay-cash__content{
    margin: 30px auto 30px;
    width: 100%;
  }
  .hd-ana-pay-cash__content:first-child{
    margin: 0 auto 30px;
  }
  .hd-ana-pay-cash__item{
    width: 100%;
    margin: 20px auto;
  }
  .hd-ana-pay-cash__anchor--title{
    font-size: 1.4rem;
  }
  .hd-ana-pay-cash__content-pic{
    width: 50vw;
    max-width: 250px;
  }
}
@media (min-width: 768px) and (max-width: 1024px){
}

@media (min-width: 1025px) {
}
/*--------↑↑↑↑ hd-ana-pay-cash__container ↑↑↑↑--------*/

/*--------↓↓↓↓ hd-ana-pay-mile__container ↓↓↓↓--------*/
.hd-ana-pay-mile__container{
  margin: 20px auto 30px;
  max-width: 500px;
}

.hd-ana-pay-mile__illust-exchange{
  width: 40%;
  margin: auto;
}

.hd-ana-pay-mile__illust-register{
  width: 80%;
  margin: auto;
}

.hd-ana-pay-mile__item{
  max-width: 400px;
  margin: auto;
}

.hd-ana-pay-mile__anchor{
  display: block;
  width: 100%;
  display: flex;
  align-items: center;
  background-color: #1177c9;
  border-radius: 35px;
  font-size: 1.2rem;
  font-weight: 700;
  height: 70px; 
  position: relative;
  box-shadow: 2px 2px 6px rgba(46, 46, 46, 0.25);
  white-space: nowrap;
}

.hd-ana-pay-mile__anchor--title{
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); 
  font-size: 1.6rem;
  color: #fff;
}

.hd-ana-pay-mile__anchor--arrow{
  width: 2rem;
  position: absolute;
  top: 50%;
  right:10px;
  transform: translate(-50%, -50%); 
}

@media (max-width: 767px) {
  .hd-ana-pay-mile__anchor--title{
    font-size: 1.4rem;
  }
  .hd-ana-pay-mile__item{
    width: 100%;
    margin: 20px auto;
  }
}

@media (min-width: 768px) and (max-width: 1024px){
}

@media (min-width: 1025px) {
}
/*--------↑↑↑↑ hd-ana-pay-mile__container ↑↑↑↑--------*/

/*--------↓↓↓↓ hd-bg-white ↓↓↓↓--------*/
.hd-bg-white__container{
  background-color: #fff;
  width: 100%;
  padding: 90px 0 80px;
  display: block;
  color:#333;
}

.hd-bg-white__inner{
  max-width: 1128px;
  margin: 0 auto;
  padding: 20px;
}

.hd-inner-contents--bg-milk{
  background-color: #fbfaf8;
  border-radius: 32px;
  display: block;
  margin: 50px auto 0;
  padding: 10px 0 20px;
}
@media (max-width: 767px) {
  .hd-bg-white__inner--blue{
    padding: 10px;
  }
  .hd-inner-contents--bg-milk{
    border-radius: 16px;
    padding: 10px 20px 20px 20px;
  }
  .hd-bg-white__container{
    padding: 20px 0 30px;
  }
}
@media (min-width: 768px) and (max-width: 1024px){
}

@media (min-width: 1025px) {
}
/*--------↑↑↑↑ hd-bg-white ↑↑↑↑--------*/

/*--------↓↓↓↓ hd-shops__container ↓↓↓↓--------*/
.hd-inner-contents__caution{
  display: flex;
  margin: auto;
  width: fit-content;
  padding: 10px 0;
}

.hd-inner-contents__sign-caution{
  display: block;
  width: 1.5rem;
  height: 100%;
  margin-right: 5px;
  margin-top: -1px;
}

.hd-shops__item-container{
  display: flex;
  justify-content: space-between;
  padding: 40px 0 100px;
}

.hd-shops__item{
  width: 380px;
  margin: auto;
}

.hd-shops__anchor{
  display: block;
  width: 100%;
  display: flex;
  align-items: center;
  background-color: #fff;
  border-radius: 35px;
  font-size: 1.2rem;
  font-weight: 700;
  height: 70px; 
  position: relative;
  box-shadow: 2px 2px 6px rgba(104, 104, 104, 0.25);
  white-space: nowrap;
  justify-content: space-around;
}

.hd-shops__anchor-sign-window{
  width: 2rem;
  position: absolute;
  top: 50%;
  left: 28px;
  transform: translate(0, -50%); 
}

.hd-shops__anchor-title{
  text-align: center;
  position: absolute;
  top: 50%;
  left: 47%;
  transform: translate(-60%, -50%); 
  font-size: 1.6rem;
  color: #1177c9;
}

.hd-shops__anchor-logo-id{
  width: 50px;
  position: absolute;
  top: 50%;
  right: 70px;
  transform: translate(0, -50%); 
}

.hd-shops__anchor-logo-ripple{
  width: 28px;
  position: absolute;
  top: 50%;
  right: 51px;
  transform: translate(0, -50%); 
}

.hd-shops__anchor-logo-visa{
  width: 60px;
  position: absolute;
  top: 50%;
  right: 60px;
  transform: translate(0, -50%); 
}

.hd-shops__anchor-title-center{
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); 
  font-size: 1.6rem;
  color: #1177c9;
}
@media (max-width: 389px) {
  .hd-shops__anchor-title{
    text-align: center;
    position: absolute;
    top: 50%;
    left: 45%;
    transform: translate(-60%, -50%);
  }
}
@media (min-width: 390px) and (max-width: 767px){
  .hd-shops__anchor-title{
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-60%, -50%);
  }
}

@media (max-width: 767px) {
  .hd-shops__item-container{
    display: block;
    width: 100%;
    padding: 0 0 60px;
  }
  .hd-inner-contents__caution{
    text-align: left;
    font-size: 1.2rem;
  }
  .hd-inner-contents__sign-caution {
    width: 2rem;
  }
  .hd-shops__item{
    width: 100%;
    max-width: 400px;
    margin: 20px auto;
  }
  .hd-shops__anchor-sign-window{
    width: 1.6rem;
    left: 20px;
  }
  .hd-shops__anchor-logo-id{
    right: 53px;
  }
  .hd-shops__anchor-logo-ripple{
    width: 32px;
    right: 51px;
  }
  .hd-shops__anchor-logo-visa{
    width: 64px;
    position: absolute;
    top: 50%;
    right: 50px;
    transform: translate(0, -50%); 
  }
}

@media (min-width: 768px) and (max-width: 1024px){
}

@media (min-width: 1025px) {
}
/*--------↑↑↑↑ hd-shops__container ↑↑↑↑--------*/

.hd-whats-anapay-summary__illust--3{
  width: 40%;
}

.hd-whats-anapay-summary__content-conainer--3{
  width: 55%;
}


.hd-whats-anapay-summary__illust-smartcode-container{
  width: 100%;
  background-color: #fff;
  position: relative;
  height: 70px;
  border-radius: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.hd-whats-anapay-summary__illust-smartcode-container::before{
  content: "";
  position: absolute;
  top: -30px;
  left: 30%;
  border: 7px solid transparent;
  border-bottom: 30px solid #fff;
  z-index: 0;
}

.hd-whats-anapay-summary__illust-smartcode-inner{
  width: 70%;
}

@media (max-width: 767px) {
  .hd-whats-anapay-summary__illust--3{
    width: 100%;
    margin-top: 20px;
  }
  .hd-whats-anapay-summary__content-conainer--3{
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1024px){
}

@media (min-width: 1025px) {
}

/*--------↓↓↓↓ hd-steps ↓↓↓↓--------*/
.hd-steps__object-container{
  width: 100%;
  max-width: 1024px;
  margin: 50px auto 50px auto;
}

.hd-steps__object-inner{
  display: flex;
}

.hd-steps__object-child{
  width: 250px;
  margin: 20px auto 50px auto;
  position: relative;
}

.hd-steps__object-child:first-child{
  padding-right: 4px;
}

.hd-steps__object-child:nth-child(2){
  padding:0 4px;
}

.hd-steps__object-child:nth-child(3){
  padding:0 4px;
}

.hd-steps__object-child:last-child{
  padding-left: 4px;
}

.hd-steps__illust{
  width: 100%;
  position: relative;
}

.hd-steps__illust img{
  height: 180px;
  width: auto;
}

.hd-partition-line{
  padding-right: 10px;
}

.hd-partition-line::after{
  content: "";
  width: 2px;
  height: 100%;
  background-color: #fff;
  position: absolute;
  top:0;
  right: 0;
  transform: translateX(50%);
}

.hd-steps__desc{
  width: 100%;
  font-size: 1.6rem;
  font-weight: 600;
  margin-block-start: 0.83em;
  margin-block-end: 0.83em;
}

.hd-steps__item{
  max-width: 400px;
  margin: auto;
}

.hd-steps__anchor{
  display: block;
  width: 100%;
  display: flex;
  align-items: center;
  background-color: #fff;
  border-radius: 36px;
  font-size: 1.2rem;
  font-weight: 700;
  height: 70px; 
  position: relative;
  box-shadow: 2px 2px 6px rgba(46, 46, 46, 0.25);
  white-space: nowrap;
}

.hd-steps__anchor--title{
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); 
  font-size: 1.6rem;
  color: #1177c9;
}

.hd-steps__anchor--arrow{
  width: 2rem;
  position: absolute;
  top: 50%;
  right:10px;
  transform: translate(-50%, -50%); 
}

@media (max-width: 767px) {
  .hd-steps__object-container{
    margin: 50px auto 0 auto;
  }
  .hd-steps__object-inner{
    display: flex;
    flex-direction: column;
  }
  .hd-partition-line::after{
    content: "";
    top: 100%; 
    right: 50%;
    transform: translateY(20px) translateX(50%); 
    border: 20px solid transparent;
    background-color: initial;
    border-top: 29px solid #fff;  
  }
  .hd-partition-line{
    margin-bottom: 60px;
  }
}

@media (min-width: 768px) and (max-width: 1024px){
}

@media (min-width: 1025px) {
}
/*--------↑↑↑↑ hd-steps ↑↑↑↑--------*/

/*--------↓↓↓↓ hd-use-promotion__container ↓↓↓↓--------*/
.hd-use-promotion__container{
  background-color: #F9F8F7;
  padding: 20px 20px 40px;
}

.hd-use-promotion__content-wrap{
  width: 100%;
  max-width: 1128px;
  margin: 20px auto 60px;
  padding: 40px 40px 40px;
  border-radius: 32px;
  background-color: #fff;
}

.hd-use-promotion__content-top{
  display: grid;
  grid-template-columns: 30% 70%;
  grid-template-rows: 1fr auto;
  gap:20px;
}

.hd-use-promotion__content-top-left{
  grid-column: 1 / 2;
  grid-row: 1 / 3;
  display: grid;
  grid-template-rows: 90px 1fr;
  margin-right: 20px;
}

.hd-use-promotion__content-top-words{
  width: 250px;
  margin-left: auto;
}

.hd-use-promotion__content-top-illust-box{
  border-radius: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 6px 15px rgba(30, 37, 60, 0.2);
  position: relative;
}

.hd-use-promotion__content-top-illust{
  width: 200px;
  margin: auto;
  position: absolute;
  top: 50%;
  left:50%;
  transform: translate(-50%, -50%);
}

.hd-use-promotion__content-top-illust--second{
  width: 170px;
  margin: auto;
  position: absolute;
  top: 50%;
  left:50%;
  transform: translate(-50%, -50%);
}

.hd-use-promotion__content-top-illust--third{
  width: 150px;
  margin: auto;
  position: absolute;
  top: 50%;
  left:50%;
  transform: translate(-50%, -50%);
}

.hd-use-promotion__content-top-illust-circle{
  width: 180px;
  height: 180px;
  background-color: #E5F1FD;
  border-radius: 50%;
}

.hd-use-promotion__content-top-subject-container{
  grid-column: 2 / 3;
  grid-row: 1 / 2;
}

.hd-use-promotion__content-top-right{
  grid-column: 2 / 3;
  grid-row: 2 / 3;
}

.hd-use-promotion__content-top-title{
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 10px;
}

.hd-use-promotion__content-top-point-text{
  font-size: 1.6rem;
}

.hd-use-promotion__content-top-point-text--highlight{
  font-weight: 700;
}

.hd-use-promotion__content-top-points-container{
  display: flex;
  margin-top: 20px;
  justify-content: space-between;
}

.hd-use-promotion__content-top-point{
  border: solid 2px #d9d9d9;
  border-radius: 16px;
  padding: 20px;
  position: relative;
  width: calc(50% - 35px);
}

.hd-use-promotion__content-top-point:first-child{
  margin-right: 70px;
}

.hd-use-promotion__content-top-point:first-child::after{
  content: "";
  position: absolute;
  top: 50%;  
  right: 0;
  transform: translateY(-50%) translateX(150%); 
  border: 20px solid transparent;
  border-left: 29px solid #d9d9d9;  
}

.hd-use-promotion__content-top-point-title{
  font-weight: 700;
  font-size: 2.2rem;
  color: #1177c9;
  margin-bottom: 10px;
}

.hd-use-promotion__btn{
  max-width: 400px;
  margin: 40px auto 0;
}

.hd-use-promotion__btn--1{
  margin: 60px auto 0;
}

.hd-use-promotion__anchor{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #1177c9;
  border-radius: 35px;
  font-size: 1.2rem;
  font-weight: 700;
  height: 70px;
  position: relative;
  box-shadow: 2px 2px 6px rgba(46, 46, 46, 0.25);
  white-space: nowrap;
}

.hd-use-promotion__anchor-title{
  text-align: center;
  font-size: 1.6rem;
  color: #fff;
}

.hd-use-promotion__anchor-title::after{
  text-align: center;
  font-size: 1.6rem;
  color: #fff;
}

.hd-use-promotion__content-detail-container{
  padding: 40px 0 20px;
}

.hd-use-promotion__content-detail-subject-slogan{
  text-align: center;
  font-size: 1.6rem;
}

.hd-use-promotion__content-detail-subject-subtitle{
  text-align: center;
  font-size: 2rem;
  font-weight: 600;
  color: #1177c9;
  margin: 10px 0 5px;
}

.hd-use-promotion__content-detail-subject-title{
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
  color: #1177c9;
  padding: 0 0 10px 0;
}

.hd-use-promotion__content-detail-subject-title:after{
  background-color: #1177c9; 
  border-radius: 2.5px; 
  content: "";
  display: block;
  height: 5px; 
  margin-top: 10px;
}

.hd-use-promotion__content-detail-month-container{
  padding: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.hd-use-promotion__content-detail-month-item{
  max-width: 280px;
  width: calc(30% - 20px);
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}

.hd-use-promotion__content-detail-month-item-title{
  height:80px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-weight: 600;
  font-size: 2rem;
}

.hd-use-promotion__content-detail-month-item-title--third{
  flex-direction: column;
}

.hd-use-promotion__content-detail-month-item-title--highlight{
  font-size: 2.4rem;
  font-weight: 700;
  border-bottom: solid 1px #333;
}

.hd-use-promotion__content-detail-month-item-title--highlight--third{
  font-size: 2rem;
  font-weight: 700;
  border-bottom: solid 1px #333;
}

.hd-use-promotion__content-detail-month-item-bigbox{
  border-radius: 16px;
  width: 100%;
  max-width: 250px;
  position: relative;
}

.hd-use-promotion__content-detail-month-item-note{
  position: absolute;
  bottom:-50px;
  font-size: 1.4rem;
  white-space: nowrap;
}

.hd-use-promotion__content-detail-month-item-pic-box{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 180px;
  border-radius: 16px 16px 0 0;
  border: solid 2px #d9d9d9;
  border-bottom: none;
  padding: 20px;
}

.hd-use-promotion__content-detail-month-item-pic--1{
  width: 180px;
}

.hd-use-promotion__content-detail-month-item-pic--2{
  width: 150px;
}

.hd-use-promotion__content-detail-month-item-pic--3{
  width: 200px;
}

.hd-use-promotion__content-detail-month-item-bottom{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  border-radius: 0 0 16px 16px;
  border: solid 2px #d9d9d9;
  background-color: #004898;
  color: #fff;
  border-top: none;
  padding: 10px;
}

.hd-use-promotion__content-detail-month-item-mile-number{
  font-size: 1.6rem;
  font-weight: 600;
  margin-right: 20px;
}

.hd-use-promotion__content-detail-month-item-mile-number--highlight{
  font-size: 2.4rem;
  font-weight: 700;
  margin-right: 5px;
}

.hd-use-promotion__content-detail-month-item-mile-pic{
  width: 40px;
}

.hd-use-promotion__content-detail-month-plus-container{
  margin-top: 60px;
  padding-top: 12px;
  padding-bottom: 15px;
}

.hd-use-promotion__content-detail-month-plus-inner{
  display: inline-block;
  vertical-align: middle;
  color: #d9d9d9;
  line-height: 1;
  width: 50px;
  height: 10px;
  background: currentColor;
  border-radius: 5px;
  position: relative;
}

.hd-use-promotion__content-detail-month-plus-inner::before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: inherit;
  border-radius: inherit;
  transform: rotate(90deg);
}

.hd-use-promotion__content-detail-month-result{
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
  margin: 20px 0 0px;
}

.hd-use-promotion__content-detail-month-result--highlight{
  font-size: 3.2rem;
  font-weight: 700;
  color:#ab8a07;
}

.hd-use-promotion__content-detail-howtouse-container{
  padding: 20px 20px 0;
  display: flex;
  justify-content: space-around;
}

.hd-use-promotion__content-detail-howtouse-item{
  max-width: 300px;
  margin: 0 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.hd-use-promotion__content-detail-howtouse-item-title{
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  padding: 10px 0;
}

.hd-use-promotion__content-detail-howtouse-item-pic-box{
  border-radius: 16px;
  border: solid #d9d9d9 2px;
  width: 300px;
  height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hd-use-promotion__content-detail-howtouse-item-pic{
  width: 200px;
}

.hd-use-promotion__content-detail-howtouse-item-text{
  padding: 20px 0;
}

.hd-use-promotion__content-detail-howtouse-item-btn{
  max-width: 400px;
  width: 129%;
}

.hd-use-promotion__content-detail-cardandpay-container{
  padding: 20px 20px 40px;
  display: flex;
  justify-content: space-around;
}

.hd-use-promotion__content-detail-cardandpay-item{
  width: 360px;
  margin: 0 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.hd-use-promotion__content-detail-cardandpay-item-pic-box{
  border-radius: 16px 16px 0 0;
  border: solid #d9d9d9 2px;
  width: 100%;
  height: 280px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.hd-use-promotion__content-detail-cardandpay-item-title{
  text-align: center;
  font-size: 1.6rem;
  font-weight: 700;
  padding: 10px 0;
  justify-self: flex-start;
  padding: 20px 0;
}

.hd-use-promotion__content-detail-cardandpay-item-title--highlight{
  font-size: 2rem;
  font-weight: 700;
  display: block;
  margin-bottom: 5px;
}

.hd-use-promotion__content-detail-cardandpay-item-pic--1{
  width: 200px;
  justify-self: center;
  padding: 20px 0;
}

.hd-use-promotion__content-detail-cardandpay-item-pic--2{
  width: 80px;
  justify-self: center;
}

.hd-use-promotion__content-detail-cardandpay-item-below-box{
  background-color: #004898;
  border-radius: 0 0 16px 16px;
  width: 100%;
  color:#fff;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  font-weight: 600;
}

.hd-use-promotion__content-detail-cardandpay-item-below-text--highlight{
  font-size: 2rem;
  font-weight: 700;
  margin-right: 5px;
}


.hd-use-promotion__content-detail-cardandpay-item-btn{
  max-width: 400px;
  margin: 40px auto 0;
  margin: auto;
}

@media (max-width: 767px) {
  .hd-use-promotion__container{
    max-width: 1128px;
    margin: 0 auto;
    padding: 20px 20px 30px;
  }
  .hd-use-promotion__content-wrap{
    margin: 30px auto 20px;
    padding: 10px 20px 20px 20px;
    border-radius: 16px;
  }
  .hd-use-promotion__content-top{
    display: block;
    padding: 0px 0 20px;
  }
  .hd-use-promotion__content-top-subject-container{
    margin-block-start: 16px;
  }
  .hd-use-promotion__content-top-left{
    margin-right: initial;
    margin: 30px auto 40px;
  }
  .hd-use-promotion__content-top-words {
    margin: auto;
    width: 100%;
    max-width: 250px;
  }
  .hd-use-promotion__content-top-illust-box{
    box-shadow: none;
  }
  .hd-use-promotion__content-top-points-container{
    display: block;
  }
  .hd-use-promotion__btn,.hd-use-promotion__btn--1{
    max-width: 400px;
    margin: 20px auto 0;
  }
  .hd-use-promotion__content-detail-month-container{
    padding: 0 0 20px;
    flex-direction: column;
    align-items: center;
  }
  .hd-use-promotion__content-detail-month-result{
    font-size: 2rem;
  }
  .hd-use-promotion__content-detail-howtouse-container{
    display: block;
    padding: 20px 0 0;
  }
  .hd-use-promotion__content-detail-howtouse-item{
    max-width: initial;
    width: 100%;
    margin: auto;
  }
  .hd-use-promotion__content-detail-howtouse-item-pic-box{
    max-width: 300px;
    width: 100%;

    height: 300px;
  }
  .hd-use-promotion__content-detail-howtouse-item-pic{
    width: 80%;
  }
  .hd-use-promotion__content-detail-howtouse-item-text{
    width: 100%;
  }
  .hd-use-promotion__content-detail-howtouse-item-btn{
    width: 100%;
  }
  .hd-use-promotion__content-detail-cardandpay-container{
    display: block;
    padding: 20px 0 40px;
    max-width: 360px;
    margin: auto;
  }
  .hd-use-promotion__content-detail-cardandpay-item-pic-box{
    border-radius: 16px 16px 0 0;
    border: solid #d9d9d9 2px;
    width: 100%;
    height: 240px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .hd-use-promotion__content-detail-cardandpay-item{
    width: 100%;
    margin: auto;
  }
  .hd-use-promotion__content-detail-cardandpay-item:first-child{
    margin-bottom: 20px;
  }
  .hd-use-promotion__content-detail-cardandpay-item-title--highlight{
    font-size: 1.6rem;
  }
  .hd-use-promotion__content-detail-cardandpay-item-pic--1{
    padding: 10px 0;
    width: 80%;
    max-width: 180px;
  }
  .hd-use-promotion__content-detail-cardandpay-item-pic--2{
    width: 24%;
    max-width: 65px;
  }
  .hd-use-promotion__content-top-point{
    width: 100%;
    margin: auto;
  }
  .hd-use-promotion__content-top-point:first-child{
    margin: 0 auto 42px;
  }
  .hd-use-promotion__content-top-point:first-child::after{
    top: 100%;  
    right: 50%;
    transform: translateY(10px) translateX(50%); 
    border: 20px solid transparent;
    border-top: 29px solid #d9d9d9;  
  }
  .hd-use-promotion__content-top-note{
    margin-bottom: 60px;
  }
  .hd-use-promotion__content-top-note::after{
    white-space: pre;
    content: "※スーパーバリュー利用の場合\A（2023年5月時点）";
    position: absolute;
    bottom:-50px;
    left: 10px;
  }
  .hd-use-promotion__content-detail-month-item{
    width: 100%;
  }
  .hd-use-promotion__content-detail-month-item:nth-child(2){
    margin-top: 100px;
  }
  .hd-use-promotion__content-detail-month-item-title--highlight{
    font-size: 2rem;
  }
  .hd-use-promotion__content-detail-month-item-title--highlight--third{
    font-size: 1.8rem;
  }
  .hd-use-promotion__content-detail-month-item-note{
    position: initial;
    white-space: initial;
    font-size: 1.4rem;
  }

  .hd-use-promotion__content-detail-month-plus-container{
    margin: initial;
    margin-top: 20px;
    margin-bottom: 10px;
  }
  .hd-use-promotion__content-detail-month-plus-container--1{
    margin-bottom: 0;
  }
  .hd-use-promotion__content-detail-howtouse-item:nth-child(2){
    margin-top: 30px;
  }
}

@media (min-width: 768px) and (max-width: 1024px){
  .hd-use-promotion__content-detail-month-item-note{
    margin-left: -30px;
  }
  .hd-use-promotion__content-top{
    grid-template-columns: initial;
  }
  .hd-use-promotion__content-detail-month-item-title--highlight{
    font-size: 2rem;
  }
  .hd-use-promotion__content-detail-month-item-title--highlight--third{
    font-size: 1.8rem;
    white-space: nowrap;
  }
  .hd-use-promotion__content-detail-howtouse-item-btn{
    width: 110%;
  }
}

@media (min-width: 1025px) {
}
/*--------↑↑↑↑ hd-use-promotion__container ↑↑↑↑--------*/

/*--------↓↓↓↓ hd-dawnload-induction__container ↓↓↓↓--------*/
.hd-dawnload-induction__container{
  background-color: #fff;
  width: 100%;
  padding: 90px 0 80px;
  display: block;
}

.hd-dawnload-induction__inner{
  text-align: center;
  background-color: #F9F8F7;
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  padding: 20px 40px;
  border-radius: 32px;
  box-shadow: 0 6px 15px rgba(30, 37, 60, 0.2);
}

.hd-dawnload-induction__content-container{
  display: grid;
  grid-template-columns: 35% 75%;
  grid-template-rows: 40% 30% 20%;
  padding: 30px  0px 0px;
  height: 400px;
}

.hd-dawnload-induction__pic-app-screen-container{
  grid-column: 1 / 2;
  grid-row: 1 / 4;
  display: flex;
  align-items: center;
}

.hd-dawnload-induction__pic-app-screen-inner{
  margin: 0 auto;
  height: 100%;
}

.hd-dawnload-induction__pic-app-screen{
  height: 100%;
}

.hd-dawnload-induction__catch-unit{
  grid-column: 2 / 3;
  grid-row: 1 / 2;
}

.hd-dawnload-induction__catch{
  font-size: 5rem;
  text-align: left;
}

.hd-dawnload-induction__note{
  text-align: left;
  margin-top: 20px;
}

.hd-dawnload-induction__btn-container{
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-top: -20px;
}

.hd-dawnload-induction__logo-ana{
  width: 100px;
  margin-left: -16px;
  margin-right: 20px;
}

.hd-dawnload-induction__btn{
  width: 160px;
  margin-block-start: 2em;
  margin-block-end: 2em;
}

.hd-dawnload-induction__anchor{
  width: 100%;
}

.hd-dawnload-induction__anchor-lead{
  margin: auto;
}

.hd-dawnload-induction__anchor-lead::after{
  content: "";
  position: absolute;
  right: 2rem;
  width: 0;
  height: 0;
  border-left: 1rem solid #1177c9;
  border-top: 1rem solid transparent;
  border-bottom: 1rem solid transparent;
}

.hd-dawnload-induction--font-blue{
  color: #1177c9;
}

.hd-dawnload-induction__announce-container{
  background-color: #1177c9;
  text-align: center;
  color: #fff;
  width: 100%;
  max-width: 900px;
  margin: 0 auto 20px;
  padding: 20px 40px;
  border-radius: 16px;
}

.hd-dawnload-induction__announce-android{
  font-size: 2rem;
  font-weight: 600;
  padding: 10px 0 0 0;
}

@media (max-width: 767px) {
  .hd-dawnload-induction__container{
    padding: 80px 0 80px;
  }
  .hd-dawnload-induction__inner{
    text-align: center;
    background-color: #F9F8F7;
    width: 90%;
    margin: 0 auto;
    padding: 20px 20px;
    border-radius: 16px;
  }
  .hd-dawnload-induction__content-container{
    display: block;
    padding: 0;
    height: 400px;
  }
  .hd-dawnload-induction__catch-unit{
    display: flex;
    justify-content: center;
    margin: auto;
  }
  .hd-dawnload-induction__catch{
    font-size: 2.2rem;
  }
  .hd-dawnload-induction__note{
    font-size: 1.4rem;
    padding: 0 20px;
  }
  .hd-dawnload-induction__content-container{
    display: block;
    height: initial;
  }
  .hd-dawnload-induction__pic-app-screen-container{
    max-width: 120px;
    margin: 30px auto;
  }
  .hd-dawnload-induction__btn-container{
    justify-content: center;
    margin: -10px auto 0;
    padding: 0 20px;
  }
  .hd-dawnload-induction__announce-container{
    padding: 20px 20px;
  }
  .hd-dawnload-induction__announce-version{
    font-size: 1.4rem;
    text-align: left;
  }
  .hd-dawnload-induction__announce-android{
    font-size: 1.5rem;
  }

}
@media (min-width: 768px) and (max-width: 1024px){
}

@media (min-width: 1025px) {
}
/*--------↑↑↑↑ hd-dawnload-induction__container ↑↑↑↑--------*/

/*--------↓↓↓↓ hd-bg-white ↓↓↓↓--------*/
.hd-bg-white__subject--main{
  font-size: 2.4rem;
  font-weight: 700;
  margin-block-start: 0.83em;
  margin-block-end: 0.83em;
  color: #1177c9;
  text-align: center;
}
.hd-bg-white__subject--sub{
  font-size: 1.7rem;
  font-weight: 600;
}
@media (max-width: 767px) {
  .hd-bg-white__container{
    padding: 40px 0 30px;
  }
  .hd-bg-white__subject--main{
    font-size: 2rem;
  }
}
@media (min-width: 768px) and (max-width: 1024px){
}

@media (min-width: 1025px) {
}
/*--------↑↑↑↑ hd-bg-white ↑↑↑↑--------*/

/*--------↓↓↓↓ hd-faq__container ↓↓↓↓--------*/
.hd-faq__container{
  background-color: #fff;
  width: 100%;
  margin: 0px auto 40px auto;
  display: block;
}

.hd-faq__item{
  width: 100%;
  max-width: 900px;
  margin:0 auto 30px;
  background-color: #FBFAF8;
  border: solid 1px #d9d9d9;
  border-radius: 16px;
}

.hd-faq__question-container{
  padding: 20px 40px;
  display: flex;
  align-items: flex-start;
  position: relative;
  cursor: pointer;
}

.hd-faq__question-sign{
  font-size: 2.4rem;
  font-weight: 700;
  color: #1177c9;
  margin-right: 1rem;
  white-space: nowrap;
}

.hd-faq__question-title{
  font-size: 1.6rem;
  font-weight: 600;
  margin-top: 6px;
  margin-right: 1rem;
}

.hd-faq__question-arrow{
  display: block;
  width: 2rem;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  margin-left: auto;
  margin-top: 5px;
  flex-shrink: 0;
}

.hd-faq__question-arrow--is-active{
  transform: rotate(180deg);
}

.hd-faq__answer-container{
  padding: 0 40px; 
  background-color: #fff;
  border-radius: 0 0 16px 16px;
  border-top: solid 1px #d9d9d9;
  position: relative;
  max-height: 0;
  overflow: hidden;
  opacity:0;
  transition: max-height 0.5s ease, opacity 0.5s ease, padding 0.5s ease; /* 変更 */
}

.hd-faq__answer-container--show{
  max-height: fit-content;
  opacity: 1;
  padding: 20px 40px; 
}

.hd-faq__answer-subject-container{
  display: flex;
  align-items:flex-start;
}

.hd-faq__answer-sign{
  font-size: 2.4rem;
  font-weight: 700;
  color: #1177c9;
  margin-right: 1rem;
  white-space: nowrap;
}

.hd-faq__answer-title{
  font-size: 1.6rem;
  font-weight: 600;
  margin-top: 6px;
}

.hd-faq__answer-text{
  font-size: 1.6rem;
  margin-top: 2rem;
  margin-bottom: 1rem;
  margin-left: 4rem;
}

.hd-faq__answer-text-subheading::before{
  content: "◆"
}
.hd-faq__answer-text-subheading--mini{
  font-weight: 600;
  margin-bottom: 5px;
}
.hd-faq__answer-text-subtext{
  margin-left: 10px;
}
.hd-faq__anchor{
  color: #1177c9;
  border-bottom: solid 1px #1177c9;
  width: fit-content;
}
.hd-top-faq__illust-window--intext{
  width: 1.6rem;
  padding: 0 3px;
}
.hd-faq__answer-list-item-head{
  margin-top: 5px;
}
.hd-faq__answer-list-item-head::before{
  content: "・"
}
.hd-faq__answer-list-item-text{
  margin-left: 10px;
}
@media (max-width: 767px) {
  .hd-faq__item{
    width: 90%;
  }
  .hd-faq__question-container{
    padding: 20px 20px;
  }
  .hd-faq__answer-title{
    font-size: 1.4rem;
    font-weight: 600;
    margin-top: 6px;
  }
  .hd-faq__answer-container{
    padding: 0 20px; 
    background-color: #fff;
    border-radius: 0 0 16px 16px;
    border-top: solid 1px #d9d9d9;
    position: relative;
    max-height: 0;
    overflow: hidden;
    opacity:0;
    transition: max-height 0.5s ease, opacity 0.5s ease, padding 0.5s ease; /* 変更 */
  }
  .hd-faq__answer-container--show{
    max-height: fit-content;
    opacity: 1;
    padding: 20px 20px; 
  }
  .hd-faq__answer-text{
    font-size: 1.4rem;
  }
}
@media (min-width: 768px) and (max-width: 1024px){
}

@media (min-width: 1025px) {
}
/*--------↑↑↑↑ hd-faq__container ↑↑↑↑--------*/

/*--------↓↓↓↓ hd-inner-contents--bg-blue ↓↓↓↓--------*/
.hd-inner-contents--bg-blue{
  background-color: #1177c9;
  border-radius: 32px;
  display: block;
  margin: 50px auto;
  padding: 10px 0 20px;
}

.text-color--white{
  color: #fff;
}

@media (max-width: 767px) {
  .hd-inner-contents--bg-blue{
    border-radius: 16px;
    padding: 10px 20px 50px 20px;
    margin: 0 auto 0;
  }
}
@media (min-width: 768px) and (max-width: 1024px){
}

@media (min-width: 1025px) {
}
/*--------↑↑↑↑ hd-inner-contents--bg-blue ↑↑↑↑--------*/

/*--------↓↓↓↓ hd-announce   contents ↓↓↓↓--------*/
.hd-announce__item-container{
  margin:20px 40px 40px 40px;
  padding:20px 40px 30px;
  background-color: #fff;
  border-radius: 16px;
}

.hd-announce__item-subject{
  text-align: center;
  padding: 0 0 20px 0;
  border-bottom:dotted 3px #333;
}

.hd-announce__item-content-container--above{
  margin: 0 30px;
  max-width: 900px;
}

.hd-announce__item-content-text{
  padding-top: 20px;
  text-align: left;
}

.hd-announce__item-content-list{
  margin:auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  width: fit-content;
  padding-top: 20px;
}

.hd-announce__item-content-list-element{
  display: flex;
}

.hd-announce__item-content-list-element:nth-child(2){
  padding-top: 10px;
}

.hd-announce__item-content-list-element:nth-child(3){
  padding-top: 10px;
}

.hd-announce__item-content-list-sign{
  width: 2rem;
}

.hd-announce__item-content-subtitle{
  text-align: center;
  padding-top: 40px;
}

.hd-announce__item-content-container--bottom{
  margin: 0 30px;
  max-width: 900px;
  display: flex;
}

.hd-announce__item-content-img{
  padding: 16px 20px 0 0;
  display: flex;
  justify-content: center;
  width: 280px;
}

.hd-announce__btn-container{
  display: flex;
  justify-content: space-between;
  padding: 20px 5% 40px 5%;
}

.hd-announce__btn{
  width: 380px;
  margin: auto;
}

.hd-announce__anchor{
  display: block;
  width: 100%;
  display: flex;
  align-items: center;
  background-color: #fff;
  border-radius: 36px;
  font-size: 1.2rem;
  font-weight: 700;
  height: 70px; 
  position: relative;
  box-shadow: 2px 2px 6px rgba(46, 46, 46, 0.25);
  white-space: nowrap;
}

.hd-announce__anchor-title{
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); 
  font-size: 1.6rem;
  color: #333;
}

.hd-announce__anchor-arrow{
  width: 2rem;
  position: absolute;
  top: 50%;
  right:10px;
  transform: translate(-50%, -50%); 
}
@media (max-width: 767px) {
  .hd-announce__item-container{
    margin:20px auto 10px;
    padding:20px 20px 30px;
    font-size: 1.4rem;
  }
  .hd-announce__item-subject {
    font-size: 1.6rem;
  }
  .hd-announce__item-content-container--above{
    margin: 0;
  }
  .hd-announce__item-content-container--bottom{
    margin: 0;
    display: block;
  }
  .hd-announce__item-content-img{
    padding: 0;
    margin: 20px auto 0;
    width: 120px;
  }
  .hd-announce__btn-container{
    display: block;
    padding: 20px 0 0 0;
  }
  .hd-announce__btn{
    width: 100%;
    max-width: 400px;
  }
  .hd-announce__btn:first-child{
    margin-bottom: 20px;
  }
}

@media (min-width: 768px) and (max-width: 1024px){
  .hd-announce__btn{
    width: 300px;
  }
}

@media (min-width: 1025px) {
}
/*--------↑↑↑↑ hd-announce   contents ↑↑↑↑--------*/

/*--------↓↓↓↓ hd-other-apps ↓↓↓↓--------*/
.hd-other-apps__container{
  width: 100%;
  display: block;
  position: relative;
}

.hd-other-apps__bg{
  position: absolute;
  inset: 0;
  top: 0%;
  width: 100%;
  display: flex;
}

.hd-other-apps__bg--left{
  background: linear-gradient(180deg, rgb(141, 200, 255), rgb(161, 212, 255));
  width: 50%;
  inset: 0;
  height: 100%;
}

.hd-other-apps__bg--right{
  background: linear-gradient(180deg, rgb(0, 112, 216), rgb(76, 145, 208));
  width: 50%;
  inset: 0;
  height: 100%;
}

.hd-other-apps__decoration-container{
  position: absolute;
  inset: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.hd-other-apps__decoration-above{
  height:100px;
  width: 100%;
  background-image: url(../img/image_top/bg/bg-cloud.png);
  background-position: bottom;
  background-repeat: repeat-x;
}

.hd-other-apps__decoration-below{
  background-color: #fff;
  width: 100%;
  height:110px;
  margin-top:-10px;
}

.hd-other-apps__inner{
  display: flex;
  max-width: 1128px;
  margin: auto;
  z-index: 2;
}

.hd-app-ana__container{
  width: 50%;
  position: relative;
}

.hd-app-ana-pocket__container{
  width: 50%;
  position: relative;
}

.hd-other-apps__subject{
  text-align: center;
}

.hd-other-apps__name{
  font-size: 2.4rem;
  font-weight: 700;
  margin-block-start: 0.83em;
  margin-block-end: 0.4em;
  position: relative;
  padding-top: 30px;
}

.hd-other-apps__catch{
  font-size: 2rem;
  font-weight: 600;
}

.hd-other-apps__btn{
  width: 100%;
  max-width: 350px;
  margin: auto;
  margin-block-start: 2em;
  margin-block-end: 2em;
}

.hd-other-apps__anchor{
  width: 100%;
  display: flex;
  align-items: center;
  background-color: #fff;
  border-radius: 36px;
  font-size: 1.6rem;
  font-weight: 700;
  height: 70px;
  position: relative;
  box-shadow: 2px 2px 6px rgba(46, 46, 46, 0.25);
  white-space: nowrap;
}

.hd-other-apps__anchor-lead{
  margin: auto;

}

.hd-other-apps--font-white{
  color:#fff;
}

.hd-other-apps__screen{
  width: 250px; 
  margin: auto;
}

@media (max-width: 767px) {
  .hd-other-apps__inner{
    display: block;
  }
  .hd-app-ana__container{
    width: 100%;
    position: relative;
  }
  
  .hd-app-ana-pocket__container{
    width: 100%;
    position: relative;
  }
  .hd-other-apps__bg{
    display: block;
  }
  .hd-other-apps__bg--left{
    background: linear-gradient(180deg, rgb(141, 200, 255), rgb(161, 212, 255));
    width: 100%;
    inset: 0;
    height: 800px;
  }
  .hd-other-apps__bg--right{
    background: linear-gradient(180deg, rgb(0, 112, 216), rgb(76, 145, 208));
    width: 100%;
    inset: 0;
    height: 700px;
  }
  .hd-other-apps__btn{
    width: 90%;
  }
}

@media (min-width: 768px) and (max-width: 1024px){
  .hd-other-apps__catch{
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

@media (min-width: 1025px) {
}
/*--------↑↑↑↑ hd-other-apps ↑↑↑↑--------*/

/*--------↓↓↓↓ hd-caution__container ↓↓↓↓--------*/
.hd-caution__background{
  width: 100%;
  padding: 100px 0 40px;
  display: block;
}

.hd-caution__container{
  background-color: #FBFAF8;
  width: 100%;
  max-width: 1128px;
  margin: 0 auto;
  padding: 20px;
  border-radius: 16px;
  max-width:900px;
}

.hd-caution__subject-container{
  width: 100%;
  padding: 0 5px;
}

.hd-caution__subject{
  width: 100%;
  text-align: center;
  border-bottom:2px solid #d9d9d9 ;
  padding: 0 0 20px 0;
  font-size: 2rem;
  font-weight: 600;
}

.hd-caution__content-inner{
  padding: 20px 20px 0;
  width: fit-content;
  margin: auto;
}

.hd-caution__text-container{
  position: relative;
  gap:10px;
  width: fit-content;
  padding: 10px 10px;
}

.hd-caution__text-container::before{
  content: "";
  width: 20px;
  height: 20px;
  border-radius: 10px;
  background-color: #d9d9d9;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0,-50%);
}

.hd-caution__text{
  display: flex;
  gap:10px;
  width: 100%;
  margin-left: 24px;
}

.hd-caution__title{
  font-size: 1.6rem;
  font-weight: 600;
}

@media (max-width: 767px) {
  .hd-caution__background{
    padding: 100px 20px 40px;
  }
  .hd-caution__container{
    width: 100%;
    border-radius: 16px;
    padding: 5px 5px;
  }
  .hd-caution__content-inner{
    padding: 10px 20px 0;
  }
  .hd-caution__subject{
    padding: 5px;
    font-size: 1.6rem;
  }
  .hd-caution__text-container{
    font-size: 1.2rem;
  }
  .hd-caution__text-container::before{
    width: 10px;
    height: 10px;
    border-radius: 5px;
    left: 0;
    top: 18px;
    transform: translate(50%,-50%);
  }
  .hd-caution__text{
    width: 100%;
    margin-left: 12px;
  }
}

@media (min-width: 768px) and (max-width: 1024px){
  .hd-caution__container{
    width:900px;
  }
}

@media (min-width: 1025px) {

}
/*--------↑↑↑↑ hd-caution__container ↑↑↑↑--------*/
.hd-banner_riku-no-ana{
  width: 100%;
  max-width: 1280px;
  margin: 60px auto 40px;
}

@media (max-width: 767px) {
  .hd-banner_riku-no-ana{
    width: 100%;
    margin: 0px auto 0px;
  }
  .hd-banner_riku-no-ana--pc{
    display: none;
  }
  .hd-banner_riku-no-ana--tab{
    display: none;
  }
  .hd-banner_riku-no-ana--sp{
    display: block;
  }
}

@media (min-width: 768px) and (max-width: 1024px){
  .hd-banner_riku-no-ana--pc{
    display: none;
  }
  .hd-banner_riku-no-ana--tab{
    display: block;
  }
  .hd-banner_riku-no-ana--sp{
    display: none;
  }
}

@media (min-width: 1025px) {
  .hd-banner_riku-no-ana--pc{
    display: block;
  }
  .hd-banner_riku-no-ana--tab{
    display: none;
  }
  .hd-banner_riku-no-ana--sp{
    display: none;
  }
}