@charset "UTF-8";

#primary {
  font-size: 16px;
}
.consultant_detail h2.hdTxt02-01 {
  font-size: 26px;
  margin-bottom: 24px;
}
.consultant_detail .inner {
  display: flex;
  align-items: flex-start;
  margin-bottom: 20px;
}
.consultant_detail .inner img {
  width: 200px;
  height: auto;
}
.consultant_detail .name {
  color: #ff9d14;
  font-size: 26px;
  line-height: 1;
  margin-bottom: 10px;
}
.hdTxt03-02 {
  font-size: initial;
}
.offerList {
  margin-bottom: 30px;
}
.offerList li {
  position: relative;
}
.offerList li:not(:last-child) {
  margin-bottom: 10px;
}
.offerList li:before {
  content: "";
  border-style: solid;
  border-color: transparent transparent transparent #59d3da;
  border-width: 4px 0 4px 6px;
  position: absolute;
  top: 0.6em;
  left: 0;
}
.offerList a {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  padding-left: 15px;
}
.offerList a:hover {
  text-decoration: underline;
}
.offerList a .icon {
  background: #1e5fb3;
  border-radius: 3px;
  color: #fff;
  font-size: 13px;
  padding: 0 5px;
  margin-right: 5px;
}
.offerList a p {
  color: #1e5fb3;
}
/* PC用 s*/
@media screen and (min-width:769px){
  .consultant_detail .data {
    margin-left: 20px;
    width: calc(100% - 220px);
  }
}
/* PC用 e*/
/* SP用 s*/
@media screen and (max-width: 768px){
  #primary {
    margin: 0 3vw;
  }
  .consultant_detail .inner {
    flex-direction: column;
    align-items: center;
  }
  .consultant_detail .data {
    margin-top: 10px;
  }
  .consultant_detail .name {
    text-align: center;
  }
}
/* SP用 e*/
/*cvBanner s*/
.cvBanner {
  border: solid 1px #aaa;
  display: block;
  color: inherit;
}
.cvBanner:hover {
  opacity: 0.8;
  text-decoration: none;
}
.cvBanner__head {
  background: #fc6e08;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  padding: 5px 0;
  text-align: center;
}
.cvBanner__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 20px 0;
}
.cvBanner__inner__flex {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-left: 20px;
  text-align: center;
}
.cvBanner__inner__flex p:first-child {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.35;
}
.cvBanner__inner__flex p:first-child .color--red {
  color: #f00;
}
.cvBanner__inner__flex p:nth-child(2) {
  background: #fbdebc;
  color: #fc6e08;
  font-size: 14px;
  font-weight: bold;
  margin-top: 10px;
  width: 100%;
}
.cvBanner__inner__flex p:nth-child(2) span:not(:last-child) {
  margin-right: 1em;
}
.cvBanner__bottom {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 10px 0;
}
.cvBanner__bottom__text {
  font-size: 18px;
  font-weight: bold;
  position: relative;
  margin-right: 15px;
  display: flex;
  align-items: center;
}
.cvBanner__bottom__btn {
  background: linear-gradient(to bottom, #61b81c 50%, #64a405 50%);
  border: solid 2px #fff;
  border-radius: 5px;
  box-shadow: 0 0 3px #666;
  color: #fff;
  display: flex;
  align-items: center;
  font-size: 20px;
  padding: 3px 20px;
}
.cvBanner__bottom__btn:after {
  content: "▼";
  border-radius: 50px;
  color: #64a405;
  font-size: 10px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  margin-left: 5px;
  width: 20px;
  height: 20px;
}
.cvBanner__bottom__text:after {
  content: "";
  border-style: solid;
  border-width: 6px 0 6px 10px;
  border-color: transparent transparent transparent #333;
  margin-left: 6px;
}
/*cvBanner SP用 s*/
@media(max-width: 768px){
  .cvBanner {
    margin: 0 auto;
    max-width: 350px;
  }
  .cvBanner__head {
    display: none;
  }
  .cvBanner__inner {
    margin: 0;
    flex-direction: column-reverse;
    padding-bottom: 175px;
    position: relative;
  }
  .cvBanner__inner img {
    position: absolute;
    bottom: 0px;
    left: 15px;
  }
  .cvBanner__inner__flex {
    margin: 0;
    width: 100%;
  }
  .cvBanner__inner__flex p:first-child {
    background: #fc6e08;
    color: #fff;
    font-size: 14px;
    padding: 5px 0;
    width: 100%;
  }
  .cvBanner__inner__flex p:nth-child(2) {
    display: flex;
    flex-direction: column;
    text-align: left;
    padding: 5px 10px;
    position: absolute;
    right: 15px;
    bottom: 30px;
    width: auto;
  }
  .cvBanner__inner__flex p:first-child .color--red {
    color: #ff0;
  }
  .cvBanner__bottom {
    flex-direction: column;
  }
  .cvBanner__bottom__text {
    margin-right: 0;
  }
  .cvBanner__bottom__text:after {
    border-width: 10px 6px 0 6px;
    border-color: #333 transparent transparent transparent;
  }
}
/*cvBanner SP用 s*/
/*cvBanner e*/