@charset "utf-8";
/* CSS Document */
.name {
  font-size: 14px;
  margin: 10px 0;
}
.ly-fc-siro {
  color: #ffffff;
}
.ly-pc-fs16 {
  font-size: 16px;
}
.ly-pc-fs36 {
  font-size: 36px;
}
.ly-pc-fs48 {
  font-size: 48px;
}
.question {
  font-size: 16px;
  font-weight: bold;
  padding-left: 60px;
  position: relative;
  margin: 40px 0 20px 0;
}
.question:before {
  content: "";
  display: block;
  width: 48px;
  height: 2px;
  background-color: #000;
  position: absolute;
  top: 14px;
  left: 0;
}
@media screen and (min-width: 737px) {
  .name {
    font-size: 13px;
    margin: 5px 0;
  }
  .box1 {
    width: 45%;
    float: left;
    margin-right: 20px;
  }
  .fix {
    clear: both;
  }
  .answer01 {
    font-size: 16px;
    padding-left: 90px;
    padding-bottom: 20px;
    position: relative;
    margin: 40px 0 20px 0;
  }
  .answer01:before {
    content: "";
    background-image: url("/content/dam/family//familymart-stories/wakuwaku/sst/icon01.png");
    background-repeat: no-repeat;
    background-size: contain;
    width: 80px;
    height: 100px;
    position: absolute;
    top: 0px;
    left: 0;
  }
  .answer02 {
    font-size: 16px;
    padding-left: 90px;
    padding-bottom: 20px;
    position: relative;
    margin: 40px 0 20px 0;
  }
  .answer02:before {
    content: "";
    background-image: url("/content/dam/family/familymart-stories/wakuwaku/sst/icon02.png");
    background-repeat: no-repeat;
    background-size: contain;
    width: 80px;
    height: 100px;
    position: absolute;
    top: 0px;
    left: 0;
  }
}
@media screen and (max-width:736px) {
  .flexbox {
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
  }
  .flexbox .box1 {
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
  }
  .flexbox .box2 {
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .flexbox .box3 {
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .flexbox .box4 {
    -ms-flex-order: 4;
    -webkit-order: 4;
    order: 4;
  }
  .ly-pc-fs16 {
    font-size: 16px;
    line-height: 2.2em;
  }
  .ly-pc-fs32 {
    font-size: 24px;
  }
  .ly-pc-fs24 {
    font-size: 20px;
  }
  .ly-pc-fs22 {
    font-size: 18px;
  }
  .ly-pc-fs18, .ly-pc-fs20 {
    font-size: 16px;
  }
  .ly-pc-fs16 {
    font-size: 16px;
    line-height: 2.2em;
  }
  .ly-pc-fs12 {
    font-size: 11px;
  }
  .ly-pc-fs36 {
    font-size: 24px;
  }
  .ly-pc-fs48 {
    font-size: 30px;
  }
  .answer01 {
    font-size: 16px;
    padding-left: 58px;
    position: relative;
    margin: 40px 0 20px 0;
  }
  .answer01:before {
    content: "";
    background-image: url("/content/dam/family//familymart-stories/wakuwaku/sst/icon01.png");
    background-repeat: no-repeat;
    background-size: contain;
    width: 48px;
    height: 60px;
    position: absolute;
    top: 10px;
    left: 0;
  }
  .answer02 {
    font-size: 16px;
    padding-left: 58px;
    position: relative;
    margin: 40px 0 20px 0;
  }
  .answer02:before {
    content: "";
    background-image: url("/content/dam/family//familymart-stories/wakuwaku/sst/icon02.png");
    background-repeat: no-repeat;
    background-size: contain;
    width: 48px;
    height: 60px;
    position: absolute;
    top: 10px;
    left: 0;
  }
}