@charset "UTF-8";

.nav_global-search {
  display: none !important;
}

@media print,
screen and (min-width: 668px) {
  .header-searchA {
    display: none !important;
  }

  #search {
    font-size: 16px;
  }

  #search * {
    font-size: 16px;
  }

  #search .reSearchSelect {
    display: none;
  }
}

@media only screen and (max-width: 667px) {
  .header_tab_index {
    z-index: 3001 !important;
  }
}


.cfix:after {
  content: "";
  display: block;
  clear: both;
}

#breadcrumbs {
  margin: 0 !important;
}

#wrapper,
#content {
  float: none;
  width: auto !important;
}

@media only screen and (max-width: 667px) {
  #container #wrapper {
    padding-top: 62px;
  }

  #container .mmbrSts-org~#wrapper,
  #container .mmbrSts-org_pre~#wrapper,
  #container .mmbrSts-hataraki~#wrapper {
    padding-top: 140px;
  }
}

.mainTitle {
  background: #fff87a;
  text-align: center;
}

.coin .mainTitle {
  background: #fcd6df;
}

.coin_tsukau .mainTitle {
  background: url(../images/main_tsukaeru_bg.jpg);
}

.coin_tamaru .mainTitle {
  background: #fff7be;
}

.mainTitle img {
  margin: auto;
  width: 100%;
  max-width: 956px;
  height: auto;
}

.coin .mainTitle img {
  max-width: 1200px;
}

#search {
  text-align: left;
  /* reset */
  /* .memb：組織員 */
  /* .indv：家庭用 */
  /* .corp：事業所 */
  /* 共通 */
}

#search * {
  box-sizing: border-box;
}

#search input,
#search button,
#search textarea,
#search select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

#search select::-ms-expand {
  display: none;
}

#search.memb .searchBox {
  background: #415879;
}

#search.memb .reSearch .reSearchBtn {
  border: 2px solid #415879;
}

#search.memb .reSearch .reSearchSubmit {
  border: 1px solid #415879;
  color: #415879;
}

#search.memb .reSearch h3 {
  color: #415879;
}

#search.memb .resultContentsBox {
  width: 480px;
  float: left;
}

#search.memb .reSearchPlaceList input[type=checkbox]:checked+label:before,
#search.memb .reSearchPriceList input[type=checkbox]:checked+label:before,
#search.memb .reSearchConditionList input[type=checkbox]:checked+label:before {
  background: #415879;
}

#search.memb .pageList li.is-active {
  background: #415879;
}

#search.memb .recommend {
  background: #e5effd;
}

#search.memb .recommend h2 {
  border-left: 5px solid #415879;
}

#search.indv .searchBox {
  background: #990000;
}

#search.indv .reSearch .reSearchBtn {
  border: 2px solid #e95080;
}

#search.indv .reSearch .reSearchSubmit {
  border: 1px solid #e95080;
  color: #e95080;
}

#search.indv .reSearch h2 {
  color: #990000;
}

#search.indv .reSearchPlaceList input[type=checkbox]:checked+label:before,
#search.indv .reSearchPriceList input[type=checkbox]:checked+label:before,
#search.indv .reSearchConditionList input[type=checkbox]:checked+label:before {
  background: #e95080;
}

#search.indv .pageList li.is-active {
  background: #990000;
}

#search.indv .recommend {
  background: #fde9f1;
}

#search.indv .recommend h2 {
  border-left: 5px solid #e95080;
}

#search .searchBox {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3);
  position: relative;
  z-index: 1;
}

#search .searchBox .boxInr {
  width: 960px;
  margin: 0 auto;
  padding: 25px 0;
}

#search .searchBox .searchForm {
  margin-bottom: 20px;
}

#search .searchBox .searchForm .searchFormText {
  width: 580px;
  height: 48px;
  font-size: 24px;
  padding: 10px 20px 10px 10px;
  background: #fff;
  height: 48px;
  border-radius: 8px 0 0 8px;
  box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.3) inset;
  display: block;
  float: left;
  margin-right: -10px;
}

#search .searchBox .searchForm .searchFormSubmit {
  width: 100px;
  font-size: 20px;
  background: #e8e8e8;
  height: 48px;
  color: #333333;
  border-radius: 0 8px 8px 0;
  box-shadow: -2px 0 5px 1px rgba(0, 0, 0, 0.3) inset;
  cursor: pointer;
  display: block;
  padding-left: 10px;
}

#search .searchBox .topicWord {
  line-height: 1;
}

#search .searchBox .topicWord dt {
  color: #fff;
  opacity: .5;
  float: left;
}

#search .searchBox .topicWord dd {
  float: left;
  margin-left: 10px;
  padding-left: 10px;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}

#search .searchBox .topicWord dd a {
  color: #fff;
  text-decoration: none;
}

#search .searchBox .topicWord dd a:hover {
  text-decoration: underline;
}

