@charset "UTF-8";
body{
    background: color #d7cebb;;
}
/*header*/

.menu-toggle {
  position: fixed;
  right: 20px;
  top: 20px;
  width: 50px;
  height: 30px;
  cursor: pointer;
  z-index: 300;
  font-weight: bold;
  font-size: 40px;
  }
  .menu {
    display: none;
    position: fixed;
    top: 60px;
    right: 20px;
    background:rgba(0, 0, 0, 0.836);
    color: white;
    width: 150px;
    box-shadow: 0 4px 6px rgba(0, 0, 0);
    font-family:  "Zen Kurenaido", sans-serif;;
    font-weight: bold;


  }
  .menu a {
    display: block;
    padding: 10px;
    text-decoration: none;
    color: white;
    border-bottom: 1px solid #ddd;
  }
  .menu a:last-child {
    border-bottom: none;
  }
  @media screen and (max-width: 640px){
    .menu-toggle {
    position: fixed;
    right: 20px;
    top: 20px;
    width: 20px;
    height: 30px;
    cursor: pointer;
    z-index: 300;
    font-weight: bold;
    font-size: 20px;
  }
  }

  
  
  /*↓↓↓----------------------ここから書いてね-----------------------------↓↓↓*/

h1{
    text-align: center;
    border-bottom:  #e5b7be solid 3px;
    width: fit-content;
    margin:0 auto;
    font-size: 30px;
    margin-bottom: 30px;
    margin-top: 30px;

}

.yoko{
    display: flex;
    justify-content: center;
}

.set{
    border: 2px solid #e5b7be;
    border-left: 2px solid #e5b7be;
    border-right: 2px solid #e5b7be;

    padding: 1em;
    border-radius: 10px;
    background-color: white;
    max-width: 600px;
    width: 90%;
    text-align: center;
    margin: auto;
    margin-top: 10px;
    margin-bottom: 30px;
    
}

.set p{
  font-size: 17px;
}


h2{

    margin-top: 20x;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content:center;
    font-weight: bold;
    gap: 10px
    ;
}

img{

    width: 30px;
    max-width: 50px;
    height: 30px;
    margin-top: 5px;
    gap: 20px;


}

.Q{
    font-size: 20px;
    color: #006400;
    font-weight:bold;
}

.A{
    font-size: 20px;
    color: #b22222;;
    font-weight:bold;
}
.footer {
  background-color: rgba(190, 180, 180, 0.803);
  padding: 20px;
  color:black;
  text-align: center;
  font-family:  "Zen Kurenaido", sans-serif;;
  font-weight: bold;
}
.footer-section {
  margin-bottom: 20px;
}
.footer-section h3 {
  font-size: 18px;
  margin-bottom: 10px;
  color: black;
  text-decoration: underline;
}
.footer-section ul {
  list-style: none;
  padding: 0;
}
.footer-section ul li {
  margin-bottom: 5px;
}
.footer-section ul li a {
  color: black;
  text-decoration: none;
  font-size: small;
}
.footer-section ul li a:hover {
  text-decoration: underline;
}

@media only screen and (max-width:640px) {
  *{
    padding: 0;
    margin: 0;
}
  h1{
    text-align: center;
    border-bottom:  #e5b7be solid 3px;
    width: fit-content;
    margin:0 auto;
    font-size: 30px;
    margin-bottom: 30px;
    margin-top: 30px;

}

.yoko{
    display: flex;
    justify-content: center;
}

.set{
    border: 2px solid #e5b7be;
    border-left: 2px solid #e5b7be;
    border-right: 2px solid #e5b7be;

    padding: 1em;
    border-radius: 10px;
    background-color: white;
    max-width: 600px;
    width: 90%;
    text-align: center;
    margin: auto;
    margin-top: 10px;
    margin-bottom: 30px;
    font-size: 14px;
    
}

.set p{
  font-size: 17px;
}


h2{

    margin-top: 20x;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content:center;
    font-weight: bold;
    gap: 10px
    ;
}

img{

    width: 30px;
    max-width: 50px;
    height: 30px;
    margin-top: 5px;
    gap: 20px;


}

.Q{
    font-size: 20px;
    color: #006400;
    font-weight:bold;
}

.A{
    font-size: 20px;
    color: #b22222;;
    font-weight:bold;
}
.footer {
  background-color: rgba(190, 180, 180, 0.803);
  padding: 20px;
  color:black;
  text-align: left;
  font-family:  "Zen Kurenaido", sans-serif;;
  font-weight: bold;
}
.footer-section {
  margin-bottom: 20px;
}
.footer-section h3 {
  font-size: 18px;
  margin-bottom: 10px;
  color: black;
  text-decoration: underline;
}
.footer-section ul {
  list-style: none;
  padding: 0;
}
.footer-section ul li {
  margin-bottom: 5px;
}
.footer-section ul li a {
  color: black;
  text-decoration: none;
  font-size: small;
}
.footer-section ul li a:hover {
  text-decoration: underline;
}
}