@charset "UTF-8";

/* .title{
  color:white;
  height: 70px;
  width: 100%;
  background-color: rgba(34, 49, 52, 0.9);
  position:fixed;
  top:0;
  z-index:10;
} */

.ringsHome{
  padding: 1px;
  margin: 1px;
 /* global setting  */
}
.hide {
  display: none;
}
.italic {
  font-style: italic;
}
.a{
  background-color: white;
}
.bgGray{
  background-color: #f1f1f1;
}
.bgDark {
  background-color:rgba(34, 49, 52, 1.0) ;
}
.bgSkyBlue {
  background-color: #668ad8;
}
.bgOrange {
  background-color: #ffc17a;
}
.bgPurple {
  background-color: rgb(188, 117, 254);
}
.bgRound {
  padding: 1em 1em;
  border-radius: 5px;
}
.bgLightGreen {
  background-color: rgb(200, 230, 200);
}


.fontBold {
  font-weight: bold; }

.fontWhite {
  color: #fff;
}
.hoverFontWhite:hover{
  color: #fff;
}


.fontRed {
  color: red; }
.img-ly-100 {
  width: 100%;
}
.img-ly-50 {
  width: 50%;
}
.sentence-ly {
  margin: 2em 0;
}
.sentence {

}
/* ul {
  padding: 0;
  margin: 0; }

li {
  padding: 0;
  margin: 0; } */
  

.no-list-type {
  list-style-type: none; }

.font-8 {
  font-size: 8px;
  font-size: 0.8rem; }

.font-10 {
  font-size: 10px;
  font-size: 1rem; }

h6 {
  font-size: 10px;
  font-size: 1.0rem; }

h5 {
  font-size: 12px;
  font-size: 1.2rem; }

h4 {
  font-size: 14px;
  font-size: 1.4rem; }

h3 {
  font-size: 16px;
  font-size: 1.6rem; }

h2 {
  font-size: 18px;
  font-size: 1.8rem; }

h1 {
  font-size: 20px;
  font-size: 2.0rem; }

p {
  font-size: 10px;
  font-size: 1.0rem; }

a {
  color: #353e94; }

.input-block{
  display: inline-block;
}
body {
  font-family: "游ゴシック", "メイリオ", "Verdana", "MS Pゴシック", "sans-serif", "Times New Roman";
  font-size: 62.5%;
  font-size: 16px;
  background: #fff;
  margin-top: 5em;
}

textarea {
  font-size: 10px;
  font-size: 1rem;
  margin-top: 30px;
  display: block;
  width: 100%;
  height: 350px;
  resize: none;
  white-space: pre;
  overflow-wrap: normal;
  overflow-x: auto;
  /*overflow-x: scroll;*/
  /*overflow-y: scroll;*/
}

label {
  margin: 0; }