.tit_kids01 {
  font-size: 2rem;
  color: #743e01;
  text-align: center;
  margin-bottom: 40px; }
  @media screen and (max-width: 767px) {
    .tit_kids01 {
      font-size: 1.5rem;
      margin-bottom: 20px; } }

.sec01 .txt_ul {
  text-align: center;
  margin-bottom: 40px; }
  @media screen and (max-width: 767px) {
    .sec01 .txt_ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      margin-bottom: 20px; } }
  .sec01 .txt_ul li {
    padding: 0px 25px;
    display: inline; }
    @media screen and (max-width: 767px) {
      .sec01 .txt_ul li {
        width: 48%;
        display: block;
        text-align: center; }
        .sec01 .txt_ul li img {
          -webkit-transform: scale(0.7);
          -ms-transform: scale(0.7);
          transform: scale(0.7); } }

.sec01 .txt_com {
  width: 80%;
  margin: 0px auto; }
  @media screen and (max-width: 767px) {
    .sec01 .txt_com {
      width: 100%;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; } }