#search .resultInfoBox:not(.resultInfoBoxBtm) {
  box-shadow: 0 4px 4px 0 rgb(0 0 0 / 10%);
  background: #f7f7f7;
  position: relative;
}

#search .resultInfoBox .boxInr {
  width: 960px;
  margin: 0 auto;
  padding: 5px 0;
  position: relative;
}

#search .resultInfoBox h2 {
  margin-bottom: 5px;
}

#search .resultInfoBox .resultNum {
  color: #dc0000;
  font-size: 40px;
  font-weight: bold;
}

#search .resultInfoBox .resultSort {
  float: left;
  margin-right: 25px;
  margin-bottom: 20px;
}

#search .resultInfoBox .resultSort dt {
  float: left;
  padding: 9px 0 0;
  height: 40px;
}

#search .resultInfoBox .resultSort dd {
  overflow: hidden;
  float: left;
  width: 160px;
}

#search .resultInfoBox .resultDisplay {
  position: absolute;
  top: 21px;
  right: 10px;
  overflow: hidden;
}

#search .resultInfoBox .resultDisplay dt {
  float: left;
  height: 40px;
}

#search .resultInfoBox .resultDisplay dd {
  margin-right: 10px;
  cursor: pointer;
  float: left;
}

#search .resultInfoBox .resultDisplay dd:hover {
  color: #F60;
  text-decoration: underline;
}

#search .resultInfoBox .resultDisplay dd:last-child {
  margin-right: 0;
}

#search .resultInfoBox .sortPattern,
#search .resultInfoBox .sortNumber {
  height: 40px;
  border: 1px solid #ccc;
  font-size: 16px;
  padding: 8px 38px 8px 10px;
  background: #fff url(../images/bg-select.png) 100% 50% no-repeat;
  border-radius: 8px;
  cursor: pointer;
  width: 100%;
}

#search .resultInfoBox .resultDisplay .icon-tile {
  background: url(../images/icon-tile.png) 0 50% no-repeat;
  min-height: 23px;
  padding-left: 30px;
  color: #990000;
}

#search .resultInfoBox .resultDisplay .icon-list {
  background: url(../images/icon-list.png) 0 50% no-repeat;
  min-height: 23px;
  padding-left: 30px;
  color: #990000;
}

#search .resultInfoBox .recommendWord {
  clear: both;
  line-height: 1;
}

#search .resultInfoBox .recommendWord dt {
  float: left;
  margin-left: 30px;
}

#search .resultInfoBox .recommendWord dt:first-child {
  margin-left: 0;
}

#search .resultInfoBox .recommendWord dd {
  float: left;
  margin-left: 10px;
  padding-left: 10px;
  border-left: 1px solid #959595;
}

#search .resultInfoBox .recommendWord a {
  text-decoration: none;
}

#search .resultInfoBox .recommendWord a:hover {
  color: #F60;
  text-decoration: underline;
}

#search .resultMainBox {
  width: 960px;
  margin: 0 auto 80px;
}

#search .reSearch {
  width: 251px;
  margin-right: 21px;
  float: left;
}

#search .reSearch .reSearchBtn {
  margin-bottom: 10px;
  padding: 4px;
  border-radius: 4px;
  transition: opacity .4s;
}

#search .reSearch .reSearchBtn:hover {
  transition: opacity .4s;
  opacity: .7;
}

#search .reSearch .reSearchSubmit {
  border-radius: 2px;
  font-size: 16px;
  text-align: center;
  width: 100%;
  padding: 16px;
  cursor: pointer;
}

#search .reSearch .clearBtn {
  text-align: center;
  color: var(--accent-color);
  cursor: pointer;
  border: 1px solid #D58A7F;
  padding: 7px;
  border-radius: 4px;
  transition: all 0.4s ease-out;
}

#search .reSearch .clearBtn:hover {
  background-color: #F2D2CE;
}

#search .reSearch h2 {
  padding-top: 15px;
  border-top: 1px solid #ccc;
  letter-spacing: -1px;
}

#search .reSearch h2:before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  background: #990000;
  border-radius: 50%;
  margin-right: 5px;
  position: relative;
  top: -1px;
}

#search .reSearch h3 img {
  vertical-align: middle;
  margin-right: 5px;
  position: relative;
  top: -2px;
}

#search .reSearchPlaceList ul,
#search .reSearchPriceList ul,
#search .reSearchConditionList ul {
  margin-bottom: 25px;
}

#search .reSearchPlaceList input[type=checkbox],
#search .reSearchPriceList input[type=checkbox],

#search .reSearchConditionList input[type=checkbox] {
  display: none;
}

#search .reSearchPlaceList input[type=checkbox]:checked+label:after,
#search .reSearchPriceList input[type=checkbox]:checked+label:after,
#search .reSearchConditionList input[type=checkbox]:checked+label:after {
  position: absolute;
  content: '';
  display: block;
  background-image: url(../images/icon-checked.png);
  background-size: 13px;
  width: 13px;
  height: 10px;
  top: 14px;
  left: 3px;
}

