/*************************************************
CSS
index.css

*************************************************/
.contents_iwb_office sup {
  line-height: 1;
}

.main_vi_device {
  color: #fff;
}

.main_vi_device .title {
  font-size: 24px;
  line-height: 1.4;
}

.main_vi_device .lead {
  font-size: 16px;
  line-height: 1.4;
}

.point_item .note {
  font-size: 12px;
  margin-top: 8px;
}

.icon_new{
  color: #cf142b;
  border: solid 1px #cf142b;
  font-weight: normal;
  vertical-align: text-bottom;
  padding: 0 0.5em;
}

@media (min-width: 641px) {
  .point_item {
    display: flex;
    margin-top: 30px;
  }
  .point_item .heading {
    margin-right: 13px;
  }
  .point_item .heading_img {
    width: 189px;
  }
  .point_item .heading_text {
    display: none;
  }
  .point_item .right_group {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
  }
  .point_item .title_group {
    width: 100%;
    display: flex;
    align-items: flex-end;
    border-bottom: 2px solid #eb6da5;
    padding-bottom: 10px;
    margin-bottom: 25px;
  }
  .point_item.purple .title_group {
    border-bottom: 2px solid #8f82bc;
  }
  .point_item .title_icon {
    display: block;
    margin-right: 20px;
  }
  .point_item .title_text {
    font-size: 24px;
    font-weight: bold;
    color: #333;
  }
  .point_item .text_group {
    width: 48%;
  }
  .point_item .pic {
    width: 49%;
  }
}
@media (max-width: 640px) {
  .point_item {
    margin-top: 30px;
  }
  .point_item .heading_img {
    display: none;
  }
  .point_item .heading_text {
    display: block;
    font-size: 18px;
    font-weight: bold;
    color: #eb6da5;
    border-bottom: 2px solid #eb6da5;
    padding-bottom: 0.4em;
  }
  .point_item.purple .heading_text {
    color: #8f82bc;
    border-bottom: 2px solid #8f82bc;
  }
  .point_item .right_group {
    margin-top: 10px;
  }
  .point_item .title_group {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }
  .point_item .title_icon {
    width: auto;
    height: 40px;
    margin-right: 10px;
  }
  .point_item .title_text {
    font-size: 18px;
    font-weight: bold;
    margin: 10px 0;
  }
  .point_item .text_group {
    margin-top: 10px;
  }
  .point_item .pic {
    margin-top: 15px;
  }
}
