@charset "utf-8";

.main{
  width : 750px;
  padding-top : 9vh;
  padding-bottom : 4vh;
  margin-left : auto;
  margin-right : auto;
  position : relative;
  text-align : center;
}
.tit{
  font-size : 2.5rem;
  text-align : left;
  margin-left : 2%;
  margin-bottom : 2rem;
}

.lb2{
  display : flex;
  flex-direction : row;
  flex-wrap : wrap;
  justify-content : space-evenly;
}
.fitem{
  width : 400px;
  padding-bottom : 2rem;
}
.fitem_pic{
  width : 400px;
}
.fitem_br{
  width : 400px;
  padding-bottom : 2rem;
}
.fitem_textbox{
  display : flex;
  justify-content : center;
  align-items : center;
  margin-bottom : 2.5rem;
  color : white;
  background-color : #335470;
  width : 200px;
}
.br{
  display : block;
}



@media screen and (max-width:750px) {

.main{
  width : 100%;
}
.tit{
  margin-left : 5%;
}
.fitem{
  width : 45vw;
}
.fitem_pic{
  width : 45vw;
}
.fitem_br{
  display : none;
}
.fitem_textbox{
  width : 45vw;
}


}

