﻿@charset "UTF-8";

/* ----トピック---- */

.block-top-topic--header {
}

.block-top-topic--items li {
    border-bottom: 1px solid #333333;
    padding-bottom: 13.5px;
    margin-bottom: 20.5px;
    position: relative;
}

.block-top-topic--items li a {
  display: block;
  text-decoration: none;
}

/*.block-top-topic--items li a:after {
  font-family: FontAwesome;
  content: "\f105";
  position: absolute;
  height: 100%;
  top: 50%;
  font-size: 20px;
  line-height: 20px;
  margin-top: -10px;
  right: 10px;
}*/

.block-top-topic--next-page {
  text-align: center;
}

.block-top-topic--next-page a {
  text-decoration: underline;
}

.block-topic-page--article-header {
  margin: 0;
  padding: 10px;
  border-bottom: 1px solid #eee;
}

.block-topic-page--article-icon {
  vertical-align: middle;
}

.block-topic-page--article-body {
  margin: 10px;
}

.block-topic-page--article figure {
  padding: 10px 10px 0 0;
  font-size: 0;
}

.block-topic-page--article figure img {
  padding: 0 0 10px 10px;
}

.block-topic-details {
  margin: 10px;
}

.block-topic-details--header {
  margin: -10px -10px 0;
}

.block-topic-details--icon {
  vertical-align: middle;
}

.block-topic-details--items {
  margin: 0 -10px 0 -10px;
  border-top: 1px solid #eee;
}

.block-topic-details--items li {
  border-bottom: 1px solid #eee;
  padding: 10px 25px 10px 10px;
  position: relative;
}

.block-topic-details--items li a {
  display: block;
  text-decoration: none;
}

.block-topic-details--items li a:after {
  font-family: FontAwesome;
  content: "\f105";
  position: absolute;
  height: 100%;
  top: 50%;
  font-size: 20px;
  line-height: 20px;
  margin-top: -10px;
  right: 10px;
}

/* ----最近見た商品---- */

.block-recent-item--header {
  padding: 10px;
}

/* ----検索サジェスト---- */

.block-search-suggest {
  position: absolute;
  display: block;
  z-index: 1000;
  text-align: left;
  padding: 5px;
  width: 290px;
  background-color: #fff;
  border: solid 1px #ccc;
}

.block-search-suggest--keyword {
  padding: 2px;
}

.block-search-suggest--keyword-entry {
  display: block;
  text-decoration: none;
}

.block-search-suggest--goods {
  min-height: 64px;
  padding: 2px;
  display: block;
  clear: both;
}

.block-search-suggest--goods-img {
  display: block;
  float: left;
  width: 60px;
  margin-right: 10px;
}

.block-search-suggest--goods-img figure {
  width: 60px;
  height: 60px;
}

.block-search-suggest--goods-img img {
  width: auto;
  height: auto;
}

.block-search-suggest--goods-name,
.block-search-suggest--goods-comment,
.block-search-suggest--goods-price-items {
  width: 100%;
}

.block-search-suggest--keyword:hover,
.block-search-suggest--goods:hover {
  background-color: #dedede;
  cursor: pointer;
}

/* ----パンくず---- */

.block-topic-path {
  padding: 10px 10px;
  font-size: 0;
  background-color: #f5f5f5;
  margin-top: 10px;
  margin-bottom: 10px;
}

.block-topic-path--list li {
  display: inline-block;
  font-size: 12px;
  padding-right: 5px;
}

.block-topic-path--list a {
  text-decoration: underline;
}

