@charset "utf-8";
/* CSS Document */



/*==============================
共通部分上書き
==============================*/

.what03Box > h4{
  position: relative;
  padding-left: 35px;
}

.what03Box > h4::before {
    content: "!";
    display: inline-block;
    font-size: 36px;
    line-height: 24px;
    margin-right: 15px;
    margin-top: 5px;
    color: #4DC1E9;
    position: absolute;
    left: 0;
    top: 0;
}
