﻿/*----------------------------------------------------------------------------------------------------

  my_business
  
----------------------------------------------------------------------------------------------------*/
#my_business {
  padding-bottom: 100px;
}

@media screen and (max-width:720px) {
  #my_business .fr-right {
    float: none;
    margin-left: auto;
    text-align: center;
  }
}


/*----------------------------------------------------------------------------------------------------

  profile
  
----------------------------------------------------------------------------------------------------*/
#profile {
  padding-bottom: 100px;
}


/*----------------------------------------------------------------------------------------------------

  access
  
----------------------------------------------------------------------------------------------------*/
#access {
  padding-bottom: 100px;
}

#access iframe {
  display: block;
  width: 100%;
  height: 450px;
}


/*----------------------------------------------------------------------------------------------------

  movie
  
----------------------------------------------------------------------------------------------------*/
#movie {
  padding-bottom: 100px;
}

#movie iframe {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
}


/*----------------------------------------------------------------------------------------------------

  privacy
  
----------------------------------------------------------------------------------------------------*/
.bullet-point {}
.bullet-point dt {
  font-weight: bold;
}
.bullet-point dd {
  margin-bottom: 20px;
  padding-left: 1em;
}
.bullet-point .indent {
  padding-left: 1.5em;
  text-indent: -1.5em;
}

#policy,
#mynumber {
  padding-bottom: 100px;
}



