@charset "UTF-8";
/*レスポンシブ*/
/*レスポンシブ*/
/*ホバー時のミックスイン01*/
/*//ホバー時のミックスイン01*/
/*1行表示（2行目以降省略）*/
/*//1行表示（2行目以降省略）*/
/*2行表示（3行目以降省略）*/
/*//2行表示（3行目以降省略）*/
/*3行表示（4行目以降省略）*/
/*//3行表示（4行目以降省略）*/
.dlPrice01 {
  max-width: 950px;
  padding: 0 15px;
  margin: 50px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  border-top: 1px dotted #999;
}
@media screen and (max-width: 767px) {
  .dlPrice01 {
    margin: 4vw 0;
    padding: 0;
  }
}
.dlPrice01 > dt {
  font-weight: bold;
  font-size: 1.8rem;
  padding: 30px 15px;
  margin: 0;
  width: 30%;
  border-bottom: 1px dotted #999;
}
@media screen and (max-width: 767px) {
  .dlPrice01 > dt {
    padding: 4vw 4vw 0;
    width: 100%;
    border-bottom: none;
  }
}
.dlPrice01 > dd {
  font-size: 1.4rem;
  padding: 30px 15px;
  width: 70%;
  border-bottom: 1px dotted #999;
}
@media screen and (max-width: 767px) {
  .dlPrice01 > dd {
    padding: 0 4vw 4vw;
    width: 100%;
  }
}
.dlPrice01 > dd .-priceTxt01 {
  font-size: 1.8rem;
  color: #c11;
  margin-bottom: 0.25em;
}
@media screen and (max-width: 767px) {
  .dlPrice01 > dd .-priceTxt01 {
    font-size: 1.6rem;
  }
}
.dlPrice01 > dd .-infoTxt01 {
  font-size: 1.4rem;
  margin-bottom: 0.5em;
}
.dlPrice01 > dd .-linkBtn01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.dlPrice01 > dd .-linkBtn01 > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.25em 0.5em;
  background-color: #0057AA;
  -webkit-box-flex: initial;
      -ms-flex-positive: initial;
          flex-grow: initial;
  font-size: 1.4rem;
  color: #fff;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .dlPrice01 > dd .-linkBtn01 > a {
    -webkit-transition: 0.7s ease;
    transition: 0.7s ease;
  }
  .dlPrice01 > dd .-linkBtn01 > a:hover {
    opacity: 0.5;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
}
.dlPrice01 > dd .-linkBtn01 > a::before {
  content: "";
  display: block;
  width: 7px;
  height: 11px;
  background: url(../img/cmn/icon_arw01.svg) no-repeat center center;
  margin-right: 0.5em;
}