﻿@charset "UTF-8";

/* ----会員規約画面---- */

.block-member-terms--header {
  margin-top: 0;
}

.block-member-terms--body {
  margin-top: 10px;
  margin-bottom: 10px;
  width: 100%;
}

/* ----マイページ画面---- */
.block-mypage{
  width: 1080px;
  margin: 0 auto;
  padding: 0 0 80px;
}
.block-mypage h1{
  margin-bottom: 10px;
}
.block-mypage--customer-status {
  background: #F7F7F7;
  padding: 20px 36px;
  display: flex;
}
.block-mypage--customer-name {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.6;
  margin-right: 40px;
}
.block-mypage--customer-other {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
}
.block-mypage--customer-other span {
  display: block;
  font-size: 13px;
  font-weight: 400;
}
.block-mypage-menu-items{
  background: #F7F7F7;
  margin-top: 24px;
  padding: 32px;
}
.block-mypage-menu-items > li{
  border-right: 1px solid #DEDEDE;
  border-bottom: 1px solid #DEDEDE;
  border-left: 1px solid #DEDEDE;
  background: #FFF;
}
.block-mypage-menu-items > li:first-child{
  border-top: 1px solid #DEDEDE;
}
.block-mypage-menu-items > li > div{
  position: relative;
  padding: 10px 0;
}
.block-mypage-menu-items > li > div::before{
  content:"";
  width: 80px;
  height: 80px;
  display: block;
  position: absolute;
  left: 12px;
  top: 8px;
  pointer-events: none;
}
.block-mypage--purchase-history::before{
  background: url(../../img/customer/mypage_icon_history.png) center center / contain no-repeat;
}
.block-mypage--estimate-history::before{
  background: url(../../img/customer/mypage_icon_estimate.png) center center / contain no-repeat;
}
.block-mypage--update-member-info::before{
  background: url(../../img/customer/mypage_icon_member_info.png) center center / contain no-repeat;
}
.block-mypage--update-mail-address::before{
  background: url(../../img/customer/mypage_icon_mail.png) center center / contain no-repeat;
}
.block-mypage--create-address-book::before{
  background: url(../../img/customer/mypage_icon_address.png) center center / contain no-repeat;
}
.block-mypage--credit-card-confirmation::before{
  background: url(../../img/customer/mypage_icon_credit.png) center center / contain no-repeat;
}
.block-mypage--update-password::before{
  background: url(../../img/customer/mypage_icon_password.png) center center / contain no-repeat;
}
.block-mypage--inquiry::before{
  background: url(../../img/customer/mypage_icon_inquiry.png) center center / contain no-repeat;
}
.block-mypage--inquiry-history::before{
  background: url(../../img/customer/mypage_icon_inquiry_history.png) center center / contain no-repeat;
}
.block-mypage--withdrawal::before{
  background: url(../../img/customer/mypage_icon_withdrawal.png) center center / contain no-repeat;
}
.block-mypage--logout::before{
  background: url(../../img/customer/mypage_icon_logout.png) center center / contain no-repeat;
}
.block-mypage-menu-items > li > div > a{
  display: block;
  padding: 10px 20px 10px 110px;
  transition: opacity .4s;
}
.block-mypage-menu-items > li > div > a:hover{
  opacity: 0.7;
  text-decoration: none;
}
.block-mypage-menu-items > li dt{
  font-size: 18px;
  font-weight: bold;
}
.block-mypage-menu-items > li dd{
  font-size: 13px;
  padding-top: 2px;
}
.block-mypage--change-address-book{
  padding:0 0 10px 110px;
}
.block-mypage--change-address-book li{
  line-height: 1.2;
}
.block-mypage--change-address-book a{
  font-size: 12px;
  transition: opacity .4s;
}
.block-mypage--change-address-book a:hover{
  opacity: 0.7;
  text-decoration: none;
}
.block-mypage--change-address-book a::before{
  content:"";
  width: 6px;
  height: 6px;
  border-top: 1px solid #222;
  border-right: 1px solid #222;
  transform: rotate(45deg);
  display: inline-block;
  margin-right: 7px;
  position: relative;
  top: -1px;
}

/* ----会員登録画面---- */
.block-member-info--value-label {
  font-size: 14px;
  margin-right: 20px;
}
.block-member-info input[name="name"],
.block-member-info input[name="name2"],
.block-member-info input[name="kana"],
.block-member-info input[name="kana2"] {
  max-width: 280px;
}

/* ----アドレス帳の新規登録・変更画面---- */
.page-custdest{
  background: #FFF;
}
.block-shipping-address{
  width: 1080px;
  margin: 0 auto;
  padding: 0 0 80px;
}
.block-shipping-address-registration--header{
  margin-bottom: 15px;
}
.block-shipping-address-registration--message{
  font-size: 13px;
}
.block-shipping-address-registration--message em{
  font-weight: bold;
}
.block-shipping-address--form{
  margin-top: 20px;
}
.block-shipping-address--nickname input,.block-shipping-address--tel input,.block-shipping-address--addr input,.block-shipping-address--addr2 input,.block-shipping-address--addr3 input,.block-shipping-address--dept input[type="text"]{
  width: calc(100% - 28px);
}
.block-shipping-address--name input,
.block-shipping-address--kana input{
  width: 280px;
}
.block-shipping-address--value-label {
  font-size: 14px;
  margin-right: 20px;
}
.block-shipping-address--name .form-control span:first-of-type, .block-shipping-address--kana .form-control span:first-of-type {
  margin-right: 30px;
}
.block-shipping-address--pref select {
  min-width: 200px;
}
.block-shipping-address--dept .form-control span.checktype_dept input:first-of-type{
  margin-bottom: 12px;
}
.block-shipping-address--back{
  background: #AAA;
}
.fieldset .form-group:last-of-type {
  border-bottom: 1px solid #DEDEDE;
}
.block-shipping-address--form .action-buttons .action{
  display: flex;
  justify-content: center;
  gap: 20px;
}

/* ----会員登録確認画面---- */
.block-member-info-confirmation--login-state-saving {
  margin-top: 10px;
  text-align: center;
}
.block-member-info-confirmation--login-state-saving-message {
  margin-top: 10px;
  text-align: center;
}
.block-member-info-confirmation--pwd {
  word-break: break-all;
}

/* ----ログイン画面---- */
.block-login{
  padding: 30px 0 0;
}
.block-login h1{
  margin: 0 0 10px;
}
.block-login h2.common-headline{
  font-size: 16px;
  color: #fff;
  background: #222;
  padding: 11px 10px 10px 30px;
  margin: 0 0 30px;
}
.block-login h2.common-headline::before,.block-login h2.common-headline::after {
  width: 3px;
  height: 3px;
  left: 15px;
}
.block-login h2.common-headline::before {
  top: calc(50% - 4px);
}
.block-login h2.common-headline::after {
  top: calc(50% + 3px);
}
.block-login--member-message {
  text-align: center;
}
.block-login .fieldset .form-group {
  border-top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
}
.block-login .block-login--uid .form-label,.block-login .block-login--pwd .form-label{
  width: 115px;
  background: none;
  padding: 0;
}
.block-login .fieldset .form-control {
  padding: 8px 10px;
}
.block-login .block-login--input-items {
  margin: 10px auto 0;
}
.block-login .block-login--uid input,.block-login .block-login--pwd input {
  width: 275px;
  background: #F5F5F5;
  border: 1px solid #D7D7D7;
  box-shadow: none;
  padding: 6px 16px;
}
.block-login--input-items {
  width: 700px;
  margin: 15px auto;
}
.block-login .block-login--login, .block-login .block-login--entry {
  border: none;
  font-size: 14px;
  padding: 12px 8px 9px;
}
.block-login .action-buttons {
  margin-top: 24px;
}
.block-login--ask-password {
  margin-top: 10px;
  text-align: center;
}
.block-login--ask-password a{
 color: #007185;
 font-weight: 500;
 transition: opacity .4s;
}
.block-login--ask-password a:hover{
  opacity: 0.7;
  text-decoration: none;
 }
