.bgc-90c320{
  width: 100%;
  background-color: #90c320;
}

.stagetitle-container{
  display:flex;
  flex-direction: row;
  justify-content: center;
  background-color:#fff;
  width: 90%;
  text-align: center;
  margin: 0 auto;
  padding-top: 40px;
  padding-bottom: 12px;
}

.stagetitle-item{
  margin: 10px;
  padding: 0px;
}

.item-r{
  flex-grow: 3;
  background-color: red;
  color:#fff;
  border-radius: 20px;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.0;
  padding: 10px;
}

.item-l{
  flex-grow: 1;
  font-size: 1.7rem;
  line-height: 1.4;
  font-weight: 600;
  color:#000;
  text-align: left;
}


.stsub-container{
  display:flex;
  flex-direction: row;
  justify-content: center;
  margin: 0 auto;
  width: 90%;
  padding-top: 0px;
  padding-bottom: 0px;
}
.stsub-l{
  flex-grow: 2;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.5;
  padding-top: 50px;
  padding-left: 10px;
}
.stsub-r{
  flex-grow: 1;
  margin: 0px;
  padding: 0px;
}



.card-container{
  display:flex;
  flex-wrap: wrap;
  padding: 0px 10px 100px 10px;
  width: 100%;
  text-align: center;
  align-items: center;
}

.card-Wrapper{
  width: calc(100% / 2 - 10px);
  margin: 3px;
}
.card-item img{
  max-width: 360px;
}
.hizuke{
  font-size: 2.5rem;
  line-height: 1.0;
  font-weight: 600;
  color:#fff;
  text-align: center;
  padding-top: 30px;
  padding-bottom: 5px;
  border-bottom: 2px solid #fff;
}
.hizuke span{
  font-size: 70%;
}
.txt-w{
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.2;
  padding: 10px 50px 10px 50px;
  color: #222;
  text-align: center;
}


/********スマホ用**************************************************/
@media only screen and (max-width: 767px){

.stagetitle-container{
  display:flex;
  flex-direction: row;
  justify-content: center;
  background-color:#fff;
  width: 95%;
  text-align: center;
  margin: 0 auto;
  padding-top: 20px;
}
.stagetitle-item{
  margin: 10px;
  padding: 0px;
}

.item-r{
  flex-grow: 3;
  background-color: red;
  color:#fff;
  border-radius: 15px;
  font-size: 1.1rem;
  font-weight: 600;
  line-height: 1.0;
  padding: 8px;
}

.item-l{
  flex-grow: 1;
  font-size: 1.4rem;
  line-height: 1.2;
  font-weight: 600;
  color:#000;
  text-align: left;
}
  
.stsub-container{
  display:flex;
  flex-direction: column;
  align-items: center;
  margin: 0 auto;
  width: 90%;
}
.stsub-l{
  width: 100%;
  font-size: 1.1rem;
  font-weight: 600;
  line-height: 1.3;
  padding-top: 0px;
}
.stsub-r{
  width: 100%;
  margin: 0px;
  padding: 0px;
}
  
  
.card-container{
  display:flex;
  flex-wrap: wrap;
  width: 100%;
  text-align: center;
  align-items: center;
  padding: 0px 10px 100px 10px;
}
  
.card-Wrapper{
  width: calc(100% / 1 - 10px);
  margin: 5px;
}
.card-item img{
  max-width: 300px;
}
.hizuke{
  font-size: 1.7rem;
  line-height: 1.4;
  font-weight: 600;
  color:#fff;
  text-align: center;
  padding: 20px 15px 10px 15px;
  border-bottom: 2px solid #fff;
}
.hizuke span{
  font-size: 75%;
}
.txt-w{
  font-size: 1.0rem;
  line-height: 1.4;
  padding: 10px 15px 10px 15px;
  text-align: left;
}
}