@charset "utf-8";
/* ----------------------------------------

------------------------------------------- */
#item .txt{
text-align: center;
margin-bottom: 40px;
}
.first-box01 {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 50px;
}
.first-box01 li {
  position: relative;
  width: 31%;
  box-sizing: border-box;
  background-color: #eeeae6;
  border: 5px solid #825b50;
  border-radius: 15px;
  text-align: center;
  margin-right: 3.5%;
  padding: 30px;
}
.first-box01 li img {
  width: 50%;
}
.first-box01 li p {
  text-align: left;
}
.first-box01 li:nth-child(3n) {
  margin-right: 0;
}
.first-box01 h3 {
  color: #825b50;
  font-size: min(1.4814vw, 2rem);
  margin-bottom: 10px;
}

.first-box02 {
  width: 100%;
  max-width: 900px;
  box-sizing: border-box;
  background-color: #fff;
  border: 5px solid #c2c2c2;
  border-radius: 15px;
  padding: 30px;
  margin: 0 auto;
}
.first-box02 h3 {
  font-size: min(1.4814vw, 2rem);
  margin-bottom: 10px;
}
.first-box02 .txt01 {
  margin-bottom: 10px;
}
.first-box02 .txt02 {
  color: #cc1616;
}
/* =======================
  PC
======================== */
@media screen and (min-width: 1350px) {}
/* =======================
  TABLET
======================== */
@media screen and (max-width:1349px) {}
/* =======================
  SP
======================== */
@media screen and (max-width: 799px) {
  /* ----------------------------------------
 
------------------------------------------- */


}