@media only screen and (max-width: 767px) {
  .contentArea {
    padding-bottom: 20px;
  }
}
@media print, screen and (min-width: 768px) {
  .contentArea {
    padding-bottom: 80px;
  }
}
.secTopImg {
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .secTopImg {
    padding: 0 0 40px 0;
  }
}
@media print, screen and (min-width: 768px) {
  .secTopImg {
    padding: 0 0 60px 0;
  }
}
.sectionBoxArea {
  position: relative;
}
.sectionBoxArea .bgImg {
  position: absolute;
  z-index: 0;
  background: url(../images/section_bg.svg) center center no-repeat;
  background-size: contain;
}
.sectionBoxArea .sectionBox {
  position: relative;
  z-index: 1;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.25);
  background: #ffffff;
  border-radius: 15px;
}
.sectionBoxArea .sectionBox .boxTitle {
  border-radius: 100px;
  color: #ffffff;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: bold;
  line-height: 140%;
}
.sectionBoxArea .sectionBox .boxTitle.pink {
  background-color: #EB6CA5;
}
.sectionBoxArea .sectionBox .boxTitle.blue {
  background-color: #62C0D4;
}
.sectionBoxArea .sectionBox .exampleImgArea .balloonCol {
  position: relative;
}
.sectionBoxArea .sectionBox .exampleImgArea .balloonCol .balloonMain {
  background: #F8F8F8;
  border-radius: 15px;
}
.sectionBoxArea .sectionBox .exampleImgArea .balloonCol .balloonArrow {
  background: #F8F8F8;
  position: absolute;
  border-radius: 3px;
}
.sectionBoxArea .sectionBox .gearListWrap .listColumn .gearList .name {
  font-weight: bold;
  border-bottom: solid 1px #000000;
}
.sectionBoxArea .sectionBox .gearListWrap .listColumn .gearList .detail {
  font-weight: 400;
}
.sectionBoxArea .sectionBox .gearListWrap .listColumn .gearList .detail * {
  line-height: 145%;
}
.sectionBoxArea .sectionBox .gearListWrap .listColumn .gearList .detail .mini {
  font-size: 0.875em;
}
.sectionBoxArea .sectionBox .gearListWrap .listColumn .gearList .note {
  color: #EC1313;
  font-weight: 500;
}
.sectionBoxArea .sectionBox .itemBox {
  background: #F8F8F8;
  border-radius: 15px;
}
.sectionBoxArea .sectionBox .itemBox .itemBoxTitle {
  font-weight: bold;
}
.sectionBoxArea .sectionBox .itemBox .boxData {
  display: flex;
  flex-wrap: wrap;
}
.sectionBoxArea .sectionBox .itemBox .boxData .dataList {
  font-weight: 400;
  background: url(../images/icon_check.svg) left 9px no-repeat;
  background-size: 5px;
  padding-left: 12px;
  letter-spacing: 0;
}

