/* html {
overflow-x: hidden;
} */
.wrapper{
  width:100%;
  overflow-x: hidden !important;
}
nav{
  z-index: 999;
}
.header{
  position: sticky;
  top: 0px;
}
.top{
  margin: 4rem 0;
}
.top h1{
  color:#5a6977;
}
.top p{
  color:#939eaa;
font-size: 1.125rem;
}

.imageDiv{
  padding: 0 20vw;
}

.background-shape{
  z-index: -900;
  position: absolute;
  top: 10vw;
  width: 100%;
}

.background-shape svg{
  position: absolute;
}

.about,.usage,.price,.faq{
  padding-top: 10rem;
}
.title{
  color: #3878BD;
    display: block;
    font-size: 3rem;
    margin-bottom: 12px;
    font-weight: 900;
    /* font-family: Poppins,sans-serif; */
}

.about p {
  /* font-size: 1rem; */
    color: #5a6977;
    line-height: 1.8;
    /* font-weight: 900; */
}
.aboutContent ,.usageContent, .priceContent,.faqContent{
  padding: 0 20vw;
}

.rightSide p {
  /* margin-left: 10px; */
  text-align: left;
}

.leftSide{
  text-align:right;

}
.leftSide p{
  display:inline-block;
  text-align:left;

}
.subTitle{
  font-size:1.5rem;
  font-weight: 900;
  margin-bottom: 5px;
}

.circle{
  width: 300px;
  height: 300px;
  border-radius: 50%;
  background-color: red;
}

.usageImage{
  width: 50%;
}

.usage .subTitle{
  color: #5A6977;
}

.startAd{
  padding: 4.5rem 1.5rem;
  background-color: #6EC0E6;
  margin:10rem 20vw 0px 20vw;
  border-radius: 2rem;
}

.footerAdView{
  padding: 4.5rem 0px;
  background-color: #6EC0E6;
  margin:10rem 0px 0px 0px;
  /* border-radius: 2rem; */
  position: relative;
}

.footer{
  background-color: white;
  padding: 1rem 20vw 3rem 20vw;


}

.footer-tab{
  margin: 0px 30px;
}

ul {
  list-style-type: none;
  padding: 0; /* 左にできる隙間を消す */
}
li{
  text-align: left;
margin: 15px;
}
li a{
  text-decoration: none;
  color : black;


}

button {
  transition:0.6s all;
  border-width: 0px;
}
button:hover {
cursor: pointer;
transform: scale(1.1, 1.1);
transition:0.6s all;
}


.mainTitle{
  font-weight: 900;
   font-size: 3rem;
    line-height: 1.5em;
}

.btn-success {
    background: #8BB926; //ボタンの背景色
    color: #8BB926; //ボタンのテキストの色
}

.btn-success:hover, .btn-success:focus,
.btn-success:active, .btn-success:active:focus, .btn-success:active:hover, .btn-success:active.focus,
.btn-success.active, .btn-success.active:focus, .btn-success.active:hover, .btn-success.active.focus,
.open > .dropdown-toggle.btn-success,
.open > .dropdown-toggle.btn-success:hover,
.open > .dropdown-toggle.btn-success:focus,
.open > .dropdown-toggle.btn-success.focus,
.btn-success.disabled:hover, .btn-success[disabled]:hover, fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus, .btn-success[disabled]:focus, fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus, .btn-success[disabled].focus, fieldset[disabled] .btn-success.focus {
    background: #8BB926; //ボタンの上にポインタを持ってきたり、クリックしたりした時の背景色
    color: #8BB926; //ボタンの上にポインタを持ってきたり、クリックしたりした時のテキストの色
}

.btn-success.outline {
    border: 3px solid #8BB926; //アウトラインのみのボタンの線の色
    color: #8BB926; //アウトラインのみのボタンのテキストの色
}
summary{
  font-size: 16px;
  padding-left: 50px;
    text-align: left;
}
