.poster{
  width: 60vw; 
  align-items: center;
  margin: 0 auto;
}
.main_body{
  margin-left: 0;
  padding-left: 5vw;
  padding-right: 5vw;
  width: 62vw;
}
.button_solid011 a {
  background: #6bb6ff;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 10vw;
  width: 30vw;
  padding: 20px 5vw 10px;
  color: #FFF;
  transition: 0.3s ease-in-out;
  font-weight: 600;
  flex-direction: column;
  border-radius: 8px;
  border-bottom: solid 5px #1d7fde;
  margin-top: 40px;
}
.container{
  width: 100%;
}

.button_solid011 a span {
  background: #FFFF00;
  width: 200px;
  text-align: center;
  position: absolute;
  top: -15px;
  filter: drop-shadow(0px 1px 2px #aaa);
  padding: 3px 0;
  font-size: 0.8rem;
  color: #2b7fde;
  border-radius: 5px;
}
.button_solid011 a p{
  text-align: center;
}
.button_solid011{
  width: 20vw;
  margin-left: 0vw;
}
@media screen and (max-width:600px) {
  .button_solid011 a{
    width: 50vw;
  }
}

.aitemuNote{
  width: 55vw;
}

.O1::after {
  width: 38vw;
}
@media screen and (max-width:767px) {
  .main_body{
    margin: 0;
    width: 98vw;
    padding-left: 1vw;
    padding-right: 1vw;
  }
  img{
    width: 85vw;
    object-fit: cover;
  }
  .O1::after {
    width: 65vw;
  }
}
.O11{
  width: 90%;
}

footer{
  padding: 0;
}
.F1{
  width: 100%;
}
.page-title{
  display: none;

}
.page-title_h1{
  font-size: 50px;
  margin-left: 15px;
}
@media screen and (max-width:767px) {
  .main_body .A4{
    display: none;
  }
  .aitemuNote{
    width: 85vw;
  }
  .page-title{
    display: flex;
    margin-bottom: 15px;
  }
  .button_solid011{
    margin-left: 15vw;
  }
  .poster{
    margin-left: 15vw;
  }
  
}
@media screen and (max-width:500px) {
  .poster{
    width: 80vw;
    margin-left: 5vw;
  }
    .button_solid011{
    margin-left: 10vw;
  }
}

.SmartphoneMenu_li{
  width: 90%;
}


.A4_img{
  height: 100%;
  width: 100%;
}


.S_button{
  display: none;
}
@media screen and (max-width:767px) {
  .PC_button{
    display: none;
  }
  .S_button{
    display: flex;
  }
}