@media only screen and (max-width: 767px) {
  .sectionBoxArea .bgImg {
    top: 400px;
    left: -100px;
    width: 173px;
    height: 283px;
  }
  .sectionBoxArea .sectionBox {
    padding: 24px 16px;
    margin: 0 0 40px 0;
  }
  .sectionBoxArea .sectionBox .boxTitle {
    font-size: 20px;
    padding: 0px 20px;
    margin: 0 0 16px 0;
  }
  .sectionBoxArea .sectionBox .exampleImgArea .balloonCol .balloonMain {
    padding: 16px 12px;
    font-size: clamp(14px, 3.85vw, 15px);
  }
  .sectionBoxArea .sectionBox .exampleImgArea .balloonCol .balloonArrow {
    clip-path: polygon(0% 0%, 70% 0%, 100% 100%);
    width: 30px;
    height: 24px;
    right: 150px;
    bottom: -23px;
  }
  .sectionBoxArea .sectionBox .exampleImgArea .imgCol {
    padding: 6px 0 0 0;
    text-align: right;
  }
  .sectionBoxArea .sectionBox .exampleImgArea .imgCol img {
    width: 200px;
  }
  .sectionBoxArea .sectionBox .gearListWrap .listColumn {
    padding: 0 0 30px 0;
  }
  .sectionBoxArea .sectionBox .gearListWrap .listColumn:last-of-type {
    padding-bottom: 0;
  }
  .sectionBoxArea .sectionBox .gearListWrap .listColumn .gearList {
    padding: 0 0 30px 0;
  }
  .sectionBoxArea .sectionBox .gearListWrap .listColumn .gearList:last-of-type {
    padding-bottom: 0;
  }
  .sectionBoxArea .sectionBox .gearListWrap .listColumn .gearList .name {
    font-size: clamp(14px, 4.61vw, 18px);
    padding: 0 0 2px 0;
  }
  .sectionBoxArea .sectionBox .gearListWrap .listColumn .gearList .detail {
    padding: 10px 0 0 0;
    font-size: clamp(14px, 3.85vw, 15px);
  }
  .sectionBoxArea .sectionBox .gearListWrap .listColumn .gearList .note {
    padding: 4px 0 0 0;
    font-size: 14px;
  }
  .sectionBoxArea .sectionBox .item {
    font-size: clamp(14px, 4.1vw, 16px);
  }
  .sectionBoxArea .sectionBox .itemNote {
    font-size: clamp(14px, 3.85vw, 15px);
    padding: 8px 0 24px 0;
  }
  .sectionBoxArea .sectionBox .itemBox {
    padding: 20px 16px;
  }
  .sectionBoxArea .sectionBox .itemBox .itemBoxTitle {
    font-size: clamp(14px, 4.1vw, 16px);
    border-bottom: solid 1px #BFBFBF;
    padding: 0px 0 6px;
  }
  .sectionBoxArea .sectionBox .itemBox .boxData {
    padding: 12px 0;
    row-gap: 8px;
    flex-direction: column;
  }
  .sectionBoxArea .sectionBox .itemBox .boxData .dataList {
    font-size: 14px;
  }
}
@media print, screen and (min-width: 768px) {
  .sectionBoxArea .bgImg {
    top: 400px;
    left: -180px;
    width: 173px;
    height: 283px;
  }
  .sectionBoxArea .sectionBox {
    padding: 40px 3.14%;
    margin: 0 0 40px 0;
  }
  .sectionBoxArea .sectionBox .boxTitle {
    font-size: 20px;
    padding: 0px 20px;
    margin: 0 0 8px 0;
  }
  .sectionBoxArea .sectionBox .exampleImgArea {
    display: flex;
    justify-content: center;
    align-items: center;
    -moz-column-gap: 4.1%;
         column-gap: 4.1%;
    padding: 0 0 32px 0;
  }
  .sectionBoxArea .sectionBox .exampleImgArea .balloonCol {
    width: clamp(430px, 60%, 500px);
  }
  .sectionBoxArea .sectionBox .exampleImgArea .balloonCol .balloonMain {
    padding: 28px min(2.5vw, 34px);
    font-size: clamp(14px, 1.33vw, 16px);
  }
  .sectionBoxArea .sectionBox .exampleImgArea .balloonCol .balloonArrow {
    clip-path: polygon(0% 0%, 100% 50%, 0% 100%);
    width: 24px;
    height: 24px;
    right: -23px;
    top: 34px;
  }
  .sectionBoxArea .sectionBox .exampleImgArea .imgCol {
    width: min(30%, 247px);
  }
  .sectionBoxArea .sectionBox .gearListWrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .sectionBoxArea .sectionBox .gearListWrap .listColumn {
    width: min(48.31%, 486px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .sectionBoxArea .sectionBox .gearListWrap .listColumn .gearList {
    padding: 0 0 30px 0;
  }
  .sectionBoxArea .sectionBox .gearListWrap .listColumn .gearList .name {
    font-size: clamp(14px, 1.5vw, 18px);
    padding: 0 0 2px 0;
  }
  .sectionBoxArea .sectionBox .gearListWrap .listColumn .gearList .detail {
    padding: 10px 0 0 0;
    font-size: clamp(14px, 1.33vw, 16px);
  }
  .sectionBoxArea .sectionBox .gearListWrap .listColumn .gearList .note {
    padding: 4px 0 0 0;
    font-size: 14px;
  }
  .sectionBoxArea .sectionBox .item {
    font-size: clamp(14px, 1.33vw, 16px);
  }
  .sectionBoxArea .sectionBox .itemNote {
    font-size: 14px;
    padding: 8px 0 24px 0;
  }
  .sectionBoxArea .sectionBox .itemBox {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
  }
  .sectionBoxArea .sectionBox .itemBox .itemBoxTitle {
    width: 28%;
    font-size: clamp(14px, 1.5vw, 18px);
    text-align: center;
    border-right: solid 1px #BFBFBF;
    padding: 24px 0;
  }
  .sectionBoxArea .sectionBox .itemBox .boxData {
    padding: 12px 6%;
    width: 72%;
    row-gap: 8px;
    justify-content: space-evenly;
  }
  .sectionBoxArea .sectionBox .itemBox .boxData .dataList {
    width: 190px;
    font-size: 14px;
  }
}/*# sourceMappingURL=style.css.map */