﻿@charset "UTF-8";

/* fade image in after load */
.lazyload {
  opacity: 0;
}
.lazyloading {
  opacity: 1;
}
.lazyloaded {
  opacity: 1;
  transition: opacity 200ms;
}

.balloontip{z-index: 1;}
.balloontip{
	border: none;
	background: #004F36;
	box-shadow: rgb(85 85 85 / 40%) 3px 3px 3px;
}

.block-page-top a{background-color: #000;}

/* -----------common---------------- */
.pane-footer a:hover,
.pane-header .container ul li a:hover,
.block-header-logo a:hover,
.pane-topic-path a:hover,
.block-goods-list--sort-order-items dd a:hover,
.block-globalnav-cont ul li a:hover,
.pane-left-menu .block-jscart--name a:hover,
.block-category-tree--item__open a:hover,
.block-category-tree--item a:hover,
.block-pickup-list-p--image a:hover,
.block-pickup-list-p--goods-name a:hover,
.block-thumbnail-h--goods-image a:hover,
.block-thumbnail-h--goods-name a:hover,
.block-goods-list-c--image a:hover,
.page-cart .block-cart-i--goods-image a:hover,
.page-cart .block-cart-i--goods-name a:hover,
.page-cart .item-img a:hover{
	opacity: 0.7;
	transition: 0.15s ease 0s;
}

/* -----------パンくず---------------- */
.pane-topic-path{
	border-bottom: solid 1px #ccc;
	margin-bottom: 40px;
}

.pane-topic-path .block-topic-path{padding: 11px 0;}

.pane-topic-path a{
	color: #000;
	text-decoration: none;
}

.pane-topic-path .block-topic-path--item__home a{color: #999;}

.pane-topic-path ul > li.block-topic-path--category-item{
	padding-right: 25px;
	background: url("../../img/usr/common/b_arrow.png") no-repeat 92% center;
}

.pane-topic-path ul > li.block-topic-path--category-item:last-child{background: none;}

/* -----------header---------------- */
.pane-header{background: #fff;}
.pane-header .container{
	height: 80px;
	justify-content: space-between;	
}

.pane-header .container ul{
	display: flex;
	align-items: center;
	
}
.pane-header .container ul li{margin-left: 30px;}
.pane-header .container ul li a{
	padding: 0 0 0 25px;
	font-size: 13px;
}

.pane-header .container ul li.h-cart a{
	background: url("../../img/usr/common/header/icon_cart.png") no-repeat left center;
	position: relative;
}

.pane-header .container ul li.h-cart a .js-cart-count{
    position: absolute;
    left: -10px;
    top: -10px;
    text-align: center;
}

.pane-header .container ul li.h-logout a{background: url("../../img/usr/common/header/logout.png") no-repeat left center;}

.pane-header-all{height: 120px;}

.fixed .pane-header-inner{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999;
}

/* -----------nav---------------- */
.pane-globalnav{background: #000;}

.block-globalnav--item-list > div > a{
	text-align: center;
	font-size: 14px;
	font-weight: 500;
    padding: 13px 0;	
}

.block-globalnav--item-list > div > a:before{
	top: 0;
	height: 100%;
	border-left: 1px solid #fff;
}
.block-globalnav--item-list > div{position: relative;}
.block-globalnav-cont{
	display: none;
	position: absolute;
	left: 0;
	top: 40px;
	width: 300px;
	background: #F7F7F7;
	padding: 25px 40px 0 30px;
	z-index: 52;
}

.block-globalnav-cont ul li{margin-bottom: 20px;}

.block-globalnav-cont ul li a{
	font-size: 14px;
	color: #000;
	padding-left: 20px;
	background: url("../../img/usr/common/nav_arrow.png") no-repeat left center;
}

.block-globalnav--item-list > div:hover .block-globalnav-cont{display: block;}
.block-globalnav--item-list > div:hover > a.block-globalnav--item-link{
	background: #004F36;
	opacity: 1;
}


/* -----------footer---------------- */
.pane-footer{
	background: #000;
	padding: 29px 0 25px;
}
.block-footernav{margin-bottom: 30px;}
.block-footernav li a{
	color: #fff;
	font-size: 13px;
}

.footer-site-name{
	text-align: center;
	margin-bottom: 18px;
}

.footer-site-name a{
	color: #fff;
	font-size: 14px;
}

.pane-footer a.icon-link{
	padding-right: 21px;
	background: url("../../img/usr/common/footer/icon_link.png") no-repeat right center;
}

.block-copyright{
	font-size: 12px;
	color: #fff;
}

/* -----------left menu cart---------------- */
.pane-left-menu .block-jscart{
	padding: 15px 15px 15px 15px;
	background: #F7F7F7;
	margin-bottom: 50px;
}

.pane-left-menu .block-jscart .pane-block--title{
    border-top: none;
	padding-left: 30px;
	margin: 0 0;
}

.pane-left-menu .block-jscart--body{
	background: #fff;
	padding: 17px 18px;
}

.pane-left-menu .block-jscart--body .block-jscart--title{
	border-bottom: solid 1px #ccc;
	font-size: 12px;
	padding: 0 0 12px 0;
	margin: 0 0 12px 0;
}

.pane-left-menu .block-jscart--body > dl.block-jscart--items:nth-last-of-type(0){
	border-bottom: none;
}

.pane-left-menu .block-jscart .pane-block--title{
	padding-left: 36px;
	background: url("../../img/usr/common/lt_icon_cart.png") no-repeat left center;
}

.block-jscart--items{position: relative;}

.pane-left-menu .block-jscart--name,
.pane-left-menu .js-enhanced-ecommerce-variation-name,
.block-jscart--items dd{
	width: 170px;
}

.pane-left-menu .block-jscart--name a,
.pane-left-menu .js-enhanced-ecommerce-variation-name{
	color: #000;
	font-size: 12px;
}

.block-jscart--items dd{text-align: left;}
.block-jscart--delete{
	position: absolute;
	bottom: 10px;
	right: 0;
    margin-bottom: 0;	
}

.block-jscart--delete .btn{
	border: none;
	padding: 0;	
	font-size: 10px;
	text-decoration: underline;
	color: #333;
}

.block-jscart--items{
	padding-bottom: 10px;
    margin-bottom: 10px;
	border-bottom: #ccc 1px solid;	
}

.pane-left-menu .block-jscart--cart-to-order{}

.pane-left-menu .block-jscart--cart-to-order .btn{
	display: block;
	width: 100%;
	background: #000;
	color: #fff;
	border: none;
	font-size: 12px;
	padding: 6px 10px;
}

.block-jscart--total{
	display: flex;
	align-items: center;
}

.block-jscart--total dt{width: 50%;}
.block-jscart--total dd{
	width: 50%;
	text-align: right;
}

/* -----------left category---------------- */
.block-category-tree > ul.block-category-tree--items{
	border-bottom: solid 1px #ccc;
}

.block-category-tree--item__open,
.block-category-tree--item{
	border-top: solid 1px #ccc;	
}

.block-category-tree .pane-block--title{
    font-size: 16px;
    border-top: none;
    padding: 16px 0;
    font-weight: bold;
    margin-bottom: 0;	
}

.block-category-tree--item__open a,
.block-category-tree--item a{
	background: url("../../img/usr/common/nav_arrow.png") no-repeat 95% center;
	padding: 0 0 0 12px;
}

.block-category-tree--item__open a,
.block-category-tree--item a,
.block-category-tree--item > span{height: 51px;}


/** page top **/
/* 20211202,sotsuki
.page-top .pane-left-menu {
	display: none;
}
*//* 20211202,sotsuki */
.page-top .top_section {
	width: 1000px;
	margin: 0 auto;
}
.page-top .top_section .h2_top {
	font-size: 18px;
	font-weight: bold;
	line-height: 30px;
	color: #000;
	border-left: 8px solid #000;
	padding: 0 0 0 10px;
	margin-top: 50px;
	margin-bottom: 20px;
}
.page-top .top_section .img {
	margin-top: 30px;
	margin-bottom: 60px;
}
.page-top .top_btn {
	width: 840px;
	display: flex;
	justify-content: space-between;
	    margin: 0 auto;
}
.page-top .top_btn li:nth-child(1) {
	background: #E7425F;
}
.page-top .top_btn li:nth-child(2) {
	background: #004F36;
}
.page-top .top_btn li a {
	    text-align: center;
    width: 400px;
    height: 80px;    
    display: block;
    padding-top: 10px;

}
.page-top .top_btn li a:hover {
	opacity: 0.7;
}
.page-top .top_btn li a span {
	
	color: #fff;
}
.page-top .top_btn li .txt01 {
	font-size: 18px;
	
}
.page-top .top_btn li .txt02 {
	font-size: 15px;
}
.page-top .top_btn li .txt03 {
	font-size: 26px;
	width: 100%;
	display: block;
	font-weight: bold;	
}

/* -----------会員登録---------------- */
.page-entry .wrapper{background: #F7F7F7;}
.page-entry .block-member-info{
	background: #fff;
	padding: 20px 60px 60px 60px;
	margin: 60px 0;
}

.page-entry .fieldset .form-label,
.page-entry .fieldset .form-control{
	line-height: 2;
    padding: 15px 10px 15px 25px;
}

.page-entry .fieldset .form-label .form-label-inner,
.page-entry .fieldset .form-label .constraint{
	display: inline-block;
	vertical-align: middle;
}

.page-entry .fieldset .form-label span{display: block;}
.page-entry .block-member-info h1{text-align: left;}
.page-entry .block-member-info--message{margin-bottom: 40px;}

.page-entry .block-member-info input[name=client_no],
.page-entry .block-member-info input[name=kana],
.page-entry .block-member-info input[name=kana2]{width: 240px;}

.page-entry .help-block{
	display: inline-block;
	color: #333;
	font-size: 12px;
	margin-left: 20px;
}
.page-entry .checktype_addr {
	display: block;
	margin-bottom: 20px;
}
.page-entry .checktype_tel,
.page-entry .checktype_birthday{display: block;}
.page-entry .checktype_tel{margin-bottom: 20px;}

.page-entry .checktype_tel input[type=text],
.page-entry .checktype_birthday select{width: 90px;}

.page-entry .block-member-msg a{text-decoration: underline;}

/* input カスタマイズ */
.page-entry .form-group.block-member-info--tel input[type=radio]{display: none;}
.page-entry .form-group.block-member-info--tel input[type=radio] + label{
    padding-left: 35px;
    position: relative;
    font-size: 14px;
	margin-bottom: 10px;	
}

.page-entry .form-group.block-member-info--tel input[type=radio] + label::before{
    content: "";
    display: block;
    position: absolute;
    top: 2px;
    left: 0;
    width: 20px;
    height: 20px;
	border-radius: 50%;
    border: 1px solid #000;
    background: #fff;
}

.page-entry .form-group.block-member-info--tel input[type=radio]:checked + label::after{
    content: "";
    display: block;
    position: absolute;
    top: 6px;
    left: 4px;
    width: 12px;
    height: 12px;
	background: #000;
	border-radius: 50%;	
}
.page-entry .mt40 {
	margin-top: 40px;
}
.page-entry .help-block02 {
	display: inline-block;
    color: #333;
    font-size: 12px;
}
.page-entry .help-block03 {
	display: block;
    color: #333;
    font-size: 12px;
	margin-top: 15px;
}
.page-entry .block-member-info--value-label {
    display: inline-block;
    width: 40px;
    text-align: left;
}
.page-entry .block-member-info--kana .checktype_kana,
.page-entry .block-member-info--name .checktype_name {
	margin-right: 30px;
}
.page-entry .block-member-info--sex select {
	width: 90px;
}
.page-entry .block-member-info--message02 {
	margin-top: 40px;
	font-weight: bold;
	margin-bottom: 40px;
}

.page-entry .block-member-info--use-spoofing-protection input[type=radio],
.page-entry .block-member-info--mailnews input[type=radio]
{
	display: none;
}
.page-entry .block-member-info--use-spoofing-protection input[type=radio] + label,
.page-entry .block-member-info--mailnews input[type=radio] + label{
    padding-left: 30px;
    position: relative;
    font-size: 14px;
	margin-bottom: 10px;	
}
.page-entry .block-member-info--use-spoofing-protection input[type=radio] + label::before,
.page-entry .block-member-info--mailnews input[type=radio] + label::before{
    content: "";
    display: block;
    position: absolute;
    top: 2px;
    left: 0;
    width: 20px;
    height: 20px;
	border-radius: 50%;
    border: 1px solid #000;
    background: #fff;
}
.page-entry .block-member-info--use-spoofing-protection input[type=radio]:checked + label::after,
.page-entry .block-member-info--mailnews input[type=radio]:checked + label::after{
    content: "";
    display: block;
    position: absolute;
    top: 6px;
    left: 4px;
    width: 12px;
    height: 12px;
	background: #000;
	border-radius: 50%;	
}
.page-entry .block-member-info--use-spoofing-protection .radio,
.page-entry .block-member-info--mailnews .radio {
	margin-right: 30px;
}
.page-entry .legend {
	position: relative;
	padding-bottom: 0;
	padding-left: 20px;
}
.page-entry .legend:before {
	position: absolute;
	width: 8px;
	height: 30px;
	top: 0;
	left: 0;
	content: "";
	background: #000;
	
}


/** page-contact-order **/
.page-contact-order .pane-contact-left-area h2 {
	font-size: 30px;
	font-weight: bold;
	color: #000000;
	padding: 0;
	margin: 0 0 30px 0;
}
.page-contact-order .block-contact-member-data {
	width: 260px;
	border-radius: 8px;
	background: #004F36;
	text-align: center;
	color: #fff;
	padding: 20px;
}
.page-contact-order .block-contact-member-no {
	font-size: 14px;
	color: #fff;
	padding-bottom: 15px;
	line-height: 1;	
}
.page-contact-order .block-contact-member-name {
	font-size: 26px;
	font-weight: bold;
	line-height: 1;
	color: #fff;
	padding-bottom: 15px;
}
.page-contact-order .block-contact-member-name span {
	font-size: 20px;
	padding-left: 10px;
}
.page-contact-order .block-contact-member-logout a {
	font-size: 11px;
	color: #fff;
	border-bottom: 1px solid #fff;
	padding-bottom: 1px;
	line-height: 1;
}
.page-contact-order .block-contact-member-rank-data {
	background: #F7F7F7;
	padding: 20px;
	margin-top: 30px;
	text-align: center;
}
.page-contact-order .block-contact-member-rank-info {
	font-size: 12px;
    color: #000;
    display: inline-flex;
    padding: 7px;
    line-height: 1;
    border: 1px solid #000000;
    align-items: center;
}
.page-contact-order .block-contact-member-rank-info img {
	padding-right: 5px;
}
.page-contact-order .block-contact-member-rank {
	font-size: 13px;
	font-weight: bold;
	margin: 15px auto;
	display: inline-flex;
	align-items: center;
}
.page-contact-order .block-contact-member-rank span {
	padding-left: 5px;
	font-size: 16px;
	color: #786400;
	display: inline-flex;
	align-items: center;
}
.page-contact-order .block-contact-member-rank span img {
	padding-right: 5px;
}
.page-contact-order .block-contact-member-rank-des {
	font-size: 11px;
	line-height: 16px;
	text-align: left;
}
.page-contact-order .pane-contact-left-area .block-top-topic {
	margin-top: 30px;
}
.page-contact-order .pane-contact-left-area .block-top-topic h2.block-top-topic--header {
	font-size: 17px;
    font-weight: bold;
    color: #000000;
    padding: 0;
    margin: 0 0 10px;
	text-align: left;
    line-height: 1.2;
    border-top: #444 0 solid;
}
.page-contact-order .pane-contact-left-area .block-top-topic .block-top-topic--items li {
	border-bottom: 0px solid #ddd;
}
.page-contact-order .pane-contact-left-area .block-top-topic .block-top-topic--items li dl dd {
	width: 100%;
	display: block;
	padding-top: 5px;
	padding-right: 10px;
	font-size: 13px;
	color: #000;
	position: relative;
}
.page-contact-order .pane-contact-left-area .block-top-topic .block-top-topic--items li dl dd:after {
  border: solid black;
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
	position: absolute;
	right: 10px;
	top: 10px;
	content: "";
}
.page-contact-order .pane-contact-left-area .block-top-topic .block-top-topic--items li dl dt {
	font-size: 12px;
    color: #999999;
    line-height: 1;
    display: flex;
    align-items: center;
}
.page-contact-order .pane-contact-left-area .block-top-topic .block-top-topic--items li dl dt img {
	height: 16px;
	margin-left: 5px;
}
.page-contact-order .block-contact-order-page {
	margin-top: 70px;
}
.page-contact-order .pane-contact-order-footer {
	margin-top: 50px;
}
.page-contact-order .pane-contact-order-footer .block-accessory-list {
	overflow: hidden;
}
.page-contact-order .pane-contact-order-footer .block-accessory-list .block-accessory-list--name {
	font-size: 20px;
	line-height: 35px;
	font-weight: bold;
	color: #000;
}

.page-contact-order .pane-contact-order-footer .block-accessory-list .block-goods-list-d li{
    margin-right: 30px;
    display: inline-block;
	vertical-align: top;
}

.page-contact-order .pane-contact-order-footer .block-accessory-list .block-goods-list-d--item-body {
    display: inline-block;
    width: 180px;
}
.page-contact-order .pane-contact-order-footer .block-accessory-list .block-goods-list-d--image {
    width: 180px;
}
.page-contact-order .pane-contact-order-footer .block-accessory-list .block-goods-list-d--image figure {
    background: transparent;
    /*width: 100%;*/
	width: 180px;
    height: 180px;
}

.page-contact-order .pane-contact-order-footer .block-accessory-list .block-goods-list-d--image figure img{
	max-width: 180px;
    max-height: 180px;
}

.page-contact-order .pane-contact-order-footer .block-accessory-list .block-goods-list-d--item-description {
    width: auto;
    padding-left: 0;
    padding-right: 0;
}
.page-contact-order .pane-contact-order-footer .block-accessory-list .block-goods-list-d--goods-name {
	margin-top: 8px;
}
.page-contact-order .pane-contact-order-footer .block-accessory-list .block-goods-list-d--goods-name a {
    color: #000;
    text-decoration: none;
	font-size: 13px;
	line-height: 19px;
	display: block; /* Fallback for non-webkit */
  display: -webkit-box;
/*  max-width: 400px;*/
  height: 38px; /* Fallback for non-webkit */
  margin: 0 auto;
 
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
	
}
.page-contact-order .pane-contact-order-footer .block-accessory-list .block-goods-list-d--item-details {
    display: inline-block;
    margin-top: 10px;
	width: 100%;
}
.page-contact-order .pane-contact-order-footer .block-accessory-list .block-goods-list-d--item-details-left {
    flex-basis: unset;
}
.page-contact-order .pane-contact-order-footer .block-accessory-list .block-goods-list-d--price-infos {
    width: 100%;
    text-align: right;
}
.page-contact-order .pane-contact-order-footer .block-accessory-list .block-goods-list-d--price {
	font-size: 17px;
	font-weight: bold;
	color: #000;
}
.page-contact-order .pane-contact-order-footer .block-accessory-list .block-goods-list-d--add-cart {
    flex-basis: unset;
    text-align: center;
}
.page-contact-order .pane-contact-order-footer .block-accessory-list .block-goods-list-d--add-cart .block-list-add-cart-btn {
    display: block;
    padding: 0;
    font-size: 12px;
    width: 100%;
    margin: 0 auto;
	color: #fff;
	line-height: 24px;
	background: #DE1336;
	margin-top: 7px;
}
.page-contact-order .pane-contact-order-footer .block-accessory-list .variation-name {
	display: none;
}
.page-contact-order .pane-contact-order-footer .block-accessory-list .bx-wrapper {
	margin: 0 auto;
}
.page-contact-order .pane-contact-order-footer .block-accessory-list .block-icon {
	min-height: 26px;
}
.page-contact-order .pane-contact-order-footer .block-accessory-list .bx-wrapper {
	margin: 0 auto;
	position: relative;
}
.page-contact-order .pane-contact-order-footer .block-accessory-list .bx-wrapper .bx-viewport {
	height: auto !important;
}
.pane-contact-order-footer .block-accessory-list .bx-wrapper .bx-pager.bx-default-pager {
	display: none;
}
.page-contact-order .pane-contact-order-footer .block-accessory-list .bx-wrapper .bx-controls-direction .bx-next {
	border: solid black;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 5px;
    transform: rotate(
-45deg);
     -webkit-transform: rotate(
-45deg); 
    position: absolute;
    right: -25px;
    top: 107px;
    content: "";
    width: 14px;
    height: 14px;
	text-indent: -9999px;
}
.page-contact-order .pane-contact-order-footer .block-accessory-list .bx-wrapper .bx-controls-direction .bx-prev {
	border: solid black;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 5px;
    transform: rotate(
135deg);
     -webkit-transform: rotate(
135deg); 
    position: absolute;
    left: -25px;
    top: 107px;
    content: "";
    width: 14px;
    height: 14px;
	text-indent: -9999px;
}

.page-contact-order .block-contact-order-page .block-contact-order-action {
	text-align: center;
	margin-top: 50px;
	margin-bottom: 50px;
}
.page-contact-order .block-contact-order-page .block-contact-order-action a {
	display: inline-block;
	line-height: 60px;
	width: 400px;
	border: 2px solid #000;
	font-size: 14px;
	color: #000;
	
}
.page-contact-order .block-contact-order-history .block-contact-order-history-tab {
	display: grid;
}

.page-contact-order .block-contact-order-history .block-contact-order-history-tab p {
	order: 30;
	font-size: 12px;
	text-align: left;
	color: #000;
}
.page-contact-order .block-contact-order-history .block-contact-order-history-tab > ul
{
	display: flex;
	border-bottom: 2px solid #000;
	margin-bottom: 30px;
	order: 10;
	gap: 10px;
}
.page-contact-order .block-contact-order-history .block-contact-order-history-tab > ul li {
	width: 50%;
	transition: transform 0.3s, z-index 1s;
	position: relative;
}
.page-contact-order .block-contact-order-history .block-contact-order-history-tab > ul li:hover {
	transform: scale(1.05);
	z-index: 10;
}
.page-contact-order .block-contact-order-history .block-contact-order-history-tab > ul li a {
	display: block;
	width: 100%;
	font-size: 20px;
	font-weight: bold;
	line-height: 50px;
	border-color: #095540;
	text-align: center;
	
	position: relative;
	background: #EEF3EA;
	color: #095540;
}
.page-contact-order .block-contact-order-history .block-contact-order-history-tab > ul li.active a {
	border-color: #095540;
  color: #FFF;
  background: #095540;
}
.page-contact-order .block-contact-order-history .block-contact-order-history-tab .block-contact-order-history-pager {
	order: 20;
	margin: 0 auto 30px;
	display: flex;
}
.page-contact-order .block-contact-order-history .block-contact-order-history-tab .block-contact-order-history-pager .block-contact-order-history-pager-prev {
	background: url(../../img/usr/common/pager_prev.png) no-repeat center center;
    background-size: 8px 14.5px;
    border: none;
    font-size: 0;
	width: 30px;
	height: 30px;
}
.page-contact-order .block-contact-order-history .block-contact-order-history-tab .block-contact-order-history-pager .block-contact-order-history-pager-next {
	background: url("../../img/usr/common/pager_next.png") no-repeat center center;
    background-size: 8px 14.5px;
    border: none;
    font-size: 0;
	width: 30px;
	height: 30px;
}

.page-contact-order .block-contact-order-history .block-contact-order-history-tab .block-contact-order-history-pager ul .pagination {
    vertical-align: middle;
	 display: inline-block;
}
.page-contact-order .block-contact-order-history .block-contact-order-history-tab .block-contact-order-history-pager ul > li {
    width: auto;
    height: auto;
    border: none;
    padding: 0 5px;
	list-style-type: none;
    float: left;
    margin-left: -1px;
}
.page-contact-order .block-contact-order-history .block-contact-order-history-tab .block-contact-order-history-pager ul > li span {
    text-decoration: none;
    color: #000;
    background: #EAEAEA;
    border: 1px solid #EAEAEA;
	width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
.page-contact-order .block-contact-order-history .block-contact-order-history-tab .block-contact-order-history-pager ul > li span.active {
	color: #fff;
    background: #000;
    border: 1px solid #000;
}
.page-contact-order .block-contact-order-history-cont-page .block-contact-order-history-cont-list h2 {
	font-size: 18px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    color: #000;	
	margin: 20px 0;
	line-height: 30px;
	position: relative;
	padding-left: 15px;
	font-weight: bold;
}
.page-contact-order .block-contact-order-history-cont-page .block-contact-order-history-cont-list h2:before {
	width: 8px;
	height: 30px;
	position: absolute;
	top: 0;
	left: 0;
	background: #000;
	content: "";
}
.page-contact-order .block-contact-order-history-cont-page .block-contact-order-history-cont-list .block-contact-order-history-cont {
	display: flex;
	width: 100%;
}
.page-contact-order .block-contact-order-history-cont-page .block-contact-order-history-cont-list .block-contact-order-history-cont-lt {
	width: 50%;
	background: #FCEFF1;
}

.page-contact-order .block-contact-order-history-cont-page .block-contact-order-history-cont-list .block-contact-order-history-cont-lt .block-contact-order-lens-substitute,
.page-contact-order .block-contact-order-history-cont-page .block-contact-order-history-cont-list .block-contact-order-history-cont-lt .block-contact-order-lens-substitute .block-contact-order-lens-price,
.page-contact-order .block-contact-order-history-cont-page .block-contact-order-history-cont-list .block-contact-order-history-cont-lt .block-contact-order-lens-substitute .box-item ul li a{background: #FCF6F7;}

.page-contact-order .block-contact-order-history-cont-page .block-contact-order-history-cont-list .block-contact-order-history-cont-rt {
	width: 50%;
	background: #E9EEF8;
}

.page-contact-order .block-contact-order-history-cont-page .block-contact-order-history-cont-list .block-contact-order-history-cont-rt .block-contact-order-lens-substitute,
.page-contact-order .block-contact-order-history-cont-page .block-contact-order-history-cont-list .block-contact-order-history-cont-rt .block-contact-order-lens-substitute .block-contact-order-lens-price,
.page-contact-order .block-contact-order-history-cont-page .block-contact-order-history-cont-list .block-contact-order-history-cont-rt .block-contact-order-lens-substitute .box-item ul li a{background: #F2F5FC;}

.page-contact-order .block-contact-order-history-cont-page .block-contact-order-history-cont-list .block-contact-order-lens-lt,
.page-contact-order .block-contact-order-history-cont-page .block-contact-order-history-cont-list .block-contact-order-lens-rt{
	margin: 30px 25px;	
}

.page-contact-order .block-contact-order-history-cont-page .block-contact-order-history-cont-list .block-contact-order-history-cont-lt .block-contact-order-lens-substitute,
.page-contact-order .block-contact-order-history-cont-page .block-contact-order-history-cont-list .block-contact-order-history-cont-rt .block-contact-order-lens-substitute{
	padding: 20px 0;
}

.page-contact-order .block-contact-order-history-cont-page .block-contact-order-history-cont-list .block-contact-order-history-cont-lt .block-contact-order-lens-substitute .block-contact-order-lens-desc,
.page-contact-order .block-contact-order-history-cont-page .block-contact-order-history-cont-list .block-contact-order-history-cont-rt .block-contact-order-lens-substitute .block-contact-order-lens-desc{margin: 0 25px;}


.page-contact-order .block-contact-order-history-cont-page .block-contact-order-history-cont-list .block-contact-order-lens-lt dt {
	background: #E24460;
	color: #fff;
	font-size: 16px;
	padding: 5px 0;
	line-height: 1;
	text-align: center;
}
.page-contact-order .block-contact-order-history-cont-page .block-contact-order-history-cont-list .block-contact-order-lens-rt dt {
	background: #0E40B4;
	color: #fff;
	font-size: 16px;
	padding: 5px 0;
	line-height: 1;
	text-align: center;
}
.page-contact-order .block-contact-order-history-cont-page .block-contact-order-history-cont-list .block-contact-order-history-cont-lt dd,
.page-contact-order .block-contact-order-history-cont-page .block-contact-order-history-cont-list .block-contact-order-history-cont-rt dd {
	background: #fff;
    padding: 10px 30px 10px 10px;
    display: flex;
    justify-content: space-between;
}

.page-contact-order .block-contact-order-history-cont-page .block-contact-order-history-cont-list .block-contact-order-good-icon span {
	display: inline-block;
	margin-right: 5px;
	text-align: center;
	line-height: 1;
	color: #000;
}

.block-contact-order-good-icon img{
    width: auto;
    height: 20px;	
}

.page-contact-order .block-contact-order-history-cont-page .block-contact-order-history-cont-list .block-contact-order-lens-data table td,
.page-contact-order .block-contact-order-history-cont-page .block-contact-order-history-cont-list .block-contact-order-lens-data table th {
	width: 80px;
	padding: 3px;
	    border: 1px solid #CCCCCC;
	text-align: center;
	font-size: 12px;
}
.page-contact-order .block-contact-order-history-cont-page .block-contact-order-history-cont-list .block-contact-order-lens-data table th {
	background: #F7F7F7;
}

.page-contact-order .block-contact-order-history-cont-page .block-contact-order-history-cont-list .block-contact-order-lens-desc{margin: 30px 25px;}
.page-contact-order .block-contact-order-history-cont-page .block-contact-order-history-cont-list .block-contact-order-lens-substitute .block-contact-order-lens-desc{margin: 0 25px;}

.page-contact-order .block-contact-order-history-cont-page .block-contact-order-history-cont-list .block-contact-order-lens-desc .block-contact-order-lens-ttl {
	margin: 10px 0;
	font-size: 16px;
}

.page-contact-order .block-contact-order-history-cont-page .block-contact-order-history-cont-list .block-contact-order-lens-desc .block-contact-order-lens-ttl p {
	font-weight: bold;
}
.page-contact-order .block-contact-order-history-cont-page .block-contact-order-history-cont-list .block-contact-order-lens-desc .block-contact-order-lens-ttl a {
	color: #000;
	font-size: 15px;
	display: inline-block;
	font-weight: bold;

	
}
.page-contact-order .block-contact-order-history-cont-page .block-contact-order-history-cont-list .block-contact-order-lens-desc .block-contact-order-lens-ttl a:after {
	content: url("../../img/usr/contact_order/window.png");
	padding-left: 10px;
}
.page-contact-order .block-contact-order-history-cont-page .block-contact-order-history-cont-list .block-contact-order-lens-notice p {
	font-size: 15px;
	color: #E7425F;
	font-weight: bold;
	background: url("../../img/usr/contact_order/attention_01.png") no-repeat;
	background-position: left center;
	padding-left: 15px;
}
.page-contact-order .block-contact-order-history-cont-page .block-contact-order-history-cont-list .block-contact-order-lens-notice p:after {
	content: url("../../img/usr/contact_order/window.png");
	padding-left: 10px;
}
.page-contact-order .block-contact-order-history-cont-page .block-contact-order-history-cont-list .block-contact-order-lens-price-info-inner {
	margin-top: 20px;
	display: flex;
	justify-content: space-between;
}
.page-contact-order .block-contact-order-history-cont-page .block-contact-order-history-cont-list .block-contact-order-lens-price-info-inner .block-contact-order-lens-price-info {
	width: calc(100% - 110px);
	position: relative;
}
.page-contact-order .block-contact-order-history-cont-page .block-contact-order-history-cont-list .block-contact-order-lens-price-info-inner .block-contact-order-lens-price-info:after{
	content: "";
	height: 1px;
	width: 95%;
	position: absolute;
	top: 10px;
	left: 0;
	border-bottom: 1px dotted #000;
}
.page-contact-order .block-contact-order-lens-qty-info .block-contact-order-qty-select {
	width: 70px;
    padding: 5px 4px 5px 10px;
    border: 0px;
    border-bottom: 1px solid #000;
	margin-left: 10px;
	font-size: 11px;
}
.page-contact-order .block-contact-order-lens-qty-info .block-contact-order-qty-select:focus {
	outline: none;
}
.page-contact-order .block-contact-order-lens-qty-info .block-contact-order-qty {
	display: flex;
	    width: 110px;
	position: relative;
}

.page-contact-order .block-contact-order-history-cont-page .block-contact-order-history-cont-list .block-contact-order-lens-price-info-inner .block-contact-order-lens-price {
	font-size: 14px;
	font-weight: bold;
	color: #000;
	letter-spacing: 2px;
	display: inline-block;
	
}
.page-contact-order .block-contact-order-history-cont-page .block-contact-order-history-cont-list .block-contact-order-lens-price-info p {
	font-size: 10px;
	color: #000;
}
.page-contact-order .block-contact-order-history-cont-page .block-contact-order-history-cont-list .block-contact-order-lens-price-info p span {
	color: #E7425F;
}
.page-contact-order .block-contact-order-history-cont-page .block-contact-order-history-cont-list .block-contact-order-history-cont-lt .block-contact-order-lens-price {
	background: #FCEFF1;
	position: relative;
	z-index: 2;
	padding-right: 10px;
}
.page-contact-order .block-contact-order-history-cont-page .block-contact-order-history-cont-list .block-contact-order-history-cont-rt .block-contact-order-lens-price {
	background: #E9EEF8;
	position: relative;
	z-index: 2;
	padding-right: 10px;
}
.page-contact-order .block-contact-order-history-cont-page.page2,
.page-contact-order .block-contact-order-history-cont-page.page3 {
	display: none;
}
.page-contact-order .block-contact-order-history-cont-page {
	margin-bottom: 50px;
}
.page-contact-order .block-contact-order-history .block-contact-order-history-tab:nth-child(2) > p
{
	display: none;
}
.page-contact-order .block-contact-order-history-msg {
	display: flex;
	margin-top: 20px;
}
.page-contact-order .block-contact-order-history-msg--icon {
	width: 90px;
	margin-right: 15px;
	text-align: center;
}
.page-contact-order .block-contact-order-history-msg--icon span {
	display: block;
	font-size: 12px;
	
	
}
.page-contact-order .block-contact-order-history-msg p {
	width: calc(100% - 115px);
	font-size: 12px;
	line-height: 17px;
}

.page-contact-order .block-contact-order-history-cont-page .block-contact-order-history-cont-list .block-contact-order-lens-price span.is-icon--window {
    padding-right: 20px;
	background: url(../../img/usr/contact_order/window.png) no-repeat;
    background-position: right center;
	margin-right: 20px;
	position: relative;
}

.page-contact-order .block-contact-order-history-cont-page .block-contact-order-history-cont-list .block-contact-order-lens-price span.is-icon--window:hover{
	cursor: pointer;
}

.page-contact-order .block-contact-order-history-cont-page .block-contact-order-history-cont-list .block-contact-order-lens-price span.is-icon--window:after {
    content: ":";
    position: absolute;
    right: -13px;
    top: 1px;

}
.page-contact-order .box-item {
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px solid #999999;
}
.page-contact-order .box-item ul li {
	display: flex;
	margin-bottom: 10px;
	align-items: center;
	position: relative;
	justify-content: space-between;
}

.page-contact-order .box-item ul li a {
    display: inline-block;
    position: relative;
	 padding-right: 30px;
	background: #FCEFF1;
	z-index: 2;
}
.page-contact-order .box-item ul li a:after {
	background: url(../../img/usr/contact_order/window.png) no-repeat;
	width: 14px;
	height: 14px;
	content: "";
	position: absolute;
	right: 10px;
	top: 3px;
}
.page-contact-order .box-item-ttl {
	width: calc(100% - 100px);
}
.page-contact-order .box-item-ttl:after {
        content: "";
    height: 1px;
    width: 70%;
    position: absolute;
    top: 16px;
    left: 0;
    border-bottom: 1px dotted #000;
}
.page-contact-order .box-item ul li .block-contact-order-lens-qty-info {
	width: 110px;
}
.page-contact-order .box-item .block-contact-order-qty {
    align-items: center;
}

.page-contact-order .box-note {}
.page-contact-order .box-note p.txt01 {
	font-size: 16px;
	font-weight: bold;
	color: #E7425F;
}
.page-contact-order .block-contact-order-history-cont-rt .box-item ul li a {
    background: #E9EEF8;
}
.page-contact-order .eye-share:nth-of-type(odd) .block-contact-order-history-cont-lt .box-item ul li a {
    background: #EEF3EA;
}
.page-contact-order .eye-share:nth-of-type(odd) .block-contact-order-history-cont-rt .box-item ul li a {
    background: #EEF3EA;
}
.page-contact-order .eye-share:nth-of-type(even) .block-contact-order-history-cont-lt .box-item ul li a {
    background: #F8FBF6;
}
.page-contact-order .eye-share:nth-of-type(even) .block-contact-order-history-cont-rt .box-item ul li a {
    background: #F8FBF6;
}
.page-contact-order .block-contact-order-history-cont-page .block-contact-order-history-cont-list .block-contact-order-history-cont.eye-share {
    display: inline-block;
    width: 100%;
}
.page-contact-order .block-contact-order-history-cont-page .block-contact-order-history-cont-list .block-contact-order-history-cont.eye-share .block-contact-order-history-cont-lt {
    width: 100%;
    background: #EEF3EA;
	display: flex;
	justify-content: space-between;
	
}
.page-contact-order .block-contact-order-history-cont-page .block-contact-order-history-cont-list .block-contact-order-history-cont.eye-share .block-contact-order-history-cont-rt {
    width: 100%;
    background: #F8FBF6;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

/* 両目用のスタイル */
.page-contact-order .block-contact-order-history-cont-page .block-contact-order-history-cont.eye-share .block-contact-order-lens-rt,
.page-contact-order .block-contact-order-history-cont-page .block-contact-order-history-cont.eye-share .block-contact-order-lens-lt {
	width: 405px;
	margin: 30px 25px;
}
.page-contact-order .block-contact-order-history-cont-page .block-contact-order-history-cont.eye-share .block-contact-order-lens-desc {
	width: 405px;
	margin: 30px 25px;	
}
.page-contact-order .block-contact-order-history-cont-page .block-contact-order-history-cont-list .block-contact-order-history-cont.eye-share .block-contact-order-history-cont-lt .block-contact-order-lens-price {
    background: #EEF3EA;
}
.page-contact-order .block-contact-order-history-cont-page .block-contact-order-history-cont-list .block-contact-order-history-cont.eye-share .block-contact-order-history-cont-rt .block-contact-order-lens-price {
    background: #F8FBF6;
}

.page-contact-order .block-contact-order-history-cont-page .block-contact-order-history-cont .block-contact-order-lens-qty-info.disable,
.page-contact-order .block-contact-order-history-cont-page .block-contact-order-history-cont.eye-share .block-contact-order-lens-qty-info.disable {
	background: #CCCCCC;
	font-size: 14px;
	width: 90px;
	line-height: 34px;
	text-align: center;
}

.page-contact-order .block-contact-order-history-cont-page .block-contact-order-history-cont.eye-share .box-note {
	margin-top: 0;
}
.page-contact-order .block-contact-order-history-cont-page .block-contact-order-history-cont-list .block-contact-order-history-cont.eye-share dt {
	background: #004F36 !important;
}
.page-contact-order .pt15 {
	padding-top: 15px;
}

.page-contact-order .block-contact-order-history-cont-page .block-contact-order-history-cont-list > .block-contact-order-history-cont.eye-share:nth-of-type(odd) > div{background: #EEF3EA;}
.page-contact-order .block-contact-order-history-cont-page .block-contact-order-history-cont-list > .block-contact-order-history-cont.eye-share:nth-of-type(even) > div{background: #F8FBF6;}

.page-contact-order .block-contact-order-history-cont-page .block-contact-order-history-cont-list > .block-contact-order-history-cont.eye-share:nth-of-type(even) > div .block-contact-order-lens-price{background: #F8FBF6;}

.page-contact-order .block-contact-order-history-cont-page .block-contact-order-history-cont-list .block-contact-order-history-cont


/** modal **/
.page-contact-order .js-boxmodal {
	cursor: pointer;
}

.page-contact-order .boxmodal {
	position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 9999;
    align-items: center;
    bottom: 0;
    right: 0;
	display: none;
}

.page-contact-order .boxmodal.active {
	display: flex;
	justify-content: center;
}

.page-contact-order .boxmodal-bg {
	background: rgba(0,0,0,0.8);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.page-contact-order .boxmodal-container {
	min-width: 100px;
    min-height: 100px;
    background: #fff;
    position: relative;
	padding: 30px;
	text-align: center;
	
}

.page-contact-order .boxmodal-close {
	position: absolute;
    top: -24px;
    right: 0;
	cursor: pointer;
}
.page-contact-order .boxmodal-item {
	display: none;
}
.page-contact-order .boxmodal-item.active {
	display: block;
}

.page-contact-order .boxmodal-item.active img{
	max-width: 300px;
	max-height: 300px;
}

.page-contact-order .boxmodal-notice {
	text-align: left;
}
.page-contact-order .boxmodal-notice p.txt01 {
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 10px;
}
.page-contact-order .boxmodal-notice table {
	width: 100%;
	margin-top: 10px;
}
.page-contact-order .boxmodal-notice table th {
    background: #F7F7F7;
	font-weight: bold;
}
.page-contact-order .boxmodal-notice table th,
.page-contact-order .boxmodal-notice table td{
    
    padding: 10px;
    border: 1px solid #CCCCCC;
    text-align: center;
    font-size: 11px;
}


.page-contact-order .boxmodal-detail {
	text-align: left;
}
.page-contact-order .boxmodal-detail-content {
	height: 600px;
	overflow-y: scroll;
	width: 500px;
}
.page-contact-order .boxmodal-detail p.txt-l {
	font-size: 18px;
	font-weight: bold;
	padding-bottom: 10px;
	color: #004F36;
}
.page-contact-order .boxmodal-detail p.txt-m {
	font-size: 14px;
}
.page-contact-order .boxmodal-detail p.txt-red {
	font-size: 13px;
	color: #E7425F;
	margin-top: 10px;
}
.page-contact-order .boxmodal-detail table {
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
}
.page-contact-order .boxmodal-detail table th {
    background: #F7F7F7;
	font-weight: bold;
	text-align: right;
}
.page-contact-order .boxmodal-detail table th,
.page-contact-order .boxmodal-detail table td{
    
    padding: 10px;
    border: 1px solid #CCCCCC;
    text-align: center;
    font-size: 11px;
}
.page-contact-order .boxmodal-detail table td {
	text-align: left;
}

/**/
.page-contact-order .boxcart {
	width: 200px;
	height: 50px;
	background: #DE1336;
	display: flex;
	position: fixed;
	right: 0;
	bottom: 100px;
	align-items: center;
	z-index: 5;
	text-decoration: none;
}
.page-contact-order .boxcart-icon {
	    width: 40%;
    text-align: right;
    position: relative;
    padding-right: 7px;
    padding-top: 4px;
}
.page-contact-order .boxcart-icon span {
	position: absolute;
	width: 20px;
	height: 20px;
	background: #fff;
	border-radius: 50%;
	font-size: 13px;
	font-weight: bold;
	color: #DE1336;
	left: 26px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.page-contact-order .boxcart-text{
	width: 60%;
	font-size: 13px;
	font-weight: bold;
	color: #fff;
	text-align: left;
	line-height: 16px;
}


/*** page-cart **/
/* 20211202,sotsuki
.page-cart .block-cart--procedure .block-cart--order-btn-gift,
.page-cart .block-cart--procedure .block-cart--promotion,
.page-cart .block-promotion-message--container,
.page-cart .block-cart--goods-list,
.page-cart .block-cart--promotion-criteria-list,
.page-cart .block-cart--promotion-freespace {
	display: none;
}
*//* 20211202,sotsuki */
.page-cart .block-cart--promotion-criteria-list,
.page-cart .block-promotion-message--container {
	display: block;
}
.page-cart .items {
	margin-top: 20px;
}
.page-cart .items .item {
	display: flex;
	justify-content: space-between;
	margin-bottom: 50px;
}
.page-cart .items .item-img {
	width: 190px;
	height: 190px;
}

.page-cart .items .item-img figure{
	width: 190px;
	height: 190px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.page-cart .items .item-img figure img{
	max-width: 190px;
	max-height: 190px;
}

.page-cart .items .item-detail {
	width: 510px;
}
.page-cart .items .item-input {
	width: 100px;
}
.page-cart .items table td,
.page-cart .items table th {
	width: 80px;
	padding: 3px;
	    border: 1px solid #CCCCCC;
	text-align: center;
	font-size: 12px;
}
.page-cart .items table th {
	background: #F7F7F7;
}
.page-cart .items .item-name {
	float: left;
	padding-right: 100px;
}
.page-cart .items .item-price {
	float: right;
	font-weight: bold;
    font-size: 16px;
    line-height: 1.6;
	color: #444;
}
.page-cart .items .item-name a {
	    font-weight: bold;
    font-size: 16px;
    line-height: 1.6;
	
}
.page-cart .items .item-detail-table01 {
	width: 100%;
	display: inline-block;
	margin-top: 20px;
	margin-bottom: 20px;
}
.page-cart .items .item-detail-bottom .txt01 {
	font-weight: bold;
}
.page-cart .items .item-detail-bottom .txt02 {
	padding: 10px 0;
}
.page-cart .items .item-detail-bottom table {
	width: 100%;
}
.page-cart .block-accessory-list--name {
	margin-top: 80px;
	font-size: 18px;
}
.page-cart .block-cart-i--items .block-cart-i--net-price,
.page-cart .block-cart-i--items .block-icon,
.page-cart .block-cart-i--items .variation-name {
	display: none;
}
.page-cart .block-cart-i--items .block-cart-i--goods-image figure {
    background: transparent;
    width: 180px;
	height: 180px;
}

.page-cart .block-cart-i--items .block-cart-i--goods-image figure img{
 	max-width: 180px;
	max-height: 180px;
}

.page-cart .box-recently {
	margin-top: 100px;
	padding-top: 30px;
	border-top: 2px solid #444;
}
.page-cart .box-recently-ttl {
	text-align: center;
	font-weight: bold;
	color: #444;
	font-size: 18px;
	margin-bottom: 50px;
}
.page-cart .box-recently-items {
	display: flex;
	margin-left: -18px;
	margin-right: -18px;
	flex-wrap: wrap;
}
.page-cart .box-recently-items li {
	width: 170px;
	margin-bottom: 15px;
	margin-right: 18px;
	margin-left: 18px;
}

.page-cart .block-accessory-list--name{
    border-top: none;
    font-size: 20px;
    font-weight: bold;
    color: #000000;
    margin: 20px 0 0 0;
    text-align: center;	
}

.page-cart .block-cart-i li{
    justify-content: center;	
}

.page-cart .block-cart-i li .block-cart-i--goods{margin-bottom: 30px;}
.page-cart .block-cart-i--goods:first-of-type{margin-left: 33px;}
.page-cart .block-cart-i--goods-name{
	text-align: center;
}

.page-cart .block-cart-i--goods-name a{text-decoration: none;}
.page-cart .block-goods-list-c--image a,
.page-cart .block-cart-i--goods-image a{display: block;}

.page-cart .block-cart-i--price{color: #000;}
.page-cart .block-cart-i--price-sale{
	color: #DE1336;
}

.block-cart--container .order-side-area-fixed,
.block-order-method--container .order-side-area-fixed,
.block-order-estimate--container .order-side-area-fixed{top: 130px;}

/*** page-estimate **/
/* 20211202,sotsuki
.page-estimate .block-order-estimate--goods-list,
.page-estimate .block-order-estimate--side-area .block-order-estimate--promotion-discount,
.page-estimate .block-order-estimate--side-area .block-order-estimate--promotion-discount-price,
.page-estimate .block-order-estimate--side-area .block-order-estimate--promotion-novelty-helper,
.page-estimate .block-order-estimate--side-area .block-order-estimate--entry,
.page-estimate .block-order-estimate--sales-append,
.page-estimate .fieldset.block-order-estimate--pay-input,
.page-estimate .block-order-estimate--confirmation-list-full,
.page-estimate .block-order-estimate--novelty,
.page-estimate .block-order-estimate--promotion-freespace {
	display: none;
}
*//* 20211202,sotsuki */
.page-estimate .block-order-estimate--confirmation-list-full {
	display: block;
}

/*.page-estimate .block-order-estimate--confirmation-list {display: block !important;}*/

.page-estimate .items {
	margin-top: 20px;
}
.page-estimate .items .item {
	display: flex;
	justify-content: space-between;
	margin-bottom: 40px;
}
.page-estimate .items .item-img {
	width: 190px;
	height: 190px;
}

.page-estimate .items .item figure{
	width: 190px;
	height: 190px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.page-estimate .items .item-img figure img{
	max-width: 190px;
	max-height: 190px;
}

.page-estimate .items .item-detail {
	width: 610px;
}

.page-estimate .items table td,
.page-estimate .items table th {
	width: 80px;
	padding: 3px;
	    border: 1px solid #CCCCCC;
	text-align: center;
	font-size: 12px;
}
.page-estimate .items table th {
	background: #F7F7F7;
}
.page-estimate .items .item-name {
	float: left;
	padding-right: 100px;
	font-weight: bold;
    font-size: 16px;
    line-height: 1.6;
	color: #444;	
}
.page-estimate .items .item-price {
	float: right;
	font-weight: bold;
    font-size: 16px;
    line-height: 1.6;
	color: #444;
}
.page-estimate .items .item-name a {
	    font-weight: bold;
    font-size: 16px;
    line-height: 1.6;
	
}
.page-estimate .items .item-qty {
	width: 100%;
	display: inline-block;
}
.page-estimate .items .item-detail-table01 {
	width: 100%;
	display: inline-block;
	margin-top: 20px;
	margin-bottom: 20px;
}
.page-estimate .items .item-detail-bottom {
	width: 510px;
}
.page-estimate .items .item-detail-bottom .txt01 {
	font-weight: bold;
}
.page-estimate .items .item-detail-bottom .txt02 {
	padding: 10px 0;
}
.page-estimate .items .item-detail-bottom table {
	width: 100%;
}

.page-estimate .block-order-estimate--host address {
  font-size: 150%;
  font-weight: bold;
}

.page-estimate .block-order-estimate--dest address {
  font-size: 150%;
  font-weight: bold;
}

/*** page-guide **/
.page-contentspages h1 {
	text-align: center;
	font-size: 25px;
}
.page-contentspages h2 {
	font-size: 18px;
	font-weight: bold;
	position: relative;
	padding: 0;
	padding-left: 15px;
}
.page-contentspages h3 {
	font-size: 16px;            
	font-weight: bold;
	background: transparent;
	margin-bottom: 10px;
	padding: 0;
}
.page-contentspages h2::before {
	content: "";
	width: 8px;
	height: 100%;
	background: #000000;
	position: absolute;
	top: 0;
	left: 0;
}
.page-contentspages p {
	line-height: 1.7;
}
.page-contentspages main {
	padding-bottom: 100px;
}
.guide-link {
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
	margin-bottom: 35px;
}
.guide-link li {
	width: calc((100% - 30px) / 3);
	background: #F7F7F7;
}
.guide-link li a {
	display: block;
	padding: 15px;
	padding-left: 120px;
	position: relative;
	font-size: 14px;
}
.guide-link li a::before {
	content: "";
	display: block;
	width: 10px;
	height: 10px;
	border-left: 2px solid #004F36;
	border-bottom: 2px solid #004F36;
	transform: rotate(-45deg);
	position: absolute;
	top: 18px;
	left: 80px;
}
.page-contentspages section {
	margin-bottom: 60px;
}
#sec-service span {
 color: #E54848;
}
#sec-service h3 {
	margin-top: 25px;
}
.sec-order--head {
	margin-bottom: 25px;
}
.sec-order--body h3 {
	color: #004f36;
}
.order-item {
	margin-bottom: 50px;
	display: flex;
	justify-content: space-between;
}
.order-item--text {
	width: 70%;
	padding-right: 70px;
}
.order-item--image {
	flex: 1;
}
.order-item--text > p:first-child {
	margin-bottom: 12px;
}
.order-item:nth-of-type(3) p:nth-child(2),
.order-item:nth-of-type(3) p:nth-child(4),
.order-item:nth-of-type(4) p:nth-child(2) {
	font-weight: bold;
	margin-bottom: 12px;
}
.order-item:nth-of-type(3) p:nth-child(3) {
	margin-bottom: 15px;
}

.order-item:nth-of-type(4) p:nth-child(3) {
	margin-bottom: 20px;
}
.order-item--text:first-of-type > p:nth-child(2) {
	margin-bottom: 15px;
}
.order-item:nth-of-type(2) p {
	margin-bottom: 15px;
}
.order-item--image figure {
	background: #eee;
	height: 200px;
	margin-bottom: 15px;
}
#guide-main #sec-payment dt {
	color: #004F36;
	font-weight: bold;
	margin-bottom: 10px;
}
#guide-main #sec-payment dl {
	margin-bottom: 20px;
}
#guide-main #sec-payment dd {
	line-height: 2;
}
#sec-assurance p {
	margin-bottom: 30px;
}

/*** page-faq ***/
#faq-main dt {
	font-weight: bold;
	margin-bottom: 15px;
}
#faq-main dl {
	margin-bottom: 30px;
}
#faq-main dd {
	line-height: 1.7;
}
#faq-main dd a {
	color: inherit;
	text-decoration: underline;
}

/*** page-terms ***/
#terms-main dl {
	margin-bottom: 50px;
}
#terms-main dt {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 15px;
}
#terms-main dd {
	line-height: 1.7;
}
#terms-main .appendix {
	margin-top: 80px;
}

/*** page-company ***/
#company-main dt {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 15px;
}
#company-main dl {
	margin-bottom: 70px;
}

/* コンタクト注文のボタン */
.page-contact-order .block-page-top{
    bottom: 100px;	
}

.page-contact-order .boxcart{bottom: 10px;}

/* 画像の制御 */
.page-contact-order .block-contact-order-good-img{
	position: relative;
	width: 180px;
	height: auto;
}

.page-contact-order .block-contact-order-good-img figure{
	width: 180px;
	height: 180px;	
	display: flex;
	align-items: center;
	justify-content: center;
}

.page-contact-order .block-contact-order-good-img figure img{
	max-width: 180px;
	max-height: 180px;
}

/* ログイン画面ボタン */
.page-login .block-login-new-member-btn{padding-left: 26px;}
.page-login .block-login-new-member-btn a{
	display: block;
	width: 290px;
	margin: 0 auto;
	background: #057736;
	color: #fff;
	text-align: center;
    padding: 13px 0 12px 0;
    line-height: 1.6;	
}

.page-login .block-login-new-member-btn a:hover{
    transition: 0.2s ease 0s;
    opacity: .7;
}

.page-login .block-login-new-member-btn a span{display: block;}
.page-login .block-login-new-member-btn a span.txt01{font-size: 11px;}
.page-login .block-login-new-member-btn a span.txt02{font-size: 15px;}

/* 位置調整 */
body.page-contact-order .block-page-top{bottom: 140px;}
.page-contact-order .boxcart{bottom: 75px;}

