@charset "shift_jis";
/* Updated 2022/07/27.T */
/*------------------------
common
------------------------*/
#main-area {
  overflow: hidden;
}
/*------------------------
section01
------------------------*/
.itemList01 {
  display: flex;
  justify-content: space-between;
}
.itemList01 [class *="item0"] {
  width: 384px;
  height: 304px;
  padding: 41px 0 40px;
  border: 1px solid #D5DEDB;
  border-radius: 4px;
  box-sizing: border-box;
}
.itemList01 [class *="item0"] .imgItem {
  width: 203px;
  margin: 0 auto;
}
.itemList01 [class *="item0"] .txtItem {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}
.itemList01 .item01 .txtItem {
  margin-top: 27px;
}
.itemList01 .item02 .txtItem {
  margin-top: 41px;
}
.itemList01 .item03 .txtItem {
  margin-top: 52px;
}
.smallTxt01 {
  margin-top: 8px;
  font-size: 12px;
}
/*------------------------
section02
------------------------*/
.itemList02 {
  display: flex;
  justify-content: center;
  width: 624px;
  margin: 0 auto;
  padding: 33px 50px 40px;
  border: 1px solid #D5DEDB;
  border-radius: 4px;
  box-sizing: border-box;
}
.itemList02 [class *="item0"] .imgItem {
  width: 215px;
  margin: 0 auto;
}
.itemList02 [class *="item0"] .txtItem {
  margin-top: 20px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}
.itemList02 .item02 {
  margin-left: 92px;
}
.itemList02 .item02 .txtItem {
  margin-top: 27px;
}
.smallTxt02 {
  margin-top: 8px;
  font-size: 12px;
  text-align: center;
}
.smallTxt01, 
.smallTxt02 .innr {
  position: relative;
  display: inline-block;
  padding-left: calc(2em + 5px);
}
.smallTxt01 .mark, 
.smallTxt02 .mark {
  position: absolute;
  left: 0;
  width: 2em;
}
.greenBox {
  width: 1008px;
  margin: 70px auto 0;
  padding: 34px 0 33px;
  background-color: #F5F9E6;
  border-radius: 4px;
}
.greenBox p {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 767px) {
  /*------------------------
  section01
  ------------------------*/
  .itemList01 {
    display: block;
  }
  .itemList01 [class *="item0"] {
    width: auto;
    margin-top: 20px;
  }
  .itemList01 [class *="item0"]:first-child {
    margin-top: 0;
  }
  /*------------------------
  section02
  ------------------------*/
  .itemList02 {
    display: block;
    width: auto;
  }
  .itemList02 .item02 {
    margin-top: 34px;
    margin-left: 0;
  }
  .greenBox {
    width: auto;
  }
  .smallTxt02 {
    text-align: left;
  }
}