.fs-c-button--secondary,
.fs-c-button--primary {
  background: #E9B657;
  border: 1px solid #E9B657;
}
.fs-c-noResultMessage {
    background: #AFBECA;
}
.fs-c-productNameHeading {
    color: #353745;
}
.org_simple_button {
    min-width: 240px;
    background: none;
    border: 1px solid #353745;
    border-radius: 0px;
    color: #353745;
    cursor: pointer;
    display: inline-block;
    font-size: 1.4rem;
    line-height: 1;
    text-decoration: none;
    text-align: center;
    padding: 0.8em 1.6em 0.8em;
    box-shadow: none;
}
.fs-body-forgotPassword .fs-c-inputInformation__field, 
.fs-body-merge .fs-c-inputInformation__field, 
.fs-body-membershipCardAuth .fs-c-inputInformation__field {
    background: none;
}

#fs_form{
    background: #AFBECA;
    padding: 30px;
    margin-top: 15px;
}
#fs_ProductDetails #fs_form{
    padding: 5px;
    margin-top: 15px;
}
#fs_ProductDetails #fs_form {
    background: none;
}
.fs-c-specTable, .fs-c-specTable__headerCell, .fs-c-specTable__dataCell {
    border: 1px solid #353745;
}
.fs-c-inputGroup, .fs-c-inputGroup--inline, .fs-c-inputGroup--vertical {
    border: none;
}
.fs-body-register-verification .fs-c-inputInformation__field {
background: none;
}
.fs-body-my-account-password .fs-c-inputInformation__field {
background: none;

}
.fs-c-history__term {
color: #353745;
}
.fs-c-registerSuccessMessage {
border-color: #AFBECA;
}

.fs-p-accountInfo {
    background: #AFBECA;
    color: #333333;
    padding: 8px;
}
.fs-p-accountInfo__body {
background-color: #a5b3be;
}
.fs-c-cartTable__headerCell {
    background: rgba(0, 0, 0, 0.1);
}
.fs-c-button--plain {
color: #353745;
}
input, textarea, select {
background-color: #bfd9d7;
}
.fs-c-inputGroup, .fs-c-inputGroup--inline, .fs-c-inputGroup--vertical {
background-color: #bfd9d7;
}
.fs-c-estimatedDeliveryDate {
    background-color: rgba(0, 0, 0, 0.06);
}
.fs-c-checkout-preview {
    border: 1px solid #AFBECA;
    border-radius: 0px;
    background: #AFBECA;
}
.fs-c-checkout-shippingParcel {
    border: 1px solid #353745;
}
.fs-c-checkout-shippingParcel__product + .fs-c-checkout-shippingParcel__product {
    border-top: 1px solid #353745;
}
.fs-c-checkout-paymentMethod__title,
.fs-c-checkout-shippingDetail__deliveryDetail,
.fs-c-checkout-shippingOptionPreview {
    background-color: #bfd9d7;
}
.fs-c-checkout-paymentMethod {
    border: 2px solid #bfd9d7;
}
.fs-c-destinationFeeTable, .fs-c-destinationFeeTable__headerCell, .fs-c-destinationFeeTable__dataCell {
    border: 1px solid #353745;
}
.fs-c-checkout-heading-lv2 {
    border-left: 2px solid #353745;
}
.fs-c-estimatedDeliveryDate__location::before {
    color: #353745;
}
.fs-c-listTable th, .fs-c-listTable td {
    border-right: 1px solid #353745;
    border-left: 1px solid #353745;
}
.fs-c-listTable > tbody {
    border-top: 1px solid #353745;
    border-bottom: 1px solid #353745;
}
.fs-c-productName__name{
    font-weight: bold;
}

/* モーダルと背景の指定 */
.modal{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background: rgba(0,0,0,50%);
  padding: 40px 20px;
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  transition: .3s;
  box-sizing: border-box;
z-index: 110;
}

/* モーダルの擬似要素の指定 */
.modal:before{
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  margin-left: -0.2em;
}

/* クラスが追加された時の指定 */
.modal.is-active{
  opacity: 1;
  visibility: visible;
}

/* モーダル内側の指定 */
.modal-container{
  position: relative;
  display: inline-block;
  vertical-align: middle;
  max-width: 600px;
  width: 90%;
}

/* モーダルを閉じるボタンの指定 */
.modal-close{
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: -20px;
  right: -20px;
  width: 40px;
  height: 40px;
  color: #fff;
  background: #000;
  border-radius: 50%;
  cursor: pointer;
}

/* モーダルのコンテンツ部分の指定 */
.modal-content{
  background: #fff;
  text-align: left;
  line-height: 1.8;
  padding: 20px;
}

/* モーダルのコンテンツ部分のテキストの指定 */
.modal-content p{
  margin: 1em 0;
}
.store_visit_ttl{
font-size: 1.8rem;
}
.line_head{
	background: #07b53b;
	padding: 1.5em;
	text-align: center;
	margin-bottom: 0.5em;
}
.line_head h2{
	font-size: 1.6rem;
	color: #FFF;
}
.line_flow{
	display: flex;
	flex-wrap: wrap;
	padding: 5px 0 10px;
}
.line_flow figure{
	width: 150px;
}
.line_flow figure img{width: 100%;}
.line_flow ul{
	width: calc(100% - 150px);
	padding: 0 1em 1em;
}
.line_flow ul li{
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 5px;
}
.line_flow ul li span {
	text-align: center;
	border-radius: 50%;
	color: #FFF;
	width: 2em;
	height: 2em;
	font-weight: bold;
	background: #07b53b;
	line-height: 1.9;
}
.line_flow ul li p {
	width: calc(100% - 2em);
	padding: 0;
	padding-left: 0.5em;
	margin: 0;
}
.modal-content {
	font-size: 1.4rem;
}
.modal-content label{
	display: block;
	margin: 0 0 0.5em;
}
.copy-target {
  appearance: auto;
}
.all_copy{
	padding: 1em 0;
}
.all_copy #copy-btn{
	text-align: center;
	display: block;
	max-width: 220px;
	margin: 0 auto;
	border-radius: 5px;
	border: 1px solid #999;
	padding: 0.75em 1em;
	line-height: 1;
	background: linear-gradient(#FFF, #DDD);
}
.line_button{
	padding: 0.5em 0;
}
.line_button a{
	text-align: center;
	display: block;
	width: 100%;
	margin: 0 auto;
	border-radius: 5px;
	border: 1px solid #999;
	padding: 0.75em 1em;
	line-height: 1;
	color: #FFF;
	font-weight: bold;
	background: #07b53b;
	font-size: 1.6rem;
}
.line_button a:visited{
	color: #FFF;
}
@media screen and (max-width: 640px){
	.modal-content {
		font-size: 1.2rem;
	}
	.line_flow figure{
		width: 100px;
	}
	.line_flow ul{
		width: calc(100% - 100px);
		padding: 0 0.5em;
	}
	.store_visit_ttl{
		font-size: 1.6rem;
	}
}