#search .reSearchPlaceList label,
#search .reSearchPriceList label,
#search .reSearchConditionList label {
  position: relative;
  display: inline-block;
  padding: 0 0 0 28px;
  cursor: pointer;
}

#search .reSearchPlaceList label:before,
#search .reSearchPriceList label:before,
#search .reSearchConditionList label:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 18px;
  height: 18px;
  background: #fff;
  border: 1px solid #999;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.4) inset;
  border-radius: 4px;
}

#search .reSearchPlaceList label:hover,
#search .reSearchPriceList label:hover,
#search .reSearchConditionList label:hover {
  text-decoration: underline;
  color: var(--link-color);
}

#search .reSearchPlaceList label.no-hits-found,
#search .reSearchPriceList label.no-hits-found,
#search .reSearchConditionList label.no-hits-found {
  color: #b5b5b5;
  text-decoration: none;
}

#search .reSearchConditionList ul {
  margin-left: 15px;
  padding-left: 8px;
  display: none;
}

#search .reSearchConditionList ul:before {
  content: "";
  position: absolute;
  width: 1px;
  height: -webkit-calc(100% - 25px);
  height: calc(100% - 25px);
  border-left: 1px dotted #666;
  top: 25px;
  left: 15px;
}

#search .reSearchConditionList li {
  position: relative;
}

#search .reSearchConditionList>li>ul li:before {
  content: "";
  position: absolute;
  width: 7px;
  height: 1px;
  border-top: 1px dotted #666;
  top: 8px;
  left: -8px;
}

#search .reSearchConditionList>li>ul li:last-child:before {
  height: 100%;
  background: #fff;
}

#search .shoulderTag01 {
  color: #333;
  background: #e8e8e8;
  padding: 3px 6px 2px;
  font-size: 11px;
  display: inline-block;
}

#search .shoulderTag02 {
  color: #fff;
  background: #415879;
  padding: 3px 10px;
  font-size: 14px;
  display: inline-block;
}

#search .resultContentsBox {
  overflow: hidden;
}

#search .resultContents article a:hover {
  opacity: .7;
  transition: opacity .4s;
}

#search .resultContents article a:hover h3 {
  text-decoration: underline;
  color: var(--link-color);
}

#search .resultContents article figure img+img {
  width: auto;
  left: inherit;
  right: 5px;
  top: 5px;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

#search .resultContents article .lead {
  margin-bottom: 15px;
}

#search .resultContents article .priceBlock p {
  color: #990000;
}

#search .resultContents article .priceBlock .priceHead {
  font-size: 14px;
  line-height: 1;
  margin-top: 8px;
}

#search .resultContents article .priceBlock .priceNum {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: -2px;
  line-height: 1;
  margin-top: 4px;
}

#search .resultContents article .priceBlock .priceWOTax {
  font-size: 14px;
  color: #000;
}

#search .resultContents article .condition li {
  display: inline-block;
  border: 1px solid #e76361;
  border-radius: 100px;
  padding: 3px 8px 3px 35px;
  text-align: center;
  color: #e76361;
  font-size: 14px;
}

#search .resultContents article .conditionTag01 {
  background: url(../images/icon-movie.png) 10px 50%/18px no-repeat;
}

#search .resultContents article .conditionTag02 {
  background: url(../images/icon-pdf.png) 12px 50%/14px no-repeat;
}

#search .layout-list .resultContentText {
  overflow: hidden;
}

#search .layout-list .resultContentText>*:last-child {
  margin-bottom: 0;
}

#search .layout-list h3 {
  margin-bottom: 10px;
  height: auto !important;
}

#search .layout-list .lead {
  height: auto !important;
}

#search .layout-list .condition {
  text-align: right;
}

#search .layout-tile {
  display: -webkit-flex;
  display: -ms-flex-box;
  display: flex;
  flex-wrap: wrap;
}

#search .layout-tile article:nth-child(3n) {
  margin-right: 0;
}

#search .layout-tile .lead {
  font-size: 16px;
}

#search .pager {
  display: -webkit-flex;
  display: -ms-flex-box;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  color: #555;
  margin-top: 55px;
}

#search .pager p {
  display: inline-block;
  border: 1px solid #ccc;
  padding: 10px;
  border-radius: 4px;
  cursor: pointer;
}

#search .pager p:hover {
  text-decoration: underline;
}

#search .pager .pageList li {
  display: inline-block;
  border: 1px solid #ccc;
  padding: 10px 0;
  border-radius: 4px;
  cursor: pointer;
  width: 50px;
  text-align: center;
}

#search .pager .pageList li:hover {
  text-decoration: underline;
}

#search .pager .pageList li.is-active {
  color: #fff;
  cursor: default;
}

