@charset "UTF-8";
body, html {
  font-size: 100%;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  background: rgba(243, 244, 251, 1);
  color: rgba(51, 51, 51, 1);
}
p {
  line-height: 1.4rem;
}
a {
  color: rgb(46, 59, 146);
  transition: all 0.4s;
}
a:hover {
  opacity: 0.9;
  background: rgba(243, 244, 251, .5);
}
* {
  transition: 0.2s all ease;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
img {
  width: 100%;
}
#loader {
  background: #fff;
  --sk-color: #2E3B92;
}
.flex {
  display: flex;
}
.flex.between {
  justify-content: space-between;
}
.radius {
  border-radius: 4px;
}
.form-container {
  margin: 1rem 0;
}
.mypage h3 {
  font-weight: bold;
  margin: 1rem 0;
}
.ec-alert-warning .ec-alert-warning__icon {
  width: 1rem;
}
.ec-blockBtn--action {
  display: none;
}
/*ページネーション****************/
.pagenations {
  display: flex;
  justify-content: center;
  padding: 1rem;
}
.pagenations .pager-item {
  margin: .5rem;
}
.pagenations .pager-item a {
  padding: .5rem 1rem;
  display: block;
  border: 1px solid rgba(224, 224, 224, 1);
  border-radius: 4px;
}
.pagenations .pager-item.active a {
  background: rgba(243, 244, 251, 1);
  border: 1px solid rgba(46, 59, 146, 1);
  display: flex;
}
.pagenations .pager-item.prev a::before {
  content: "";
  background-image: url("../img/svg/prev.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  display: inline-flex;
  width: .8rem;
  height: .8rem;
  margin-right: 0.5rem;
}
.pagenations .pager-item.next a::after {
  content: "";
  background-image: url("../img/svg/next.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  display: inline-flex;
  width: .8rem;
  height: .8rem;
  margin-left: 0.5rem;
}
@media screen and (max-width: 960px) {
  .pagenations {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .pagenations .pager-item {
    margin: .25rem;
    white-space: nowrap;
    font-size: 0.8rem;
  }
  .pagenations .pager-item a {
    padding: .25rem .5rem;
  }
}
/*スピナー**************************************/
.spinner {
  border: 1px solid rgba(221, 221, 221, 1);
  border-radius: 10px;
  padding: 0.25rem;
  align-items: center;
  display: inline-flex;
}
.spinner .counter {
  width: 4rem;
  text-align: center;
  border: none;
  display: block;
}
.spinner .button {
  border: 0;
  width: 2rem;
  cursor: pointer;
  background-size: 16px;
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
  box-shadow: none;
  color: inherit;
  margin: 0;
  padding: 0;
  border-radius: 0;
  display: flex;
  height: 2.5rem;
  justify-content: center;
}
.spinner .button::after {
  display: none;
}
.spinner .button:hover {
  border: 0;
}
.spinner .button.plus {
  border-left: 1px solid rgba(221, 221, 221, 1);
  padding: .5rem;
}
.spinner .button.minus {
  border-right: 1px solid rgba(221, 221, 221, 1);
  padding: .5rem;
}
.spinner .button.plus img {
  width: 10px;
}
.spinner .button.minus img {
  width: 10px;
}
/*ログイン*************************/
.login .page.contents, .forgot .page.contents {
  max-width: 42rem;
  margin-bottom: 2rem;
}
.login .account-support {
  margin: 0.8rem 0;
}
.login .account-support a {
  text-decoration: underline;
  font-size: 0.9rem;
}
.mypage.login dl {
  margin-bottom: 0.5rem;
}
/*ヘッダー*******************************************/
.header {
  border-bottom: 1px solid rgb(224, 224, 224);
}
.header .lede {
  background: rgb(46, 59, 146);
  color: rgba(255, 255, 255, 1);
  padding: 0.5rem 1rem;
  font-size: 0.8rem;
}
.header .lede span {
  color: rgba(235, 186, 54, 1);
  padding: 0 0.25rem;
  font-weight: bold;
}
.header .wrap {
  justify-content: space-around;
  align-items: center;
  padding: 0.5rem 1rem;
  background: rgba(255, 255, 255, 1);
}
.header .site-title {
  width: 10rem;
  margin-right: auto;
}
.header .site-title a {
  font-size: 1.1rem;
  color: rgba(51, 51, 51, 1);
  font-weight: bold;
}
.header-navi {
  margin-left: auto;
}
.header-navi a {
  padding: 0.5rem;
}
.header-navi .menu span {
  font-size: 0.9rem;
}
.header .menu li a::before {
  content: "";
  display: inline-block;
  width: 1.2rem;
  height: 1.2rem;
  margin: 0 auto;
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: .25rem;
}
.header .menu > li > a {
  color: rgba(46, 59, 146, 1);
  display: flex;
  line-height: 1rem;
}
.header .menu .mypage {
  margin-right: .5rem;
}
.header .menu .mypage::before {
  background-image: url("../img/svg/member.svg");
}
.header .menu li a.cart, .button.finish {
  border: 1px solid rgba(237, 84, 42);
  background: rgba(237, 84, 42);
  color: rgba(255, 255, 255, 1);
}
.header .cart::before {
  background-image: url("../icon/cart-white.svg");
}
.header-navi .menu {
  position: relative;
}
.header-navi .menu .sub-menu {
  position: absolute;
  width: 100%;
  -webkit-transition: all .6s ease;
  transition: all .6s ease;
  visibility: hidden;
  opacity: 0;
  z-index: 1;
}
.header-navi .menu > li.has-menu:hover .sub-menu {
  background: rgba(46, 59, 146, .5);
  visibility: visible;
  opacity: 1;
}
.header .menu li.has-menu:hover a {
  color: rgba(255, 255, 255, 1);
  background: rgba(46, 59, 146, .5);
}
.header .menu li.has-menu .sub-menu a {
  color: rgba(255, 255, 255, 1);
  text-align: left;
  display: block;
}
.header .search .select-wrap {
  font-size: 0.9rem;
  margin: 0;
  border-radius: 4px 0 0 4px;
}
.search .select-wrap {
  border-right: 0;
}
.header .search {
  width: 50%;
  position: relative;
  box-shadow: 0 3px 0px rgba(51, 51, 51, .2);
  border-radius: 4px;
}
.searchform.flex {
  flex-wrap: nowrap;
}
.search .keyword {
  width: 100%;
}
.search .keyword input {
  width: calc(100% - 4rem);
  padding: 0 0.5rem;
  border-radius: 0;
  border: 1px solid rgba(47, 61, 141, 1);
}
.header .search .button {
  min-width: 4rem;
  border-radius: 0 4px 4px 0;
}
.header .search .button:hover {
  border-left: 0;
}
.button-wrap {
  display: flex;
  padding: 1rem;
}
.button-wrap.center {
  justify-content: center;
}
.button-wrap.center .button {
  margin: 1rem;
}
@media screen and (max-width: 960px) {
  .search .keyword .button {
    border-radius: 0 4px 4px 0;
    min-width: 3rem;
    padding: 0.5rem;
  }
  .search .keyword input {
    width: calc(100% - 3rem);
  }
  .header .search .select-wrap {
    width: 50%;
  }
  .sp.head-bottom {
    padding: 1rem;
  }
  .sp.head-bottom .search .select-wrap {
    width: 100%;
    margin: 0;
    border: solid 1px rgba(23, 59, 143, 1);
    background: rgba(255, 255, 255, 1);
  }
  .sp.head-bottom .search .keyword {
    width: 100%;
    margin-top: 0.5rem;
  }
}
/**パンくずリスト******************************/
.breadcrumbs {
  margin: 1%;
  font-size: 0.8rem;
}
.breadcrumbs li a::after {
  content: url("../img/svg/breadcrumbs.svg");
  margin: 0 0.25rem;
}
@media screen and (max-width: 960px) {
  .breadcrumbs {
    white-space: nowrap;
    overflow: hidden;
    width: 90%;
    margin: 0.5rem auto;
  }
  .breadcrumbs li:last-child {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
}
/*予測検索
.result-item {
  position: absolute;
  z-index: 998;
  width: 100%;
  background: rgb(46, 59, 146, 0.8);
}*/

.result-item {
  position: absolute;
  z-index: 998;
  width: 100%;
  background: rgb(255, 255, 255, 1);
  left: 0;
  top: 8.5rem;
  border-radius: 4px;
}

.result-item li {
  background: rgba(255, 255, 255, 1);
  padding: 0.5rem;
  width: 100%;
  border: 1px solid rgb(224, 224, 224);
}
.ui-autocomplete {
  z-index: 9999;
  max-height: 8rem;/*.result-itemと高さを同じにする*/
  overflow-x: hidden;
  overflow-y: scroll;
}
.highlight-term {
  font-weight: bold;
  text-decoration: none;
  background-color: #ffff60;
}
.maker-mark {
  font-size: 11px;
  padding: 2px;
  background-color: #ea5b02;
  color: #fff;
  margin-right: 2px;
}
.category-mark {
  font-size: 11px;
  padding: 2px;
  background-color: #c00;
  color: #fff;
  margin-right: 2px;
}
.tag-mark {
  font-size: 11px;
  padding: 2px;
  background-color: #337ab7;
  color: #fff;
  margin-right: 2px;
}
.word-mark {
  font-size: 11px;
  padding: 2px;
  background-color: #2e8b57;
  color: #fff;
  margin-right: 2px;
}
.data__list:hover {
  background: #f4f4f4;
}
.suggest-data__list {
  padding: 5px;
}
.suggest-data__img img {
  width: 50px;
}
.suggest-category-breadcrumb {
  font-size: 12px;
  color: #a9a9a9;
}
.hot-keywords {
  border-bottom: 1px solid rgb(224, 224, 224);
  background: rgba(255, 255, 255, 1);
  color: rgba(46, 59, 146, 1);
  padding: .5rem;
  line-height: 1.6rem;
  width: 100%;
}
.hot-keywords h2:before {
  content: url("../icon/hot.svg");
  margin-right: 0.5rem;
}
.hot-keywords a {
  background: rgba(230, 232, 246, 1) 0% 0% no-repeat padding-box;
  color: rgba(46, 59, 146, 1);
  font-size: 0.8rem;
  padding: 0.25rem 0.5rem;
  margin: 0 0.25rem;
  font-weight: bold;
}
.hot-keywords h2 {
  font-weight: bold;
  margin: 0 0.5rem;
  white-space: nowrap;
  background: #fff;
}


/*タイトル共通*/
.title {
  border-top: 3px solid rgba(47, 61, 141, 1);
  border-bottom: 1px solid rgba(224, 224, 224, 1);
  position: relative;
  font-size: 1rem;
  font-weight: bold;
  padding: 0.8rem;
  padding-left: 2rem;
  color: rgba(47, 61, 141, 1);
  background: rgba(255, 255, 255, 1);
}
section .title::before, .sidebar .title::before {
  position: absolute;
  content: "";
  width: 1rem;
  height: 3px;
  background: rgba(235, 186, 54, 1);
  left: 0px;
  top: 50%;
  margin-top: -3px;
}
section {
  background: rgba(255, 255, 255, 1);
  margin-bottom: 1rem;
}
.sidebar .maker, .sidebar .category, .sidebar .filter-search {
  background: rgba(255, 255, 255, 1);
  margin-bottom: 1rem;
}
.contents {
  width: calc(100% - 20rem);
  margin: 1%;
}
/*下層ページ*/
.page.contents {
  background: rgba(255, 255, 255, 1);
  width: 90%;
  margin: 1% auto;
}
.page.contents .title {
  text-align: center;
  padding: 0.8rem;
}
.page.contents .inner {
  padding: 2.5% 5%;
}
.page.contents .sub-title {
  font-size: 1.2rem;
  border-bottom: 1px solid rgba(224, 224, 224, 1);
  padding: 0.5rem;
  font-weight: bold;
}
.page.contents .inner h2 {
  border-bottom: 1px solid rgba(46, 59, 146, .3);
  padding: .5rem 0;
  margin: 1rem 0;
  font-weight: bold;
  align-items: center;
}
.page.contents .inner ol {
  margin: 1rem;
}
.page.contents .inner ol li {
  list-style: decimal;
  margin-left: 1rem;
}
/*サイドバー*/
.sidebar {
  width: 20rem;
  margin: 1%;
  font-size: 0.9rem;
}
.sidebar .children {
  display: none;
  border-top: 1px solid rgba(230, 232, 247, 1);
  border-bottom: 1px solid rgba(230, 232, 247, 1);
  position: relative;
  transition: .1s all ease;
}
.sidebar .children li {
  background: rgba(230, 232, 247, .2);
}
.sidebar .children li:last-child {
  border-bottom: 0;
}
.sidebar .title {
  cursor: pointer;
}
.sidebar .parent > li {
  cursor: pointer;
  position: relative;
}
.sidebar li a {
  display: block;
  padding: 0.5rem 1rem;
}
.sidebar .category li span {
  position: absolute;
  right: 0;
  top: 0
}
.sidebar .category li span::before {
  content: "+";
}
.sidebar .category li span.open::before {
  content: "-";
}
.sidebar .category .parent .children.open {
  display: block;
}
.sidebar .category .children.second li {
  padding-left: 1rem;
  background-color: transparent;
}
/*絞り込み検索*/
.filter-search dl {
  padding: 0.5rem;
  border-bottom: 1px solid rgba(224, 224, 224, 1);
}
.filter-search dd .ec-blockCheckbox {
  margin-top: 0.5rem;
}
/**トップページ*********************/
.top-visual {
  background: rgba(255, 255, 255, .5);
  align-items: center;
}
.main_visual {
  width: calc(100% - 22rem);
  height: 35vh;
}
.main_visual .slick-track {
  display: flex;
  height: 100%;
}
.main_visual .slick-slide {
  /*height: 100% !important;*/
  margin: 0 1rem;
}
.main_visual .slick-dots {
  display: none !important;
}
/*.main_visual .slick-list {
  height: 320px;
}*/
.main_visual .slick-slide img {
  height: 35vh;
  width: 100%;
  object-fit: cover;
}
@media screen and (max-width: 960px) {
  section .title::before, .sidebar .title::before {
    top: 0;
  }
  section .title, .sidebar .title {
    padding: 0.5rem 1rem;
  }
  .main_visual .slick-list,.main_visual .slick-slide img,.main_visual {
    height: auto;
  }
}
/**クイックメニュー*/
.quick-menu {
  padding: 1rem;
  padding-top: 0;
  box-shadow: 0 0 3px rgba(230, 232, 246, 1);
  width: 22rem;
  margin-left: auto;
  margin: 0;
}
.quick-menu .name {
  border-top: 3px solid rgba(47, 61, 141, 1);
  position: relative;
  font-size: 1rem;
  padding: 1rem;
  color: rgba(47, 61, 141, 1);
  font-weight: bold;
}
.quick-menu .current-address {
  padding: 1rem;
  border-radius: 4px;
  background: rgba(243, 244, 251, 1);
}
.quick-menu .current-address .button.change {
  width: 5rem;
  padding: 0.25rem;
}
.quick-menu .button-group {
  padding: 1rem 0;
}
.quick-menu .button {
  padding: .5rem;
  width: 50%;
}
.quick-menu .button:first-child {
  margin-right: 1rem;
}
.quick-menu .sub-menu {
  padding-bottom: 0.5rem;
}
.quick-menu .sub-menu li {
  margin-bottom: 0.25rem;
}
.quick-menu .sub-menu a {
  text-decoration: underline;
}
/*未ログイン*/
.quick-menu .logoff-lede .inner {
  padding: 0 1rem;
}
.quick-menu .logoff-lede .button {
  margin: 1rem 0;
  width: 100%;
  display: flex;
  justify-content: center;
}
.quick-menu .logoff-lede .button::before {
  margin-right: 1rem;
}
@media screen and (max-width: 960px) {
  .quick-menu .sub-menu a {
    display: block;
    padding: 0.5rem;
  }
}
/*フッターメニュー*/
.footer .navi {
  background: rgba(51, 51, 51, 1);
  color: rgba(255, 255, 255, 1);
  padding: 2.5% 5%;
}
.footer .contact {
  background: rgba(255, 255, 255, 1);
  padding: 5%;
  text-align: center;
  font-size: 1.2rem;
}
.footer .contact h2 {
  font-weight: bold;
  color: rgba(46, 59, 146, 1);
}
.footer .contact .button {
  padding: 1%;
  max-width: 30rem;
  width: 100%;
  margin: 1rem auto;
}
.footer .contact .more {
  font-size: 1rem;
  background: #f3f4fb;
  border-radius: 4px;
  display: table;
  margin: 1rem auto;
  padding: 0.5rem 2rem;
}
.footer .contact .more:hover {
  opacity: 0.8;
}
.footer .contact .tel {
  justify-content: center;
  align-items: center;
}
.footer .contact .tel a {
  font-size: 2rem;
  font-weight: bold;
  margin: 0 0.5rem;
}
.footer .contact .tel a::before {
  content: url("../img/svg/tel.svg");
  margin-right: 0.5rem;
}
.footer .contact .tel span {
  font-size: 0.8rem;
}
.footer .menu {
  margin-left: auto;
}
.footer .site-title a {
  color: rgba(235, 186, 54, 1);
  font-weight: bold;
}
.footer .menu a {
  color: rgba(255, 255, 255, 1);
  margin-right: 1rem;
  padding: 1rem;
  font-size: 0.8rem;
}
.footer .menu a:hover {
  background-color: transparent;
  color: rgba(255, 255, 255, .8);
}
.page-top::before {
  background: url("../img/svg/pagetop.svg");
  background-repeat: no-repeat;
  content: "";
  width: 20px;
  height: 20px;
  display: table;
  margin: 0 auto;
}
.page-top {
  padding: 1rem;
  display: block;
  text-align: center;
  background: rgb(46, 59, 146);
  color: rgba(255, 255, 255, 1);
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  font-size: .6rem;
  border-radius: 4px;
}
.footer .copy {
  border-top: 1px solid rgba(224, 224, 224, 1);
  display: block;
  padding: 1rem;
  text-align: center;
  color: rgba(255, 255, 255, 1);
  font-size: 0.8rem;
  background: rgba(51, 51, 51, 1);
}
/*サイドバーの探す*/
.sidebar li {
  border-bottom: 1px solid rgba(224, 224, 224, 1);
  position: relative;
}
.sidebar .category .parent > li > a {
  background: rgba(255, 255, 255, 1);
}
.sidebar .parent li span {
  padding: 0.5rem 1rem;
  font-weight: bold;
}
.sidebar .parent li span:hover {
  background: rgba(243, 244, 251, 1);
}
@media screen and (max-width: 960px) {
  .page-top {
    bottom: 10vh;
    padding: 0.5rem;
  }
}
/*お知らせ*******************************************/
.info .info-list li {
  border-bottom: 1px solid rgba(224, 224, 224, 1);
}
.info .info-list li a {
  display: block;
  padding: 1rem;
}
.info .info-list li time {
  color: rgba(51, 51, 51, 1);
  margin-right: 2rem;
}
.info-detail .content {
  line-height: 1.8rem;
}
.info-detail time {
  border-top: 1px solid rgba(224, 224, 224, 1);
  display: block;
  padding-top: 1rem;
  margin-top: 1rem;
  text-align: right;
}
@media screen and (max-width: 960px) {
  .info .info-list li time {
    display: block;
  }
}
.info .info-list li span {
  line-height: 1.4rem;
}
.more {
  display: block;
  text-align: center;
  padding: 1rem;
  font-weight: bold;
}
.more::after {
  content: url("../icon/more.svg");
  margin-left: 0.5rem;
}
.more.back::before {
  content: url("../icon/more-back.svg");
  margin-right: 0.5rem;
  width: 5px;
  display: inline-block;
}
.more.back::after {
  content: "";
}
.button, .list .add-cart {
  background: rgb(46, 59, 146);
  color: rgba(255, 255, 255, 1);
  padding: .5rem 2rem;
  border-radius: 4px;
  text-align: center;
  display: block;
  white-space: nowrap;
}
.list .add-cart {
  background: rgba(237, 84, 42);
}
.button {
  border: 1px solid rgba(51, 51, 51, .4);
  position: relative;
  font-size: 1rem;
  align-self: center;
  cursor: pointer;
}
.button::after {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 100%;
  height: 5px;
  background: rgba(51, 51, 51, .2);
  border-radius: 0 0 4px 4px;
}
.button:hover {
  color: rgba(46, 59, 146, 1);
  border: 1px solid rgba(46, 59, 146, 1);
  background: rgba(235, 186, 54, 1)
}
.button.remove, .button.back {
  color: rgba(46, 59, 146, 1);
  background: rgba(255, 255, 255, 1);
  padding: 0.5rem 1rem;
  border: 1px solid;
}
.button.remove {
  align-items: center;
  display: flex;
  justify-content: center;
}
.button.remove img {
  width: 15px;
  margin-right: .5rem;
}
.add-cart:disabled {
  background: rgb(224, 224, 224);
}
.button.change {
  border: 1px solid rgba(47, 61, 141, 1);
  background: rgba(255, 255, 255, 1);
  color: rgba(47, 61, 141, 1);
  padding: 1rem;
  margin-left: auto;
}
.quote.add-cart::before {
  content: url("../icon/quote.svg");
  width: 18px;
  height: 18px;
  display: inline-flex;
}
.about .button.entry {
  margin-left: auto;
  margin: 0 5%;
}
.about .button.entry {
  text-align: center;
  padding: 1rem 2rem;
  font-size: 1.2rem;
  font-weight: bold;
}
.button.entry::before, .footer .sp.cart-menu li.footer-entry .button.entry::before {
  content: url("../icon/user.svg");
  margin: 0;
  margin-right: 0.5rem;
}
.logoff-lede .button.entry::before, .footer-entry .button.entry::before {
  width: 1.5rem;
  height: 1.5rem;
  display: inline-block;
}
.about .button.entry::before {
  width: 3rem;
  height: 3rem;
  display: block;
  margin: 0 auto 0.5rem auto;
}
.footer .sp.cart-menu li.footer-entry .button.entry {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cart-progress {
  justify-content: center;
  padding: 1rem;
}
.cart-progress ul {
  display: inline-flex;
  position: relative;
  z-index: 1;
}
.cart-progress .item {
  padding: .5rem 2rem;
  background: rgba(230, 232, 247, 1);
  margin-right: 1rem;
  font-weight: bold;
  text-align: center;
  border-radius: 1px;
}
.cart-progress .item:last-child {
  margin-right: 0;
}
.cart-progress .item.active {
  background: rgb(46, 59, 146);
  color: rgba(255, 255, 255, 1);
}
.cart-progress ul::after {
  width: 100%;
  height: 5px;
  content: "";
  display: block;
  background: rgba(230, 232, 247, 1);
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  bottom: 0;
  margin-top: -5px;
  z-index: -1;
}
/*商品リスト*/
.list {
  flex-wrap: wrap;
}
.list li {
  padding: 1rem 0.5rem;
  max-width: 20%;
  width: 100%;
  font-size: 0.9rem;
  position: relative;
  display: flex;
  flex-direction: column;
}
.list h3 {
  font-weight: bold;
  color: rgba(51, 51, 51, 1);
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin: 0.5rem 0;
}
.list .thumb {
  position: relative;
  border: 1px solid rgba(224, 224, 224, 1);
  width: 100%;
  height: 180px;
  padding: 0.5rem;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.list .thumb img {
  height: 100%;
  margin: 0 auto;
  object-fit: contain;
  display: block;
}
.list a {
  display: flex;
  flex-direction: column;
  align-items: stretch;
}
.list .add-cart {
  width: 100%;
  margin: .5rem 0;
  position: relative;
}
.list .quote-link {
  text-decoration: underline;
  color: rgb(46, 59, 146);
}
.list .quote-wrap button, .add-estimate {
  text-decoration: underline;
  color: rgba(47, 61, 141, 1);
}
.add-cart:hover {
  transform: translate(1px, 1px);
}
.add-cart::before {
  content: url("../icon/cart-white.svg");
  vertical-align: middle;
  margin-right: 0.5rem;
}
.list .spec-link {
  color: rgba(46, 59, 146, 1);
  border: 1px solid rgba(46, 59, 146, 1);
  padding: .5rem 1rem;
  width: 100%;
  border-radius: 4px;
  text-align: center;
  margin: .5rem 0;
}
.list .price .tax-type, .list .price .price-type, .price-range {
  font-size: 0.8rem;
  color: rgba(51, 51, 51, 1);
}
.list .price, .open-price {
  color: rgba(237, 84, 42, 1);
  font-size: 1rem;
  text-align: right;
}
.tax-type {
  font-size: 0.8rem;
}
.list .spec-link:before {
  content: url("../icon/spec.svg");
  margin-right: 0.25rem;
}
.list li .spacer { /*ボタンの横を揃える*/
  height: 1rem;
  display: block;
}
.tags a {
  background: rgba(230, 232, 246, 1);
  color: rgba(46, 59, 146, 1);
  font-size: 0.7rem;
  padding: 0.25rem 0.25rem;
  margin: 0.1rem;
  display: inline;
  line-height: 1.4rem;
  border-radius: 1px;
}
.tags a:hover {
  background: rgba(46, 59, 146, 1);
  color: rgba(230, 232, 246, 1);
}
.list .added {
  color: rgb(46, 59, 146);
  font-size: 0.8rem;
}
.list .added:before {
  display: inline-block;
  content: "";
  background-image: url("../img/svg/check-circle.svg");
  width: .8rem;
  height: .8rem;
  margin-right: 0.25rem;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.list li form {
  display: flex;
  flex-direction: column;
  margin-top: auto;
}
.code-group {
  font-size: 0.8rem;
  opacity: 0.8;
}
.code-group dt::after {
  content: "："
}
.code-group .flex {
  flex-wrap: wrap;
}
.code-group dd {
  margin-right: 1rem;
}
button.favorite::before {
  content: "";
  background-image: url("../img/svg/favorite.svg");
  width: 1rem;
  height: 1rem;
  margin-right: 0.25rem;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
#delete-favorite.favorite::before {
  content: "";
  background-image: url("../img/svg/favorite-disabled.svg");
  width: 1rem;
  height: 1rem;
  margin-right: 0.25rem;
}
button.favorite {
  border: 1px solid rgba(47, 61, 141, 1);
  background: rgba(47, 61, 141, 1);
  padding: 0.5rem;
  border-radius: 4px;
  color: rgba(255, 255, 255, 1);
  font-size: 0.9rem;
  display: flex;
  align-items: center;
}
#delete-favorite.favorite {
  border: 1px solid rgba(47, 61, 141, 1);
  background: rgba(255, 255, 255, 1);
  color: rgba(46, 59, 146, 1);
}
/*商品 レスポンシブ*/
@media screen and (max-width: 960px) {
  .result-title {
    padding: 1rem 0;
  }
  .list .price .price-type {
    display: block;
  }
}
/*マイページ お気に入り*********************************/
.favorite-detail .list li {
  padding: 0;
  margin: 1%;
  max-width: 23%;
}
.favorite-detail .button.delete::before {
  content: "×";
  display: inline-block;
  margin-right: 0.25rem;
}
.favorite-detail .button.delete {
  display: block;
  border-radius: 0 0 0 4px;
  width: 4rem;
  padding: 0.25rem 0.25rem;
  position: absolute;
  right: 0;
  top: 0;
}
@media screen and (max-width: 960px) {
  .favorite-detail .list li {
    max-width: 48%;
  }
}
/*検索結果*/
.search-result .title {
  align-items: center;
}
.sort-wrap {
  margin-left: auto
}
.result-counter {
  padding: .5rem;
  padding-left: 3rem;
  border-bottom: 1px solid rgba(224, 224, 224, 1);
}
.result-counter .hit {
  font-size: 1.2rem;
  font-weight: bold;
  margin-right: .25rem;
}
.search-result .list {
  padding: 0 2rem;
}
.search-result .result-detail {
  padding: .5rem;
  padding-left: 2rem;
  border-bottom: 1px solid rgba(224, 224, 224, 1);
}
.no-result { /*検索結果0*/
  padding: 1rem;
}
.error-result {
  background: rgba(237, 84, 42, .1);
  color: rgba(237, 84, 42, 1);
  margin: 1rem 0;
  padding: 1rem;
  border-radius: 4px;
}
@media screen and (max-width: 960px) {
  .result-counter {
    padding: 0.5rem 1rem;
  }
}
/*モーダル*/
.ec-modal-wrap {
  text-align: center;
}
.ec-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  width: 100%;
  height: 100%;
}
.ec-modal.small {
  width: 30%;
}
.ec-modal.full {
  width: 100%;
  height: 100%;
}
.ec-modal .ec-modal-overlay {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
}
.ec-modal .ec-modal-wrap {
  position: relative;
  border-radius: 2px;
  border: 1px solid #333;
  background-color: #fff;
  width: 90%;
  margin: 20px;
  padding: 40px 5px;
}
.ec-modal .ec-modal-close {
  cursor: pointer;
  position: absolute;
  right: 20px;
  top: 10px;
  font-size: 20px;
  height: 30px;
  width: 20px;
}
.ec-modal .ec-modal-close:hover {
  color: #4b5361;
}
.ec-modal .ec-modal-box {
  text-align: center;
}
.ec-modal .ec-role {
  margin-top: 20px;
}
/*マイページ*/
.fixed-area {
  position: sticky;
  top: 0;
  background: rgba(255, 255, 255, 1);
  width: 100%;
}
.mypage-head-navi ul {
  width: 100%;
}
.mypage-head-navi li {
  border-right: 1px solid rgba(224, 224, 224, 1);
  border-bottom: 1px solid rgba(224, 224, 224, 1);
  width: calc(100% / 5);
  text-align: center;
}
.mypage-head-navi li a {
  padding: 1rem;
  display: block;
}
.mypage-head-navi li.active {
  border-top: 3px solid rgba(47, 61, 141, 1);
  border-bottom: 1px solid rgba(226, 224, 224, 0);
}
.mypage-sub-menu {
  width: 100%;
}
.mypage-sub-menu li {
  width: calc(100% / 3);
  margin: 0 2.5%;
}
.mypage-sub-menu li a {
  padding: 1rem;
  display: block;
  text-align: center;
  border: 1px solid rgba(224, 224, 224, 1);
  position: relative;
}
.mypage-sub-menu li a::after {
  content: url("../img/svg/select.svg");
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  text-rendering: auto;
  line-height: 0;
  width: 0;
  z-index: 0;
  position: absolute;
  top: 50%;
  right: 2rem;
  transform: translateY(-50%);
}
.customer-info dl, .contact-form dl, .delivery-info dl {
  display: flex;
  padding: 1rem;
}
.contact-form dl input {
  margin-bottom: 0.5rem;
}
.customer-info dl dt, .contact-form dl dt {
  width: 20%;
}
.customer-info .notice, .contact-form .notice, .sepa-form .notice {
  padding: 1rem;
}
.zipcode .p-postal-code {
  width: 13rem;
}
.terms-check {
  margin: 1rem 0.25rem;
}
.terms-check label {
  border-radius: 4px;
  background: #f3f4fb;
  padding: 1rem;
  width: 100%;
  display: block;
  cursor: pointer;
}
/*お問い合わせフォーム*/
.contact-form .notice, .sepa-form .notice {
  text-align: left;
  border-bottom: 1px solid rgba(224, 224, 224, 1);
  margin-bottom: 1rem;
}
.contact-form dl, .customer-info dl {
  border-bottom: 1px solid rgba(224, 224, 224, 1);
}
.contact-form dl dd, .customer-info dl dd {
  width: 70%;
}
.contact-form input, .contact-form textarea, .customer-info input {
  max-width: 30rem;
  width: 100%;
}
.customer-info input[type="checkbox"] {
  width: auto;
}
.address input {
  margin: 0.5rem 0;
}
.address input.p-postal-code {
  margin: 0.5rem;
}
.button.inline {
  display: inline-block;
  width: auto;
}
/*ログインフォーム*/
.mypage.login form dt, .mypage.login form dl, .forgot form dt, .forgot form dl {
  margin-bottom: 0.5rem;
}
.ec-required {
  background: rgba(224, 75, 49, 1);
  color: rgba(255, 255, 255, 1);
  padding: 0.25rem;
  font-size: 0.8rem;
  margin: 0 1rem;
  margin-left: .5rem;
}
.error-message {
  color: rgba(224, 75, 49, 1);
  background: rgba(224, 75, 49, .1);
  padding: 0.5rem 1rem;
  margin-bottom: 0.5rem;
  border-radius: 4px;
}
.error textarea, .error input, .error textarea:placeholder-shown {
  background: rgba(224, 75, 49, .1);
}
.address .select-wrap {
  border-radius: 5px;
  border: 1px solid;
  margin: 0;
}
.ec-halfInput {
  padding-bottom: 0.5rem;
}
.icon-help.guide {
  font-size: 0.9rem;
  padding: 0.5rem 0;
  display: block;
}
/*エラーメッセージ*/
.error ul li {
  color: rgba(224, 75, 49, 1);
  margin: 0.5rem 0;
  font-size: 0.9rem;
  border-radius: 4px;
  display: flex;
  align-items: center;
}
.error ul li::before {
  width: 14px;
  height: 14px;
  background-image: url("../icon/error.svg");
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 0.25rem;
  content: "";
}
.form-error-message {
  color: rgba(237, 84, 42, 1);
}
.form-error-icon {
  background: rgba(224, 75, 49, 1);
  color: rgba(255, 255, 255, 1);
  padding: 0.25rem;
  font-size: 0.8rem;
  margin: 0 1rem;
  margin-left: 1rem;
  margin-left: .5rem;
  display: inline-block;
}
.success-message {
  padding: 0.5rem 1rem;
  margin-bottom: 0.5rem;
  background: #d4edda;
  color: #296535;
  border-radius: 4px;
}
.alert-message {
  padding: 0.5rem 1rem;
  margin: 0.5rem 0;
  background: rgba(235, 186, 54, .2);
  color: rgba(165, 116, 4, 1);
  border-radius: 4px;
}
.ec-alert-warning__icon, .ec-alert-warning__text {
  display: inline-block;
}
.ec-alert-warning {
  padding: 0.5rem 1rem;
  margin-bottom: 0.5rem;
  background: rgba(237, 84, 42, 0.2);
  color: #b20707;
  border-radius: 4px;
}
.contact-form .zipcode, .customer-info .zipcode {
  align-items: center;
}
.contact-form .zipcode {
  align-items: center;
}
textarea:placeholder-shown, input:placeholder-shown {
  background: rgba(235, 186, 54, .1);
}
.contact-form textarea {
  height: 10rem;
}
.customer-info .default-address {
  justify-content: flex-start;
}
/*フォーム**************************************/
input, textarea {
  background: rgba(255, 255, 255, 1);
  border-radius: 4px;
  padding: 0.5rem;
  border: 1px solid;
}
input[type="file"] {
  border: none;
}
.select-wrap {
  position: relative;
  display: table;
  align-items: center;
  border: 1px solid;
  border-radius: 4px;
  margin: 0.25rem;
  z-index: 1;
}
.select-wrap::after {
  content: url("../img/svg/select.svg");
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  text-rendering: auto;
  line-height: 0;
  width: 0;
  z-index: -1;
  position: absolute;
  top: 50%;
  right: 1.25rem;
  transform: translateY(-50%);
}
.select-wrap select {
  background-color: transparent;
  border: none;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  font-weight: normal;
  padding: 0.5rem;
  padding-right: 1.5rem;
}
.sort-wrap .select-wrap select {
  box-shadow: none;
}
/**商品詳細ページ****************************/
/*スライダー*/
.products-detail {
  align-items: flex-start;
}
.item-slider {
  max-width: 320px;
  width: 100%;
  margin: 1rem;
}
.item-visual {
  width: 100%;
  border: 1px solid rgba(224, 224, 224, 1);
  /*height: 320px;*/
  overflow: hidden;
  margin-bottom: 2.5%;
}
.item-visual .slick-slide {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 320px;
}

.item-visual .slick-slide img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}

.item-thumb .slide-thumb {
  width: 15%;
  padding: 0.5rem;
  overflow: hidden;
}
.item-thumb .slide-thumb img {
  border: 1px solid rgba(224, 224, 224, 1);
}
.item-thumb .slide-prev, .item-thumb .slide-next {
  position: absolute;
  z-index: 1;
  transform: translate(0%, -50%);
  top: 50%;
  padding: .5rem;
  display: flex;
  align-items: center;
}
.item-thumb .slide-prev {
  left: 0;
}
.item-thumb .slide-prev::before {
  content: url("../img/svg/slide-left.svg");
}
.item-thumb .slide-next {
  right: 0;
}
.item-thumb .slide-next::before {
  content: url("../img/svg/slide-right.svg");
}
.product-profile {
  padding: 1rem 1rem 0 1rem;
  width: 80%;
  line-height: 1.8rem;
}
.product-profile a {
  text-decoration: underline;
}
.search-key-word {
  padding: .5rem 0;
  margin-bottom: 0.5rem;
  border-bottom: 1px solid rgba(224, 224, 224, 1);
}
.search-key-word a {
  font-size: 0.8rem;
  text-decoration: underline;
}
.search-key-word a::after {
  content: ",";
  margin: 0 0.25rem;
}
.search-key-word a:last-child::after {
  content: ""
}
.products-detail-list {
  max-height: 40vh;
  overflow: scroll;
}
.products-detail-list .standard-table {
  width: 100%;
  margin-bottom: 0;
  font-size: 0.9rem;
}
.products-detail-list .standard-table th, .products-detail-list .standard-table td {
  padding: .25rem;
}
.products-detail-list .standard-table th {
  color: rgba(47, 61, 141, 1);
  text-align: center;
  /*border-right: 1px dashed rgba(112, 112, 112, 1);*/
}
.products-detail-list .standard-table td {
  border-right: 1px dashed rgba(112, 112, 112, 1);
  vertical-align: middle;
}
.products-detail-list .standard-table tr {
  border-bottom: 1px solid;
}
.products-detail-list .standard-table td:last-child, .products-detail-list .standard-table th:last-child::before {
  border-right: none;
}
.products-detail-list .standard-table th.spec {}
tr:hover {
  background: rgba(235, 186, 54, .1);
}
.tax-in {
  font-size: 0.8rem;
}
.spec-txt {
  max-height: 3rem;
  overflow: hidden;
}
.spec-open, .spec-close {
  display: block;
  text-align: right;
  padding-top: 0.25rem;
}
.spec-open::before {
  content: "+";
}
.spec-close::before {
  content: "-";
}
.spec-open::before, .spec-close::before {
  padding-right: 0.25rem;
}
.spec-open:hover, .spec-close:hover {
  transform: scale(1.02);
  background: none;
}
.products-detail-list .standard-table { /*全体のテーブルスクロール幅*/
  width: 100%;
  max-height: 30rem;
  overflow: scroll;
}
.products-detail-list .standard-table th {
  position: sticky;
  z-index: 99;
  top: 0;
}
.products-detail-list .standard-table th:before {
  position: absolute;
  top: -1px;
  left: -1px;
  width: 100%;
  height: 100%;
  content: "";
  border-right: 1px dashed rgba(112, 112, 112, 1);
}
.ec-productRole__maker {
  display: none;
}
.products-detail-list .standard-table .flex {
  align-items: center;
}
.products-detail-list th.part-number, .products-detail-list th.regular-price, .products-detail-list th.selling-price {
  width: 8rem;
}
.products-detail-list td.part-number {
  text-align: center
}
.products-detail-list .order-unit {
  width: 6rem;
}
.products-detail-list td.regular-price, .products-detail-list td.selling-price {
  width: 9rem;
  text-align: right;
}
.products-detail-list .table-cart {
  width: 10rem;
}
.products-detail-list .quantity {
  width: 4rem;
  background: rgba(255, 255, 255, 1);
  border-radius: 5px;
  padding: .5rem;
  border: 1px solid;
}
.products-detail-list .button.add-cart {
  padding: 0.5rem;
  background: rgba(237, 84, 42, 1);
  border: 1px solid rgba(237, 84, 42, 1);
  margin: 0 0.5rem;
  font-size: 0.8rem;
}
.products-detail-list .standard-table th {
  background: rgba(230, 232, 247, 1);
  border-bottom: 2px solid rgba(47, 61, 141, 1);
}
.products-desc .inner {
  padding: 1rem;
}
.products-desc .inner h3 {
  font-weight: bold;
  padding: 0.5rem 1rem;
  background: rgba(230, 232, 247, 1);
  margin-bottom: 1rem;
}
.products-desc table {
  width: 100%;
}
.products-desc tr {
  border-bottom: 1px solid rgba(224, 224, 224, 1);
}
.products-desc th {
  width: 15rem;
}
.products-desc th, .products-desc td {
  padding: 0.5rem 1rem;
}
@media screen and (max-width: 960px) {
  .product-profile {
    width: 100%;
    padding: 1rem;
  }
}
/**カゴの中**************************************/
.cart-table {
  width: 100%;
  border-radius: 4px;
  overflow: hidden;
  font-size: 0.9rem;
  border: 1px solid rgba(230, 232, 247, 1);
}
.cart-table table {
  width: 100%;
}
.cart-table th {
  background: rgba(230, 232, 247, 1);
}
.cart-table tr {
  border-bottom: 1px solid rgba(230, 232, 247, 1);
}
.cart-table td {
  padding: 0.5rem;
}
.cart-table th {
  padding: .5rem;
}
.cart-table th {
  background: rgba(230, 232, 247, 1);
  border-right: 1px solid rgba(220, 222, 237, 1);
  text-align: center;
  vertical-align: middle;
  font-weight: normal;
  font-size: 0.8rem;
}
.cart-table td {
  border-right: 1px solid rgba(224, 224, 224, 1);
  vertical-align: inherit;
}
.cart-table th:last-child, .cart-table td:last-child {
  border-right: 0;
}
.cart-table td.unit-price {
  text-align: right;
}
.cart-table th.subtotal, .cart-table th.unit-price {
  width: 8rem;
}
.cart-table td.subtotal {
  text-align: right;
}
.cart-table .thumb {
  margin-right: 1rem;
  width: 100px;
  display: block;
}
.cart-table .item-info {
  width: calc(100% - 100px);
}
.cart-table .item-code, .cart-table .jan-code, .cart-table .add-charge {
  font-size: 0.8rem;
  margin-right: 1rem;
}
.cart-table .maker-name, .in-cart-total .tax {
  font-size: 0.9rem;
  display: block;
}
.cart-table .item-name {
  font-weight: bold;
}
.cart-table .item-spec {
  font-size: 0.8rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.cart-table .action {
  align-items: center;
  justify-content: center;
}
.cart-table .action button {
  padding: 0.5rem;
  text-decoration: underline;
  color: rgb(46, 59, 146);
}
.cart-table .action button:hover {
  background: rgba(235, 186, 54, 1);
  border-radius: 4px;
}
.cart-table taxtarea {
  max-width: 48rem;
  width: 100%;
}
/*見積り履歴 一覧*************************/
.estimate-history {
  width: 100%;
  border-radius: 4px;
  overflow: hidden;
  font-size: 0.9rem;
  border: 1px solid rgba(230, 232, 247, 1)
}
.estimate-history table {
  width: 100%;
}
.estimate-history table tr:hover {
  cursor: pointer;
}
.estimate-history th {
  background: rgba(230, 232, 247, 1);
  border-right: 1px solid rgba(220, 222, 237, 1);
  text-align: center;
  vertical-align: middle;
  font-weight: normal;
  font-size: 0.8rem;
}
.estimate-history tr {
  border-bottom: 1px solid rgba(230, 232, 247, 1);
}
.estimate-history tr:last-child {
  border-bottom: 0;
}
.estimate-history td {
  padding: 0.25rem;
}
.estimate-history th {
  padding: .5rem;
}
.estimate-history th:last-child, .estimate-history td:last-child {
  border-right: 0;
}
.estimate-history td {
  border-right: 1px solid rgba(220, 222, 237, 1);
  vertical-align: inherit;
}
.estimate-history .day {
  width: 8rem;
  text-align: center;
}
.estimate-history .total {
  width: 10rem;
  text-align: right;
}
.estimate-history .id {
  width: 6rem;
  text-align: center;
}
.estimate-history .company {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 10rem;
}
.estimate-history .detail {
  font-size: 0.8rem;
  min-width: 15rem;
}
.estimate-history .expiry {
  width: 7rem;
}
.estimate-history .action {
  text-align: center;
  width: 10rem;
}
.estimate-history td.detail p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.estimate-history td a {
  padding: 0.25rem;
}
.estimate-history td a:hover {
  background: rgba(235, 186, 54, 1);
  border-radius: 4px;
}
.estimate-history .status span, .order-details .sipping .status span {
  display: block;
  padding: 0.25rem;
  border-radius: 4px;
  white-space: nowrap;
  font-weight: bold;
  text-align: center;
  font-size: 0.8rem;
}
.order-details .sipping .status {
  align-items: center;
}
.order-details .sipping .status span {
  width: 6rem;
}
/*発行中*/
.estimate-history .status span {
  display: inline-block;
}
.estimate-history .status .pending, .order-details .pending {
  background: #d8e7fa;
  color: #0f59b0;
}
/*発行済み*/
.estimate-history .status .issued, .order-details .issued {
  background: #d2f2ce;
  color: #007321;
}
/*期限切れ*/
.estimate-history .status .expired, .order-details .expired {
  background: #fdd9d9;
  color: #bf1624;
}
/*注文済み*/
.estimate-history .status .ordered, .order-details .ordered {
  background: #d9d9d9;
  color: #515151;
}
@media screen and (max-width: 960px) {
  .estimate-history {
    border: 0;
  }
  .estimate-history tr {
    margin-bottom: 1rem;
    display: block;
  }
  .estimate-history th {
    display: none;
  }
  .estimate-history td {
    display: block;
    width: 100%;
    padding: 0.5rem;
    border-right: 0;
    text-align: left;
    border-bottom: 1px solid rgba(230, 232, 247, 1);
  }
  .estimate-history .day, .estimate-history .id {
    text-align: left;
  }
  .estimate-history .day, .estimate-history .id, .estimate-history .company, .estimate-history .total, .estimate-history .expiry, .estimate-history .action {
    width: 100%;
    max-width: 100%;
  }
  .estimate-history td:last-child {
    border-bottom: 0;
  }
  .estimate-history td::before {
    content: attr(data-label);
    text-align: right;
    margin-right: 1rem;
    font-weight: bold;
  }
}
.share-create-user {
  display: inline-block;
  font-size: 0.8rem;
  padding: 0 0.25rem;
}
.cart-table tr.default {
  background: rgba(235, 186, 54, .1);
}
.in-cart-note {
  background: rgba(243, 244, 251, 1);
  border-radius: 1px;
  padding: 2.5%;
  width: 50%;
  margin: 2.5%;
}
.in-cart-note li {
  list-style: disc;
  list-style-position: outside;
  margin-left: 1rem;
  line-height: 1.4rem;
}
.in-cart-total {
  width: 50%;
  padding: 2.5%;
  border: 1px solid rgba(230, 232, 246, 1);
  margin: 2.5%;
}
.in-cart-note h3, .in-cart-total h3 {
  border-bottom: 1px solid rgba(230, 232, 246, 1);
  padding: 1rem 0;
  font-weight: bold;
  margin-bottom: 1rem;
}
.in-cart-total dl {
  justify-content: space-between;
  padding: 1rem;
  border-bottom: 1px solid rgba(230, 232, 246, 1);
}
.order-total h3 {
  border-bottom: 1px solid rgba(46, 59, 146, 1);
  font-weight: bold;
  padding: .5rem 0;
}
.order-total dl {
  padding: .5rem 0;
}
.in-cart-total dd {
  text-align: right;
}
.button-group {
  padding: 1rem;
  display: flex;
  justify-content: space-around;
}
.button-wrap.right {
  justify-content: flex-end;
}
.block textarea {
  width: 65%;
}
.contact-ex {
  padding: 0 1rem;
  font-size: 0.9rem;
}
.contact-ex dt {
  margin: 0.5rem 0;
}
.contact-ex dt:before {
  width: .9rem;
  height: .9rem;
  background-image: url("../icon/help.svg");
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 0.25rem;
  content: "";
  display: inline-block;
  vertical-align: bottom;
}
.contact-ex dd {
  margin: 0 1rem;
}
@media screen and (max-width: 960px) {
  /*.cart-table td.flex {
		display: flex;
		padding: 0.5rem;
	}*/
  .cart-table td.amount {
    display: flex;
    justify-content: flex-end;
  }
  .cart-table td {
    border: 0;
  }
  .cart-table td.subtotal {
    width: 100%;
    display: flex;
    justify-content: flex-end;
  }
  .in-cart-total {
    border: 0;
  }
  .in-cart-note {
    margin: 0.5rem 0;
    padding: 1rem;
    padding-top: 0;
  }
  .cart-table .button-wrap.right {
    margin: 1rem 0;
  }
  .cart-table td::before, .standard-table td::before {
    content: attr(data-label);
    text-align: right;
    margin-right: 1rem;
    font-weight: bold;
  }
  .button.remove {
    margin-left: auto;
    width: 6rem;
  }
  .order-list li {
    display: flex;
  }
}
/*ご注文手続き*/
.order-wrap {
  align-items: flex-start;
}
.page.contents.order .order-detail {
  padding: 0 2.5%;
  width: 70%;
}
.page.contents.order .inner .order-detail h2 {
  background: rgba(230, 232, 247, 1);
  font-size: 1rem;
  padding: .5rem 1rem;
  font-weight: bold;
  margin: 0;
  border: none;
  border-radius: 2px;
}
.page.contents.order .order-detail .block {
  padding: 1rem;
}
.page.contents.order .order-detail .shipping-button {
  margin-left: auto;
}
.page.contents.order .order-detail .shipping-button .button.change {
  padding: 0.25rem 1rem;
}
.page.contents.order .order-total {
  position: sticky;
  top: 10vh;
}
.page.contents.order .order-total dl {
  justify-content: space-between;
}
.order-total .tax-label {
  font-size: 0.9rem;
}
.order-total {
  background: rgba(230, 232, 247, 1);
  border-radius: 1px;
  padding: 2.5%;
  width: 30%;
}
.order-list li {
  border-bottom: 1px solid rgba(230, 232, 247, 1);
}
.order-list .thumb {
  width: 100px;
  margin: 2.5%;
}
.order-list .item-info {
  padding: 2.5%;
  width: 80%;
}
.order-total .button-actions .button {
  width: 100%;
  margin: 1rem 0;
}
.order-total .button-actions .button:last-child {
  margin-bottom: 0;
}
.order-total dd {
  text-align: right;
}
.order-total .total-price {
  border-top: 1px solid rgba(46, 59, 146, 1);
  padding: 1rem 0;
}
.order-total .total-price dd {
  font-size: 1.5rem;
  font-weight: bold;
}
.tax-label, .tax-rate, .other-delivery-fee {
  font-size: 0.8rem;
  font-weight: normal;
  margin-left: 0.5rem;
}
/*見積もり履歴*/
.estimate-list .button-group {
  margin-left: auto;
}
.estimate-list li {
  padding: 1rem;
}
.estimate-info {
  width: 20%;
}
.estimate-item {
  width: 60%
}
.estimate-info dt {
  width: 10rem;
}
@media screen and (max-width: 960px) {
  .page.contents.order .order-detail .block textarea {
    width: 100%;
  }
  .contact-ex {
    padding: 0;
  }
}
/*********************
マイページ
*********************/
/*マイページの履歴検索・ソート*/
.head-search {
  position: relative;
  background: rgba(243, 244, 251, 1);
  border-radius: 5px;
  margin: 1rem 0;
  align-items: center;
}
.order .head-search {
  padding: 0.5rem 1rem;
}
.mypage .search-wrap {
  padding: 0.5rem 1rem;
}
.mypage .search-wrap form {
  align-items: flex-end;
  /*font-size: 0.9rem;*/
  flex-wrap: wrap;
}
.mypage .search-wrap .date {
  margin: 0 0.5rem;
}
.mypage .search-wrap dt {
  font-size: 0.9rem;
}
.mypage .search-wrap .date dd {
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  max-width: 19rem;
  width: 100%;
}
.mypage .search-wrap .date dd input {
  width: 7.2rem;
}
.mypage .page.contents .select-wrap {
  border-radius: 5px;
  background: rgba(255, 255, 255);
  border: 1px solid;
  margin: 0;
  margin-right: 0.25rem;
}
.mypage .search-wrap dt, .mypage .search-wrap dd, .mypage .search-wrap .button {
  margin: 0.25rem;
  line-height: 1rem;
  align-self: center;
}
.mypage .head-search .sp-menu {
  display: none;
}
.member-menu li a {
  border: 1px solid rgb(46, 59, 146);
  padding: .5rem 1rem;
  display: inline-block;
  border-radius: 4px;
  margin: 0.25rem;
}
.member-menu li a:hover {
  background: rgb(46, 59, 146);
  color: rgba(255, 255, 255);
}
@media screen and (max-width: 960px) {
  .mypage .head-search .sp-menu {
    padding: 0.5rem;
    background: rgb(46, 59, 146);
    color: #fff;
    display: flex;
    align-items: center;
    position: relative;
  }
  .mypage .head-search .sp-menu::after {
    margin-left: auto;
    content: url("../icon/minus.svg");
    display: inline-flex;
    padding: 0.5rem;
  }
  .mypage .head-search .sp-menu.close::after {
    content: url("../icon/plus.svg");
  }
  .mypage .search-wrap .button {
    width: 100%;
    margin: 1rem 0;
  }
  .mypage .page.contents .select-wrap {
    margin: 0.25rem 0;
  }
  .mypage .search-wrap .date {
    margin: 0;
  }
}
/*マイページの履歴*/
.history-list {
  padding: 1rem;
  margin: 1rem 0;
  justify-content: space-between;
  border: 1px solid rgba(224, 224, 224, 1);
  flex-wrap: nowrap;
  border-radius: 4px;
}
.history-list .list-header {
  width: 20rem;
  padding-right: 2rem;
  margin-right: 1rem;
}
.history-list .list-header dt {
  margin: 0.25rem 0;
  width: 10rem;
  font-size: .8rem;
}
.history-list .list-header dl {
  margin-bottom: .5rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid rgba(224, 224, 224, 1);
}
.history-list .history-item {
  font-size: 0.8rem;
  width: calc(100% - 20rem);
}
.history-list .history-item li {
  padding: .5rem;
  border-bottom: 1px solid rgba(224, 224, 224, 1);
}
.history-list .history-item .item-thumb {
  width: 80px;
  display: inline-block;
  border: 1px solid rgba(224, 224, 224, 1);
}
.history-list .history-item .item-outline {
  width: calc(100% - 90px);
  padding: 0 1rem;
}
.item-outline {
  padding: 0.5rem 0;
}
@media screen and (max-width: 960px) {
  .history-list .list-header {
    padding: 0 .5rem;
    margin: 0;
    width: 100%;
  }
  .history-list .history-item li {
    display: flex;
    align-items: flex-start;
  }
  .history-list .history-item li:last-child {
    border: 0;
  }
  .history-list .history-item .item-name {
    margin-top: 0;
  }
}
/*注文履歴詳細*************************************/
.history .head {
  justify-content: space-between;
}
.history .order-details {
  margin: 1rem 0;
  justify-content: space-between;
}
.history .order-details .sipping {
  width: 45%;
  border: 1px solid rgba(230, 232, 247, 1);
}
.history .order-details .sipping {
  border-radius: 4px;
  overflow: hidden;
}
.history .order-details .sipping dl {
  border-bottom: 1px solid rgba(230, 232, 247, 1)
}
.history .order-details .sipping .flex:last-child {
  border: 0;
}
.history .order-details .sipping dt {
  background: rgba(243, 244, 251, 1);
  padding: 0.8rem;
  width: 10rem;
}
.history .order-details .sipping dd {
  padding: 0.5rem;
  width: calc(100% - 10rem);
}
.history .order-details .price-total {
  width: 50%;
  padding: 2.5%;
  border: 1px solid rgba(230, 232, 246, 1);
}
.history .order-details .price-total dd {
  margin-left: auto;
  padding: 0.5rem;
  text-align: right;
}
.item-outline .current-price {
  color: rgba(237, 84, 42, 1);
}
.item-outline .regular-price {
  font-size: 0.8rem;
}
.order-details .order-notice {
  border-top: 1px solid rgba(230, 232, 246, 1);
  padding: 1rem 0;
}
/*注文履歴 シェアボタン*/
.mypage .all-share, .mypage .item-share {
  border: 1px solid rgba(224, 224, 224, 1);
  border-radius: 4px;
  padding: 0.5rem;
  margin: 0.5rem 0;
}
.status.cancel {
  background: #fdd9d9;
  color: #bf1624;
  padding: 0.25rem;
  border-radius: 4px;
  white-space: nowrap;
  text-align: center;
  font-size: 0.9rem;
}
.ec-orderMail__link a {
  cursor: pointer;
  padding: 1rem;
  display: block;
}
.ec-orderMail__close a {
  padding: 0.5rem;
  border: 1px solid;
  border-radius: 4px;
  width: 100%;
  text-align: center;
  margin: 1rem 0;
  display: block;
}
/*納入先一覧　address-list*/
.address-list {
  flex-wrap: wrap;
}
.address-list li {
  padding: 1rem;
  border: 1px solid rgba(224, 224, 224, 1);
  margin: 1%;
  margin-left: 0;
  width: 32%;
  border-radius: 5px;
  position: relative;
  overflow: hidden;
}
.address-list li:first-child {
  margin-left: 0;
}
.address-list .item.default {
  order: -1;
  border: 1px solid rgba(46, 59, 146, .5);
  background: rgba(243, 244, 251, 1);
}
.item-add {
  padding: 1rem;
  margin-left: auto;
}
.item-add .button {
  border: 2px solid rgba(237, 84, 42);
  background: rgba(237, 84, 42);
  display: table;
  margin-left: 1rem;
}
.item-add .button::before {
  content: "＋";
}
.item-add .button:hover {
  background: #fff;
  color: rgba(237, 84, 42);
}
.address-list li .name {
  font-weight: bold;
  margin-bottom: 1rem;
  justify-content: space-between;
}
.address-list li .action {
  margin: 1rem 0;
}
.address-list .action a::after {
  content: "│";
}
.address-list .action a:last-child::after {
  content: "";
}
.sub-title .button.right, .sub-title .icon-help.guide-button {
  margin-left: auto;
}
/*共有*/
.share-manage {
  justify-content: space-between;
  align-items: center;
}
.share-flag {
  border-radius: 0 4px 0;
  padding: .5rem;
  background: rgba(243, 244, 251, 1);
  color: #2e3b92;
  position: absolute;
  right: 0;
  top: 0;
  display: inline-flex;
  align-items: center;
}
.icon-share:before {
  width: 18px;
  height: 18px;
  background-image: url("../icon/share.svg");
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 0.5rem;
  content: "";
  display: inline-block;
}
.icon-help.guide-button, .zipcode-search {
  display: inline-flex;
  align-items: center;
  border: 1px solid;
  border-radius: 100px;
  padding: 0.25rem 0.5rem;
  font-size: 0.8rem;
  font-weight: bold;
}
.icon-help:before {
  width: 18px;
  height: 18px;
  background-image: url("../icon/help.svg");
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 0.25rem;
  content: "";
  display: inline-block;
  vertical-align: middle;
}
.icon-blank:after {
  width: 12px;
  height: 12px;
  background-image: url("../icon/external-link.svg");
  background-size: contain;
  background-repeat: no-repeat;
  margin: 0.25rem;
  content: "";
  display: inline-block;
  vertical-align: middle;
}
.share-manage .button {
  margin-left: auto;
}
/*ヘルプ****************/
.tradelaw dl, .about dl {
  border-bottom: 1px solid rgba(224, 224, 224, 1);
  padding: 1rem;
}
.tradelaw dt {
  width: 25%;
}
.tradelaw dd, .about dd {
  width: 75%;
}
.tradelaw dt, .tradelaw dd, .about dt, .about dd {
  padding: 0.8rem;
}
.about .company dt {
  width: 10rem;
}
.role-guide {
  width: 100%;
  margin: 1rem;
}
.role-guide td {
  padding: 0.5rem;
  border: 1px solid rgba(224, 224, 224, 1);
  text-align: center;
  min-width: 8rem;
  vertical-align: middle;
}
.role-guide td.user-name {
  width: 10rem;
}
.role-guide td.desp {
  text-align: left;
}
ul.list-circle {
  list-style: disc;
  list-style-position: inside;
  margin: 1rem;
  margin-left: 1rem;
}
ul.list-circle li {
  line-height: 1.8rem;
}
.header .wrap.fixed {
  position: fixed;
  top: 0;
  z-index: 999;
  width: 100%;
  border-bottom: 1px solid rgb(224, 224, 224);
}
#side-nav.about.fixed {
  position: sticky;
  top: 4rem;
  z-index: 998;
}
.sp {
  display: none;
}
@media screen and (max-width: 960px) {
  .tradelaw dt, .tradelaw dd, .about dd {
    width: 100%;
    padding: 0.5rem 0;
  }
  .tradelaw dl, .about dl {
    padding: 0.5rem 0;
  }
  .page.contents .inner ol {
    margin: 0;
  }
  .about .button.entry {
    width: 100%;
    margin: 1rem auto;
  }
  .role-guide {
    overflow: scroll;
    display: block;
    margin: 0.5rem 0;
    border: 1px solid rgba(224, 224, 224, 1);
  }
}
@media screen and (max-width: 960px) {
  .products-detail-list .standard-table th, /* .header .search,*/ .top-visual .quick-menu, .header .menu .mypage, .footer .navi, .mypage-head-navi {
    display: none;
  }
  .flex, .button-wrap, .products-detail-list .standard-table td, .sp, .customer-info dl, .contact-form dl, .delivery-info dl, .footer .contact .tel a, .mypage .search-wrap form, td.mail::before {
    display: block;
  }
  td.mail::before {
    text-align: left;
  }
  .searchform.flex, .keyword.flex {
    display: flex
  }
  .header .search {
    width: 100%;
  }
  .header-navi .menu {
    display: none
  }
  .list.flex, .breadcrumbs.flex, .spinner.flex, .products-detail-list .standard-table .flex, .sidebar .sp .menu-title, .header .wrap.flex, .cart-menu.flex, .sort-wrap.flex form, .page.contents .sub-title.flex {
    display: flex;
    flex-wrap: wrap;
  }
  /*.header .search,*/ .contents, .main_visual, .in-cart-note, .in-cart-total, .order-detail, .order-total, .customer-info dl dt, .contact-form dl dt, .page.contents.order .order-detail, .history-list .history-item, .history .order-details .sipping, .history .order-details .sipping dt, .history .order-details .sipping dd, .history .order-details .price-total, .contact-form dl dd, .customer-info dl dd, .address-list li {
    width: 100%;
  }
  .customer-info dl {
    padding: 0.5rem;
  }
  .customer-info dt, .contact-form dt {
    padding-bottom: 0.5rem;
  }
  .button-wrap {
    padding: 0;
  }
  .address-list.flex {
    display: flex;
    flex-wrap: wrap;
  }
  .cart-table thead {
    display: none;
  }
  .cart-table td, .cart-table .item-info {
    display: block;
    width: 100%;
  }
  .products-detail-list .standard-table td {
    width: 100%;
    border: 0;
    text-align: left;
    border-bottom: 1px solid rgba(224, 224, 224, 1);
  }
  .list li {
    max-width: 48%;
  }
  .cart-progress {
    padding: 1rem 0;
  }
  .cart-progress .item {
    font-size: 0.7rem;
    padding: 0.5rem;
    margin-right: .5rem;
  }
  .item-slider {
    margin: 1rem auto;
  }
  /*スマホメニュー*/
  .hamburger {
    display: flex;
    margin-left: auto;
    padding: 0 1%;
  }
  .header .icon-search, .header .icon-member {
    width: 3rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .header .icon-search::before {
    content: url("../img/svg/search.svg");
    margin: 0 auto;
    display: inline-flex;
  }
  .header .icon-member::before {
    content: url("../img/svg/member.svg");
    margin: 0 auto;
    display: inline-flex;
  }
  .hamburger span {
    padding: 0.25rem 0;
    text-align: center;
  }
  .footer {
    margin-bottom: 4rem;
  }
  .footer .sp.cart-menu {
    position: fixed;
    bottom: 0;
    background: rgba(51, 51, 51, 1);
    padding: .5rem;
    width: 100%;
    text-align: center;
    justify-content: space-between;
    align-items: center;
  }
  .footer .sp.cart-menu li {
    width: 23%;
  }
  .footer .sp.cart-menu li.footer-entry {
    width: 100%;
  }
  .footer .sp.cart-menu li.cart {
    width: 48%;
  }
  .footer .sp.cart-menu a {
    color: rgba(255, 255, 255, 1);
    background: rgb(46, 59, 146);
    border-radius: 4px;
    padding: .5rem;
    display: block;
  }
  .icon-title {
    display: block;
    font-size: 0.65rem;
    margin-top: .25rem;
    white-space: nowrap;
  }
  .footer .sp.cart-menu li a::before {
    content: "";
    background-size: contain;
    background-repeat: no-repeat;
    margin: 0 auto;
    width: 1.5rem;
    height: 1.5rem;
    display: inline-flex;
  }
  .footer .sp.cart-menu li.cart a::before {
    background-image: url("../img/svg/footer-cart.svg");
    width: 1.5rem;
    height: 1.5rem;
    margin: 0.5rem;
  }
  .footer .sp.cart-menu li.cart a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 0.6rem;
    background-color: transparent;
  }
  .footer .sp.cart-menu li.cart .quantity-counter {
    font-size: 0.9rem;
    padding: 0.1rem 0.2rem;
    font-weight: bold;
    margin-left: auto;
  }
  .footer .sp.cart-menu li.favorite a::before {
    background-image: url("../img/svg/favorite.svg");
  }
  .footer .sp.cart-menu li.history a::before {
    background-image: url("../img/svg/history.svg");
  }
  .sidebar, .my-menu {
    display: none;
    transform: translateX(100%);
    transition: all 0.4s;
    position: relative;
    opacity: 0;
  }
  .sidebar.sp.active, .my-menu.sp.active {
    display: block;
    position: fixed;
    opacity: 1;
    z-index: 999;
    top: 0;
    left: 0;
    background: rgba(51, 51, 51, .9);
    width: 100%;
    transition: all 0.4s;
    transform: translateX(0%);
    height: 100%;
    overflow: auto;
    margin: 0;
    padding: 2.5%;
  }
  .my-menu.sp .quick-menu, .button-wrap.center .button {
    margin: 1rem 0;
    width: 100%;
  }
  .sp-menu-active {
    overflow: hidden;
  }
  .sp .menu-title {
    background: rgb(46, 59, 146);
    color: rgba(255, 255, 255, 1);
    font-weight: bold;
    margin-bottom: 0.5rem;
    align-items: center;
    padding: 0.5rem;
    display: flex;
  }
  .sp .menu-close {
    background: rgba(255, 255, 255, 1);
    display: flex;
    align-items: center;
    padding: .5rem 0.8rem;
    margin-left: auto;
    font-size: .8rem;
    font-weight: rgba(23, 59, 143, 1);
    color: rgba(23, 59, 143, 1);
  }
  .sp .menu-close::before {
    content: "";
    background-image: url("../img/svg/close.svg");
    display: inline-block;
    width: 0.8rem;
    height: 0.8rem;
    margin-right: 0.5rem;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .header .site-title {
    font-size: 1rem;
    width: 50%;
  }
  .search-result .list {
    padding: 0;
  }
  .my-menu .side-navi li {
    border-bottom: 1px solid rgba(51, 51, 51, 1);
  }
  .my-menu .side-navi li a {
    color: rgba(255, 255, 255, 1);
    display: block;
    padding: 0.5rem;
  }
}
/*セパフォームのお見積もり***************************************/
.sepa-form dt {
  padding: .5rem;
  margin: 0 0 0.5rem 0;
  background: rgba(230, 232, 247, 1);
}
.sepa-form dd {
  padding: .5rem;
}
.sepa-form .attached-group {
  padding: 1rem 0;
}
.sepa-form .attached-group .button {
  margin-top: 1rem;
  display: table;
  border: 1px solid rgba(224, 224, 224, 1);
}
.sepa-form input:hover, .sepa-form .radio-group label:hover, .sepa-form .checkbox-group label:hover {
  background: rgba(224, 224, 224, .2);
}
.sepa-form .radio-group, .sepa-form .number-group {
  align-items: center;
}
.sepa-form .radio-group label, .sepa-form .checkbox-group label {
  margin: 0 1rem;
  border: 1px solid rgba(224, 224, 224, 1);
  padding: .5rem 1rem;
  border-radius: 4px;
  width: 8rem;
}
.sepa-form .checkbox-group label {
  display: inline-block;
  width: auto;
  margin: 1rem 0;
}
.sepa-form .radio-group label input, .sepa-form .checkbox-group input {
  margin-right: 0.25rem;
}
.sepa-form .number-group {
  align-items: center;
  margin-right: 1rem;
}
.sepa-form .number-group input {
  margin: 0.25rem
}
.sepa-form .add {
  width: 6.25rem;
  text-align: center;
  font-weight: bold;
  margin: 0.25rem .5rem;
  border: 1px solid rgba(224, 224, 224, 1);
  color: rgba(46, 59, 146, 1);
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sepa-form .add.sub {
  width: 3rem;
  margin: 0.25rem 0 0.25rem .5rem;
}
.sepa-form table {
  width: 100%;
  margin-bottom: 1rem;
}
.sepa-form .add:hover {
  background: rgba(224, 224, 224, .2);
  cursor: pointer;
}
.sepa-form tbody {
  width: 100%;
  display: block;
}
.sepa-form tr {
  display: flex;
  align-items: center;
  border-bottom: 1px solid rgba(224, 224, 224, 1);
  width: 100%;
}
.sepa-form td {
  width: 100%;
  display: flex;
}
.sepa-form .attached-group li {
  border-bottom: 1px solid rgba(224, 224, 224, 1);
  padding: .5rem 0;
}
.sepa-form input[type="number"] {
  width: 6rem;
  border: 1px solid rgba(224, 224, 224, 1);
}
.sepa-form textarea {
  width: 100%;
  height: 10rem;
}
.sepa-form .type-confirm-table {
  display: block;
}
.sepa-form .type-confirm-table td {
  width: auto;
  display: inline-block;
  padding: .5rem;
  text-align: right;
}
/*メディア*/
@media screen and (max-width: 960px) {
  .sepa-form td {
    display: block;
  }
  .sepa-form .radio-group, .sepa-form .number-group {
    padding: .5rem;
  }
  .sepa-form .add {
    padding: .5rem;
    width: 100%;
    margin: 0.5rem 0;
  }
}
/*お見積りフォーム****************************/
#page_mypage_estimate_print.estima {
  padding: 0 1rem;
}
.estima .estima-title {
  border: 1px solid #000;
  text-align: center;
  margin: 1rem auto;
  font-size: 140%;
  padding: 0.5rem;
}
.estima .estima-list {
  width: 100%;
  font-size: 90%;
}
.estima .estima-list tr:hover {
  background-color: transparent;
}
.estima .estima-list th {
  padding: 0.25rem;
  border: 1px solid #000;
  background: #E9E9E9;
  text-align: center;
}
.estima .estima-list td {
  border: 1px solid #000;
  padding: 0.25rem;
}
.estima .info-area {
  margin-left: auto;
  width: 20rem;
}
.estima .info-company {
  position: relative;
  width: 19rem;
}
/* 宛名 */
.estima #name_area {
  margin-bottom: 1rem;
}
.estima #name.company {
  display: inline-block;
  font-size: 140%;
  border-bottom: 1px solid #000;
  margin-bottom: .5rem;
}
.estima #detail_area #comment {
  margin-bottom: 5px;
}
/* 店舗情報 */
.estima .estima_logo {
  margin-bottom: 10px;
}
.estima .estima_logo img {
  max-width: 100%;
}
.estima .info_area {
  margin-bottom: 20px;
}
.estima .info_area .shop_name {
  font-size: 120%;
  font-weight: bold;
}
.estima .estima-stamp {
  position: absolute;
  right: 0;
  width: 80px;
}
.address-preview {
  padding: 1rem;
  background: rgba(243, 244, 251, 1);
  margin: .5rem;
  display: inline-block;
}
/* 御見積もり金額 */
.estima .box .title_bar {
  text-align: center;
  border-bottom: #000 2px solid;
  margin-bottom: 10px;
  padding-bottom: 5px;
  font-size: 120%;
  font-weight: bold;
}
.estima .box .product_area {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: #000 1px dashed;
}
.estima .box .product_area .product_name {
  font-weight: bold;
}
.estima .estima-no {
  text-align: right;
  margin-bottom: 1rem;
}
.estima .estima-list td.blank {
  border: 0;
}
.estima .estima-list .product-name {
  width: 50%;
}
.estima .estima-list .td-right {
  text-align: right;
}
.estima .right .payment_title {
  margin-top: 20px;
  margin-bottom: 5px;
  display: inline-block;
  border-bottom: 1px solid #000;
  font-size: 110%;
  font-weight: bold;
}
/* 配送情報 */
.estima .box .shipping_area {
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.estima .box .shipping_area .otodoke {
  font-weight: bold;
}
.estima .box .shipping_area .shipping_product_name {
  font-weight: bold;
}
.shipping-name {
  font-weight: bold;
  margin-bottom: 0.25rem;
}
.estima #print {
  text-align: center;
}
.ec-drawerRoleClose {
  display: none;
}
@media print {
  .estima #print {
    display: none;
  }
  #contents {
    min-height: auto;
  }
  .estima .estima-list {
    width: 100%;
    font-size: 10pt;
  }
  .estima .estima-list th {
    padding: 0.5rem;
    border-bottom: 1px solid #000;
    background-color: #E9E9E9 !important;
    text-align: center;
  }
}
/*利用規約*/
.agreement ol li {
  margin-bottom: 1rem;
}
/*ご利用ガイドマニュアル*/
.login-guide {
  border-bottom: 3px solid rgba(47, 61, 141, 1);
  line-height: 1.9rem;
}
.page.contents .login-guide h2.sub-title {
  margin: 0;
}
.login-guide h3 {
  background: rgba(230, 232, 247, 1);
  font-size: 1rem;
  padding: .5rem 1rem;
  font-weight: bold;
  margin: 1rem 0;
  border: none;
  border-radius: 2px;
}
.login-guide h4 {
  background: #fff;
  font-size: 1rem;
  padding: .5rem 1rem;
  font-weight: bold;
  margin: 1rem;
  border-left: 4px solid rgba(230, 232, 247, 1);
}
.login-guide h5 {
  margin: 1rem;
  padding: .5rem;
  border-bottom: 1px solid rgba(230, 232, 247, 1);
}
.login-guide li {
  padding: .5rem;
  line-height: 1.5rem;
}
.login-guide .lede {
  margin: 1rem;
}
.login-guide em {
  color: rgba(47, 61, 141, 1);
  font-weight: bold;
  font-style: normal;
}
.login-guide .description {
  background: rgba(235, 186, 54, .1);
  border-radius: 4px;
  border: none;
  max-width: 90%;
  width: 90%;
  margin: 0 auto;
}
.login-guide .description dt {
  color: #f43e2d;
  padding: 0.5rem;
}
.login-guide .img90 {
  max-width: 90%;
  width: 100%;
  height: auto;
  margin: 2rem auto;
  display: block;
}
.login-guide .img30 {
  max-width: 30%;
  width: 100%;
  height: auto;
  margin: 1rem;
  display: block;
}
.login-guide dd {
  padding: 0.5rem;
  width: 100%;
}
.login-guide .description ul {
  list-style: square;
}
.login-guide .description ul li, .login-guide .description .notice ol li {
  margin-left: 3rem;
  padding: 0;
  line-height: 2rem;
}
.login-guide img {
  width: auto;
  height: 400px;
  margin: 1rem;
  display: block;
  border: 1px solid rgba(0, 0, 0, .2);
}