.block-login--entry {
  margin-top: 10px;
  padding: 12px 0;
  font-size: 16px;
  width: 160px;
}
.block-login--member-body {
  width: 100%;
  overflow: hidden;
  background: #fff;
  margin: 0 0 40px;
}
.block-login--member-frame {
  border: 1px solid #D7D7D7;
  padding-bottom: 30px;
}
.block-login--first-time{
  border: 1px solid #D7D7D7;
  padding-bottom: 30px;
}
.block-login--first-time-body {
  overflow: hidden;
  background: #fff;
  padding: 0 24px;
}
.block-login--first-time-message em{
  font-weight: bold;
}
.block-login--first-time-link{
  margin-top: 20px;
  text-align: center;
  line-height: 1.4;
}
.block-login--first-time-link a{
  font-size: 12px;
  color: #007185;
  font-weight: 500;
  transition: opacity .4s;
}
.block-login--first-time-link a:hover{
  opacity: 0.7;
  text-decoration: none;
}
.block-login .block-login--first-time .action-buttons {
  margin-top: 0;
}
.block-login .error_{
  font-size: 13px;
  font-weight: 500;
  margin-top: 15px;
  padding: 15px 20px;
  position: relative;
  border: 1px solid var(--mainColor);
  color: var(--mainColor);
  background-color: #FFF7F7;
  overflow: hidden;
  border-radius: 2px;
  margin-bottom: 20px;
}

/* ----追加認証画面---- */
.block-additional-authentication {
  height: 510px;
}
.block-additional-authentication--body {
  padding: 20px;
  overflow: hidden;
  border: solid 1px #dcdcdc;
  background: #fff;
}
.block-additional-authentication--message-header {
  font-size: 14px;
  font-weight: bold;
}
.block-additional-authentication--input-items {
  width: 600px;
  margin: 10px auto;
}
.block-additional-authentication--authentication-key input[type="text"] {
  width: 330px;
}
.block-additional-authentication--login {
  margin-top: 10px;
  padding: 12px 0;
  font-size: 16px;
  width: 160px;
}