#search .pager .pageList li.is-active:hover {
  text-decoration: none;
}

#search .recommend {
  padding: 25px 20px;
}

#search .recommend h2 {
  padding-left: 8px;
  margin-bottom: 30px;
}

#search .recommend article {
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: 1px solid #ccc;
}

#search .recommend article:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

#search .recommend article a {
  color: inherit;
  display: block;
  text-decoration: none;
  transition: opacity .4s;
}

#search .recommend article a:hover {
  opacity: .7;
  transition: opacity .4s;
}

#search .recommend article a:hover h3 {
  text-decoration: underline;
  color: #F60;
}

#search .recommend article figure {
  width: 90px;
  height: 90px;
  overflow: hidden;
  position: relative;
  display: block;
  margin-right: 20px;
  float: left;
  border: 1px solid #ccc;
}

#search .recommend article figure img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

#search .recommend article .recommendText {
  overflow: hidden;
}

#search .recommend article .shoulderTag01,
#search .recommend article .shoulderTag02 {
  margin-bottom: 20px;
}

#search .recommend article h3 {
  font-size: 22px;
  margin-bottom: 20px;
}

#search .indvContents {
  width: 190px;
  float: right;
  border: 1px solid #ccc;
  border-radius: 6px;
}

#search .indvContents h2 {
  padding: 20px;
  border-bottom: 1px solid #ccc;
}

#search .indvContents .indvList {
  padding: 24px;
  font-size: 14px;
}

#search .indvContents .indvList li {
  margin-bottom: 20px;
}

#search .indvContents .indvList li:last-child {
  margin-bottom: 0;
}

#search .indvContents .indvList a {
  color: inherit;
  display: block;
  text-decoration: none;
  transition: opacity .4s;
}

#search .indvContents .indvList a:hover {
  opacity: .7;
  transition: opacity .4s;
}

#search .indvContents .indvList a:hover p {
  text-decoration: underline;
  color: #F60;
}

#search .indvContents .indvList figure {
  width: 140px;
  height: 140px;
  overflow: hidden;
  position: relative;
  display: block;
  margin-bottom: 8px;
  border: 1px solid #ccc;
}

#search .indvContents .indvList figure img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
}


.bgDduet {
  background: #fff87a;
}

.linkDduet {
  width: 956px;
  height: 27px;
  text-align: right;
  vertical-align: middle;
  padding: 10px 0 0;
  margin: 0 auto;
}

.linkDduet .fRed {
  color: #f00;
}

/* add */
/*
話題のキーワード削除
復活時に消す
L800~802
*/
#search .searchBox .searchForm {
  margin-bottom: 0;
}

