/* CSSのリセット（消さないでください） */
html, body,
ul, ol, li,
h1, h2, h3, h4, h5, h6, p, div {
  margin: 0;
  padding: 0;
}

body {
  font-family: 'Hiragino Kaku Gothic ProN W3', sans-serif;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
}

/* ------------------------------- */
body {
	min-width: 1170px;
}

header{
  width: 100%;
  height:65px;
  background-color:rgba(34, 49, 52, 0.9);


}

header .container{
  display:flex;
}

.logo{
  width:140px;
  margin-top: 15px;
}



/*wrapper*/
.container{
  width: 1170px;
  margin:0 auto;
}

.top-w{
  color:white;
  padding:160px 0 80px 0;
  background-image:url(https://github.com/taitycat/taitycat.github.io/blob/main/img/bg-img2.png?raw=true);
  background-size:cover;
  text-align:center;
}

.top-w h1{
  font-size:45px;
  letter-spacing:5px;
  margin-bottom: 2px;
}

.top-w p{
  margin-bottom:50px;
}

.top-w a{
  display:inline-block;
}

.btn{
  color:white;
  padding:8px 24px;
  border-radius:4px;
  opacity:0.8;
}

.btn:hover{
  opacity:1;
}

.signup{
  background-color: #55acee;
  opacity: 1;
}


/* ABOUT */
.about{
  padding:50px 0 50px 0 ;
  background: #FFFEF9;
}

.about h2{
  text-align: center;
  padding-bottom: 50px;
}

.about img {
  width:200px;
  border-radius: 20px;
}

.expl{
  display: flex;
  width:800px;
  margin: 0 auto;
  font-size: 17px;
}

.expl p{
  display: flex;
  align-items: center;
  margin: auto;
}


/*les-w*/
.les-w{
  height: 580px;
  background-color:#f7f7f7;
  text-align:center;
}

.les-w h2{
  padding: 70px 0 50px 0;
  font-size: 25px;
}

.les{
  display:flex;
}

.le{
  width: 50%;
}

.les-w img{
  width:200px;
}

.ttl{
  padding-top: 15px;
}




.txt{
  color:#b3aeb5;
  display:inline-block;
  width: 80%;
  font-size: 13px;
  margin-top: 15px;
  
}


/*mes-w*/
.mes-w{
  text-align:center;
  padding-bottom:80px;
}

.mes-w h2{
  padding-top: 80px;
  font-weight:normal;
  color:#5f5d60;
}

.mes-w h3{
  padding-bottom: 50px;
  color:#5f5d60;
}

.mesb{
  padding: 15px 40px;
  background-color: #55acee;
  box-shadow: 0 7px #0070c5;
}


.mesb:active {
  box-shadow:none;
  position: relative;
  top: 7px;

}



/*footer*/
footer{
   border-top:1px solid #eee;
}

footer img {
  padding-top: 30px;
  width: 124px;
}

footer p {
  padding-bottom: 30px;
  font-size: 12px;
  color:#b3aeb5;
}


