.introCont dl {
  margin-top: 20px;
  border: 2px solid #F3BDBB;
}
.introCont dl dt {
  background-color: #e97887;
  color: #fff;
  border-right: 2px solid #F3BDBB;
  width: 35%;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .introCont dl dt {
    width: 100%;
  }
}
.introCont dl dt, .introCont dl dd {
  padding: 10px;
  float: left;
}
@media screen and (max-width: 768px) {
  .introCont dl dt, .introCont dl dd {
    float: none;
  }
}
.introCont dl dd {
  width: 65%;
}
@media screen and (max-width: 768px) {
  .introCont dl dd {
    width: 100%;
  }
}
.introCont dl dd a {
  display: block;
  color: #595757;
  position: relative;
}
@media screen and (max-width: 768px) {
  .introCont dl dd a {
    padding-right: 30px;
    line-height: 150%;
  }
}
.introCont dl dd a:before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-right: 1px #333 solid;
  border-bottom: 1px #333 solid;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  position: absolute;
  right: 5px;
  top: 40%;
}

.listB .flex > div:first-child {
  padding-right: 30px;
}
@media screen and (max-width: 768px) {
  .listB .flex > div:first-child {
    padding-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .listB .flex > div:nth-child(2) {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }
}
.listB ul {
  margin-top: 20px;
}

#check h3 {
  background-image: url(img/check.png);
  background-size: 172px auto;
  background-repeat: no-repeat;
  height: 43px;
  width: 172px;
  color: #e97887;
  font-weight: normal;
  padding: 25px 0 0 30px;
}
#check ul {
  border: 2px solid #F3BDBB;
  padding: 20px;
  background-image: url(/common/img/bg_net01.gif);
}
#check ul li {
  font-size: 13px;
  float: left;
  width: 32%;
  margin-bottom: 10px;
  padding-left: 18px;
  line-height: 150%;
  position: relative;
}
@media screen and (max-width: 768px) {
  #check ul li {
    width: 50%;
  }
}
#check ul li:before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border: 1px #a6a4a3 solid;
  position: absolute;
  left: 0;
  top: 5px;
}
#check .attention {
  border: 2px #ffb700 solid;
  background-color: #fffcd5;
  padding: 10px;
  text-align: center;
  margin-top: 20px;
  line-height: 150%;
}
#check .attention span {
  background-image: url(img/icon_att.png);
  background-repeat: no-repeat;
  background-position: left center;
  display: inline-block;
  padding: 5px 0 5px 30px;
}

.center {
  text-align: center;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .center img {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .flex {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.aboutwakigaimg {
  float: right;
}
@media screen and (max-width: 768px) {
  .aboutwakigaimg {
    width: 110px;
  }
}

.aboutwakiga {
  width: 510px; /*IE9*/ /*Chrome19~25*/ /*Firefox4~15*/
  width: calc(100% - 220px);
  float: left;
}
@media screen and (max-width: 768px) {
  .aboutwakiga { /*Chrome19~25*/ /*Firefox4~15*/
    width: calc(100% - 120px);
    padding-bottom: 20px;
  }
}

.aboutwakiga2 {
  width: 510px; /*IE9*/ /*Chrome19~25*/ /*Firefox4~15*/
  width: calc(100% - 220px);
  float: left;
}
@media screen and (max-width: 768px) {
  .aboutwakiga2 {
    width: 100%;
    float: none;
  }
}