/* ----お気に入り画面---- */
.block-favorite .block-box-bg{
  font-size: 15px;
  padding: 32px;
  border-radius: 0;
}
.block-favorite h1{
  margin-bottom: 8px;
}
.block-favorite--form{
  font-size: 15px;
  background: #fff;
  margin-top: 12px;
  padding: 40px 32px;
}
.block-favorite--back{
  background: #AAA;
}
.block-favorite--items .pager{
  padding: 16px 32px;
  font-size: 13px;
  margin: 12px 0 0;
}
.block-favorite--items .pager-scope-wrap{
  padding: 16px 32px;
  font-size: 13px;
  margin: 12px 0 0;
  justify-content: space-between;
  background: #fff;
  border-radius: 2px;
  height: auto;
}
.block-favorite--items .block-favorite--pager-bottom .pager{
  margin-top: 20px;
}
.block-favorite--items-list{
  display: flex;
  flex-wrap: wrap;
  gap: 16px 12px;
  margin-top: 12px;
}
.block-favorite--items-list > li{
  width: calc((100% - 16px) / 2);
  background: #fff;
  padding: 20px;
  position: relative;
  cursor: pointer;
}
.block-favorite--items-list > li::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 3px solid #C4C4C4;
  pointer-events: none;
  opacity: 0;
  transition: .4s;
}
.block-favorite--items-list > li:hover::after {
  opacity: 1;
}
.block-favorite--favorite-goods{
  display: flex;
}
.block-favorite--image{
  width: 180px;
  position: relative;
}
.block-favorite--image figure{
  width: 180px;
  aspect-ratio: 1/1;
  position: relative;
}
.block-favorite--image figure img{
  width: 100%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.block-favorite--image .block-new--src1{
  position: absolute;
  top: 5px;
  left: 5px;
  z-index: 1;
}
.block-favorite--image .block-new--src1 img{
  width: 36px;
  height: 16px;
}
.block-favorite-goods-buttons ul{
  display: flex;
  flex-wrap: wrap;
  margin-top: 16px;
}
.block-favorite-goods-buttons ul li{
  width: calc((100% - 12px) / 3);
  margin-left: 6px;
  background: #F5F5F5;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  position: relative;
}
.block-favorite-goods-buttons ul li a{
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  transition:  opacity .4s;
  width: 100%;
}
.block-favorite-goods-buttons ul li a:hover{
  opacity: 0.7;
}
.block-favorite-goods-buttons ul li:nth-child(1) img{
  width: 28px;
  height: 12.5px;
}
.block-favorite-goods-buttons ul li:nth-child(2) img{
  width: 28px;
  height: 14.5px;
}
.block-favorite-goods-buttons ul li:nth-child(3) img{
  width: 22px;
  height: 16.5px;
}
.block-favorite-goods-buttons ul li:nth-child(3n+1){
  margin-left: 0;
}
.block-favorite-goods-buttons ul li > img{
  opacity: 0.2;
}
.block-favorite-goods-buttons ul li .tool-tip{
  width: max-content;
  font-size: 10px;
  font-weight: bold;
  color: #222;
  position: absolute;
  left: 0;
  top: -30px;
  background: #FFF;
  border: 1px solid #222;
  border-radius: 4px;
  padding: 3px 9px;
  display: none;
  z-index: 1;
}
.block-favorite-goods-buttons ul li .tool-tip::before{
  content:"";
  position: absolute;
  top: 100%;
  left: 10px;
  border: 5px solid transparent;
  border-top: 7px solid #222;
}
.block-favorite-goods-buttons ul li .tool-tip::after{
  content:"";
  position: absolute;
  top: 100%;
  left: 11px;
  border: 4px solid transparent;
  border-top: 6px solid #fff;
}
.block-favorite--description{
  flex: 1;
  padding-left: 16px;
}
.block-favorite--items-list .block-favorite-series{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.block-favorite--items-list .block-favorite-series span{
  display: block;
  margin-right: 12px;
  line-height: 1;
}
.block-favorite--items-list .block-favorite-series-brand img{
  width: auto;
  height: 16px;
  display: block;
}
.block-favorite--items-list .block-favorite-series-logo img{
  width: auto;
  height: 16px;
  display: block;
}
.block-favorite--items-list .block-favorite-series-name a{
  font-size: 10px;
  text-decoration: underline;
}
.block-favorite--goods-name{
  font-size: 22px;
  font-weight: bold;
  line-height: 1.3;
  margin-top: 12px;
}
.block-favorite--goods-name a:hover{
  text-decoration: none;
}
.block-favorite--goods-name2{
  color: #007CC9;
}
.block-favorite--goods-name3{
  font-size: 14px;
  font-weight: 500;
}
.block-favorite--items-list .block-favorite-status{
 margin-top: 8px; 
}
.block-favorite--items-list .block-favorite-status ul{
  display: flex;
  flex-wrap: wrap;
  margin-top: 4px;
  gap: 4px;
}
.block-favorite--items-list .block-favorite-status ul li{
  font-size: 11px;
  font-weight: 500;
  text-align: center;
  line-height: 1.4;
  border: 1px solid #333333;
  padding: 2px 4px 1px;
}
.block-favorite--items-list .block-favorite-status ul li.red{
  color: #DD2A00;
  border-color: #DD2A00;
}
.block-favorite--goods-comment{
  font-size: 12px;
  margin-top: 16px;
  line-height: 1.4;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}
.block-favorite--goods-comment em{
  font-size: 14px;
  font-weight: bold;
}
.block-favorite--description .block-favorite-marks{
  margin-top: 14px;
  display: flex;
  flex-wrap: wrap;
}
.block-favorite--description .block-favorite-marks > span{
  display: block;
  margin-right: 4px;
  margin-top: 2px;
  position: relative;
}
.block-favorite--description .block-favorite-marks > span img{
  display: block;
  width: auto;
  height: 25px;
}
.block-favorite--items-list > li:first-of-type .block-favorite--description .block-favorite-marks{
  margin-top: 8px;
}
.block-favorite--items-list .block-favorite-marks .tool-tip{
  width: max-content;
  font-size: 10px;
  font-weight: bold;
  color: #fff;
  position: absolute;
  left: 0;
  top: -30px;
  background: #222222;
  border-radius: 2px;
  padding: 3px 9px;
  display: none;
}
.block-favorite--items-list .block-favorite-marks .tool-tip::after{
  content:"";
  position: absolute;
  top: 100%;
  left: 8px;
  border: 4px solid transparent;
  border-top: 6px solid #222;
}
.block-favorite--delete-item{
  position: absolute;
  top: 26px;
  right: 20px;
}
.block-favorite--delete-item a{
  font-size: 13px;
  font-weight: 400;
  background: #F5F5F5;
  padding: 4px 8px 3px 30px;
  position: relative;
  border-radius: 0;
  bottom: 15px;
}
.block-favorite--delete-item a::before{
  content:"";
  width: 16px;
  height: 16px;
  border: 1px solid #222;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 8px;
  transform: translateY(-50%);
}
.block-favorite--delete-item a span::before{
  content:"";
  width: 7px;
  height: 1px;
  background: #222;
  position: absolute;
  top: 50%;
  left: 12.5px;
  transform: translateY(-50%) rotate(45deg);
}
.block-favorite--delete-item a span::after{
  content:"";
  width: 7px;
  height: 1px;
  background: #222;
  position: absolute;
  top: 50%;
  left: 12.5px;
  transform: translateY(-50%) rotate(-45deg);
}
@media (max-width:1679px){
  .block-favorite--items-list > li {
    width: 100%;
  }
}

/* ----見積り---- */
.page-estimate{
  background: #FFF;
}
.block-estimate{
  width: 1080px;
  margin: 0 auto;
  padding: 0 0 80px;
  font-size: 14px;
}
.block-estimate--header{
  margin-bottom: 10px;
}
.block-estimate--pager-top.pager{
  background: none;
  margin: 20px 0;
}
.block-estimate--pager-bottom.pager{
  display: none;
}
.block-estimate--pager-left{
  font-size: 14px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
}
.block-estimate--pager-left .pager-scope-wrap{
  border: none;
  height: auto;
  padding: 0;
}
.block-estimate--pager-left .pager-scope{
  margin-right: 10px;
}
.block-estimate--pager-right{
  display: flex;
  align-items: center;
}
.block-estimate--form h2.common-headline{
  font-size: 18px;
  color: #fff;
  background: #222;
  padding: 11px 10px 10px 16px;
}
.block-estimate--form h2.common-headline::before, .block-estimate--form h2.common-headline::after {
  width: 4px;
  height: 4px;
  left: 50px;
}
.block-estimate--form h2.common-headline::before {
  top: calc(50% - 6px);
}
.block-estimate--form h2.common-headline::after {
  top: calc(50% + 5px);
}
.block-estimate--form h2.common-headline input{
  margin-right: 25px;
  top: -1px;
}
.block-estimate--form h2.common-headline a{
  font-size: 12px;
  color: #DEDEDE;
  background: #505050;
  position: absolute;
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 2px;
  padding: 6px 12px;
  transition: opacity .4s;
}
.block-estimate--form h2.common-headline a:hover{
  opacity: 0.7;
  text-decoration: none;
}
.block-estimate--bookmark-list{
  background: #F7F7F7;
  padding: 24px 24px 28px;
  margin-bottom: 40px;
}
.block-estimate--items li{
  background: #FFF;
  position: relative;
  padding: 20px;
}
.block-estimate--items > * + *{
  margin-top: 8px;
}
.block-estimate--favorite-goods{
  display: flex;
}
.block-estimate--checkbox{
  display: flex;
  align-items: center;
  justify-content: center;
}
.block-estimate--checkbox input{
  margin-right: 0;
}
.block-estimate--delete-item{
  position: absolute;
  top: 20px;
  right: 20px;
}
.block-estimate--delete-item a {
  font-size: 13px;
  font-weight: 400;
  color: #222;
  background: #F5F5F5;
  padding: 4px 8px 3px 30px;
  position: relative;
  border-radius: 0;
  border: none;
}
.block-estimate--delete-item a::before {
  content: "";
  width: 16px;
  height: 16px;
  border: 1px solid #222;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 8px;
  transform: translateY(-50%);
}
.block-estimate--delete-item a span::before {
  content: "";
  width: 7px;
  height: 1px;
  background: #222;
  position: absolute;
  top: 50%;
  left: 12.5px;
  transform: translateY(-50%) rotate(45deg);
}
.block-estimate--delete-item a span::after {
  content: "";
  width: 7px;
  height: 1px;
  background: #222;
  position: absolute;
  top: 50%;
  left: 12.5px;
  transform: translateY(-50%) rotate(-45deg);
}
.block-estimate--description{
  margin-left: 12px;
  width: calc(100% - 242px);
}
.block-estimate--goods-name span{
  font-size: 18px;
  font-weight: bold;
  display: block;
}
.block-estimate--goods-name a{
  transition: opacity .4s;
}
.block-estimate--goods-name a:hover{
  opacity: 0.7;
  text-decoration: none;
}
.block-estimate--price{
  color: #222;
}
.block-estimate--comment{
  margin-top: 5px;
}
.block-estimate--edit-comment a{
  font-size: 12px;
  font-weight: 500;
  color: #007185;
  transition: opacity .4s;
}
.block-estimate--edit-comment a:hover{
  opacity: 0.7;
  text-decoration: none;
}
.block-estimate--image{
  margin-left: 12px;
}
.block-estimate--image figure{
  width: 119px;
  height: 119px;
  position: relative;
}
.block-estimate--image figure img{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.block-estimate--comment-textarea{
  width: 100%;
  background: #fff;
  border: 1px solid #DEDEDE;
  border-radius: 0;
  box-shadow: none;
}
.block-estimate--comment-count{
  display: flex;
  justify-content: space-between;
  margin-top: 5px;
}
.block-estimate--cancel{
  font-size: 12px;
  font-weight: 500;
  color: #222;
  background: none;
  border: none;
  outline: none;
  text-decoration: underline;
  padding: 0;
}
.block-estimate--update{
  font-size: 12px;
  font-weight: 500;
  color: #007185;
  background: none;
  border: none;
  outline: none;
  text-decoration: underline;
  margin-left: 10px;
  padding: 0;
}
.block-estimate--comment-count .count-msg-another {
  font-size: 12px;
  margin-top: 0;
  color: #707070;
}
.block-estimate--form .action-buttons {
  margin-top: 24px;
}
.block-estimate--form .block-estimate--add-to-cart {
  width: auto;
  padding: 10px 24px 7px;
}
.block-estimate--back{
  background: #AAA;
  margin-top: 0px;
}

/* ----入荷案内申し込み商品画面---- */
.block-arrival-notice-list--form li {
  margin-bottom: 20px;
}
.block-arrival-notice-list--goods {
  display: flex;
  width: 100%;
}
.block-arrival-notice-list--image {
  flex-basis: 160px;
}
.block-arrival-notice-list--description {
  flex-grow: 1;
}
.block-arrival-notice-list--delete-item {
  flex-basis: 80px;
  text-align: center;
}
.block-arrival-notice-list--image figure {
  background: #f5f5f5;
  width: 142px;
  height: 142px;
}
.block-arrival-notice-list--goods-name a {
  color: #000;
  text-decoration: underline;
}
.block-arrival-notice-list--price-title,
.block-arrival-notice-list--price {
  display: inline-block;
}
.block-arrival-notice-list--update-dt dt,
.block-arrival-notice-list--update-dt dd {
  display: inline-block;
}

/* ----購入履歴一覧画面---- */
.page-history{
  background: #FFF;
}
.block-purchase-history{
  width: 1080px;
  margin: 0 auto;
  padding: 0 0 80px;
  font-size: 14px;
}
.block-purchase-history--header{
  margin-bottom: 10px;
}
.block-purchase-history-text{
  display: flex;
  justify-content: space-between;
}
.block-purchase-history-text a{
  text-decoration: underline;
}
.block-purchase-history-text a:hover{
  text-decoration: none;
}
.block-purchase-history-box{
  background: #F7F7F7;
  padding: 18px 32px 24px;
  margin-top: 24px;
}
.block-purchase-history-box + .block-purchase-history-box{
  margin-top: 40px;
}
.block-purchase-history-box dt{
  font-weight: bold;
  border-bottom: 2px dotted #222;
  padding: 5px 0;
  position: relative;
  cursor: pointer;
}
.block-purchase-history-box dt::after{
  content:"";
  width: 8px;
  height: 8px;
  border-right: 1px solid #222;
  border-bottom: 1px solid #222;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%) rotate(45deg);
  transition: .4s;
}
.block-purchase-history-box dt.is-active::after{
  transform: translateY(-50%) rotate(225deg);
}
.block-purchase-history-box dd{
  padding-top: 20px;
  display: none;
}
.block-purchase-history-box dd > ul{
  background: #FFF;
  border: 1px solid #DEDEDE;
  padding: 6px 26px;
}
.block-purchase-history-box dd > ul > li{
  display: flex;
  align-items: center;
  border-bottom: 1px solid #DEDEDE;
  padding: 14px;
}
.block-purchase-history-box dd > ul > li:last-child{
  border-bottom: 0;
}
.block-purchase-history-box dd p .is-red{
  font-weight: bold;
  color: #FF0000;
}
.block-purchase-history-box-title{
  font-weight: bold;
  margin: 20px 0 10px;
}
.block-purchase-history-box .arrow + .block-purchase-history-box-title{
  margin-top: 10px;
}
.block-purchase-history-box-title .is-red{
  font-size: 12px;
  color: #FF0000;
  margin-left: 10px;
}
.block-purchase-status-left{
  width: 270px;
  padding-right: 10px;
}
.block-purchase-status-left [class^="status-progress"]{
  margin-right: 15px;
}
.block-purchase-status-left .status-message{
  font-size: 14px;
}
.block-purchase-history-box .arrow{
  text-align: center;
  margin: 20px 0 0;
}
.block-purchase-history--pager-top.pager{
  margin: 0 0 5px;
  background: none;
}
.block-purchase-history--pager-bottom.pager{
  margin: 5px 0 0;
  background: none;
}
.block-purchase-history--pager-left{
  font-size: 14px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
}
.block-purchase-history--pager-left .pager-scope-wrap{
  border: none;
  height: auto;
  padding: 0;
}
.block-purchase-history--pager-left .pager-scope{
  margin-right: 10px;
}
.block-purchase-history--pager-right{
  display: flex;
  align-items: center;
}
.block-purchase-history-container{
  background: #F7F7F7;
  padding: 24px 32px;
}
.block-purchase-history h2.common-headline {
  font-size: 18px;
  color: #fff;
  background: #222;
  padding: 11px 10px 10px 30px;
  margin: 40px 0 0;
}
.block-purchase-history h2.common-headline::before, .block-purchase-history h2.common-headline::after {
  width: 3px;
  height: 3px;
  left: 15px;
}
.block-purchase-history h2.common-headline::before {
  top: calc(50% - 4px);
}
.block-purchase-history h2.common-headline::after {
  top: calc(50% + 3px);
}
.block-purchase-history--table{
  width: 100%;
}
.block-purchase-history--table .is-red{
  color: #FF0000;
  font-weight: bold;
  font-size: 14px;
}
.block-purchase-history--table .is-red.fs12{
  font-size: 12px;
}
.block-purchase-history--table th{
  font-size: 12px;
  font-weight: bold;
  background: #F0F0F0;
  border: 1px solid #DEDEDE;
  padding: 6px 16px;
}
.block-purchase-history--table th:nth-child(1){
  width: 150px;
}
.block-purchase-history--table th:nth-child(2){
  width: 210px;
}
.block-purchase-history--table th:nth-child(3){
  width: 245px;
}
.block-purchase-history--table th:nth-child(4){
  width: 105px;
}
.block-purchase-history--table th:nth-child(5){
  width: 105px;
}
.block-purchase-history--table th:nth-child(6){
  width: 200px;
}
.block-purchase-history--table td{
  font-size: 14px;
  background: #FFF;
  border: 1px solid #DEDEDE;
  line-height: 1.4;
  padding: 16px;
}
.block-purchase-history--order-detail-list li{
  position: relative;
  padding-left: 12px;
}
.block-purchase-history--order-detail-list > * + *{
  margin-top: 6px;
}
.block-purchase-history--order-detail-list li::before{
  content:"・";
  font-size: 20px;
  line-height: 1;
  position: absolute;
  top: 0;
  left: -5px;
}
.block-purchase-history--total{
  text-align: right;
}
.block-purchase-history--back{
  background: #AAA;
}
.block-purchase-history--order-id a{
  font-weight: 500;
  color: #007185;
  text-decoration: underline;
}
.block-purchase-history--order-id a:hover{
  text-decoration: none;
}
.block-purchase-history .action-buttons {
  margin-top: 40px;
}

/* ----購入履歴詳細画面---- */
.page-historydetail {
  background: #FFF;
}
.block-purchase-history-detail{
  width: 1080px;
  margin: 0 auto;
  padding: 0 0 80px;
  font-size: 14px;
}
.block-purchase-history-detail--header{
  margin-bottom: 10px;
}
.block-purchase-history-detail--reauth {
  margin-top: 10px;
}
.block-purchase-history-detail--customer-status {
  background: #F7F7F7;
  padding: 20px 36px;
  margin-top: 25px;
  display: flex;
}
.block-purchase-history-detail--customer-name {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.6;
  margin-right: 40px;
}
.block-purchase-history-detail--company-name {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
}
.block-purchase-history-detail--company-name span {
  display: block;
  font-size: 13px;
  font-weight: 400;
}
.block-purchase-history-detail--order{
  background: #F7F7F7;
  padding: 36px 24px 32px;
  margin-top: 24px;
}
.block-purchase-history-detail--order-info {
  margin: 0 0 32px;
  display: flex;
  align-items: center;
  width: 100%;
}
.block-purchase-history-detail--order-info-left {
  width: 70.5%;
}
.block-purchase-history-detail--order-info-right {
  width: 29.5%;
  padding: 0 0 0 40px;
}
.block-purchase-history-detail--order-info-right .status-percentage {
  font-size: 15px;
}
.block-purchase-history-detail--order-info-right .status-percentage span{
  font-size: 11px;
}
.block-purchase-history-detail--order-info-right .status-message {
  font-size: 16px;
}
.block-purchase-history-detail--order-info-table {
  width: 100%;
}
.block-purchase-history-detail--order-info-table th {
  font-size: 13px;
  font-weight: 400;
  width: 135px;
  background: #fff;
  border-right: 0;
  padding: 6px 16px;
}
.block-purchase-history-detail--order-info-table td {
  font-size: 13px;
  background: #fff;
  border-left: 0;
  padding: 6px 16px;
}
.block-purchase-history-detail--order-body {
  margin: 32px 0;
  display: flex;
  width: 100%;
}
.block-purchase-history-detail--order-body-left {
  width: 70.5%;
}
.block-purchase-history-detail--order-body-right {
  width: 29.5%;
  padding: 0 0 0 17px;
}
.block-purchase-history-detail--order-detail-items {
  width: 100%;
  table-layout: fixed;
}
.block-purchase-history-detail--order-detail-items th{
  font-size: 12px;
  background: #F0F0F0;
  padding: 7px 12px 5px;
}
.block-purchase-history-detail--order-detail-items th:nth-child(1){
  width: 20%;
}
.block-purchase-history-detail--order-detail-items th:nth-child(2){
  width: 50%;
}
.block-purchase-history-detail--order-detail-items th:nth-child(3){
  width: 8%;
}
.block-purchase-history-detail--order-detail-items th:nth-child(4){
  width: 8%;
}
.block-purchase-history-detail--order-detail-items th:nth-child(5){
  width: 14%;
}
.block-purchase-history-detail--order-detail-items td{
  background: #FFF;
  padding: 24.5px 12px;
  line-height: 1.4;
}
.block-purchase-history-detail--goods{
  display: flex;
  align-items: center;
}
.block-purchase-history-detail--goods-img figure{
  width: 107px;
  height: 107px;
  position: relative;
}
.block-purchase-history-detail--goods-img figure img{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.block-purchase-history-detail--goods-qty,.block-purchase-history-detail--goods-amt{
  text-align: center;
}
.block-purchase-history-detail--tax-reduced-message {
  margin: 3px 0;
}
.block-purchase-history-detail--payment-info-items {
  width: 100%;
  table-layout: fixed;
}
.block-purchase-history-detail--payment-info-items th{
  font-size: 12px;
  font-weight: 500;
  background: #F0F0F0;
  width: 45%;
  padding: 10px 10px 8px;
}
.block-purchase-history-detail--payment-info-items tr:last-of-type th{
  font-size: 14px;
  font-weight: bold;
  padding: 12px 10px 10px;
}
.block-purchase-history-detail--payment-info-items td{
  font-size: 13px;
  text-align: right;
  background: #FFF;
  width: 55%;
  padding: 10px 10px 8px;
}
.block-purchase-history-detail--payment-info-items td.block-purchase-history-detail--shipping-fee{
  font-size: 12px;
}
.block-purchase-history-detail--payment-info-items td.block-purchase-history-detail--order-total{
  font-size: 15px;
  font-weight: bold;
  padding: 12px 10px 10px;
}
.block-purchase-history-detail--shipping-info {
  margin: 32px 0 0;
  display: flex;
  width: 100%;
}
.block-purchase-history-detail--shipping-info-left {
  width: 70.5%;
}
.block-purchase-history-detail--shipping-info-right {
  width: 29.5%;
  padding: 0 0 0 17px;
}
.block-purchase-history-detail--sender-items {
  width: 100%;
}
.block-purchase-history-detail--sender-items th{
  font-size: 12px;
  background: #F0F0F0;
  padding: 8px 12px 6px;
}
.block-purchase-history-detail--sender-items td{
  background: #FFF;
  padding: 18px 12px 16px;
  line-height: 1.4;
}
.block-purchase-history-detail--shipping-info-items {
  width: 100%;
  table-layout: fixed;
}
.block-purchase-history-detail--shipping-info-items th{
  font-size: 12px;
  font-weight: 500;
  background: #F0F0F0;
  padding: 10px 12px 8px;
  width: 30%;
}
.block-purchase-history-detail--shipping-info-items td{
  background: #FFF;
  padding: 10px 12px 8px;
  text-align: right;
  width: 70%;
}
.block-purchase-history-detail--shipping-info-items td.block-purchase-history-detail--delivery-day{
  padding: 17px 12px 13px;
}
.block-purchase-history-detail--shipping-info-items td.block-purchase-history-detail--delivery-day p{
  font-size: 14px;
}
.block-purchase-history-detail--shipping-info-items td.block-purchase-history-detail--delivery-day .help-block {
  font-size: 10px;
  margin-top: 3px;
  color: #222;
}
.block-purchase-history-detail--shipment-header{
  margin: 30px 0 0;
}
.block-purchase-history-detail--shipment-container{
  background: #F7F7F7;
  padding: 32px 24px;
}
.block-purchase-history-detail--shipment-name{
  font-size: 16px;
  font-weight: bold;
}
.block-purchase-history-detail--shipment-name span{
  margin-left: 24px;
}
.block-purchase-history-detail--shipment-address{
  line-height: 1.4;
  margin-top: 5px;
}
.block-purchase-history-detail--track-shipment {
  margin: 10px 0 0;
  width: 100%;
  display: flex;
  align-items: center;
}
.block-purchase-history-detail--track-shipment dt {
  font-size: 12px;
  font-weight: bold;
  background: #F0F0F0;
  border: 1px solid #DEDEDE;
  border-right: 0;
  width: 90px;
  padding: 5px 12px 4px;
  min-height:32px;
}
.block-purchase-history-detail--track-shipment dd {
  font-size: 12px;
  background: #FFF;
  min-width: 240px;
  border: 1px solid #DEDEDE;
  border-right: 0;
  padding: 5px 12px 4px;
  min-height:32px;
}
.block-purchase-history-detail--track-shipment dd:last-of-type{
  border-right: 1px solid #DEDEDE;
}

.block-purchase-history-detail--append-header{
  margin: 30px 0 0;
}
.block-purchase-history-detail--append-container{
  background: #F7F7F7;
  padding: 32px 24px;
}
.block-purchase-history-detail--append-items {
  width: 100%;
}
.block-purchase-history-detail--append-items th {
  font-size: 13px;
  font-weight: 400;
  width: 300px;
  background: #F0F0F0;
  padding: 10px 16px 8px;
}
.block-purchase-history-detail--append-items td {
  font-size: 13px;
  font-weight: 400;
  background: #FFF;
  padding: 10px 16px 8px;
}
.block-purchase-history-detail--requests-for-order .action{
  display: block;
}
.block-purchase-history-detail .block-purchase-history-detail--add-goods {
  background: #EEEEF0;
  color: #707070;
  width: auto;
  padding: 11px 28px 8px;
}
.block-purchase-history-detail .block-purchase-history-detail--contact {
  background: #EEEEF0;
  color: #707070;
  width: auto;
  padding: 11px 28px 8px;
  margin-top: 10px;
}
.block-purchase-history-detail .block-purchase-history-detail--back{
  background: #AAA;
}
.block-purchase-history-detail .action-buttons {
  margin-top: 40px;
}
.block-purchase-history-detail .block-purchase-history-detail--cancel {
  width: 250px;
}
.block-purchase-history-detail .block-purchase-history-detail--receipt {
  width: 200px;
  margin: auto 0 auto 10px;
  margin-top: auto;
  margin-bottom: auto;
}
.block-purchase-history-detail--child-order-id a {
  text-decoration: underline;
}
.block-purchase-history-detail--parent-order-id a {
  text-decoration: underline;
}
.block-purchase-history-detail--regular-sales-include a {
  text-decoration: underline;
}
.block-purchase-history-detail--regular-sales a {
  text-decoration: underline;
}
.block-purchase-history-detail--tax-reduced {
  margin-left: 30px;
}
.block-purchase-history-detail--total-for-tax-ratio {
  display: flex;
  margin-left: 10px;
  width: 100%;
  font-size: 80%;
}
.block-purchase-history-detail--total-for-tax-ratio-title {
  margin-right: 8px;
}
.block-purchase-history-detail--total-for-tax-ratio-list {
  text-align: right;
}
.block-purchase-history-detail--total-for-tax-ratio-list ul {
  display: flex;
}
.block-purchase-history-detail--tax-ratio {
  min-width: 50px;
  margin-right: 5px;
}
.block-purchase-history-detail--total-for-tax-ratio-amount {
  min-width: 55px;
}


/* スマレジ */
.block-purchase-history-detail--smaregipoint {
  clear: both;
}

/* ----購入カード情報変更画面---- */
.block-purchase-history-cardupdate--customer-name {
  margin: 10px 0;
  width: 50%;
}
.block-purchase-history-cardupdate--orderframe,
.block-purchase-history-cardupdate--inputframe,
.block-purchase-history-cardupdate--authentication {
  margin: 20px 0 0 0;
}
.block-purchase-history-cardupdate--ordertable {
  margin: 5px 0;
  width: 100%;
}

/* ----ご注文キャンセル画面---- */

.block-order-cancellation--order-info {
  margin: 10px 0;
  display: flex;
  width: 100%;
}
.block-order-cancellation--order-info-left {
  width: 65%;
}
.block-order-cancellation--order-info-right {
  width: 35%;
  padding: 0 0 0 10px;
}
.block-order-cancellation--shiment-address {
  border: 1px solid #c8c8c8;
  padding: 10px;
  margin: 10px 0;
}
.block-order-cancellation--payment-info-items {
  width: 100%;
}
.block-order-cancellation--order-items {
  width: 100%;
}

/* ----カード情報確認画面---- */

.block-credit-card-confirmation--credit-card-info-table {
  width: 100%;
}
.block-credit-card-confirmation--credit-card-info-table th {
  width: 250px;
}

/* --- カード情報変更 --- */
.block-customer-update--commit-btn--block-loading {
  height: 65px;
  width: 65px;
  position: absolute;
  transform: scale(0.4);
  display: inline-block;
}

/* ----お問い合わせ画面---- */
.block-inquiry--inquiry-body .form-label,
.block-inquiry--inquiry-body .constraint {
  vertical-align: top;
  padding-top: 8px;
}

/* ----お問い合わせ履歴一覧画面---- */

.block-inquiry-history--body li {
  margin: 5px 0;
  padding: 10px 0;
  border-bottom: 1px solid #c8c8c8;
}
.block-inquiry-history--body li span {
  margin: 0 10px 0 0;
}

/* ----お問い合わせ履歴詳細画面---- */

.block-inquiry-history-detail--form {
  margin: 20px 0;
}
.block-inquiry-history-detail--message {
  text-align: center;
}
.block-inquiry-history-detail--inquiry-body {
  margin: 20px 0;
}
.block-inquiry-history-detail--inquiry-body textarea {
  width: 100%;
}
.block-inquiry-history-detail--item dt {
  width: 100%;
  display: flex;
}
.block-inquiry-history-detail--contact-name {
  width: 80%;
}
.block-inquiry-history-detail--update-dt {
  width: 20%;
  text-align: right;
  font-weight: normal;
}
.block-inquiry-history-detail--message-confirm {
  text-align: center;
}
.block-inquiry-history-detail--inquiry-body-confirm {
  margin: 20px 0;
  padding: 10px;
  border: 1px solid #c8c8c8;
}

/* ----所持クーポン一覧画面---- */

.block-coupon-list--table {
  margin: 5px 0;
  width: 100%;
}
.block-coupon-list--coupon-dt {
  white-space: nowrap;
  width: 300px;
}

/* ----店舗クーポン一覧画面---- */

.block-store-coupon-list--table {
  margin: 5px 0;
  width: 100%;
}
.block-store-coupon-list--coupon-dt {
  white-space: nowrap;
  width: 300px;
}

/* ----ログアウト画面---- */

.block-logout--message a {
  text-decoration: underline;
}

/* ----会員登録確認(クイックエントリー)---- */

.block-quick-member-info-confirmation--pwd {
  word-break: break-all;
}
.block-quick-info-confirmation--login-state-saving {
  margin-top: 10px;
  text-align: center;
}
.block-quick-info-confirmation--login-state-saving-message {
  margin-top: 10px;
  text-align: center;
}

/* ----パスワード再設定---- */

.block-reset-password--tel {
  border-bottom: 1px solid #e5e5e5;
}

/* ----制限付きログイン画面---- */

.block-login-parts--body a {
  margin-top: 10px;
  margin-bottom: 10px;
}

/* ----会員登録完了画面---- */
.block-member-registration-completed--smaregipoint {
  margin: 10px;
}

/* ----会員登録完了画面(クイックエントリー)---- */
.block-quick-member-registration-completed--smaregipoint {
  margin: 10px;
}

/* ----領収書印刷画面---- */
@media screen, print {
  .block-receipt--ContentsAll {
    width: 640px;
    clear: both;
    font-family: YuGothic,"Yu Gothic",sans-serif;
    font-size: 12pt;
    margin: 0 auto;
  }
  .block-receipt--printBox {
    width: 100%;
    margin-bottom: 10px;
    text-align: center;
  }
}

@media print {
  .block-receipt--printBox {
    display: none;
  }
}

.block-receipt--main {
  break-after: page;
  overflow-wrap: break-word;
  word-wrap: break-word;
}

.block-receipt--main:last-child {
  break-after: auto;
}

.block-receipt--header {
  text-align: center;
}

.block-receipt--header-title {
  display: inline-block;
  text-align: center;
  font-size: 24pt;
  font-weight: bold;
}

.block-receipt--header-pagenum {
  text-align: right;
  float: right;
}

.block-receipt--top {
  display: flex;
  justify-content: space-between;
}

.block-receipt--top-left {
  width: 340px;
  text-align: left;
}

.block-receipt--top-left-address {
  font-size: 18pt;
  font-weight: bold;
  padding: 0 0 10px;
}

.block-receipt--top-left-total {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding: 10px 0 0 0;
}

.block-receipt--top-left-total-title {
  text-align: left;
  font-weight: bold;
}

.block-receipt--top-left-total-price {
  text-align: right;
  font-size: 18pt;
  font-weight: bold;
}

.block-receipt--top-left-proviso {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  padding: 10px 0 0 0;
}

.block-receipt--top-left-middle {
  padding: 10px 0 0 0;
}

.block-receipt--top-right {
  width: 340px;
  font-size: 10pt;
  text-align: right;
}

.block-receipt--top-right-items {
  line-height: 50%;
}

.block-receipt--tax-info p {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  font-weight: bold;
  margin: 10px 0;
}

.block-receipt--tax-info-items {
  width: auto;
  display: flex;
  font-size: 10pt;
  margin: 0 0 10px 10px;
}

.block-receipt--tax-info-items-ratio {
  width: 120px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}

.block-receipt--tax-info-items-amount-title {
  width: 120px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}

.block-receipt--tax-info-items-amount-price {
  width: 120px;
  text-align: right;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}

.block-receipt--tax-info-items-consumption-title {
  width: 80px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  margin-left: 50px;
}

.block-receipt--tax-info-items-consumption-price {
  width: 80px;
  text-align: right;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}


.block-receipt--payment > p {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  font-weight: bold;
  margin-bottom: 10px;
}

.block-receipt--payment-items-method {
  display: flex;
  justify-content: space-between;
  font-size: 10pt;
  margin: 0 10px 0;
}

.block-receipt--payment-items-method-method {
  width: 240px;
  display: flex;
  justify-content: space-between;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  align-items: flex-end;
}

.block-receipt--payment-items-method-income {
  width: 240px;
  display: flex;
  justify-content: space-between;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  align-items: flex-end;
}

.block-receipt--payment-items-price {
  margin: 0 10px 0;
}

.block-receipt--payment-items-price > p {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  margin: 10px 0;
}

.block-receipt--payment-items-price-items {
  display: flex;
  justify-content: space-between;
  margin: 0 10px 0;
}

.block-receipt--payment-items-price-items-detail {
  width: 280px;
}

.block-receipt--payment-items-price-items-detail-list {
  display: flex;
  justify-content: space-between;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  font-size: 10pt;
  margin: 0 10px 0;
}

.block-receipt--payment-items-price-items-detail-list {
  margin-bottom: 10px;
}

.block-receipt--goods-title {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  margin: 10px 0 0;
  font-weight: bold;
}

.block-receipt--goods-detail {
  margin: 0 0 0 10px;
}

.block-receipt--goods-detail-table {
  table-layout: fixed;
  border-collapse: collapse;
  width: 600px;
}

.block-receipt--goods-detail-table th {
  vertical-align: middle;
}

.block-receipt--goods-detail-table th,
.block-receipt--goods-detail-table td {
  font-weight: normal;
  font-size: 10pt;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  padding: 5px 5px 0;
}

.block-receipt--goods-detail-table th {
  text-align: center;
}

.block-receipt--goods-detail-table-td-text {
  text-align: left;
}

.block-receipt--goods-detail-table-td-num {
  text-align: right;
}

.block-receipt--goods-detail-table-td-mark {
  text-align: center;
}


.block-receipt--goods-detail-table th:nth-child(1),
.block-receipt--goods-detail-table td:nth-child(1) {
  width: 17.5%;
}

.block-receipt--goods-detail-table th:nth-child(2),
.block-receipt--goods-detail-table td:nth-child(2) {
  width: 42.5%;
}

.block-receipt--goods-detail-table th:nth-child(3),
.block-receipt--goods-detail-table td:nth-child(3) {
  width: 2.5%;
}

.block-receipt--goods-detail-table th:nth-child(4),
.block-receipt--goods-detail-table td:nth-child(4) {
  width: 15%;
}

.block-receipt--goods-detail-table th:nth-child(5),
.block-receipt--goods-detail-table td:nth-child(5) {
  width: 7.5%;
}

.block-receipt--goods-detail-table th:nth-child(6),
.block-receipt--goods-detail-table td:nth-child(6) {
  width: 15%;
}

.block-receipt--goods-detail-comment {
  font-size: 10pt;
  margin: 0 0 10px;
}

.block-receipt--bottom {
  font-size: 10pt;
}

/* CSS調整*/
.customer_.col1_{
  background: #FFF;
  padding: 30px 0 60px;
}
.customer_.col1_ > *{
  width: 1080px;
  margin: 0 auto;
}
.customer_.col1_ > p a{
  text-decoration: underline;
}
.customer_.col1_ > p a:hover{
  text-decoration: none;
}
.customer_.col1_ > .navitopicpath_{
  width: 100%;
  padding: 0 40px 20px;
  margin-top: -20px;
}
.customer_.col1_ > .navitopicpath_ li{
  display: inline-block;
  color: #B5B5B5;
  font-size: 12px;
}
.customer_.col1_ > .navitopicpath_ li:not(:first-child) {
  padding-left: 10px;
}
.customer_.col1_ > .navitopicpath_ li a,.customer_.col1_ > .navitopicpath_ li span{
  font-size: 12px;
  padding-left: 10px;
  color: #222;
}
.customer_.col1_ .submit_{
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
  gap: 20px;
}
.customer_.col1_ .message_{
  font-size: 13px;
}
.customer_.col1_ .formdetail_.customerconfirm_{
  width: 100%;
  margin-top: 20px;
}
.customer_.col1_ .formdetail_.customerconfirm_ th{
  width: 290px;
  font-weight: bold;
  font-size: 14px;
  background: #F5F5F5;
  border-top: 1px solid #DEDEDE;
  padding: 16px 75px 16px 16px;
  position: relative;
}
.customer_.col1_ .formdetail_.customerconfirm_ th .must_{
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
  width: 48px;
  height: auto;
}
.customer_.col1_ .formdetail_.customerconfirm_ td{
  font-size: 14px;
  border-top: 1px solid #DEDEDE;
  padding: 16px;
}
.formdetail_.customerconfirm_ tr:last-of-type th,.formdetail_.customerconfirm_ tr:last-of-type td{
  border-bottom: 1px solid #DEDEDE;
}
.page-menu.pane-contents strong a{
  text-decoration: underline;
}
.customer_.col1_ .formdetail_.withdrawal_{
  width: 100%;
  margin-top: 20px;
}
.customer_.col1_ .formdetail_.withdrawal_ th{
  width: 290px;
  font-weight: bold;
  font-size: 14px;
  background: #F5F5F5;
  border-top: 1px solid #DEDEDE;
  padding: 16px 75px 16px 16px;
  position: relative;
}
.customer_.col1_ .formdetail_.withdrawal_ .must_{
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
  width: 48px;
  height: auto;
}
.customer_.col1_ .formdetail_.withdrawal_ td{
  font-size: 14px;
  border-top: 1px solid #DEDEDE;
  padding: 16px;
}
.customer_.col1_ .formdetail_.withdrawal_ tr:last-of-type th,.customer_.col1_ .formdetail_.withdrawal_ tr:last-of-type td{
  border-bottom: 1px solid #DEDEDE;
}
.customer_.col1_ .formdetail_.withdrawal_ td input[type="text"]{
  width: 50%;
}
.customer_.col1_ .loginuserinfo_ {
  background: #F7F7F7;
  padding: 20px 36px;
  display: flex;
  margin-top: 10px;
  margin-bottom: 20px;
}
.customer_.col1_ .passchange_ p strong{
  font-weight: 400;
}
.customer_.col1_ .passchange_ a{
  text-decoration: underline;
}
.customer_.col1_ .passchange_ a:hover{
  text-decoration: none;
}
.customer_.col1_ .loginuserinfo_name_ {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.6;
  margin-right: 40px;
}
.customer_.col1_ .loginuserinfo_department_ {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
}
.customer_.col1_ .block-member-info--customer-info {
  margin-bottom: 20px;
}
.customer_.col1_ .formdetail_.customer_{
  width: 100%;
  margin-top: 20px;
}
.customer_.col1_ .formdetail_.customer_ th{
  width: 290px;
  font-weight: bold;
  font-size: 14px;
  background: #F5F5F5;
  border-top: 1px solid #DEDEDE;
  padding: 16px 75px 16px 16px;
  position: relative;
}
.customer_.col1_ .formdetail_.customer_ .must_{
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
  width: 48px;
  height: auto;
}
.customer_.col1_ .formdetail_.customer_ td{
  font-size: 14px;
  border-top: 1px solid #DEDEDE;
  padding: 16px;
}
.customer_.col1_ .formdetail_.customer_ tr:last-of-type th,.customer_.col1_ .formdetail_.customer_ tr:last-of-type td{
  border-bottom: 1px solid #DEDEDE;
}
.customer_.col1_ h1.common_headline1_{
  margin-bottom: 10px;
}
.page-menu.pane-contents .pane-main > div:not([class]){
  padding-top: 40px;
}
.page-menu.pane-contents .pane-main > div:not([class]) .common_headline1_,.page-menu.pane-contents .pane-main > div:not([class]) p{
  width: 1080px;
  margin: 0 auto;
}
.page-menu.pane-contents .pane-main > div:not([class]) #footer{
  margin-top: 60px;
}
.formdetail_.passchange_{
  width: 100%;
  margin-top: 20px;
}
.customer_.col1_ .formdetail_.passchange_ th{
  width: 290px;
  font-weight: bold;
  font-size: 14px;
  background: #F5F5F5;
  border-top: 1px solid #DEDEDE;
  padding: 16px 75px 16px 16px;
  position: relative;
}
.customer_.col1_ .formdetail_.passchange_ .must_{
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
  width: 48px;
  height: auto;
}
.customer_.col1_ .formdetail_.passchange_ td{
  font-size: 14px;
  border-top: 1px solid #DEDEDE;
  padding: 16px;
}
.customer_.col1_ .formdetail_.passchange_ tr:last-of-type th,.customer_.col1_ .formdetail_.passchange_ tr:last-of-type td{
  border-bottom: 1px solid #DEDEDE;
}
.contact_.col1_{
  background: #FFF;
  padding: 30px 0 60px;
}
.contact_.col1_ > *{
  width: 1080px;
  margin: 0 auto;
}
.contact_.col1_ > .navitopicpath_{
  width: 100%;
  padding: 0 40px 20px;
  margin-top: -20px;
}
.contact_.col1_ > .navitopicpath_ li{
  display: inline-block;
  color: #B5B5B5;
  font-size: 12px;
}
.contact_.col1_ > .navitopicpath_ li:not(:first-child) {
  padding-left: 10px;
}
.contact_.col1_ > .navitopicpath_ li a,.contact_.col1_ > .navitopicpath_ li span{
  font-size: 12px;
  padding-left: 10px;
  color: #222;
}
.contact_.col1_ .formdetail_.contact_{
  width: 100%;
  margin-top: 20px;
}
.contact_.col1_ .formdetail_.contact_ th{
  width: 290px;
  font-weight: bold;
  font-size: 14px;
  background: #F5F5F5;
  border-top: 1px solid #DEDEDE;
  padding: 16px 75px 16px 16px;
  position: relative;
}
.contact_.col1_ .formdetail_.contact_ .must_{
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
  width: 48px;
  height: auto;
}
.contact_.col1_ .formdetail_.contact_ td{
  font-size: 14px;
  border-top: 1px solid #DEDEDE;
  padding: 16px;
}
.contact_.col1_ .formdetail_.contact_ tr:last-of-type th,.contact_.col1_ .formdetail_.contact_ tr:last-of-type td{
  border-bottom: 1px solid #DEDEDE;
}
.contact_.col1_ .formdetail_.contact_ td .small_{
  display: block;
  font-size: 12px;
  margin-top: 8px;
  color: #707070;
  line-height: 1.4;
}
.contact_.col1_ .submit_{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-top: 30px;
  text-align: center;
}
.contact_.col1_ .submit_ a{
  display: inline-block;
}
.contact_.col1_ .loginuserinfo_ {
  background: #F7F7F7;
  padding: 20px 36px;
  display: flex;
  margin-top: 10px;
  margin-bottom: 20px;
}
.contact_.col1_ .loginuserinfo_name_ {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.6;
  margin-right: 40px;
}
.contact_.col1_ .loginuserinfo_department_ {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
}
.order_.order_col1_{
  background: #FFF;
  padding: 30px 0 60px;
}
.order_.order_col1_ > *{
  width: 1080px;
  margin: 0 auto;
}
.order_.order_col1_ h1.common_headline1_{
  font-size: 32px;
  margin: 30px auto 20px;
  line-height: 1.4;
}
.order_.order_col1_ .submit_{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-top: 30px;
  text-align: center;
}
.order_.order_col1_ .formdetail_.order_{
  margin-top: 20px;
}
.order_.order_col1_ .formdetail_.order_ th{
  width: 290px;
  font-weight: bold;
  font-size: 14px;
  background: #F5F5F5;
  border-top: 1px solid #DEDEDE;
  border-bottom: 1px solid #DEDEDE;
  padding: 16px 75px 16px 16px;
  position: relative;
}
.order_.order_col1_ .formdetail_.order_ td{
  font-size: 14px;
  border-top: 1px solid #DEDEDE;
  border-bottom: 1px solid #DEDEDE;
  padding: 16px;
}
.order_.order_col1_ .top_comment_{
  margin-top: 20px;
  text-align: center;
}
.contact_.col1_ .contactlist_ li{
  border-bottom: 1px solid #DDD;
  padding: 10px 0;
}
.contact_.col1_ .contactlist_ li:first-child{
  border-top: 1px solid #DDD;
}
.contact_.col1_ .contactdetail_title_{
  font-size: 22px;
  margin: 45px auto 30px;
}
.contact_.col1_ .contactdetail_title_ .subject_{
  margin-left: 15px;
}
.contact_.col1_ .contactdetail_title_ .id_{
  font-size: 18px;
  margin-left: 10px;
}
.contact_.col1_ .contactlist_ .contactlist_line_{
  margin-bottom: 15px;
}
.contact_.col1_ .contactlist_ .contactlist_head_{
  display: flex;
  justify-content: space-between;
  background: #F7F7F7;
  border: 1px solid #DDD;
  padding: 10px;
}
.contact_.col1_ .contactlist_ .comment_ {
  border: 1px solid #DDD;
  border-top: 0;
  padding: 15px;
}
.contact_.col1_ .contact_reform_{
  padding: 15px 0 0;
}
.contact_.col1_ .contact_reform_ .message_{
  font-size: 14px;
  margin-bottom: 10px;
}
.contact_.col1_ .contact_reform_ textarea{
  width: 100%;
}
.contact_.col1_ .formdetail_.contactdetail_{
  width: 100%;
}
.contact_.col1_ .formdetail_.contactdetail_ td{
  border: 1px solid #DDD;
  padding: 15px;
}
.freeblock_ section ol li {
  padding-left: 2em;
}
.authmail_ .formdetail_.message_ th{
  width: 290px;
  font-weight: bold;
  font-size: 14px;
  background: #F5F5F5;
  border-top: 1px solid #DEDEDE;
  border-bottom: 1px solid #DEDEDE;
  padding: 16px 75px 16px 16px;
  position: relative;
}
.authmail_ .formdetail_.message_ td{
  font-size: 14px;
  border-top: 1px solid #DEDEDE;
  border-bottom: 1px solid #DEDEDE;
  padding: 16px;
}
.order_.order_col1_ .spandual_{
  font-size: 14px;
}
.order_.order_col1_ .formlist_.estimate_.host_.catalog_confirm_{
  width: 100%;
  margin-bottom: 20px;
}
.order_.order_col1_ .formlist_.estimate_.host_.catalog_confirm_ th{
  width: 290px;
  font-weight: bold;
  font-size: 14px;
  background: #F5F5F5;
  border-top: 1px solid #DEDEDE;
  border-bottom: 1px solid #DEDEDE;
  padding: 16px 75px 16px 16px;
  position: relative;
}
.order_.order_col1_ .formlist_.estimate_.host_.catalog_confirm_ td{
  font-size: 14px;
  border-top: 1px solid #DEDEDE;
  border-bottom: 1px solid #DEDEDE;
  padding: 16px;
}
.order_.order_col1_ .formlist_.estimate_.host_.catalog_confirm_ .must_{
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
  width: 48px;
  height: auto;
}
.order_.order_col1_ .submit_ a{
  display: inline-block;
}
.single_mainframe_{
  padding: 40px 0 60px;
}