@media screen and (max-width: 667px) {

  .linkDduet {
    width: 100%;
    height: auto;
    text-align: right;
    vertical-align: middle;
    margin: 0 auto;
    padding: 7px 5px 2px;
    box-sizing: border-box;
  }

  .linkDduet span:not(.fRed) {
    float: none !important;
    display: block;
  }

  #search .resultContents article:last-child {
    margin-bottom: 0;
  }

  #search .resultContents article .resultContentText {
    overflow: hidden;
  }

  #search .resultContents article .resultContentText>*:last-child {
    margin-bottom: 0;
    position: static;
  }

  #search .resultContents article .lead {
    margin-bottom: 10px;
  }

  #search .resultContents article .priceNum {
    font-size: 15px;
  }

  #search .resultContents article .condition li {
    padding: 3px 6px 3px 23px;
    font-size: 10px;
    margin-bottom: 5px;
  }

  #search .resultContents article .conditionTag01 {
    background-position: 6px 50%;
    background-size: 12px;
  }

  #search .resultContents article .conditionTag02 {
    background-position: 8px 50%;
    background-size: 10px;
  }

  #search .resultContents article .tagLevel li {
    display: inline-block;
  }

  #search.memb .resultContentsBox {
    width: 100%;
    float: none;
  }

  #search .reSearchSelect {
    display: block;
  }

  #search .reSearchSelect .openReSearchBtn01 {
    display: block;
    background: var(--accent-color);
    padding: 10px;
    text-align: center;
    color: #fff;
    font-weight: bold;
  }

  #search.memb .reSearchSelect .openReSearchBtn01 {
    background: #415879;
  }

  #search .searchBox {
    background: #f7f7f7 !important;
    padding: 15px 0;
    margin-bottom: 0;
    box-shadow: none;
  }

  #search .searchBox .boxInr {
    width: 100%;
    padding: 0;
  }

  #search .searchBox .searchForm {
    margin: 0 10px 20px;
    position: relative;
  }

  #search .searchBox .searchForm .searchFormText {
    width: 100%;
    height: 45px;
    font-size: 14px;
    padding: 10px 47px 10px 10px;
    border-radius: 4px;
    border: 1px solid #ccc;
    display: block;
    box-shadow: none;
    margin: 0;
  }

  #search .searchBox .searchForm .searchFormSubmit {
    width: 47px;
    font-size: 15px;
    height: 43px;
    border-radius: 0 4px 4px 0;
    box-shadow: none;
    position: absolute;
    top: 1px;
    right: 1px;
    padding: 0;
  }

  #search .resultInfoBox .boxInr {
    width: 100%;
    padding: 0;
  }

  #search .resultInfoBox .resultDisplay {
    display: none;
  }

  #search .recommendWord dt {
    font-weight: bold;
    margin-bottom: 10px;
  }

  #search .recommendWord #pbSpellCheck+dt {
    clear: both;
    margin: 0;
  }

  #search .recommendWord dd {
    margin-left: 8px;
    padding-left: 8px;
  }

  #search .recommendWord a {
    color: #d71c58;
    text-decoration: none;
  }

  #search .resultMainBox {
    width: 100%;
    margin: 0 auto 0px;
  }

  #search .reSearch {
    background: #f7f7f7;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 100%;
    overflow: auto;
    -webkit-transition: .4s;
    transition: .4s;
    z-index: 100;
    padding-top: 85px;
    padding-bottom: 53px;
  }

  #search .reSearch.is-open {
    left: 0;
  }

  #wrapper #content #search .reSearch {
    padding-top: 106px;
  }

  #container .mmbrSts-org~#wrapper #content #search .reSearch,
  #container .mmbrSts-org_pre~#wrapper #content #search .reSearch,
  #container .mmbrSts-hataraki~#wrapper #content #search .reSearch {
    padding-top: 182px;
  }

  #search .reSearch.is-open .reSearchBtn {
    left: 0;
  }

  #search.memb .reSearch h3 {
    background: #415879;
  }

  #search .reSearch h3:before,
  #search .reSearch h3 img {
    display: none;
  }

  #search .reSearch h3 .sp_only {
    display: inline;
  }

  #search .reSearchPlaceList,
  #search .reSearchPriceList,
  #search .reSearchDDuetList,
  #search .reSearchConditionList {
    margin-bottom: 0;
  }

  #search .reSearch .reSearchPlaceList li,
  #search .reSearch .reSearchPriceList li,
  #search .reSearch .reSearchConditionList li,
  #search .reSearch .reSearchDDuetList li {
    margin-top: 0;
  }

  #search .reSearch .reSearchPlaceList input[type=checkbox],
  #search .reSearch .reSearchPriceList input[type=checkbox],
  #search .reSearch .reSearchConditionList input[type=checkbox],
  #search .reSearch .reSearchDDuetList input[type=checkbox] {
    display: none;
  }

  #search .reSearch .reSearchPlaceList input[type=checkbox]:checked+label:after,
  #search .reSearch .reSearchPriceList input[type=checkbox]:checked+label:after,
  #search .reSearch .reSearchConditionList input[type=checkbox]:checked+label:after,
  #search .reSearch .reSearchDDuetList input[type=checkbox]:checked+label:after {
    background-size: 8px;
    background-repeat: no-repeat;
    background-position: 0 0;
    width: 8px;
    height: 7px;
    top: 14px;
    left: 3px;
  }





  #search .reSearch .reSearchDDuetList ul {
    display: none;
  }

  #search .reSearch .reSearchDDuetList>li>ul>li>label {
    padding-left: 50px;
  }

  #search .reSearch .reSearchDDuetList>li>ul>li>label:before {
    left: 25px;
  }

  #search .reSearch .reSearchDDuetList>li>ul>li>input[type=checkbox]:checked+label:after {
    left: 28px;
  }

  #search .reSearch .reSearchDDuetList>li>ul>li>ul>li>label {
    padding-left: 65px;
  }

  #search .reSearch .reSearchDDuetList>li>ul>li>ul>li>label:before {
    left: 40px;
  }

  #search .reSearch .reSearchDDuetList>li>ul>li>ul>li>input[type=checkbox]:checked+label:after {
    left: 43px;
  }

  #search .reSearch .reSearchDDuetList>li>ul>li>ul>li>ul>li>label {
    padding-left: 80px;
  }

  #search .reSearch .reSearchDDuetList>li>ul>li>ul>li>ul>li>label:before {
    left: 55px;
  }

  #search .reSearch .reSearchDDuetList>li>ul>li>ul>li>ul>li>input[type=checkbox]:checked+label:after {
    left: 58px;
  }

  #search .reSearch .reSearchDDuetList .acc-icon {
    position: relative;
  }

  #search .reSearch .reSearchDDuetList .acc-icon:after {
    content: "";
    width: 13px;
    height: 13px;
    display: block;
    background-image: url(../images/icon-plus.png);
    background-size: 13px;
    background-position: 0 0;
    background-repeat: no-repeat;
    position: absolute;
    top: 16px;
    right: 10px;
  }

  #search .reSearch .reSearchDDuetList .acc-icon.is-open:after {
    background-image: url(../images/icon-minus.png);
  }

  #search .reSearch .reSearchDDuetList .acc-icon>label {
    padding-right: 20px;
  }

  #search .reSearch .reSearchBtn {
    background: #666;
    padding: 5px 15px;
    text-align: center;
    position: fixed;
    width: 100%;
    left: 100%;
    bottom: 0;
    -webkit-transition: .4s;
    transition: .4s;
    border: 0 !important;
    border-radius: 0;
    margin-bottom: 0;
  }

  #search .reSearch .clearBtn.pc_only {
    display: none !important;
  }

  #search .reSearch .clearBtn,
  #search .reSearch .btm_backBtn {
    width: 49%;
    float: left;
    height: 50px;
    background-color: #fff;
    /* position: relative; */
    /* padding: 5px 0 5px; */
    border: 1px solid #ccc;
    border-radius: 6px;
    /* text-align: center; */
    margin-bottom: 0;
    text-decoration: none;
    line-height: 1.4;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  #search .reSearch .clearBtn {
    margin-right: 2%;
  }

  #search .backBtn {
    text-align: center;
    padding: 10px;
    background: #666;
    margin-bottom: 1px;
    color: #fff;
  }

  #search .resultInfoBox {
    padding: 15px 10px;
  }

  #search .resultInfoBoxBtm {
    margin-bottom: 20px;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.3);
    background: #f7f7f7;
  }

  #search .resultInfoBox .resultText2 {
    text-align: center;
    margin-bottom: 10px;
  }

  #search .resultInfoBox .resultText .resultNum {
    font-size: 15px;
    font-weight: bold;
    color: #d71c58;
  }

  #search .pager {
    color: #555;
    font-size: 11px;
    position: relative;
    margin-top: 0;
  }

  #search .pager p {
    padding: 10px 5px;
    border-radius: 3px;
    background: #fff;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
    font-size: 11px;
  }

  #search .pager .pageList {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    text-align: center;
    width: 184px;
  }

  #search .pager .pageList li {
    border-radius: 3px;
    width: 33px;
    background: #fff;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
    font-size: 11px;
  }

}


