@charset "utf-8";

#traitBox .title01 {
  background: url(/opt/information/trait/imgs/icon_exclamation.webp) 0 5px no-repeat;
  background-size: 15px 33px;;
  padding-left: 20px;
}

#traitBox .txt01 {
  font-size: 20px;
  line-height: 1.6;
  font-weight: bold;
  color: #333333;
  margin-bottom: 25px;
}

#traitBox .txt02 {
  font-size: 26px;
  line-height: 1.6;
  font-weight: bold;
  color: #DC1C26;
  margin: 0 5px;
}

#traitBox .contentsBox {
  background-color: #f2f2f2;
  padding: 20px;
  margin-bottom:30px;
}

#traitBox .contentsBox:last-child{
  margin-bottom:0;
}

.appArea .btnArea {
  max-width: 380px;
  margin: 20px auto 0;
}

.appArea .contentsCol2Wrap .imgCol {
  width: 30%;
}

.appArea .contentsCol2Wrap .txtCol {
  width: 70%;
}

@media screen and (max-width: 920px) {
  .appArea .contentsCol2Wrap .imgCol {
    width: 100%;
  }

  .appArea .contentsCol2Wrap .txtCol {
    width: 100%;
  }

  .appArea .contentsCol2Wrap .imgCol {
    text-align: center;
  }
}

@media screen and (max-width: 460px) {
  .appArea .btnType02 {
    font-size: 3.48vw;
  }
}