@charset "UTF-8";
/* min-width: 1028px; */
/* 共通設定 */
#contentsArea {
  clear: both;
  overflow-x: initial;
}

#wrap {
  box-sizing: border-box;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 16px;
  line-height: 2;
  color: #000;
}

#wrap *,
#wrap *:before,
#wrap *:after {
  box-sizing: inherit;
}

#wrap h2,
#wrap h3,
#wrap h4,
#wrap h5,
#wrap div,
#wrap p,
#wrap ul,
#wrap ol,
#wrap li,
#wrap button {
  font-size: 1em;
  font-family: inherit;
  color: inherit;
  margin: 0 auto;
  padding: 0;
  line-height: 1;
  letter-spacing: normal;
}

#wrap img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  width: 100%;
}

#wrap a {
  color: inherit;
}

#wrap > .contents-wrap {
  margin-bottom: 3em;
}

@media only screen and (min-width: 768px) {
  #wrap > .contents-wrap {
    min-width: 1028px;
  }
}
@media only screen and (max-width: 767px) {
  #wrap {
    font-size: 3.2vw;
  }
  #wrap .--only-pc {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  #wrap .--only-sp {
    display: none;
  }
}
#wrap .--serif {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
#wrap .--sans {
  font-family: "Hiragino Maru Gothic ProN", "Hiragino Maru Gothic Std", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}

#wrap .dfsplusBtn {
  font-weight: bold;
  font-size: 1.3333333333em;
  text-align: center;
}
#wrap .dfsplusBtn.--shop .--btn {
  height: 5em;
  line-height: 1.75;
}
#wrap .dfsplusBtn.--blue .--btn {
  color: #fff;
  background-color: #054e81;
}
#wrap .dfsplusBtn.--keyword .--btn {
  display: inline-flex;
  height: 1.75em;
  padding: 0 1em;
  border: 1px solid #ffc701;
  background-color: #fff;
  line-height: 1;
  font-weight: normal;
  transition: background-color 0.3s linear;
}
#wrap .dfsplusBtn.--keyword .--btn:before, #wrap .dfsplusBtn.--keyword .--btn:after {
  content: none;
}
#wrap .dfsplusBtn.--keyword .--btn > span:before {
  content: "#";
}
#wrap .dfsplusBtn.--keyword input:checked + .--btn {
  background-color: #ffc701;
}
#wrap .dfsplusBtn .--btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 2.5em;
  padding: 0 2em;
  background-color: #fcd64d;
  color: #000;
  border-radius: 999px;
  line-height: 1.5;
  font-weight: bold;
}
@media only screen and (min-width: 768px) {
  #wrap .dfsplusBtn .--btn {
    font-size: 1.1428571429rem;
  }
}
#wrap .dfsplusBtn .--btn:hover {
  opacity: 0.7;
}
#wrap .dfsplusBtn button.--btn {
  cursor: pointer;
}
#wrap .dfsplusBtn button.--btn:before, #wrap .dfsplusBtn button.--btn:after {
  position: absolute;
  top: 50%;
  right: 1em;
  content: "";
  display: block;
  width: 0.625em;
  height: 0.125em;
  background-color: #fff;
  transform: translateY(-50%);
  transition: transform 0.3s linear;
}
#wrap .dfsplusBtn button.--btn:after {
  transform: rotate(90deg);
}
#wrap .dfsplusBtn button.--btn.--open:after {
  transform: rotate(0deg);
}
#wrap .dfsplusBtn button.--btn.--more {
  width: 68%;
}
@media only screen and (min-width: 768px) {
  #wrap .dfsplusBtn button.--btn.--more {
    width: 29.6511627907%;
  }
}
#wrap .dfsplusBtn button.--btn.--more.--open {
  display: none;
}
#wrap .dfsplusBtn input {
  display: none;
}
#wrap .dfsplusBtn label.--btn {
  cursor: pointer;
}
#wrap .dfsplusBtn a.--btn {
  text-decoration: none;
}
#wrap .dfsplusBtn a.--btn:after {
  content: "";
  position: absolute;
  right: 1em;
  top: 50%;
  display: block;
  width: 0.6875em;
  height: 1.125em;
  background: url(../dfsplus_column_img/arrow_l_white.svg) center center no-repeat;
  background-size: cover;
  transform: translateY(-50%);
}

@media only screen and (min-width: 768px) {
  #wrap.dfsplus {
    background: url(../dfsplus_column_img/bg_l.png) top left no-repeat, url(../dfsplus_column_img/bg_r.png) top right no-repeat;
  }
}

#wrap .dfsplusContents {
  padding-top: 2em;
  padding-bottom: 8.3333333333em;
  background: url(../dfsplus_column_img/bg_s.png) top center no-repeat;
  background-size: 100% auto;
}
@media only screen and (min-width: 768px) {
  #wrap .dfsplusContents {
    max-width: 860px;
    width: 100%;
    background-image: none;
  }
}

#wrap .dfsplusDhopLogo {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 4em;
  background-color: #014d8c;
  color: #fff;
}
@media only screen and (min-width: 768px) {
  #wrap .dfsplusDhopLogo {
    width: 100%;
    height: 3em;
    min-height: 48px;
  }
}
#wrap .dfsplusDhopLogo p {
  width: 46.4%;
}
@media only screen and (min-width: 768px) {
  #wrap .dfsplusDhopLogo p {
    width: 20.2325581395%;
    min-width: 174px;
  }
}

#wrap .dfsplusFooter {
  width: 89.3333333333%;
  margin-top: 3.3333333333em;
}
@media only screen and (min-width: 768px) {
  #wrap .dfsplusFooter {
    width: 38.9534883721%;
    margin-top: 2.8571428571rem;
  }
}

#wrap .dfsplusBnr {
  width: 92%;
  margin-top: 3.3333333333em;
}
@media only screen and (min-width: 768px) {
  #wrap .dfsplusBnr {
    width: 100%;
    margin-top: 3.7142857143rem;
  }
}

#wrap .dfsplusCopyright {
  font-size: 0.8333333333em;
  line-height: 1.6;
  color: #666;
  margin: 1em auto 0;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  #wrap .dfsplusCopyright {
    font-size: 0.7142857143rem;
  }
}

.footer-product {
  margin-top: 0;
}