/* 20200630追記 */
#wrap_muryou {
  width: 956px;
  margin: 20px auto;
}

#wrap_muryou h2 {
  font-size: 18px;
  pointer-events: none;
  margin: 20px 0 5px;
}

#wrap_muryou h2:before {
  content: '▽';
}

#wrap_muryou h2:after {
  content: '▽';
}

#wrap_muryou p {
  font-size: 16px;
  line-height: 1.6;
}

.wrap_dduet_link {
  text-align: right;
}


@media screen and (max-width: 667px) {
  #wrap_muryou {
    width: 94%;
    margin: 10px auto;
  }

  #wrap_muryou h2 {
    width: 95%;
    font-size: 4vw;
    text-align: center;
    pointer-events: inherit;
    background: #ddd;
    border-radius: 5px;
    padding: 5px;
    margin: 15px auto;
  }

  #wrap_muryou h2.active:before {
    content: '△';
  }

  #wrap_muryou h2.active:after {
    content: '△';
  }

  #wrap_muryou p {
    font-size: 3.4vw;
  }

  .wrap_dduet {
    display: none;
  }

  .wrap_dduet_link {
    margin: 10px 0 0;
  }
}

/* 20200630追記ここまで */

* {
  box-sizing: border-box;
}

body {
  --link-color: #0066CC;
  --accent-color: #990000;
    --primary-color: #373737;
      --secondary-color: #dcdcdc;
}

html>body p,
html>body li {
  line-height: 1.6;
}

html>body small {
  font-size: 0.9em;
}

.link:link {
  color: var(--link-color);
  text-decoration: none;
  transition: all 0.4s ease-out;
  font-weight:700;
}

.link:visited {
  color: var(--link-color);
  text-decoration: none;
  font-weight: 700;
}

.link:link:hover {
  text-decoration: underline;
}

@media screen and (max-width: 667px) {
  .link:link {
    color: var(--link-color);
    text-decoration: underline;
    font-weight:400;
  }
    .link:visited {
      color: var(--link-color);
      text-decoration: underline;
    }
}

body.takuhai {
  --primary-color: #EA5481;
  --secondary-color: #FCEBF1;
}

body.takuhai .takuhai-d-none {
  display: none;
}

body.cointamaru {
  --primary-color: #FB6E41;
  --secondary-color: #FFF0C2;
}

body.cointamaru .cointamaru-d-none {
  display: none;
}

body.cointsukaeru {
  --primary-color: #2AACAC;
  --secondary-color: #D6EEF0;
}

body.cointsukaeru .cointsukaeru-d-none {
  display: none;
}

body.card {
  --primary-color: #9A7FDD;
  --secondary-color: #F0EBFC;
}

body.card .card-d-none {
  display: none;
}

