/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS and SCSS file within this directory, lib/assets/stylesheets, or any plugin's
 * vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any other CSS/SCSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.
 *


 */

 *{
    list-style: none;
    text-decoration: none;
  }
  
  body{
    /*#add8e6;*/
    background-color: white;    
    padding: 0px 0px;
  }
  
  h1{
    font-size: clamp(25px,1.8vw,32px);
  }
  h2{
    font-size: clamp(20px,1.5vw,25px);
  }
  h3{
    font-size: clamp(16px,1.3vw,18px);
  
  }
  p{
    font-size: clamp(16px,1.3vw,18px);
  }
  
  li{
    font-size: clamp(16px,1.3vw,18px)
  }
  
  .center_align{
    text-align: center;
  }

  .left_align{
    text-align: left;
  }

  .right_align{
    text-align: right;
  }

  .top_message{
    text-align: center;
}

.form{
  margin-left: 30%;
  padding: 20px;
  background-color: white;
  width: 30%;
  text-align: center;
  margin-bottom: 10px;
}

.float_left{
  float: left;
}

.red_text{
  color: red;
}

.gry_btn{
  display: inline-block;
  text-align: center;
  padding: 5px;
  background-color: rgb(194, 194, 194);
  border: solid black 1px;
}

.hidden{
  display: none;
}





/************************************************************/
.menu_list{
  padding:10px;
  margin-right: 10px;
  /*border: solid darkblue 2px;
  background-color: aliceblue; */
}
.mypage_contents_index{
  width: 30vw;

}

.mypage_contents_index table,th,td{
  text-align: center;
}
/***********************************************************/


/***********************************************************/
/*idonuma*/

.idonuma_top{
  height: 2000px;
  padding: 10px;
  background-color: rgb(29, 151, 233);
  text-align: center;
  color: white;
  
}

.idonuma_top h1{
  color: red;
  margin: 20px;
}

.idonuma_top p{
  display: inline-block;
  padding: 5px;
  background-color: rgb(126, 2, 2);
  color: white;
}

.idonu_netabare{
  height: 500px ;
  text-align: center;
  
}

/***********************************************************/

/*efran*/
.efran{
  text-align: center;
}

.efran_img{
  width:350px;
}
/***********************************************************/

/*baudroie*/
.baudroie_nazo2 img{
  width:300px;
}

.bd_last{
  text-align: center;
  background-color: black;
  color:greenyellow;
  height: 1000px;
  overflow: hidden;
}


/***********************************************************/

/*takataku*/
.takataku{
 
  background-color: #0193e6;
}
.takataku_img{
  width: 600px;
}
/***********************************************************/


/*tent*/
.tent_hint_entry_header{
  text-align: center;
  background-color: black;
  color:white;
  padding-bottom: 30px;
  padding-top:30px;
}
/***********************************************************/

.img_250505_finish img{
  width: 400px;
  padding: auto;
}
/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS and SCSS file within this directory, lib/assets/stylesheets, or any plugin's
 * vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any other CSS/SCSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.
 *


 

 *{
    list-style: none;
    text-decoration: none;
  }
  
  body{
    background-color: #add8e6;
    padding: 0px 5px;
  }
  
  h1{
    font-size: clamp(5px,1.8vw,32px);
  }
  h2{
    font-size: clamp(5px,1.5vw,25px);
  }
  h3{
    font-size: clamp(5px,1.3vw,18px);
  
  }
  p{
    font-size: clamp(5px,1.3vw,18px);
  }
  
  li{
    font-size: clamp(5px,1.3vw,18px)
  }
  
  .center_allin{
    text-align: center;
  }

  .top_message{
    text-align: center;
}


*/