/* ----キーワード検索ブロック---- */
.block-search-box--form{
    width: 100%;
    display: flex;
    justify-content: center;
    background: #F5F5F5;
    padding-top: 12px;
}
input[type="text"].block-search-box--keyword {
    width: 261px;
    height: 35px;
    line-height: 35px;
    font-size: 11px;
    box-sizing: border-box;
    padding: 0 0 0 46px;
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
    border-top: 1px solid #CBCBCB;
    border-left: 1px solid #CBCBCB;
    border-bottom: 1px solid #CBCBCB;
    border-right: none;
    background: url(../../img/usr/common/icon_search.png) no-repeat;
    background-position: left 17px center;
    background-color: #fff;
}
@media screen and (max-width:374px){
    input[type="text"].block-search-box--keyword {
        width: calc(261 / 375 * 100vw);
    }
}
input[type="text"].block-search-box--keyword:active,
input[type="text"].block-search-box--keyword:focus,
input[type="text"].block-search-box--keyword:focus-visible,
input[type="text"].block-search-box--keyword:focus-within{
    outline: none;
}
button.btn.block-search-box--search-submit{
    background: #E8340C;
    color: #fff;
    text-align: center;
    border-radius: 0 25px 25px 0;
    font-size: 12px;
    width: 89px; 
    height: 35px;
    line-height: 35px;
    padding: 0;
    display: inline-block;
    margin: 0;
}
@media screen and (max-width:374px){
    button.block-search-box--search-submit{
        width: calc(89 / 375 * 100vw);
        font-size: 3.2vw;/*12px*/ 
    }
}


.block-search-box--placeholder {
  position: absolute;
  top: 20px;
  left: 20px;
  color: #999;
  font-size: 14px;
    display: none;
}

.block-search-box--search-submit {
  margin-left: 10px;
  width: 65px;
  height: 38px;
  background: #666;
  color: #fff;
  font-size: 18px;
}

/* ----エラー画面---- */

.block-validation-alert {
  text-align: center;
  margin: 100px 10px;
}

.block-validation-alert--title {
  font-weight: bold;
  margin-bottom: 10px;
}

.block-validation-alert--link {
  display: block;
  margin-top: 10px;
}

.block-common-alert {
  padding: 10px;
  margin: 10px auto;
  border: 1px solid #ebccd1;
  color: #a94442;
  background-color: #f2dede;
  width: calc(355 / 375 * 100vw);
  max-width: 355px;
}

.block-common-alert--link {
  display: block;
  text-decoration: underline;
  margin-top: 10px;
}

.block-common-alert-list {
  padding: 10px;
  margin-bottom: 10px;
  border: 1px solid #666;
  background-color: #fff;
}

.block-common-alert-list--items {
  color: #a94442;
}

/* ----郵便番号サジェスト---- */

.block-ziplist--ziplist-frame {
  z-index: 2000;
}

/* ----サイクル情報編集---- */

.block-regular-cycle--cycle-sub-type {
  margin-bottom: 10px;
  padding: 10px;
  background: #f8f8f8;
  border: 1px solid #ccc;
}

.block-regular-cycle--deliv_date {
  width: 100%;
  margin: 20px 0;
}
.block-regular-cycle--deliv_date--prev-expected-dt {
  border-top: 1px dotted #ccc;
  border-left: 1px dotted #ccc;
  border-right: 1px dotted #ccc;
}

.block-regular-cycle--deliv_date--next-expected-dt {
  border: 1px dotted #ccc;
}

.block-regular-cycle--deliv_date--prev-expected-dt-title,
.block-regular-cycle--deliv_date--next-expected-dt-title {
  padding: 8px;
  text-align: center;
  font-weight: bold;
  vertical-align: top;
  background-color: #f8f8f8;
  border-bottom: 1px dotted #ccc;
}

.block-regular-cycle--deliv_date--prev-expected-dt-date,
.block-regular-cycle--deliv_date--next-expected-dt-date {
  padding: 8px;
  text-align: center;
  font-weight: bold;
  vertical-align: top;
}

/* ----ワンタイムパスワード送信---- */

.block-onetimepassword-send,
.block-onetimepassword-certify {
  margin: 10px;
}

.block-onetimepassword-certify--resend-message {
  margin-top: 10px;
}
.block-onetimepassword-certify--resend-link {
  cursor: pointer;
  color: #333;
  font-size: 14px;
  border: none;
  text-decoration: underline;
  background: none;
}