/*
*検索タイプ切り替え
*/

.type-select {
  padding: 10px;
  background: #f7f7f7;
}

.type-btns {
  display: flex;
  justify-content: center;
  margin: 0 auto;
  width: 100%;
  max-width: 600px;
  gap: 5px;
}

.type-btns__item {
  flex: 1 1 25%;
  text-align: center;
  padding: 28% 0 0 0;
  border-radius: 5px;
  cursor: pointer;
  transition: .4s;
  position: relative;
}

.type-btns__item a {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.type-btns__item--takuhai a {
  background: url('../images/btn_01_sp.png') no-repeat top center / contain;
}

.type-btns__item--cointamaru a {
  background: url('../images/btn_02_sp.png') no-repeat top center / contain;
}

.type-btns__item--cointsukaeru a {
  background: url('../images/btn_03_sp.png') no-repeat top center / contain;
}

.type-btns__item--card a {
  background: url('../images/btn_04_sp.png') no-repeat top center / contain;
}

body.takuhai .type-btns__item--takuhai a {
  background: url('../images/btn_01_a_sp.png') no-repeat top center / contain;
}

body.cointamaru .type-btns__item--cointamaru a {
  background: url('../images/btn_02_a_sp.png') no-repeat top center / contain;
}

body.cointsukaeru .type-btns__item--cointsukaeru a {
  background: url('../images/btn_03_a_sp.png') no-repeat top center / contain;
}

body.card .type-btns__item--card a {
  background: url('../images/btn_04_a_sp.png') no-repeat top center / contain;
}

.type-disc {
  padding: 15px 15px;
  background: #fff;
  border-radius: 6px;
}

.type-disc__ac-header {
  background: var(--secondary-color);
  border: 1px solid var(--primary-color);
  border-radius: 5px;
  position: relative;
  color: var(--primary-color);
  text-align: center;
  font-weight: 700;
  font-size: 13px;
  padding: 10px 10px 8px;
  margin-top: 16px;
}

.type-disc__ac-header::after {
  content: '';
  position: absolute;
  top: calc(50% - 2px);
  right: 15px;
  width: 6px;
  height: 6px;
  border-style: solid;
  border-width: 0 2px 2px 0px;
  border-color: transparent var(--primary-color) var(--primary-color) transparent;
  transform: translateY(-50%) rotate(45deg);
}

.type-disc__ac-header.is-open::after {
  content: '';
  position: absolute;
  top: calc(50% + 2px);
  right: 15px;
  width: 6px;
  height: 6px;
  border-style: solid;
  border-width: 0 2px 2px 0px;
  border-color: transparent var(--primary-color) var(--primary-color) transparent;
  transform: translateY(-50%) rotate(-135deg);
}

.type-disc__ac-body {
  display: none;
  margin-top: 15px;
}

.type-disc__ac-body .strong {
  font-weight: 700;
  color: var(--primary-color);
}

.type-disc__ac-body .mt-10 {
  margin-top: 1em;
}

.type-disc__ac-body .pl-10 {
  padding-left: 1em;
}

/*
*検索部分
*/
.openReSearchBtn01 {
  position: relative;
}

.openReSearchBtn01::after {
  content: '';
  position: absolute;
  top: calc(50% + 0px);
  right: 15px;
  width: 6px;
  height: 6px;
  border-style: solid;
  border-width: 0 2px 2px 0px;
  border-color: transparent #fff #fff transparent;
  transform: translateY(-50%) rotate(-45deg);
}

.backBtn span {
  position: relative;
}

.backBtn span::before {
  content: '';
  position: absolute;
  top: 7px;
  left: -22px;
  width: 16px;
  height: 2px;
  background: #fff;
  transform-origin: center;
  transform: rotate(-45deg);
}

.backBtn span::after {
  content: '';
  position: absolute;
  top: 0px;
  left: -15px;
  width: 2px;
  height: 16px;
  background: #fff;
  transform-origin: center;
  transform: rotate(-45deg);
}

.search-form__header {
  margin-bottom: 8px;
}

.search-form__group {
  padding: 20px 25px;
  border-bottom: 1px solid #ccc;
}

.search-form__group.last {
  border-bottom: none;
}

#search .reSearch label {
  padding: 6px 0px 6px 19px;
  line-height: 1.8;
}

#search .reSearch label:before {
  top: 10px;
  left: 0px;
  width: 12px;
  height: 12px;
  border-radius: 0;
}

/*
*商品一覧
*/

.product-list__item a {
  display: flex;
  align-items: flex-start;
  padding: 20px 10px;
  width: 100%;
  border-bottom: 1px solid #ccc;
}

.product-list__item a:hover {
  text-decoration: none;
}

.product-list__item-image {
  flex: 0 0 100px;
  border: 1px solid #ccc;
}

.product-list__item-image img {
  width: 100%;
  object-fit: cover;
  vertical-align: bottom;
}

