@charset "UTF-8";
@import url(./common.css);
/*==================================================================*/
/* style css　*/
/*==================================================================*/
/* -------------------------------------------- */
/* tenfeature */
/* -------------------------------------------- */
.tenfeature {
  margin-bottom: 4em;
}
.tenfeature .block {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 1.8em 0;
  border-top: 1px dashed #acacac;
}
.tenfeature .block:last-child {
  border-bottom: 1px dashed #acacac;
}
.tenfeature .block dl {
  width: 82%;
}
.tenfeature .block dl dt {
  margin-bottom: .8rem;
  padding-left: 3em;
  text-indent: -3em;
  font-size: 1.4em;
  font-weight: bold;
  line-height: 1.4;
}
.tenfeature .block dl dt .num {
  margin-right: .5em;
  font-size: 1.8em;
  color: #c84b31;
  line-height: 1;
  letter-spacing: -.5px;
  vertical-align: bottom;
  font-weight: 500;
}
.tenfeature .block dl dd a {
  display: inline-block;
  padding-top: 1em;
  text-decoration: underline;
  font-weight: bold;
}
.tenfeature .block dl dd a:hover {
  text-decoration: none;
}
.tenfeature .block .icon {
  width: 14%;
}

.text {
  margin-bottom: 1em;
  text-align: center;
  font-size: 1.3em;
  font-weight: bold;
}

.otherfeature {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.otherfeature dl {
  width: 48%;
  padding: 2em 0;
  border-bottom: 1px dashed #acacac;
}
.otherfeature dl dt {
  margin-bottom: .5em;
  font-size: 1.1em;
  font-weight: bold;
  padding-left: 2.5em;
  text-indent: -2.5em;
}
.otherfeature dl dt .num {
  font-size: 1.6em;
  vertical-align: bottom;
  line-height: 1;
  color: #c84b31;
  font-weight: 500;
  margin-right: .5em;
}
.otherfeature dl dd a {
  text-decoration: underline;
  font-weight: bold;
}
.otherfeature dl dd a:hover {
  text-decoration: none;
}

/*===========================================================================*/
/*  media quary:1024px  */
/*===========================================================================*/
/*===========================================================================*/
/*  media quary:767px  */
/*===========================================================================*/
@media screen and (max-width: 767px) {
  .tenfeature .block {
    padding: 1.5em 0;
    align-items: center;
  }
  .tenfeature .block dl dt {
    font-size: 1.2em;
  }
  .tenfeature .block dl dt .num {
    font-size: 1.6em;
  }
  .tenfeature .block .icon {
    min-width: 90px;
    padding-left: .5em;
  }

  .otherfeature {
    display: block;
  }
  .otherfeature dl {
    width: 100%;
    padding: 1.5em 0;
  }
}
/*===========================================================================*/
/*  media quary:479px  */
/*===========================================================================*/
@media screen and (max-width: 479px) {
  .read {
    text-align: left;
  }

  .tenfeature {
    margin-bottom: 3em;
  }
  .tenfeature .block {
    display: block;
    padding: 1em 0;
  }
  .tenfeature .block dl {
    width: 100%;
    margin-bottom: 1em;
  }
  .tenfeature .block dl dt {
    padding-left: 2.5em;
    text-indent: -2.5em;
  }
  .tenfeature .block dl dt .num {
    font-size: 1.5em;
  }
  .tenfeature .block .icon {
    width: 100%;
    text-align: center;
    padding-left: 0;
  }
  .tenfeature .block .icon img {
    max-width: 100px;
  }

  .text {
    margin-bottom: 0;
    font-size: 1.1em;
  }
  .text br {
    display: none;
  }

  .otherfeature {
    display: block;
  }
  .otherfeature dl dt {
    font-size: 1em;
  }
}
