
/*---------------------------------
リセットｃｓｓ
---------------------------------*/

*{
  padding: 0;
  margin: 0;
  }
.js-fadeinup-trigger,
.js-fadein-trigger {
  opacity: 0;
}   

html{
 font-size: 100%;
   overflow-x : hidden;
  -webkit-overflow-scrolling: touch;

}

body{
 color: #24292e;
   font-family: Segoe UI, Segoe UI, Segoe WP, Arial, Sans-Serif;
  line-height: 2;
  font-display: swap;
}
/* 横揺れ防止 */
html, body {
  overflow-x: hidden;
  width: 100%;
}



a{
 text-decoration: none;
   word-break: break-all;
}

img{
 max-width: 100%;
   height: auto;

}

li{
 list-style: none;
 font-size: 1.2rem;
}

.wrapper{
max-width: 960px;
margin: 0 auto 130px auto;
font-size: 0.9rem;
padding: 0 4%;
}

.button {
position: relative;
display: inline-block;
text-decoration: none;
box-shadow: inset 0 1px 0 rgba(255,255,255,0.2);
text-shadow: 0 1px 0 rgba(0,0,0,0.2);
font-size: 1rem;
color: #000;
}
  
.button:active {
  /*押したとき*/
  border: solid 1px #03A9F4;
  box-shadow: none;
  text-shadow: none;
  
}
.button:hover{
  color: #fc82bf;
}
p {
  font-size: 1rem;
}


 
h1 {
  padding: 50px 0px;
}  
h2 {
    padding: 40px 0 20px 0;
}
.button_a {
  position: relative;
  display: inline-block;
  padding: 0.8em 2em;
  text-decoration: none;
  color: black;
  background: pink;/*色*/
  border: solid 1px pink;/*線色*/
  border-radius: 25px;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.2);
  text-shadow: 0 1px 0 rgba(0,0,0,0.2);
  margin: 5px;
  font-size: 16px;
  
}

.button_a:active {
  /*押したとき*/
  border: solid 1px #03A9F4;
  box-shadow: none;
  text-shadow: none;
  
}
.button_a:hover{
  opacity: 0.8;
}
.guide {
  padding: 50px 0px;

}
#top .flex {
  display: flex;
}

#features .flex {
  display: flex;
}
#features h3 {
  padding: 20px 0;
}
#history .flex {
  display: flex;
}
#history .box {
  padding: 10px;
}
#product .flex {
  display: flex;
}
#product .box {
  padding: 10px;
    width: 50%;

}
.registered_trademark img {
  width: 500px;
  height: auto;
  margin-top: 150px;
}
@media screen and (max-width:600px) {
h1 {
text-align: center;
font-size: 23px;
padding: 20px 0;
}  
h1 span {
display: inline-block;
}
h2 span {
  display: inline-block;
}

#features .flex {
  flex-direction: column;
}
#features h3 {
  padding: 20px 0;
}
#history .flex {
  flex-direction: column;
}
#history .box {
  padding: 10px;
}
#product .flex {
  flex-direction: column;
}
#product .box {
  padding: 10px;
    width: 100%;

}

} 

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

}

/*---------------------------------
トップへもどるボタン
---------------------------------*/

.go-top{
  position: fixed;
  bottom: 100px;
  left: 30px;
  z-index: 9999;
  
}
.go-top a{
  
  width: 50px;
  height: 50px;
  display: inline-block;
  background: #E94E66;
  border-radius: 50px;
  text-align: center;
  line-height: 50px;
  color: black;
  text-decoration: none;

  

  
}

.go-top a:hover{
    opacity: 0.8;
  }
  @media screen and (max-width:600px) {
    .go-top {
      position: relative;
      left: 0;
      bottom: 0;
    }
  

  }
  