@charset "utf-8";

/***************************************
 For bynow.jp
 arai@onenote.co.jp
 Jan 21, 2018
***************************************/

/*-------------------------------------
 item list style
-------------------------------------*/

h2:after{
	width:60px;
	content: '';
	display: block;
	margin: 10px auto 10px;
}
p.leadText{
	margin-bottom:20px;
	text-align: center;
	padding-left: 20px;
	padding-right: 20px;
}
h3 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
}

h2 span{
	position:absolute;
	right:10px;
	margin-top:5px;
	font-size:12px;
	font-weight:normal;
}

.serviceBox .num{
  font-size: 32px;
  font-weight: bold;
}
.serviceBox .since{
  position: absolute;
  right: 0;
  font-weight: 300;
}

.itemList2cBox ul li{
	width: calc(50vw - 20px);
    float: left;
    position: relative;
    margin-bottom: 10px;
    padding: 0px 5px 0px 5px;
}
.itemList2cBox ul li:nth-child(odd){
	clear:both;
}
.itemList2cBox ul li .itemImg{
	overflow: hidden;
	height: calc(50vw - 13px);
	margin-bottom: 5px;
}
.itemList2cBox ul li .itemImg img{
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
}
.itemList2cBox::after{
	content: '';
	display: block;
	clear: both;
}
.itemList2cBox{
	margin-bottom: 30px;
}

.itemList3cImgBox ul li{
	width: calc(33vw - 16px);
    float: left;
    position: relative;
    margin-bottom: 5px;
    padding: 0px 5px 0px 5px;
}

.itemList3cImgBox ul li .itemImg{
	overflow: hidden;
    height: calc(33vw - 15px);
    margin-bottom: 5px;
}
.itemList3cImgBox ul li .itemImg img{
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
}
.itemList3cImgBox::after{
	content: '';
	display: block;
	clear: both;
}
.itemList3cImgBox{
	margin-bottom: 30px;
}

.itemList3cBox ul li .brandLogo {
	overflow: hidden;
    height: calc(28vw);
    background-color: #FFFFFF;
	padding: 5px;
}

.itemList3cBox ul li img {
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: auto;
}
.itemList3cBox ul li{
	margin:5px;
}
.itemList3cBox::after{
	content: '';
	display: block;
	clear: both;

}
.itemList3cBox{
	margin-bottom: 50px;
}
.brandList ul li{
	border-bottom: dotted 1px #dcdcdc;
	margin-bottom: 15px;
	padding: 0px 10px 15px 10px;
}
.brandList ul li .brandLogo {
    float: left;
    width: 23vw;
}
.brandList ul li .brandListTxt{
	margin-left: calc(33vw + 10px);
	margin-bottom: 20px;
}

.brandList ul li::after{
	display:block;
	content: '';
	clear: both;
}

.brandList2cBox ul::after{
	content:'';
	display: block;
	clear:both;
	
}

.brandList2cBox ul li{
	width: calc(50vw - 20px);
    float: left;
    position: relative;
    margin-bottom: 40px;
    padding: 0px 5px 0px 5px;
}
.brandList2cBox ul li:nth-child(odd){
	clear:both;
}
.brandList2cBox ul li .brandIndexImg{
	overflow: hidden;
	height: calc(60vw - 13px);
	margin-bottom: 5px;
}
.brandList2cBox ul li .brandIndexImg img{
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
}
.brandIndexLogo{
	max-height:23px;
	text-align: center;
}
.brandIndexLogo img{
	max-height:23px;
	width: auto;
}

.successIco{
	position: absolute;
    background-color: #B50003;
    color: #FFFFFF;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 2px;
    padding-bottom: 2px;
    display: inline-block;
    z-index: 1;
	font-size:12px;
	border-radius: 0 0 6px 0;
}

.progress {
    height: 10px;
    margin-bottom: 20px;
    overflow: hidden;
    background-color: #f2f3f2;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
	
}
.progress-bar-success {
  background-color: #8ad919;
  background-image: none;
	height: 100%;}

.progress-bar-info, .progress-bar-blue {
  background-color: #00328c;
  background-image: none;
height: 100%;}

.progress-bar-warning, .progress-bar-orange {
  background-color: #ffb53e;
  background-image: none;
height: 100%;}

.progress-bar-danger, .progress-bar-red {
  background-color: #f9243f;
  background-image: none;
height: 100%;}

.progress-bar-teal {
  background-color: #1ebfae;
  background-image: none;
height: 100%;}

.parentCategoryName{
	float:right;
	font-weight: bold;
	font-size: 16px;
	padding: 10px;
}
.progressNum{
	float:right;
	margin-left: 7px;
	margin-top: -15px;
}
.progressNum em{
	font-size:24px;
	
}
.itemName{
	overflow:hidden;
	width: 100%;
	height: 1.5em;
}
.backBtn {
	padding:10px;
	text-align: center;
	border-bottom: 1px solid #D5D5D5;
}
.backBtn span{
	width: 25px;
    height: 25px;
	background-image:url(../images/back.svg);
	background-repeat:no-repeat;
	background-size:contain;
	font-size:0;
	display: inherit;
}
.cartBoxClose{
	padding:10px;
	text-align: center;
	border-bottom: 1px solid #D5D5D5;
}
.cartBoxClose span{
	width: 25px;
    height: 25px;
	background-image:url(../images/close.svg);
	background-repeat:no-repeat;
	background-size:contain;
	font-size:0;
	display: inherit;
}

/*-------------------------------------
 item detail style
-------------------------------------*/
#itemDetailSpec{
	padding:2%;
}
.brandName{
	
}
.itemName{
	
}

/*-------------------------------------
 common
-------------------------------------*/


section:after {
  content: "";
  clear: both;
  display: block;
}


.alignC { text-align: center; }
.strong { font-weight: bold; }


/* fixedInfoBox */

.fixedInfoBox {
    display: block;
    position: fixed;
    bottom: -300px;
    width: 92%;
    background-color: #5185ED;
    z-index: 1;
    padding: 15px;
    margin-left: 4%;
    margin-right: 4%;
    box-sizing: border-box;
    border-radius: 10px;
	max-width: 430px;
	right: 0;
}
.fixedInfoBox a{
	color: #FFFFFF;
}

.fixedInfoBox h2{
	padding-top: 0;
	margin-top: 0;
	margin-bottom: 10px;
	font-size: 14px;
	color: #FFFFFF;
	
}
.fixedInfoBox .batsu{
	cursor: pointer;
}
.fixedInfoBox .batsu::before, .fixedInfoBox .batsu::after {
    content: "";
    position: absolute;
    top: 26px;
    right: 26px;
    width: 2px;
    height: 20px;
    background: #FFFFFF;
    border-radius: 2.5px;
}
.batsu::before {
	transform: translate(-50%,-50%) rotate(45deg);
}

.batsu::after {
	transform: translate(-50%,-50%) rotate(-45deg);
}

.fixedInfoBox p span{
	padding-right: 10px;
    display: inline-block;
    position: relative;
	text-decoration: underline;

}
.fixedInfoBox p span::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0px;
    display: inline-block;
    width: 5px;
    height: 5px;
    margin-top: -4px;
    border-top: 2px solid #FFFFFF;
    border-right: 2px solid #FFFFFF;
    transform: rotate(45deg);
}