.product-list__item-body {
  margin-left: 15px;
  width: auto;
  flex: 1 1 100%;
}

.product-list__item-info {
  display: flex;
  align-items: center;
}

.product-list__item-title {
  font-size: 15px;
  margin-top: 10px;
}

.item-detail__icons {
  display: flex;
  margin-left: 6px;
}

.category-icon {
  display: block;
  width: 20px;
  height: 20px;
  margin-left: 4px;
}

.category-icon img {
  width: 100%;
  object-fit: contain;
}

.priceNum small {
  font-size: 14px;
}

@media screen and (min-width: 668px) {

  .type-btns {
    max-width: 960px;
    gap: 16px;
  }

  .type-btns__item {
    padding: 8.4% 0 0 0;
  }

  .type-btns__item--takuhai a {
    background: url('../images/btn_01.png') no-repeat top center / contain;
  }

  .type-btns__item--takuhai a:hover {
    background: url('../images/btn_01_h.png') no-repeat top center / contain;
  }

  .type-btns__item--cointamaru a {
    background: url('../images/btn_02.png') no-repeat top center / contain;
  }

  .type-btns__item--cointamaru a:hover {
    background: url('../images/btn_02_h.png') no-repeat top center / contain;
  }

  .type-btns__item--cointsukaeru a {
    background: url('../images/btn_03.png') no-repeat top center / contain;
  }

  .type-btns__item--cointsukaeru a:hover {
    background: url('../images/btn_03_h.png') no-repeat top center / contain;
  }

  .type-btns__item--card a {
    background: url('../images/btn_04.png') no-repeat top center / contain;
  }

  .type-btns__item--card a:hover {
    background: url('../images/btn_04_h.png') no-repeat top center / contain;
  }

  body.takuhai .type-btns__item--takuhai a {
    background: url('../images/btn_01_a.png') no-repeat top center / contain;
  }

  body.cointamaru .type-btns__item--cointamaru a {
    background: url('../images/btn_02_a.png') no-repeat top center / contain;
  }

  body.cointsukaeru .type-btns__item--cointsukaeru a {
    background: url('../images/btn_03_a.png') no-repeat top center / contain;
  }

  body.card .type-btns__item--card a {
    background: url('../images/btn_04_a.png') no-repeat top center / contain;
  }

  .type-disc {
    max-width: 960px;
    margin: auto;
    padding: 20px;
  }

  .type-disc__ac-header {
    border: 0;
    border-left: 2px solid var(--primary-color);
    border-radius: 0;
    padding: 4px 0 4px 14px;
    text-align: left;
  }

  .type-disc__ac-header::after {
    content: none !important;
  }

  .type-disc__ac-body {
    display: block !important;
    margin-top: 15px !important;
    padding: 0 !important;
    height: 100% !important;
  }

  html>body .type-disc__inner,
  html>body .type-disc__inner p,
  html>body .type-disc__inner li {
    font-size: 16px;
  }

  /*
  *検索
  */
  #search .resultMainBox {
    margin-top: 30px;
  }

  .search-form__group {
    padding: 0;
    border: none;
    margin-top: 2em;
  }

  #search .reSearch label:before {
    top: 9px;
    left: 0;
    width: 18px;
    height: 18px;
    background: #fff;
    border: 1px solid #999;
    box-shadow: 0 0 3px 0 rgb(0 0 0 / 40%) inset;
    border-radius: 4px;
  }

  #search .reSearch label {
    padding: 6px 0px 6px 27px;
    line-height: 1.8;
  }

  /*
  *商品一覧
  */

  .product-list__item a {
    padding-left: 0;
    border-bottom: 1px dashed #ccc;
  }

  .product-list__item:first-child a {
    padding-top: 0;
  }

  .product-list__item-image {
    flex: 0 0 140px;
    border: 1px solid #ccc;
  }

  /*tile*/
  .resultContents.layout-tile {
    margin-left: -20px;
    margin-top: -55px;
  }

  .layout-tile .product-list__item {
    margin-left: 20px;
    margin-top: 55px;
  }

  .layout-tile .product-list__item a {
    flex-direction: column;
    width: 216px;
    padding: 0;
    border: none;
    height: 100%;
  }

  .layout-tile .product-list__item-body {
    margin: 10px 0 0 0;
    display: flex;
    flex-direction: column;
    height: 100%;
  }

  .layout-tile .priceBlock {
    margin-top: auto;
  }
}

/* 20240412追記 */
.maintenance_text {
  border: 1px solid #ccc;
  padding: 10px;
  margin-bottom: 1em;
  color: #E5014F;
}
.maintenance_text .link{
  color: #E5014F;
}

@media screen and (min-width: 668px) {
  .maintenance_text {
    padding: 7px 14px;
  }
}

/* 20250924追記 */
@media print, screen and (max-width: 667px) {
  .footer_fixblock {
    z-index: 100!important;
  }
}