@charset "UTF-8";
/* CSS Document */
.shopCnt a {
  color: #108CCF;
  text-decoration: underline;
}

.shopCnt a:hover {
  text-decoration: none;
  opacity: 1;
}

.sysSubTtl {
  font-size: 18px;
  font-weight: bold;
  background: #F5F7F8;
  border-left: 6px solid #108CCF;
  margin: 70px 0 30px;
  padding: 15px 15px 12px;
}

.requiredMark {
  color: #FFF;
  font-size: 12px;
  background: #C81C1D;
  border-radius: 4px;
  display: inline-block;
  width: 42px;
  text-align: center;
  user-select: none;
  margin-left: 10px;
  padding: 5px 0 4px;
  text-indent: 0;
  line-height: 110%;
  vertical-align: top;
  font-weight: normal;
}

#pro_option .require_mark {
  color: #C81C1D;
}

.cartBtnBox {
  overflow: hidden;
}

.cartBtnBoxB {
  overflow: hidden;
  border-top: 1px solid #cecece;
  padding-top: 30px;
}


@media screen and (max-width: 900px) {
  .sysSubTtl {
    margin: 12% 0 6%;
  }
}

@media screen and (max-width: 750px) {
}

@media screen and (max-width: 480px) {
  .sysSubTtl {
    font-size: 15px;
    padding: 10px 10px 7px;
    border-left: 4px solid #108CCF;  
  }
  
  .requiredMark {
    font-size: 11px;
    width: 36px;
    margin-left: 10px;
    padding: 4px 0 2px;
  }
  
}
































.cartBtnOptionUl {
  overflow: hidden;
}

.cartBtnOptionUl li:first-child {
  float: right;
}

.cartBtnOptionUl li:nth-child(2)  {
  float: left;
}

.cartBtnOptionUl li:first-child a {
  background: #108CCF;
  color: #fff;
  text-decoration: none;
  padding: 12px 60px 10px;
  text-align: center;
  border-radius: 100px;
  display: inline-block;
  font-weight: bold;
  position: relative;
}

.cartBtnOptionUl li:first-child a::after {
  content: "";
  position: absolute;
  right: 1em;
  top: 50%;
  margin-top: -4px;
  transition: all .2s;
  width: 7px;
  height: 7px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.cartBtnOptionUl li a:hover {
  opacity: 0.7;
}

.cartBtnOptionUl li:first-child a:hover::after {
  right: .5em;
}

.cartBtnOptionUl li:nth-child(2) a {
  background: #fff;
  color: #108CCF;
  text-decoration: none;
  padding: 8px 30px 6px;
  text-align: center;
  border: 1px solid #108CCF; 
  border-radius: 100px;
  display: inline-block;
  font-size: 14px;
  margin-top: 5px;
  position: relative;  
}

.cartBtnOptionUl li:nth-child(2) a::before {
  content: "";
  position: absolute;
  left: 1em;
  top: 50%;
  margin-top: -4px;
  transition: all .2s;
  width: 6px;
  height: 6px;
  border-top: solid 1px #108CCF;
  border-right: solid 1px #108CCF;
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
}

.cartBtnOptionUl li:nth-child(2) a:hover::before {
  left: .5em;
}

.cartBtnNext {
  background: #108CCF url("../images/common/linkArrow01.png") no-repeat center right 1em;
  color: #fff;
  text-decoration: none;
  padding: 12px 100px 10px;
  text-align: center;
  border-radius: 100px;
  display: inline-block;
  font-weight: bold;
  font-size: 16px;
  border: none;
  cursor: pointer;
  transition : all 0.3s ease 0s;  
}

.cartBuyBtn {
  background: #108CCF url("../images/common/linkArrow01.png") no-repeat center right 1em;
  color: #fff;
  text-decoration: none;
  padding: 12px 50px 10px;
  text-align: center;
  border-radius: 100px;
  display: inline-block;
  font-weight: bold;
  font-size: 16px;
  border: none;
  cursor: pointer;
  min-width: 240px;
  transition : all 0.3s ease 0s;  
  position: relative;
}


.cartBuyBtn {
  color: #fff;
}

.cartBuyBtn2 {
  background: #4e4e4e url("../images/common/linkArrow01.png") no-repeat center right 1em;
  color: #fff;
  text-decoration: none;
  padding: 12px 50px 10px;
  text-align: center;
  border-radius: 100px;
  display: inline-block;
  font-weight: bold;
  font-size: 16px;
  border: none;
  cursor: pointer;
  margin-right: 10px;
  transition : all 0.3s ease 0s;  
  position: relative;
}




.cartBtnNext:hover ,
.cartBtnBack:hover ,
a.cartBtnBack:hover ,
.cartBuyBtn:hover ,
a.cartBuyBtn:hover ,
.cartBuyBtn2:hover ,
a.cartContinue:hover {
  opacity: 0.7;
}

.cartBtnBack ,
a.cartBtnBack ,
a.cartContinue {
  background: #fff url("../images/common/linkArrow05.png") no-repeat center left 1em;
  color: #108CCF;
  text-decoration: none;
  padding: 8px 30px 6px;
  text-align: center;
  border: 1px solid #108CCF; 
  border-radius: 100px;
  display: inline-block;
  font-size: 14px;
  margin-top: 5px;
  cursor: pointer;
  transition : all 0.3s ease 0s;
  position: relative;
}


.cartBtnFL ,
.cartBtnFL2 {
  float: left;
}

.cartBtnFR ,
.cartBtnFR2 {
  float: right;
}

.cartMemBtn {
  overflow: hidden;
}

.cartMemBtn li {
  float: right;
}


/* table */

.shopTable {
  font-size: 14px;
}

.shopTable table ,
.shopTable td, 
.shopTable th {
	border: 1px solid #CFC5AF;
	border-collapse: collapse;
}

.shopTable td, 
.shopTable th {
	padding: 8px 20px 6px;
  text-align: left;
}

.shopTable th {
  background: #e7e1d3;
  vertical-align: middle;
}

.shopTable td {
  background: #fff;
}

.shopTable100 table {
  width: 100%;
}

.shopTable100 th {
  width: 25%;
}

.shopTable100 td {
  width: 75%;
}


@media screen and (max-width: 900px) {

  .cartBuyBtn {
    padding: 12px 40px 10px;
    font-size: 14px;
  }
  input.cartBuyBtn {

  }


  .cartBuyBtn2 {
    padding: 12px 40px 10px;
    font-size: 14px;
    margin-right: 10px;
  }

  .cartBtnBack {
    padding: 8px 30px 6px;
    font-size: 13px;
    margin-top: 5px;
  }
  
  .cartContinue {
    padding: 8px 30px 6px;
    font-size: 12px;
    margin-top: 10px;
  }  
  
}


@media screen and (max-width: 750px) {
  
  .cartBtnOptionUl li:nth-child(2) a {
    font-size: 12px;
  }
  
  .cartBtnOptionUl li:nth-child(2) a::before {
    margin-top: -3px;
  }
  
  .cartBtnNext {
    padding: 12px 80px 10px;
    font-size: 14px;
  }

  .cartBtnBack {
    padding: 8px 30px 6px;
    font-size: 12px;
    margin-top: 10px;
  }

  .cartBuyBtn {
    padding: 12px 0 10px;
    font-size: 14px;
    width: 300px;   
  }

  .cartBuyBtn2 {
    padding: 12px 0 10px;
    font-size: 14px;
    margin-right: 0;
    margin-top: 10px;
    width: 300px;
  }

  .cartMemBtn {
    overflow: hidden;
  }

  .cartMemBtn li {
    float: none;
  }

  .cartBtnFL2 ,
  .cartBtnFR2 {
    float: none;
  }
  
  a.cartContinue {
    width: 300px;
    margin-top: 10px;
  }  


/* table */

  .shopTable {
    font-size: 13px;
  }

  .shopTable td, 
  .shopTable th {
    padding: 5px 15px;
  }
  
}



@media screen and (max-width: 640px) {

/* table */

  .shopTable caption {
    text-align: left;
    font-weight: bold;
    margin-bottom: 5px;
  }
}



@media screen and (max-width: 480px) {

  .cartBtnOptionUl li {
    text-align: center;
  }

  .cartBtnOptionUl li:first-child {
    float: none;
  }

  .cartBtnOptionUl li:nth-child(2)  {
    float: none;
    margin-top: 10px;
  }

  .cartBtnOptionUl li:first-child a {
    width: 300px;
  }

  .cartBtnOptionUl li:nth-child(2) a {
    width: 300px;
  }
  
  .cartBtnNext {
    padding: 12px 95px 10px;
    width: 300px;
  }

  .cartBtnBack {
    padding: 8px 30px 6px;
    width: 300px; 
    margin: 10px 0 0;
  }
  
  .cartBtnFL {
    float: none;
  }

  .cartBtnFR {
    float: none;
  }
  
  .cartBtnBox input ,
  .cartBtnBoxB input  {
    text-align: center;
  }
  
/* table */  

  .shopTable100 ,
  .shopTableSp {
    width: 100%;
    border: none;
  }
  
  .shopTable100 table ,
  .shopTableSp table {
  	border: 1px solid #CFC5AF;
    border-bottom: none;
    width: 100%;    
  }

  .shopTable100 th ,
  .shopTable100 td {
    width: 100%;
    display: block;
    border: none;
  }
  
  .shopTableSp th ,
  .shopTableSp td {
    width: 100%;
    display: block;
    border: none;
  }

  .shopTable100 td ,
  .shopTableSp td {
  	border-top: 1px solid #CFC5AF;  
  	border-bottom: 1px solid #CFC5AF;  
  }
}


/*----------------------------------------
	オプション選択
----------------------------------------*/
.option_select {
	-webkit-appearance: none;
	padding: 15px;
	width: 540px;
	border: 1px solid #bcbcbc;
	background: #fff;
	background: url('../images/common/arrow_bottom.png');
	background-size: 13px 13px;
	background-position: right 10px center;
	background-repeat: no-repeat;
}

#pro_option .option_select {
  width: 100%;
}

.optionCnt img {
  max-width: 100%;
  margin-top: 30px;
}

.optionCnt a {
  color: #108CCF;
  text-decoration: underline;
}

.optionCnt a:hover {
  text-decoration: none;
  opacity: 1;
}
@media screen and (max-width: 900px) {
  .option_select {
    padding: 15px;
    width: 300px;
  }
  
  .optionCnt img {
    margin-top: 5%;
  }  
}

@media screen and (max-width: 480px) {
  .option_select {
    font-size: 12px;
    padding: 12px;
  }
}



/*----------------------------------------
	カート
----------------------------------------*/
/* ステップ */  

.cartStep {
  margin-bottom: 50px;
}

.cartStep ul {
  overflow: hidden;
  display: flex;
  justify-content: center;
}

.cartStep li {
  float: left;
  width: 8.5%;
  text-align: center;
  position: relative;
}

.cartStep li::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 18px;
  display: block;
  width: 100%;
  height: 2px;
  background-color: #cecece;
}

.cartStep li:first-child::before {
  right: -50%;
}

.cartStep li:last-child::before {
  left: -50%;
}

.cartStep li dt {
  background: #cecece;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 100px;
 margin: 0 auto;
}

.cartStep li dd {
  font-size: 11px;
  color: #cecece;
  font-weight: bold;
  line-height: 120%;
  margin-top: 10px; 
}

dl.stepActive dt {
  background: #108CCF;
}

dl.stepActive dd {
  color: #108CCF;
}

/* リンクボタン */  

.shopLinkBtn a {
  border: 1px solid #f58f17;
  color: #f58f17;
  display: block;
  text-align: center;
  padding: 15px 15px 13px;;
  user-select: none;
  position: relative;
  text-decoration: none;
}

.shopLinkBtn a:hover {
  background: #fff1e8;
}

.shopLinkBtn a::after {
  position: absolute;
  right: 1em;
  content: url("../images/common/linkArrow.png");
  transition: all .2s; 
  margin-top: 1px;
}

.shopLinkBtn a:hover::after {
  right: .5em;
}

.shopLinkBtn2 a {
  border: 1px solid #f58f17;
  color: #f58f17;
  text-align: center;
  padding: 10px 40px 8px;;
  user-select: none;
  position: relative;
  text-decoration: none;
  display: inline-block;
}

.shopLinkBtn2 a:hover {
  background: #ffe8e8;
}

.shopLinkBtn2 a::after {
  position: absolute;
  right: 1em;
  content: url("../images/common/linkArrow.png");
  transition: all .2s; 
  margin-top: 1px;
}

.shopLinkBtn2 a:hover::after {
  right: .5em;
}

.registerBtn a {
  color: #108CCF;
  text-decoration: none;
  padding: 8px 10px 6px;
  border: 1px solid #108CCF;
  border-radius: 5px;
  text-align: center;  
  display: inline-block;
	width: 200px;
}

.registerBtn a:hover , 
.registerBtn input:hover {

}


@media screen and (max-width: 900px) {
/* ステップ */
  .cartStep {
    margin-bottom: 7%;
  }

  .cartStep ul{
  	display:block;
  }
  
  .cartStep li {
    width: 16.6%;
  }

  .cartStep li::before {
    top: 14px;
    height: 2px;
  }

  .cartStep li:first-child::before ,
  .cartStep li:nth-child(7)::before {
    right: -50%;
  }

  .cartStep li:last-child::before ,
  .cartStep li:nth-child(6)::before {
    left: -50%;
  }

  .cartStep li:nth-child(n+7) {
    margin-top: 10px;
  }

  .cartStep li dt {
    font-size: 16px;
    width: 30px;
    height: 30px;
    line-height: 30px;
  }

  .cartStep li dd {
    font-size: 10px;
    margin-top: 6px;
    padding: 0 4px;
  }

}





@media screen and (max-width: 750px) {
/* リンクボタン */
  .shopLinkBtn a {
    padding: 12px 12px 10px;  
  }

  .shopLinkBtn a::after {
    position: absolute;
    right: 1em;
    content: url("../images/common/linkArrow.png");
    transition: all .2s; 
    margin-top: 2px;
  }

  .shopLinkBtn a:hover::after {
    right: .5em;
  }
	
	
	.registerBtn {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
	}
	
}

@media screen and (max-width: 480px) {
  .cartStep li dd {
    font-weight: normal;
  }
}

/*----------------------------------------
	ショッピングカート
----------------------------------------*/
.totalBox {
  overflow: hidden;
  border-top: 1px solid #cecece;
  border-bottom: 1px solid #cecece;
}

.totalBox p {
  text-align: center;
  line-height: 110%;
}

.totalBox p span {
  color: #108CCF;
  font-weight: bold;
}

.totalBox ul {
  overflow: hidden;
  float: right;
  padding: 30px 0 28px;  
}

.totalBox li {
  float: left;
}

.totalBox li:first-child {
  font-weight: bold;
  font-size: 18px;
}

.totalBox li:first-child::after {
  content: "：";
  margin: 0 10px;
}

.totalBox li span {
  color: #108CCF;
  font-weight: bold;
  font-size: 24px;
  margin: 0 10px;
}

.totalBox li:last-child {
  margin-left: 24px;
} 

.cartProductName {
  font-weight: bold;
  border-bottom: 2px solid #cecece;
	margin-top: 40px;
  margin-bottom: 20px;
  padding-bottom: 5px;
}

.cartProductName span {
  font-weight: normal;
  font-size: 12px;
  margin-right: 10px;
}

.cartProductName br {
  display: none;
}

.cartAreaBtn {
	display: flex;
	flex-wrap: wrap;
}

.cartAreaBtn li:first-child {
  margin-right: 10px;
}
  
.cartAreaBtn input , 
.cartAreaBtn a {
  background: #fff;
  border: 1px solid #108CCF;
  border-radius: 5px;
  display: inline-block;
  width: 250px;
  text-align: center;
  padding: 8px 10px 6px;
  color: #108CCF;
  font-size: 12px;
  text-decoration: none;
  cursor: pointer;
  transition : all 0.3s ease 0s;
}

.cartAreaBtn .delete {
  border: 1px solid #666;
  color: #666;
}

.cartAreaBtn input:hover , 
.cartAreaBtn a:hover {
  opacity: 1;
  background: #d5f2fd;
  border: 1px solid #d5f2fd;  
}

.cartAreaBtn .delete:hover {
  opacity: 1;
  background: #E8E8E8;
  border: 1px solid #E8E8E8;  
}

/*
.recoBox ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 10px;
}*/

.recoBox ul li {
  margin-bottom: 10px;
}

.recoBox ul li:last-child {
  margin-bottom: 0;
}

.recoBox ul li a {
	color: #888;
}
/*
.recoBox ul li:first-child {
  color: #fff;
  background: #ffa31f;
  display: inline-block;
  padding: 5px 8px 4px;
  border-radius: 5px;
  line-height: 110%;
  position: relative;
  margin-right: 15px;
  font-size: 12px;
}

.recoBox ul li:first-child::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  margin-top: -4px;
  border: 4px solid transparent;
  border-left: 5px solid #ffa31f;
}

.recoBox ul li:nth-child(2) {
  font-size: 14px;
}
*/



.recoTtl{
	color: #FFA31F;
    background: #FFF4D0;
    display: inline-block;
    padding: 8px 15px 6px;
    border-radius: 5px;
    line-height: 110%;
    position: relative;
    margin-right: 15px;
    font-size: 12px;
	margin: 40px auto 15px;
}
.recoTtl::before{
	content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border: 5px solid transparent;
    border-top: 5px solid #FFF4D0;
}





@media screen and (max-width: 750px) {
    .cartProductName br {
      display: block;
    }

/*
  .recoBox ul {
    display: block;
    margin-bottom: 15px;
  }

  .recoBox ul li:first-child {
    padding: 5px 8px 3px;
    margin-right: 0;
    margin-bottom: 6px;
    font-size: 11px;
  }

  .recoBox ul li:first-child::before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-top: 0;
    margin-left: -4px;  
    border: 4px solid transparent;
    border-top: 4px solid #ffa31f;
  }

  .recoBox ul li:nth-child(2) {
    font-size: 14px;
  }
*/
	
	.cartAreaBtn {
		justify-content: center;
	}
	
	.cartAreaBtn li:first-child {
		margin-right: 0;
		margin-bottom: 5px;
	}

	
  
}



































.cartInfoWrap {
  background: #FAFAF3;
  padding: 20px;
  margin-top: 30px;
  border-radius: 10px;
}


  
.cartProductList {
  float: left;
  width: 70%;
}
  
.cartProductList ul {
  overflow: hidden;
}

/*
.cartProductList li {
  float: left;
}
*/

.cartPrice {
  float: right;
}

.cartPrice ul {
  overflow: hidden;
}

.cartPrice li {
  float: left;
}
  
.cartPrice li:last-child {
  font-weight: bold;
  min-width: 120px;
  text-align: right;
}

.cartMemoBox {
  margin-top: 5px; 
}

.cartMemoBox ul {
  overflow: hidden;
}

.cartMemoBox li {
  float: left;
}

.cartMemoBox li:first-child {
  font-size: 14px;
  margin: 8px 5px 0 0;
}
  
.cartMemoBox li input {
  width: 400px;
  height: 30px;
}
    
  
  
  
  


















.cartOptionArea {
  background: #F5F7F8;
  border-top: 1px solid #cecece;
  border-bottom: 1px solid #cecece;
  padding: 20px;
  margin: 40px 0 20px; 
}  


.cartTbl {
  width: 100%;
}

.cartTbl th {
  text-align: left;
  vertical-align: middle;
}

.cartTbl td {
  text-align: right;
  width :100px;
  vertical-align: middle;
}    

.cartTbl:nth-child(n+2) {
  margin-top: 15px;
}

.subtotalArea {
  border-top: 1px solid #cecece;
  border-bottom: 1px solid #cecece;
  padding: 15px 20px;
  margin-top: 50px;
}

.subtotalArea table {
  width: 100%;
}

.subtotalArea th {
  text-align: right;
  vertical-align: middle;
  font-weight: bold;  
}  

.subtotalArea td{
  text-align: right;
  width :150px;
  vertical-align: middle;
  font-weight: bold;
  font-size: 16px;
}

.cartUpdate {
  overflow: hidden;
	padding: 50px 0;  
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	align-items: center;  
}

.cartUpdateTxt {
/*  float: left;*/
  margin-top: 10px;
}

.cartUpdate ul {
  float: right;
  overflow: hidden;
}

.cartUpdate ul li {
  float: left;
}

.cartEmptyBtn input {
  background: #fff;
  border: 1px solid #666;
  border-radius: 4px;
  display: block;
  width: 140px;
  text-align: center;
  padding: 12px 10px 10px;
  font-size: 12px;
  color: #666;
  margin-right: 20px;
  cursor: pointer;
  transition : all 0.3s ease 0s;
}

.cartEmptyBtn input:hover {
  opacity: 1;
  background: #E8E8E8;
  border: 1px solid #E8E8E8;
}

.cartUpdateBtn input {
  background: #fff;
  border: 1px solid #108CCF;
  border-radius: 4px;
  display: block;
  width: 140px;
  text-align: center;
  padding: 12px 10px 10px;
  font-size: 12px;
  color: #108CCF;
  cursor: pointer;
  transition : all 0.3s ease 0s;  
}

.cartUpdateBtn input:hover {
  opacity: 1;
  background: #d5f2fd;
  border: 1px solid #d5f2fd;
}



@media screen and (max-width: 900px) {
  .cartUpdate {
	  overflow: hidden;
	  padding: 30px 0;
	  flex-wrap: wrap;
	  justify-content: center;
  }

  .cartUpdateTxt {
    float: none;
    margin-top: 0;
/*    margin-bottom: 20px;*/
    text-align: center;
  }

  .cartUpdate ul {
    float: none;
    overflow: hidden;
    width: 300px;
    margin: 0 auto;
	  margin-top: 15px;
  }

  .cartUpdate ul li {
    float: left;
  }

  .cartEmptyBtn input {
    width: 140px;
    padding: 12px 10px 10px;
  }

  .cartUpdateBtn input {
    width: 140px;
    padding: 12px 10px 10px;
  }
}

@media screen and (max-width: 750px) {

  .totalBox ul ,
  .totalBox p {
    padding: 16px 0 14px;
  }
  
  .totalBox li:first-child {
    font-size: 16px;
  }

  .totalBox li:first-child::after {
    margin: 0 8px;
  }

  .totalBox li span {
    font-size: 20px;
    margin: 0 8px;
  }

  .totalBox li:last-child {
    margin-left: 20px;
  }
}

@media screen and (max-width: 640px) {

  .totalBox ul {
    overflow: hidden;
    float: none;
    padding: 0 0 10px;
    width: 100%;    
  }

  .totalBox li {
    float: none;
    font-size: 14px;
    text-align: center;
  }

  .totalBox li:first-child {
    width: 100%;
    background: #F5F7F8;
    display: block;
    text-align: center;
    float: none;
    padding:8px 10px;
    font-size: 14px;
    margin-bottom: 10px;
  }

  .totalBox li:first-child::after {
    content: none;
    margin: 0;
  }

  .totalBox li span {
    font-size: 22px;
    margin: 0 5px;
  }

  .totalBox li:last-child {
    margin-left: 0;
    margin-top: 10px;
  }
  

  .cartProductList {
    float: none;
    width: 100%;
  }

  .cartProductList li {
    float: none;
  }

  .cartPrice {
    float: none;
    margin-top: 10px;
  }

  .cartPrice ul {
    overflow: hidden;
  }

  .cartPrice li {
    float: none;
  }

  .cartPrice li:last-child {
    min-width: auto;
    text-align: left;
    margin-top: 10px;
  }

  .cartMemoBox {
    margin-top: 20px; 
  }

  .cartMemoBox ul {
    overflow: hidden;
  }

  .cartMemoBox li {
    float: none;
  }

  .cartMemoBox li:first-child {
    font-size: 12px;
    margin: 0;
  }

  .cartMemoBox li input {
    width: 100%;
    max-width: 400px;
    height: 30px;
  }

}

@media screen and (max-width: 480px) {

  .cartUpdate {
    padding: 20px 0;  
  }

  .cartUpdateTxt {
/*    margin-bottom: 15px;*/
    text-align: left;
  }

  .cartUpdate ul {
    float: none;
    overflow: hidden;
    width: 280px;
    margin: 0 auto;
	  margin-top: 15px;
  }

  .cartUpdate ul li {
    float: left;
  }

  .cartEmptyBtn input {
    width: 130px;
    padding: 12px 0 10px;
  }

  .cartUpdateBtn input {
    width: 130px;
    padding: 12px 0 10px;
  }
  
}
/*----------------------------------------
	クーポン
----------------------------------------*/
.couponInput {
  display: flex;
  width: 100%;
  max-width: 300px;
}

.couponInput li:first-child {
  flex-grow: 2;
}

.couponInput li:last-child {
  flex-basis: 70px;
}

.couponInput li:first-child input {
  padding: 8px;
  border: 1px solid #ccc;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  height: 40px;
  width: 100%;
}

.couponInput li:last-child input {
  border: none;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 40px;
  font-size: 14px;
  padding: 3px 0 2px;
  cursor: pointer;
  outline: 0;
  width: 100%;
  background: #000;
  color: #fff;
  transition : all 0.3s ease 0s;
}

.couponInput li:last-child input:hover {
  opacity: 0.7;
}

@media screen and (max-width: 480px) {
  .couponInput {
    display: flex;
    width: 100%;
    max-width: 100%;
  }
}




/*----------------------------------------
	配送先の指定
----------------------------------------*/
.cartTblCheckArea {
  width: 100px;
  vertical-align: middle;
  text-align: center;
}  
.ordererName {
  font-weight: bold;
}

.deliveryTbl ,
.senderTbl {
  width: 100%;
}

.deliveryTbl tr ,
.senderTbl tr {
  border-bottom: 1px solid #cecece;
}

.deliveryTbl tr:first-child ,
.senderTbl tr:first-child {
  border-top: 1px solid #cecece;
}

.deliveryTbl tr td:nth-child(1) {
  padding: 30px 20px;
} 

.deliveryTbl tr td:nth-child(2) ,
.senderTbl tr td:nth-child(2) {
  padding: 30px 20px;
  border-left: 1px solid #cecece;
}

.senderInTbl {
  width: 100%;
}

.senderInTbl th ,
.senderInTbl td {
  padding-bottom: 30px;
}



.senderInTbl th {
  width: 120px;
  text-align: left;
  vertical-align: middle;
}

.senderTbl td .senderInTbl td {
  padding: 0 0 30px; 
}

.senderInTbl tr:last-child th ,
.senderInTbl tr:last-child td {
  padding-bottom: 0;
}

.senderTbl td textarea {
  width: 100%;
  max-width: 500px;
  min-height: 150px;
}

.senderInTbl td input ,
.senderInTbl td select ,
.senderInTbl td textarea {
  border: 1px solid #ccc;
  padding: 8px;
  border-radius: 3px;
}

.senderInTbl td input {
  width: 100%;
  max-width: 500px;
}

.senderInTbl td input[type=radio] {
	width: auto!important;
}

.senderInTbl td .txtArea1 {
  width: 100%;
  max-width: 60px;
}

.senderInTbl td .txtArea2 {
  width: 100%;
  max-width: 160px;
}

.senderInTbl tr {
  border: none;
}

.senderInTbl tr:first-child ,
.senderInTbl tr td:nth-child(2) {
  border: none;
} 

@media screen and (max-width: 750px) {
  .cartTblCheckArea {
    width: 80px;
  }  
  
  .senderTbl .senderInTbl tr:last-child th {
    padding-bottom: 10px;
  }  
  
  .senderTbl .senderInTbl tr:last-child td {
    padding-bottom: 0;
  }

  .senderInTbl {

  }  
  
  .senderInTbl th ,
  .senderInTbl td {
    width: 100%;
    display: block;
  }
  
  .senderInTbl th {
    font-weight: bold;
    padding-bottom: 10px;
  }
  
}

@media screen and (max-width: 480px) {
  .cartTblCheckArea {
    width: 50px;
  }  

  .senderInTbl td .txtArea1 {
    width: 48px;
  }
  
  .senderInTbl a.addressBtn {
    margin-left: 4px;
    font-size: 11px;
    padding: 5px;
  }
  
  .senderInTbl #sender_pref_no  {
    margin: 10px 0 0;
  }
  
  .senderInTbl #sender_charge_name1 {
    margin-bottom: 10px;
  }
  
  .senderInTbl #sender_addr1 {
    width: 100%;
    margin: 10px 0;
    display: block;
  } 
  
}

/*----------------------------------------
	分納の指定
----------------------------------------*/
.partialBtnList {
  display: flex;
}

.partialBtnList li {

}

.partialBtnList li:first-child {
  margin-right: 10px;
}

.partialBtnList li input {
  color: #fff;
  text-decoration: none;
  padding: 8px 10px;
  border: 1px solid #108CCF;
  border-radius: 5px;
  text-align: center;  
  display: inline-block;
  background: #108CCF;
  cursor: pointer;
  transition : all 0.3s ease 0s;
}

.partialBtnList li input:hover {
  opacity: 0.7;
}


.partialTblWrap table {
  display: block;
  overflow: auto;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;

}

.partialTbl {
  width: 100%;
  padding-bottom: 30px;
}

.partialTbl th {
  width: 150px;
  text-align: left;
}

.partialTbl td {
  min-width: 300px;
  white-space: normal;
}

.partialTbl th , 
.partialTbl td {
	border-collapse: collapse;
}

.partialTbl td, 
.partialTbl th {
	padding: 8px 20px 6px;
  text-align: left;
}

.partialTbl th {
  vertical-align: middle;
}

.partialTbl tr:nth-child(n+2) td {
  vertical-align: middle;
}

.partialTbl .delete {
  background: #fff;
  border: 1px solid #666;
  border-radius: 4px;
  display: inline-block;
  text-align: center;
  padding: 8px 10px 6px;
  font-size: 12px;
  color: #666;
  text-decoration: none;
  transition: none;
  cursor: pointer;
  margin-left: 10px;
}

@media screen and (max-width: 750px) {

  .partialTbl td, 
  .partialTbl th {
    padding: 5px 15px;
  }
}

/*----------------------------------------
	ポイント / 決済方法の入力
----------------------------------------*/
.paymentTbl  {
  width: 100%;
}

.paymentTbl th ,
.paymentTbl td {
  padding-bottom: 20px;
}

.paymentTbl tr:last-child {
  border-top: 1px solid #cecece;
}

.paymentTbl tr:last-child th ,
.paymentTbl tr:last-child td {
  padding-bottom: 0;
  padding-top: 20px;  
}

.paymentTbl tr:last-child td {
  font-weight: bold;
}

.paymentTbl th {
  text-align: left;
  vertical-align: middle;
}

.paymentTbl td {
  text-align: right;
  width :100px;
  vertical-align: middle;
}    

.payPointBox {
  background: #F5F7F8;
  border: 1px solid #cecece;
  padding: 25px;
  margin-top: 40px;
}

.payPointBox dl {
  overflow: hidden;
  margin-top: 10px;
  font-size: 14px;    
}

.payPointBox dt {
  float: left;
  margin: 8px 5px 0 0;
}

.payPointBox dd {
  float: left;
}

.payPointBox dd input{
  width: 100px;
  height: 30px;
}

.payRegisterBtn a {
  color: #fff;
  font-size: 14px;
  padding: 8px 20px 6px;
  background: #108ccf ;
  border-radius: 4px;
  text-align: center;  
  margin-top: 20px;
  display: inline-block;
  text-decoration: none;  
}

.payRegisterBtn a:hover {
  opacity: 0.7;
}

.paymentTtl {
  background: #F5F7F8;
  border: 1px solid #cecece;
  border-radius: 2px;
  padding: 6px 10px 4px;
}

/*----------------------------------------
	クレジット決済
----------------------------------------*/
.SecurityCode {
  margin-top: 10px;
}

.SecurityCode input {
  width: 50px;
  padding: 4px;
  text-align: center;
}


/*----------------------------------------
注文内容の確認
----------------------------------------*/
.totalArea {
  margin-top: 100px;
  background: #fff5f5;
  padding: 5px 20px;
}

.totalArea table {
  width: 100%;
}

.totalArea tr {
  border-bottom: 1px solid #f2d0d0;
}

.totalArea tr:last-child {
  border-bottom: none;
}

.totalArea th {
  text-align: left;
  vertical-align: middle;
  padding: 15px 0; 
}  

.totalArea td{
  text-align: right;
  width :150px;
  vertical-align: middle;
  font-weight: bold;
  padding: 15px 0;
}

.remarksForm input {
  width: 100%;
  max-width: 800px;
  height: 30px;
}
/*----------------------------------------
注文内容の確認
----------------------------------------*/
.confirm-total {
  margin-top: 100px;
  background: #fff5f5;
  padding: 5px 20px;
}

.confirm-total table {
  width: 100%;
}

.confirm-total tr {
  border-bottom: 1px solid #f2d0d0;
}

.confirm-total tr:last-child {
  border-bottom: none;
}

.confirm-total th {
  text-align: left;
  vertical-align: middle;
  padding: 15px 0; 
}  

.confirm-total td{
  text-align: right;
  width :150px;
  vertical-align: middle;
  font-weight: bold;
  padding: 15px 0;
}

.confirm-box {
  background: #FFF9E6;
  border: 1px solid #FFF3CD;
  padding: 5px;
  color: #513714;
}

.confirm-title {
  color: #fff;
  background: #ffb83d;
  line-height: 110%;
  font-weight: bold;
  text-align: center;
  padding: 16px 10px 12px;
}

.confirm-box ul li {
  position: relative;
  padding-bottom: 20px;
  margin-top: 20px;
}

.confirm-box ul li p {
  margin-top: 5px;
}

.confirm-box dt {
  font-weight: bold;
  color: #C81C1D;
  padding-left: 30px;
}

.confirm-box dd {
  position: absolute;
  top: 0;
  left: 0;
}

.confirm-box dd input[type=checkbox]  {
  transform: scale(1.5);
}

.authentication {
  width: 160px;
  border: 1px solid #ccc;
  padding: 8px;
  border-radius: 3px;  
}

@media screen and (max-width: 480px) {
  .confirm-title {
    padding: 12px 10px 10px;
  }

  .confirm-box ul li {
    position: relative;
    padding-bottom: 15px;
    margin-top: 15px;
  }


  .confirm-box dd {
    position: absolute;
    top: 0;
    left: 0;
  }

  .confirm-box dt {
    padding-left: 25px;
  }


}


/*----------------------------------------
	ご注文完了
----------------------------------------*/
.orderNumber {
  text-align: center;
  margin-top: 20px;
}

.orderNumber span {
  font-weight: bold;
  font-size: 20px;
}


.cartSubmit {
  float: right;
}

.cartSubmit a {
  background: #108CCF url("../images/common/linkArrow01.png") no-repeat center right 1em;
  background-size: 6px auto;
  border-radius: 4px;
  display: block;
  width: 110px;
  text-align: center;
  padding: 8px 10px 6px;
  font-size: 12px;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  cursor: pointer;  
  transition : all 0.3s ease 0s;  
}

.cartSubmit a:hover {
  opacity: 0.7;
}



@media screen and (max-width: 640px) {
  .cartSubmit {
    float: none;
    margin-top: 10px;
  }
}
/*----------------------------------------
	データ入稿・入稿方法選択
----------------------------------------*/







/* アコーディオン */
.submitCnt .accordion-container {
  position: relative;
  width: 100%;
  border-top: none;
  outline: 0;
}

.submitCnt .accordion-container .article-title {
  display: block;
  position: relative;
  padding: 10px 40px 8px 20px;
  cursor: pointer;
  border-radius: 4px;
  overflow: hidden;
  font-weight: bold;
}

.submitCnt .article-title::after {
  content: "";
  position: absolute;
  right: 20px;
  top: 42%;
  transition: all 0.2s ease-in-out;
  display: block;
  width: 6px;
  height: 6px;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.submitCnt .article-title1 {
  color: #108ccf;
  border: 1px solid #108ccf;
}

.submitCnt .article-title1::after {
  border-top: solid 2px #108ccf;
  border-right: solid 2px #108ccf;
}

.submitCnt .article-title2 {
  color: #359857;
  border: 1px solid #359857;
}

.submitCnt .article-title2:after {
  border-top: solid 2px #359857;
  border-right: solid 2px #359857;
}

.submitCnt .article-title3 {
  color: #de6c8c;
  border: 1px solid #de6c8c;
}

.submitCnt .article-title3::after {
  border-top: solid 2px #de6c8c;
  border-right: solid 2px #de6c8c;
}



.submitCnt .article-title.open:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 45%;
}

.submitCnt .accordion-content {
  display: none;
}

.qq-upload-button {
  padding: 0!important;
}

.uploader_wrap {
  display: inline;
}

.qq-button-text {
  background: #108CCF url("../images/common/linkArrow01.png") no-repeat center right 1em;
  background-size: 6px auto;
  border-radius: 4px;
  display: block;
  width: 200px;
  text-align: center;
  padding: 16px 15px 14px!important;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  transition: none;
  cursor: pointer;  
}

.delBtn {
  border: 1px solid #108ccf;
  border-radius: 4px;
  display: block;
  width: 120px;
  text-align: center;
  padding: 6px 10px 4px!important;
  color:#108ccf;
  font-weight: bold;
  text-decoration: none;
  transition: none;
  cursor: pointer;
  margin-left: 0!important;
  font-size: 14px;  
}

.delBtn:hover {
  opacity: 0.7;
}

.upEnd {
  margin-bottom: 15px;
  border-bottom: 2px solid #f58f17;
  display: inline-block;
}
.nyuko_no {
	font-weight: bold;
}
.nyuko_no span {
	font-weight: normal;
    font-size: 12px;
    margin-right: 10px;
}
/*----------------------------------------
	見積依頼
----------------------------------------*/
.expiration p {
  text-align: right;
}

.expiration p br {
  display: none;
}

.cartDlBtn {
  background: #fff url("../images/common/linkArrow.png") no-repeat center right 1em;
  color: #CB2626;
  text-decoration: none;
  padding: 10px 50px 8px;
  text-align: center;
  border: 2px solid #CB2626;
  border-radius: 100px;
  display: inline-block;
  font-weight: bold;
  font-size: 16px;
  cursor: pointer;
  margin-right: 10px;
}

.cartDlBtn:hover {
  opacity: 0.7;
}

@media screen and (max-width: 900px) {
  .cartDlBtn {
    padding: 10px 40px 8px;
    font-size: 14px;
    margin-right: 10px;
    border: 2px solid #CB2626;
  }
}

@media screen and (max-width: 750px) {
  .cartDlBtn{
    margin-right: 0;
    margin-top: 10px;
    width: 300px;
  }
}

@media screen and (max-width: 640px) {
  .expiration p {
    text-align: left;
  }
}

@media screen and (max-width: 480px) {
  .expiration p br {
    display: block;
  }
}


/*----------------------------------------
	フォーム
----------------------------------------*/

.formTbl {
  width: 100%;
}

.formTbl th ,
.formTbl td {
  padding-bottom: 30px;
}

.formTbl tr:last-child th ,
.formTbl tr:last-child td {
  padding-bottom: 0;
}

.formTbl th {
  width: 230px;
  text-align: left;
  vertical-align: top;
  padding-right: 30px;
}

.formTbl td {
}

.formTbl td textarea {
  width: 100%;
  max-width: 500px;
  min-height: 150px;
}


.formTbl td input ,
.formTbl td select ,
.formTbl td textarea {
  border: 1px solid #ccc;
  padding: 8px;
  border-radius: 3px;
}

.formTbl td input {
  width: 100%;
  max-width: 500px;
}



.formTbl td label input {
  width: initial;
  max-width: initial;
}

.formTbl td .txtArea1 {
  width: 100%;
  max-width: 60px;
}

.formTbl td .txtArea2 {
  width: 100%;
  max-width: 160px;
}

.formTbl td .txtArea3 {
  width: 100%;
  max-width: 200px;
}

a.addressBtn {
  padding: 5px 10px;
  border: 1px solid #cecece;
  font-size: 12px;
  background: #eee;
  color: #242525;
  border-radius: 4px;
  text-decoration: none;
  margin-left: 10px;
}

.require_mark {
  font-size: 12px;
  color: #C81C1D;
}

.pAgreeBox , 
.sendBtnBox {
  border-top: 1px solid #cecece;
  margin-top: 50px;
  padding-top: 30px;
}

.pAgree {
  padding: 25px;
  background: #fffceb;
  border-radius: 10px;
  margin-top: 20px;
  color: #C81C1D;
  font-weight: bold;
}

.confirmBtn ,
.registBtn {
  text-align: center;
}

.confirmBtn input ,
.confirmBtn a , 
.registBtn a {
  background: #108CCF;
  border: none;
  color: #fff;
  width: 240px;
  user-select: none;
  padding: 16px 15px 14px;
  line-height: 110%;
  font-weight: bold;
  font-size: 16px;
  border-radius: 5px;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
  transition : all 0.3s ease 0s;
}

.confirmBtn input:hover ,
.confirmBtn a:hover ,
.registBtn a:hover {
  opacity: 0.7;
}

.btnBorderTop {
  border-top: 1px solid #cecece;
  padding-top: 30px;
}

.sendBtnBox ul {
  overflow: hidden;
  text-align: center;
}




.sendBtnBox li:first-child input {
  background: #108CCF;
  border: none;
  color: #fff;
  width: 240px;
  user-select: none;
  padding: 15px;
  font-weight: bold;
  font-size: 16px;
  border-radius: 5px;
  cursor: pointer;
  transition : all 0.3s ease 0s;
}

.sendBtnBox li:nth-child(2) input {
  background: none;
  border: none;
  color: #108CCF;
  user-select: none;
  font-size: 16px;
  cursor: pointer;
  text-decoration: underline;
  margin-top: 20px;
}

.sendBtnBox li:first-child input:hover {
  opacity: 0.7;
}

.sendBtnBox li:nth-child(2) input:hover {
  text-decoration: none;
}

.formTblRTxt {
  width: 100%;
  max-width: 730px;
  margin-top: 10px;
  text-align: right;
}

.tblDescription .description {
  font-size: 12px;
  margin-top: 5px;
}

#customer_kbn-1 ,
#customer_kbn-2 {
  width: auto;
}

.inp_error {
  background-color: #fff0f0;
}

.errors {
  color: #C81C1D;
  margin-top: 5px;
  font-size: 14px;
  font-weight: bold;
}


.require_mark_no .require_mark {
  display: none;
}

.terms iframe {
  border: 1px solid #cecece;
}

.infoLinkBtn a {
  background: #f58f17;
  color: #fff;
  text-decoration: none;
  padding: 10px 20px 8px;
  text-align: center;
  border-radius: 100px;
  display: inline-block;
}

.infoLinkBtn a:hover {
  opacity: 0.7;
}

@media screen and (max-width: 1080px) {
  .sozaiChoice label:nth-child(4)::before {
    content: '\A';
    white-space: pre;
  }
}

@media screen and (max-width: 640px) {

  .formTbl {
    width: 100%;
  }
  
  .formTbl th {
    font-weight: bold;
  }  

  .formTbl th ,
  .formTbl tr:last-child th {
   padding-bottom: 10px;
  }

  .formTbl td {
    padding-bottom: 30px;
  }

  .formTbl tr:last-child td {
    padding-bottom: 0;
  }

  .formTbl th {
    width: 100%;
    display: block;
  }

  .formTbl td {
    width: 100%;
    display: block;  
  }

  .formTbl td textarea {
    min-height: 100px;
  }

  .formTbl td input ,
  .formTbl td select ,
  .formTbl td textarea {
    border: 1px solid #ccc;
    padding: 8px;
    border-radius: 3px;
  }

  .formTbl td .txtArea1 {
    width: 100%;
    max-width: 60px;
  }

  .formTbl td .txtArea2 {
    width: 100%;
    max-width: 140px;
  }

  .confirmBtn input ,
  .confirmBtn a ,   
  .registBtn a {
    width: 220px;
    padding: 14px 14px 11px;
    font-size: 15px;
  }

}

@media screen and (max-width: 640px) {
  .formTbl td .txtArea2 {
    width: 100%;
    max-width: 135px;
  }
}
/*----------------------------------------
	form-errors
----------------------------------------*/
.form-errors {
  margin: 0 0 70px;
  border: 1px solid #C81C1D;
  padding: 20px;
}

.form-errors > li {
  margin-top: 15px;
  line-height: 140%;  
}

.form-errors > li:first-child {
  margin-top: 0;
}

.form-errors > li div {
  line-height: 120%;
}

@media screen and (max-width: 640px) {
  .form-errors {
    margin: 0 0 12%;
  }
  
  .form-errors > li div {
    font-weight: bold;
  }  
}

/*----------------------------------------
	お問い合わせ
----------------------------------------*/
.inquiryLinkBtn {
  display: flex;
  justify-content: center;
}

.inquiryLinkBtn li {
  position: relative;
}

.inquiryLinkBtn li:first-child {
  margin-right: 2%;
}

.inquiryLinkBtn li a {
  width: 220px;
  height: 70px;
  border: 1px solid #108CCF;
  border-radius: 5px;
  padding: 8px 15px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;  
}

.inquiryLinkBtn li a:hover {
  opacity: 1;
  background: #d5f2fd;
 border: 1px solid #d5f2fd;  
} 

.inquiryLinkBtn li:first-child::before {
  content: "";
  background: url("../images/common/faqIcon.png") no-repeat;
  background-size: contain;
  width: 36px;
  height:  36px;
  position: absolute;
  left: 10px;
  top: 17px;
  display: inline-block;
}


.inquiryLinkBtn li:nth-child(2)::before {
  content: "";
  background: url("../images/common/guideIcon.png") no-repeat;
  background-size: contain;
  width: 36px;
  height:  37px;
  position: absolute;
  left: 10px;
  top: 17px;
  display: inline-block;
}

@media screen and (max-width: 750px) {
  .inquiryLinkBtn li:first-child {
    margin-right: 10px;
  }

  .inquiryLinkBtn li a {
    width: 190px;
    height: 60px;
    border: 1px solid #108CCF;
    border-radius: 5px;
    padding: 8px 15px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;  
  }


  .inquiryLinkBtn li:first-child::before {
    content: "";
    background: url("../images/common/faqIcon.png") no-repeat;
    background-size: contain;
    width: 30px;
    height:  30px;
    position: absolute;
    left: 10px;
    top: 15px;
    display: inline-block;
  }


  .inquiryLinkBtn li:nth-child(2)::before {
    content: "";
    background: url("../images/common/guideIcon.png") no-repeat;
    background-size: contain;
    width: 30px;
    height:  31px;
    position: absolute;
    left: 10px;
    top: 15px;
    display: inline-block;
  }
}


@media screen and (max-width: 480px) {
  .inquiryLinkBtn li:first-child {
    margin-right: 10px;
  }

  .inquiryLinkBtn li a {
    width: 140px;
    height: 50px;
    border: 1px solid #108CCF;
    border-radius: 5px;
    padding: 8px 15px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;  
  }

  .inquiryLinkBtn li:first-child::before {
    display: none;
  }

  .inquiryLinkBtn li:nth-child(2)::before {
    display: none;
  }
}






/*----------------------------------------
	無料サンプル請求
----------------------------------------*/
.requestItem  {
	display: flex;
	flex-wrap: wrap;
	justify-content: start;
	gap: 1.39%;
}

.requestItem img {
	width: 160px;
	max-width: 100%;
}

.sample-item {
	width: calc((100% - 2.78%) / 3);
	border: 2px solid #EFEFEF;
    text-align: center;
    border-radius: 15px;
}

.sample-item:nth-child(n+4) {
	margin-top: 12px;
}

.requestItem label input[type="checkbox"] {
	display: none;
}

.requestItem label {
	width: 100%;
	height: 100%;
	padding: 15px 25px;
	display: inline-block;
	box-sizing: border-box;
	position: relative;
}

.requestItem label::before {
	content: '';
  	position: absolute;
  	display: block;
  	width: 35px;
  	height: 35px;
  	border-radius: 50%;
  	border: 2px solid #DFDFDF;
  	top: 10px;
  	right: 10px;
}

.requestItem .sample-item.active label::before {
	display: none;
}

.requestItem .sample-item.active label::after {
  	content: '';
  	position: absolute;
  	display: block;
  	width: 39px;
  	height: 39px;
  	border-radius: 50%;
  	background: url('../images/request/check.png');
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
  	top: 10px;
  	right: 10px;
}

.request-sample__title {
	font-size: 18px;
	font-weight: bold;
	margin-top: 10px;
}

.request-sample__txt {
	text-align: left;
	font-size: 13px;
	margin-top: 10px;
	width: 100%;
    word-break: break-all;
	background: #f6f6f6;
	padding: 10px;
    border-radius: 5px;
}

.sample-item.active {
	opacity: 1;
	border: 2px solid #108CCF;
	transition: 0.15s;
}

.sample-item.active .request-sample__title {
	color: #108CCF;
} 




.reqLinkBox {
  display: flex;
  justify-content: center;
  text-align: center;  
}

.reqLinkBox > li {
  width: 49%;
  max-width: 400px;
  padding: 30px 30px 70px;
  border-radius: 4px;  
  position: relative;
  border: 3px solid #eee;  
}

.reqLinkBox > li:last-child {
  margin-left: 2%;

}

.reqLinkBox h4 {
  font-weight: bold;
  line-height: 140%;
  margin-bottom: 25px;
  color: #108ccf;  
}

.reqLinkBox > li:last-child h4 {
  color: #ffb400;
}

.reqLinkBox a {
  background: #108CCF;
  border: none;
  color: #fff;
  width: 240px;
  padding: 16px 15px 14px;
  line-height: 110%;
  font-weight: bold;
  border-radius: 5px;
  display: inline-block;
  text-decoration: none;
  transition: all 0.3s ease 0s;
  text-align: center;
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
  margin: auto;  
}

.reqLinkBox > li:last-child a {
  background: #f8b500;
}


@media screen and (max-width: 780px) {
	.reqLinkBox > li {
		padding: 20px 20px 60px;
		border: 2px solid #eee;  
	}

	.reqLinkBox h4 {
		margin-bottom: 20px;
	}
  
	.reqLinkBox a {
	  	bottom: 20px;
	  	left: 0;
	  	right: 0;
	  	margin: auto;
	  	width: 80%;
  	}
	
	.request-sample__title {
		font-size: 15px;
	}
	
	.requestItem label {
		padding: 12px;
	}
	
	.requestItem img {
		width: 100px;
		max-width: 100%;
	}
	
	.requestItem label::before {
  		width: 27px;
  		height: 27px;
  		top: 5px;
  		right: 5px;
	}
	
	.requestItem .sample-item.active label::after {
		width: 31px;
  		height: 31px;
  		top: 5px;
  		right: 5px;
	}
	
	.requestItem img {
		width: 100px;
		margin-top: 5px;
	}
	
	.requestItem label {
		padding: 10px;
	}
	
	.sample-item {
		width: 48.5%;
		border: 2px solid #EFEFEF;
    	text-align: center;
    	border-radius: 15px;
	}
	
	.sample-item:nth-child(n+3) {
		margin-top: 11px;
	}
	
	.request-sample__title {
		font-size: 14px;
	}
	
	.request-sample__txt {
		background: #f6f6f6;
    	padding: 6px;
    	border-radius: 5px;
		font-size: 11px;
	}
	
	.requestItem label::before {
  		width: 27px;
  		height: 27px;
  		top: 5px;
  		right: 5px;
	}
	
	.requestItem .sample-item.active label::after {
		width: 31px;
  		height: 31px;
  		top: 5px;
  		right: 5px;
	}
}

@media screen and (max-width: 480px) {
  .requestItem label {
    width: 100%;
  }
  
.reqLinkBox {
  display: block;
}

.reqLinkBox > li {
  width: 100%;
  max-width: 100%;
  padding: 20px;
  border: 2px solid #eee;  
}

.reqLinkBox > li:last-child {
  margin-left: 0;
  margin-top: 5%;
}

.reqLinkBox h4 {
  margin-bottom: 20px;
  color: #108ccf;  
}


.reqLinkBox a {
  width: 80%;
  text-align: center;
  position: static;
  margin: auto;  
}
	
	
	
	
	
  
}




/*----------------------------------------
	マイページ
----------------------------------------*/
.myNav {
  display: flex;
  flex-wrap: wrap;
  margin: 10px auto 50px;
}


.myNav li {
  text-align: center;
  margin-right: 10px;
  margin-top: 10px;
  }

.myNav li:last-child {
  margin-right: 0;
}

.myNav li a {
  border: 1px solid #108CCF;
  border-radius: 5px;
  display: inline-block;
  text-decoration: none;
  padding: 10px 20px 8px;
  line-height: 110%;
}

.myNav li.myNavActive a {
  background: #d5f2fd;
  border: 1px solid #d5f2fd;
  border-radius: 5px;  
}

.myNav li a:hover {
  opacity: 1;
  background: #d5f2fd;
  border: 1px solid #d5f2fd;  
}

.hitBox {
  border-top: 1px solid #cecece;
  border-bottom: 1px solid #cecece;
  padding: 30px 30px 28px;  
}

.hitBox p {
  text-align: center;
  line-height: 110%;
}

.hitBox span {
  color: #108CCF;
  font-weight: bold;
}

.hitBox ul {
  text-align: center;
}

.hitBox li {
  margin-top: 5px;
}

.hitBox li:first-child {
  margin-top: 0;
}

.mypageSubmit a {
  background: #108CCF;
  background-size: 6px auto;
  border-radius: 4px;
  display: block;
  width: 110px;
  text-align: center;
  padding: 8px 10px 6px;
  font-size: 12px;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  cursor: pointer;
  position: relative;
  transition: all 0.2s ease-in-out;  
}

.mypageSubmit a::after {
  content: "";
  position: absolute;
  right: 1em;
  top: 50%;
  margin-top: -3px;
  display: block;
  width: 6px;
  height: 6px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.mypageSubmit2 {
  text-align: center;
}

.mypageSubmit2 a {
  background: #108CCF;
  background-size: 6px auto;
  border-radius: 4px;
  display: block;
  width: 164px;
  text-align: center;
  padding: 8px 28px 6px;
  font-size: 12px;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  position: relative;  
}

.mypageSubmit2 a::after {
  content: "";
  position: absolute;
  right: 1em;
  top: 50%;
  margin-top: -3px;
  display: block;
  width: 6px;
  height: 6px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.mypageSubmit3 a {
  background: #108CCF;
  background-size: 6px auto;
  border-radius: 4px;
  display: block;
  text-align: center;
  padding: 8px 28px 6px;
  font-size: 12px;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
  position: relative;  
}

.mypageSubmit3 a::after {
  content: "";
  position: absolute;
  right: 1em;
  top: 50%;
  margin-top: -3px;
  display: block;
  width: 6px;
  height: 6px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.mypageSubmit3 ul {
  overflow: hidden;
}

.mypageSubmit3 li {
  float: left;
  margin-right: 10px;  
}

.mypageSubmit3 li:last-child {
  margin-right: 0;
}


.mypageSubmit a:hover ,
.mypageSubmit2 a:hover ,
.mypageSubmit3 a:hover {
  opacity: 0.7;
}






@media screen and (max-width: 750px) {
  .myNav {
    justify-content: center;
    margin: 10px auto 40px;
    width: 300px;
  }
  
  .myNav li {
    text-align: center;
    margin-right: 10px;
    margin-top: 10px;  
  }
  
  .myNav li:nth-child(3) {
    margin-right: 0; 
  }  

  .myNav li a {
    padding: 8px 10px 6px;
  }
  
  .hitBox {
    padding: 24px 20px 22px;  
  }
  
}

@media screen and (max-width: 550px) {

  .mypageSubmit3 a {
    width: 120px;
  }

  .mypageSubmit3 ul {
    overflow: hidden;
    width: 250px;
  }

  .mypageSubmit3 li:nth-child(even) {
    margin-right: 0;
  }

  .mypageSubmit3 li:nth-child(n+3) {
    margin-top: 10px;
  }
}




















.selectDate br {
  display: none; 
}



#dm-1 {
  width: auto;
}

#dm-2 {
  width: auto;
}






.mypageTbl {
  width: 100%;
}

.mypageTbl tr {
  border-bottom: 1px solid #cecece;
}

.mypageTbl tr:first-child {
  border-top: 1px solid #cecece;
}

.mypageTbl tr td:nth-child(1) {
  padding: 30px 20px;
} 

.mypageTbl tr td:nth-child(2) {
  padding: 30px 20px;
  border-left: 1px solid #cecece;
}













.mypageSubmitElse {
  background: #ccc;
  background-size: 6px auto;
  border-radius: 4px;
  display: block;
  width: 110px;
  text-align: center;
  padding: 8px 10px 6px;
  font-size: 12px;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  transition: none;
  cursor: pointer;  
}


@media screen and (max-width: 850px) {
  .selectDate br {
    display: block;
  }
  
  .selectDate select:nth-child(n+4) {
    margin-top: 10px;
  }
  
}




/*----------------------------------------
	マイページ【注文履歴】
----------------------------------------*/
.orderTbl {
  width: 100%;
}

.orderTbl th {
  width: 180px;
}



.orderTblWrap table:nth-child(n+2) {
  margin-top: 10px;
}

.orderTblWrap .borderBox:nth-child(n+2) {
  margin-top: 40px;
}


@media screen and (max-width: 750px) {
  .orderTbl {
    width: 100%;
    border: none;
  }
  
  .orderTbl {
  	border: 1px solid #bcbcbc;
    border-bottom: none;
    width: 100%;    
  }

  .orderTbl th ,
  .orderTbl td {
    width: 100%;
    display: block;
    border: none;
  }

  .orderTbl td  {
  	border-top: 1px solid #bcbcbc;  
  	border-bottom: 1px solid #bcbcbc;  
  }
}









.cancel {
  background: none #eee;
}




@media screen and (max-width: 750px) {


  
  .orderNameTr th {
  	border-bottom: 1px solid #CFC5AF;  
  }

  .orderNameTr td {
    border-top: none;
  }
  
}


/*----------------------------------------
	マイページ【ポイント履歴】
----------------------------------------*/
.formTbl td.orderNumTd input {
  width: 252px;
}

.formTbl td.orderNumTd br {
  display: none;
}

@media screen and (max-width: 850px) {
  .formTbl td.orderNumTd br {
    display: block;
  }
  
  .formTbl td.orderNumTd input:first-child {
    margin-bottom: 10px;
  }
  
}





/*----------------------------------------
	会員登録・ログイン
----------------------------------------*/
.loginBox {
  display: flex;
  justify-content: space-between;
}

.loginBox > li {
  width: 47.5%;
  border: 3px solid #eee;
  padding: 30px 30px 150px;
  position: relative;

}


.loginBox h3 {
  font-weight: bold;
  line-height: 140%;
  font-size: 22px;
  text-align: center;
  margin-bottom: 30px;
}

.loginBox .registBtn a {
  background: #f8b500;
}


.loginBox .registBtn ,
.loginBox .confirmBtn {
  position: absolute;
  bottom: 55px;
  left: 0;
  right: 0;
  margin: auto;
}
.cannot-login{
	position: absolute;
	bottom: 23px;
	left: 0;
	right: 0;
	margin: auto;
}

.loginInputBox input {
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 4px;
  height: 36px;
  padding: 0 10px;
}

.nomenBox {
  padding: 20px;
  background: #fffbef;
  border-radius: 10px;
}

.nomenBox p {
  color: #ffb400;
}


@media screen and (max-width: 750px) {
  .loginBox {
    display: block;
  }

  .loginBox > li {
    width: 100%;
    border: 3px solid #eee;
    padding: 25px 25px 130px;
    position: relative;
  }

  .loginBox > li:first-child {
    margin-bottom: 5%;
  } 

  .loginBox h3 {
    font-size: 20px;
    margin-bottom: 20px;
  }


  .loginBox .registBtn ,
  .loginBox .confirmBtn {
    position: absolute;
    bottom: 45px;
    left: 0;
    right: 0;
    margin: auto;
  }
	.cannot-login{
		position: absolute;
		bottom: 20px;
		left: 0;
		right: 0;
		margin: auto;
	}

  .nomenBox {
    padding: 15px;
  }

}






















/*----------------------------------------
	レビュー
----------------------------------------*/
.reviewTopBox {
  overflow: hidden;
  position: relative;
}


.reviewGraphBox {
  float: left;
}

.reviewGraph {
  overflow: hidden;
}

.reviewGraph li {
  float: left;
  margin-bottom: 10px;
}

.reviewGraph li:last-child {
  margin-bottom: 0;
}

.reviewGraph li img {
  vertical-align: middle;
  padding-bottom: 1px;
}

.reviewGraph .barMax{
	width: 240px;
  background: #F5F5F5;
  margin: 2px 10px 2px 20px;
}

.reviewGraph .bar {
	background: #F6B81B;
	height: 20px;
	display:block;
}
.reviewGraph p {
	text-align:right;
}

.reviewBancho {
  position: absolute;
  right: 20px;
  bottom: 10%;
}


.reviewWrap {
  border-top: 1px solid #cecece;
  padding: 30px 0;
}

.reviewWrap2 {
  border-top: 1px solid #cecece;
  padding: 30px 0;
  margin-top: 30px;
}


.reviewBorderTop {
  border-top: 1px solid #cecece;
}

.reviewStar {
  float: left;
}

.reviewStar img {
  vertical-align: top;
}

.reviewDate {
  float: right;
  font-size: 12px;
}

.staffAnswerBox {
  background: #EFF9FE;
  border-radius: 10px;
  overflow: hidden;
  padding: 20px;
  margin-top: 20px;
}


.staffAnswerTxt {

}

.reviewAttach {
  overflow: hidden;
}

.reviewAttach li {
  float: left;
  max-width: 18%;
  max-height: 10.8vh;  
  margin-right: 2.5%;
}

.reviewAttach li:last-child {
  margin-right: 0;
}


.reviewAttach li img {
  height: 100%;
  width: 100%;
}


.reviewCnt .qq-upload-button {
  border: none!important;
} 

.reviewCnt .delBtn {
  background: #fff url("../images/common/linkArrow.png") no-repeat center right 1em!important;
  background-size: 6px auto!important;
  border: 1px solid #f58f17!important;
  border-radius: 4px!important;
  width: 120px!important;
  text-align: center!important;
  padding: 10px 15px 8px!important;
  color: #f58f17!important;
  text-decoration: none!important;
  transition: none!important;
  cursor: pointer!important;
  margin-left: 10px!important;
}

.reviewCnt .ui-button-text-only .ui-button-text {
  padding: 0!important;
}

.reviewCnt .uploader_wrap {
  display: block;
}

.reviewCnt .uploader_wrap:nth-child(n+2) {
  margin-top: 20px!important;
}

/*　絞り込み　*/

.reviewSearchBox {
  margin-top: 30px;
} 

.reviewSearch input {
  border: 1px solid #ccc;
  padding: 8px;
  border-radius: 3px;
  width: 100%;
  max-width: 200px;
  margin-right: 10px;
}

.reviewSearch select {
  border: 1px solid #ccc;
  padding: 8px;
  border-radius: 3px;
}

.reviewSearchBtn {
  overflow: hidden;
  margin-top: 15px;
  margin-left: 64px;
}

.reviewSearchBtn input {
  float: left;
}

.rsClear {
  background: #fff;
  border: 1px solid #cecece;
  border-radius: 4px;
  display: block;
  width: 110px;
  text-align: center;
  padding: 8px 10px 6px;
  font-size: 12px;
  text-decoration: none;
  transition: none;
  cursor: pointer;
  color: #333;
}


.rsBtn {
  border: 1px solid #cecece;
  border-radius: 4px;
  display: block;
  width: 110px;
  text-align: center;
  padding: 8px 10px 6px;
  font-size: 12px;
  text-decoration: none;
  transition: none;
  cursor: pointer;
}













@media screen and (max-width: 1080px) {
  .reviewBancho {
    display: none;
  }
}

@media screen and (max-width: 750px) {
  .reviewGraph .barMax{
    width: 200px;
  }
  
  .reviewSearchBtn {
    margin-left: 56px;
  }

  
}

@media screen and (max-width: 640px) {
  .reviewBancho {
    display: none;  
  }
  
.reviewWrap{
  padding: 20px 0;
}

.reviewWrap2 {
  padding: 20px 0;
  margin-top: 20px;
}


.staffAnswerBox {
  padding: 15px;
}



  
  
  
}

@media screen and (max-width: 480px) {
  .reviewGraph .barMax{
    width: 140px;
  }

  .reviewBancho {
    display: none;  
  }
  
  
  
  .reviewSearch input {
    padding: 6px;
    width: 100%;
    max-width: 200px;
    margin-right: 0;
  }

  
  .reviewSearch select {
    display: block;
    padding: 6px;
    margin: 10px 0 0 56px;
  }
  
  .rsClear {
    width: 90px;
    padding: 6px 8px 4px;
  }


  .rsBtn {
    width: 90px;
    padding: 6px 8px 4px;
  }
  
}



/*----------------------------------------
	レビュー
----------------------------------------*/
.review-graph-box {
  display: inline-block;
}

.review-graph {
  overflow: hidden;
  width: 100%;
}

.review-graph li {
  float: left;
  margin-bottom: 10px;
}

.review-graph li:last-child {
  margin-bottom: 0;
  float: right;  
}

.review-graph li img {
  vertical-align: middle;
}

.review-graph .barMax{
	width: 240px;
  background: #F5F5F5;
  margin: 2px 10px 2px 20px;
}

.review-graph .bar {
	background: #F6B81B;
	height: 20px;
	display:block;
}

.review {
  border-top: 1px solid #cecece;
  padding: 30px 0;
}

.review-date {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}

.review-date img {
  vertical-align: top;
  height: 100%;
}

.review-response {
  background: #f8f4ff;
  border-radius: 10px;
  overflow: hidden;
  padding: 20px;
  margin-top: 20px;
}

.review-img {
  display: flex;
  align-items: flex-end;  
}

.review-img li {
  max-width: 18%;
  margin-right: 2.5%;
}

.review-img li:last-child {
  margin-right: 0;
}

.review-img li img {
  width: 100%;
}

/*　絞り込み　*/

.review-search input {
  border: 1px solid #ccc;
  padding: 8px;
  border-radius: 3px;
  width: 100%;
  max-width: 200px;
  margin-right: 10px;
}

.review-search select {
  border: 1px solid #ccc;
  padding: 8px;
  border-radius: 3px;
}

.review-search-btn-box {
  overflow: hidden;
  margin-top: 15px;
  margin-left: 64px;
}

.review-search-btn-box input {
  float: left;
}







.review-clear-btn {
  background: #fff;
  border: 1px solid #cecece;
  border-radius: 4px;
  display: block;
  width: 110px;
  text-align: center;
  padding: 8px 10px 6px;
  font-size: 12px;
  text-decoration: none;
  transition: none;
  cursor: pointer;
  color: #333;
}


.review-search-btn  {
  border: 1px solid #cecece;
  border-radius: 4px;
  display: block;
  width: 110px;
  text-align: center;
  padding: 8px 10px 6px;
  font-size: 12px;
  text-decoration: none;
  transition: none;
  cursor: pointer;
}




@media screen and (max-width: 750px) {
  .review-graph .barMax {
    width: 200px;
  }
  
  .review-search-btn-box {
    margin-left: 56px;
  }
  
  .review-img {
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
  }

  .review-img li {
    max-width: 30%;
    margin-right: 5%;
  }

  .review-img li:last-child ,
  .review-img li:nth-child(3) {
    margin-right: 0;
  }

  .review-img li:nth-child(n+4) {
    margin-top: 2.5%;
  }

}

@media screen and (max-width: 640px) {
  .review{
    padding: 20px 0;
  }

  .review-response {
    padding: 15px;
  }
}

@media screen and (max-width: 480px) {
  .review-graph .barMax{
    width: 140px;
  }


  
  
  .review-search input {
    padding: 6px;
    width: 100%;
    max-width: 200px;
    margin-right: 0;
  }

  
  .review-search select {
    display: block;
    padding: 6px;
    margin: 10px 0 0 56px;
  }
  
  .review-clear-btn {
    width: 90px;
    padding: 6px 8px 4px;
  }


  .review-search-btn  {
    width: 90px;
    padding: 6px 8px 4px;
  }
  
}












/*----------------------------------------
	物販
----------------------------------------*/
.searchBtnBox {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 50px auto;
}

.searchBtn {
  background: #fff;
  border: 1px solid #108CCF;
  border-radius: 4px;
  display: block;
  width: 140px;
  text-align: center;
  padding: 12px 10px 10px;
  font-size: 12px;
  color: #108CCF;
  cursor: pointer;
  transition: all 0.3s ease 0s;  
}

.searchBtn:hover {
  opacity: 1;
  background: #d5f2fd;
  border: 1px solid #d5f2fd;
}

.searchClear {
  background: #fff;
  border: 1px solid #666;
  border-radius: 4px;
  display: block;
  width: 140px;
  text-align: center;
  padding: 12px 10px 10px;
  font-size: 12px;
  color: #666;
  cursor: pointer;
  transition: all 0.3s ease 0s;  
}

.searchClear:hover {
  opacity: 1;
  background: #E8E8E8;
  border: 1px solid #E8E8E8;
}



@media screen and (max-width: 640px) {
  .searchBtnBox {
    margin: 30px auto;
  }
}



@media screen and (max-width: 480px) {

  .searchClear {
    width: 130px;
  }

  .searchBtn {
    width: 130px;
  }
  
}










.choiceBox {
  background: #F5F7F8;
  padding: 20px;
}

.choiceBoxBtn {
  overflow: hidden;
}

.choiceBoxBtn li {
  float: left;
}

.choiceBoxBtn li:first-child {
  padding: 5px 5px 3px 0; 
}

.choiceBoxBtn li:nth-child(n+2) {
  background: #fff;
  border: 1px solid #cecece;
  cursor: pointer;
  color: #C71B1D;
  padding: 5px 10px 3px;   
}

.choiceBoxBtn li:nth-child(2) {
  background: #fff;
  border-right: none;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  cursor: pointer;
  color: #C71B1D;
  padding: 5px 10px 3px;   
}

.choiceBoxBtn li.switch_btnWrap_active {
  color: #242525;
  font-weight: bold;
} 

.sortNav {
  overflow: hidden;
}

.sortNav li {
  float: left;
  padding: 5px 5px 3px 0; 
}

.sortNav li:nth-child(n+2) {
  background: #fff;
  border: 1px solid #cecece;
  cursor: pointer;
  padding: 5px 10px 3px;   
}

.sortNav li:nth-child(2) {
  background: #fff;
  border-right: none;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.sortNav li:nth-child(3) {
  background: #fff;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.sortNav li a {
  text-decoration: none;
}

.sortNav li.switch_btnWrap_active a {
  color: #242525;
  font-weight: bold;
}

.otheritemList {
  display: flex;
  flex-wrap: wrap;
}

.otheritemList li {
  width: 30%;
  margin-right: 5%;
}

.otheritemList li img {
  border: 1px solid #EDEAE0;
  padding: 4px;
  width: 100%;
}

.otheritemList li:nth-child(n+4) {
  margin-top: 5%;
}

.otheritemList li:nth-child(3n) {
  margin-right: 0;
}


.searchItemCheck  {
  display: flex;
  flex-wrap: wrap;
}

.searchItemCheck label {
  width: 18.4%;
  padding: 5px 0;
  margin-right: 2%;
}

.searchItemCheck label:nth-child(5n) {
  margin-right: 0;
}

@media screen and (max-width: 750px) {
  .searchItemCheck label {
    width: 23.5%;
  }

  .searchItemCheck label:nth-child(5n) {
    margin-right: 2%;
  }
  
  .searchItemCheck label:nth-child(4n) {
    margin-right: 0;
  }  
}



@media screen and (max-width: 480px) {

  .otheritemList li {
    width: 47.5%;
  }

  .otheritemList li:nth-child(n+4) {
    margin-top: 0;
  }

  .otheritemList li:nth-child(n+3) {
    margin-top: 5%;
  }
  
  .otheritemList li:nth-child(3n) {
    margin-right: 5%;
  }
  
  .otheritemList li:nth-child(even) {
    margin-right: 0;
  }
  
  
  .searchItemCheck label {
    width: 49%;
  }
  
  .searchItemCheck label:nth-child(4n) ,
  .searchItemCheck label:nth-child(5n) {
    margin-right: 2%;
  }
  
  .searchItemCheck label:nth-child(even) {
    margin-right: 0;
  }    
  
}










/*----------------------------------------
	キーワード検索結果
----------------------------------------*/
.keywordSearch {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 460px;
	border: 1px solid #ccc;
	border-radius: 4px;
}

.keywordSearch input[type="text"]:focus {
  outline: 0;
}

.keywordSearch input:first-child {
  flex-grow: 1;
  padding: 8px;
  border: none;
  border-right: none;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  height: 34px;
}

.keywordSearch input:nth-child(2) {
  flex-basis: 36px;
  border: none;
  border-left: none;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  background: url("../images/common/search.png") no-repeat center center;
  background-size: 14px auto;
  height: 34px;
  cursor: pointer;
  outline: 0;  
}

.searchItemList {
  display: flex;
  flex-wrap: wrap;
}

.searchItemList li {
  width: 30%;
  margin-right: 5%;
}

.searchItemList li:nth-child(3n) {
  margin-right: 0;
}


.searchItemList li:nth-child(n+4) {
  margin-top: 5%;
}

.searchItemList li img {
  border: 1px solid #EDEAE0;
  padding: 4px;
  width: 100%;
}

.searchItemList a:hover img {
  opacity: 0.7;
}


@media screen and (max-width: 480px) {
  .searchItemList {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .searchItemList li {
    width: 47.5%;
    margin-right: 0;
  }

  .searchItemList li:nth-child(n+4) {
    margin-top: 0;
  }

  .searchItemList li:nth-child(n+3) {
    margin-top: 5%;
  }


}


/*----------------------------------------
	ぺージャー
----------------------------------------*/
.page_navi .current {
  padding: 8px 15px;
  background: #108ccf;
  border: 1px solid #108ccf;
  color: #fff;
  display: inline-block;  
  margin-bottom: 5px;
}

.page_navi .pNavi {
  padding: 8px 15px;
  border: 1px solid #108ccf;
  display: inline-block;
  margin-bottom: 5px;  
}

.page_navi a {
 text-decoration: none;
}

.page_navi a:hover {
 background: #e2f5ff;
}


/*----------------------------------------
	決済方法の入力　アコーディオン
----------------------------------------*/
.accordion-payTtl label {
  border-top: 1px solid #cecece;
  cursor: pointer;
  display: block;
  padding: 20px 0 18px;
}

.payChoiceBox .accordion-pay:last-child {
  border-bottom: 1px solid #cecece;
}

.accordion-payCnt {
  background: #f6f6f6;
  border-top: 1px solid #cecece;  
}






/*----------------------------------------
	画像がスマホ時50%
----------------------------------------*/

.img-sp50 {
	max-width: 100%!important;
}

@media screen and (max-width: 480px) {
	.img-sp50 {
		max-width: 50%!important;
	}
}






/*----------------------------------------
	ご希望納品日　アコーディオン
----------------------------------------*/
.paymentTtl-item label {
	border-top: 1px solid #cecece;
    cursor: pointer;
    display: block;
    padding: 20px 0 18px;
}

.paymentTtl-container .paymentTtl-item:last-child label {
	border-bottom: 1px solid #cecece;
}





/*----------------------------------------
	ご希望納品時間　スマホ時
----------------------------------------*/

.kibou_nouhin label[for="kibou_nouhin_time-1"],
.kibou_nouhin label[for="kibou_nouhin_time-2"],
.kibou_nouhin label[for="kibou_nouhin_time-3"],
.kibou_nouhin label[for="kibou_nouhin_time-4"],
.kibou_nouhin label[for="kibou_nouhin_time-5"],
.kibou_nouhin label[for="kibou_nouhin_time-6"] {
	display: inline-block;
}

@media screen and (max-width: 480px) {
	.kibou_nouhin label[for="kibou_nouhin_time-1"],
	.kibou_nouhin label[for="kibou_nouhin_time-2"],
	.kibou_nouhin label[for="kibou_nouhin_time-3"],
	.kibou_nouhin label[for="kibou_nouhin_time-4"],
	.kibou_nouhin label[for="kibou_nouhin_time-5"],
	.kibou_nouhin label[for="kibou_nouhin_time-6"] {
		width: 47%;
	}
}



/*----------------------------------------
	お届け希望日の選択肢
----------------------------------------*/
.nohinDateRadio ul li {
	display: inline-block;
}
.nohinDateRadio ul li:nth-of-type(2) div {
	display: inline-block;
}



/*----------------------------------------
	PayPay支払い方法
----------------------------------------*/

.paypay_pc ul li {
	position: relative;
}
.paypay_pc ul li::after {
	content: "";
    position: absolute;
    display: block;
    width: 15px;
    height: 15px;
    border-left: 3px solid #108CCF;
    border-bottom: 3px solid #108CCF;
    transform: rotate(225deg);
    right: -24px;
    top: 38%;
}
.paypay_pc ul li:last-of-type:after {
	content: none;
}
.paypay_sp {
	display: none;
}

@media screen and (max-width: 640px) {
	.paypay_sp_img {
        width: 50%;
        max-width: 300px;
		margin: 7px auto 0;
	}
	.paypay_sp_img img {
		width: 100%;
	}
	.paypay_pc {
		display: none;
	}
	.paypay_sp {
		display: block;
	}
}

/*----------------------------------------
	確認・ご注意事項追記
----------------------------------------*/

.confirm-box {
    background: #ffffff;
    border: 6px solid #FFF3CD;
    padding: 5px;
    color: #333;
}
.confirm-box ul li {
    border-bottom: 1px solid #e5e5e5;
}
.confirm-box ul li:last-child {
	border: none;
}
.confirm-box ul li .chk_indent {
	padding-left: 30px;
}
.confirm-list input[type="checkbox"] + label[for*="confirmCheck"] {
    cursor: pointer;
    position: absolute;
    top: 0;
    width: 100%;
    padding: 11px;
}


.confirm-list input[type="checkbox"] {
    position: absolute;
    top: 1px;
    z-index: 100;
    transform: scale(1.5);
    cursor: pointer;
}
.confirm-list li:has(input[type=checkbox]) .confirm_ttl {
	display: inline-block;
    margin-left: 30px;
}
.confirm-list li label:has(input[type=radio]) {
    display: inline-block;
	cursor: pointer;
}

.confirm-box ul li select {
    padding: 7px 10px;
    margin-top: 5px;
}

.confirm-box ul li select {
    padding: 7px 10px;
    margin-top: 5px;
    border: 1px solid #bcbcbc;
    width: 100%;
    max-width: 500px;
}

.confirm-box ul li input[type="text"] {
    padding: 7px 10px;
    margin-top: 5px;
    border: 1px solid #bcbcbc;
    width: 100%;
    max-width: 500px;
}
.confirm-box ul li textarea {
    padding: 7px 10px;
    margin-top: 5px;
    border: 1px solid #bcbcbc;
    width: 100%;
    max-width: 500px;
    min-height: 150px;
    resize: vertical;
}



@media screen and (max-width: 750px) {
	.confirm-list li label:has(input[type=radio]) {
		width: 98%;
		position: relative;
		padding-left: 25px;
		margin-bottom: 3px;
	}
	.confirm-list li label:has(input[type=radio]) input[type="radio"] {
		position: absolute;
		top: 0px;
		left: 0;
	}
}



/*----------------------------------------
	キーワード検索結果：0件
----------------------------------------*/



    .search-links {
      display: flex;
      flex-wrap: wrap;
      gap: 15px;
    }

    .search-link {
      flex: 1 1 calc(50% - 15px);
      min-width: 260px;
      display: flex;
      align-items: center;
      padding: 15px;
      background-color: #ffffff;
      border: 1px solid #eeeeee;
      border-radius: 8px;
      text-decoration: none;
      color: inherit;
      transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
    }

    .search-link:hover {
      background-color: #f9f9f9;
      transform: translateY(-2px);
      box-shadow: 0 4px 8px rgba(0,0,0,0.08);
    }

    .search-icon-wrap {
      display: flex;
      justify-content: center;
      align-items: center;
      width: 60px;
      height: 60px;
      border-radius: 50%;
      background-color: #f5f5f5;
      border: 1px solid #eeeeee;
      margin-right: 15px;
      flex-shrink: 0;
    }

    .search-icon {
      display: block;
      width: 34px;
      height: 34px;
    }

    .search-text {
      flex: 1;
    }

    .search-title {
      font-size: 16px;
      font-weight: bold;
      margin-bottom: 4px;
      color: #333333;
    }

    .search-desc {
      font-size: 13px;
      color: #666666;
    }

    .search-arrow {
      width: 8px;
      height: 8px;
      border-top: 2px solid #cccccc;
      border-right: 2px solid #cccccc;
      transform: rotate(45deg);
      margin-left: 5px;
    }

    @media (max-width: 768px) {
      .search-links {
        flex-direction: column;
      }

      .search-link {
        width: 100%;
        min-width: auto;
      }
    }


/*----------------------------------------
	注文履歴画面リニューアル
----------------------------------------*/

.ordHistTtl {
    font-size: 19px;
    margin-bottom: 20px;
    border-left: 5px solid #108CCF;
    line-height: 110%;
    padding: 2px 0 0 10px;
}
.ordHistTtl a {
	text-decoration: underline;
	color:#108CCF;
}
.ordHistTtl a:hover {
	text-decoration: none;
	opacity: 1;
}
.ordHist_wrap {
	display: flex;
	justify-content: space-between;
}
.ordHist_L {
	width: 120px;
}
.ordHist_status {
	color: #11AE73;
	font-size: 12px;
	font-weight: bold;
	display: inline-block;
	border: 1px solid #11AE73;
	padding: 5px;
	border-radius: 3px;
	line-height: 1.2;
	margin-bottom: 5px;
}
/* 出荷ステータス */
.deliv_status{
	color: #000;
	font-size: 12px;
	font-weight: bold;
	display: inline-block;
	border: 1px solid #000;
	padding: 5px;
	border-radius: 3px;
	line-height: 1.2;
	margin-bottom: 5px;
}
.ordHist_img img {
	width: 100%;
}
.ordHist_R {
	width: calc(100% - 135px);
}
.ordHist_R a {
    text-decoration: underline;
}
.ordHist_R a:hover {
    text-decoration: none;
	opacity: 1;
}
.ordHist_num_head {
	font-weight: bold;
	background-color: #F6F6F6;
    padding: 5px 8px;
}


@media screen and (max-width: 480px) {
	.ordHistTtl {
		font-size: 16px;
	}
	.ordHist_L {
		width: 77px;
	}
	.ordHist_R {
		width: calc(100% - 85px);
	}
	.ordHist_status,
	.deliv_status{
		font-size: 10px;
	}
}






/*----------------------------------------
	お試し印刷確認への返信
----------------------------------------*/

.proof_conStep ul {
    max-width: 900px;
    margin: 0 auto;
}

.proof_conStep li {
    width: 20%;
}

.proof_conStep .step_done dt {
    background: #48C597;
    position: relative;
}
.proof_conStep .step_done dt::after {
    content: "";
    position: absolute;
    display: block;
    width: 12px;
    height: 7px;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(-45deg);
    top: 13px;
    left: 13px;
}
.proof_conStep li dd {
    color: #333;
    font-weight: normal;
}
.proof_conStep li::before {
    height: 3px;
}
.proof_conStep .step_done::before {
    background-color: #48c597;
}

.res_box {
	display: flex;
    justify-content: space-between;
    align-items: end;
}

.response_approve,
.response_revise,
.response_retry,
.response_cancel {
	font-size: 20px;
	font-weight: bold;
	padding-left: 40px;
	background-repeat: no-repeat;
	background-position: left center;
}
.response_approve {background-image: url("../images/shopping/prf_1.svg");}
.response_revise {background-image: url("../images/shopping/prf_2.svg");}
.response_retry {background-image: url("../images/shopping/prf_3.svg");}
.response_cancel {background-image: url("../images/shopping/prf_4.svg");}


.resBtnRevise,
.resBtnRetry,
.resBtnCancel {
	text-decoration: none;
    padding: 12px 100px 10px;
    text-align: center;
    border-radius: 100px;
    display: inline-block;
    font-weight: bold;
    font-size: 16px;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease 0s;

}
.resBtnArea {
	margin-left: 30px;
	margin-bottom: 40px;
}
.res_box:first-of-type .resBtnArea {
	margin-bottom: 0;
}

.resBtnGo {padding: 12px 80px 10px;}

.resBtnRevise {
	color: #108CCF;
    border: 2px solid #108CCF;
    background-color: #fff;
    padding: 9px 35px 10px 57px;
    background-image: url(../images/shopping/prf_revise.svg);
    background-repeat: no-repeat;
    background-position: left 28px center;
}

.resBtnRetry {
	color: #535353;
	border: 2px solid #535353;
	background-color: #fff;
    padding: 9px 65px 10px 90px;
    background-image: url(../images/shopping/prf_retry.svg);
    background-repeat: no-repeat;
    background-position: left 62px top 10px;
}

.resBtnCancel {
	color: #fff;
	background-color: #535353;
    padding: 12px 61.8px 10px;
}


.resReason {
    width: 100%;
    max-width: 450px;
	min-height: 120px;
    resize: vertical;
}

@media screen and (max-width: 900px) {

	.proof_conStep .step_done dt::after {
		width: 9px;
		height: 5px;
		left: 9px;
		top: 11px;
	}
}

@media screen and (max-width: 750px) {
	
	.res_box {
		display: block;
	}
	.resBtnArea {
		margin: 20px auto;
		text-align: center;
	}
	.resReason {
		max-width: 100%;
	}
	
	
	
	.resBtnRevise,
	.resBtnRetry,
	.resBtnCancel {
		font-size: 14px;
	}
    .resBtnCancel {
        padding: 12px 65px 10px;
    }
}

@media screen and (max-width: 640px) {
	.resBtnRevise,
	.resBtnRetry {
		display: block;
		margin: 0 auto;
	}
	.resBtnRevise {
        margin-bottom: 10px;
        padding: 8px 39px 10px 61px;
	}
}

@media screen and (max-width: 480px) {
	.response_approve,
	.response_revise,
	.response_retry,
	.response_cancel {
		font-size: 17px;
        padding: 2px 0 0 30px;
		background-size: 22px;
}
	.resBtnGo,
	.resBtnRevise,
	.resBtnRetry,
	.resBtnCancel {
        width: 100%;
        max-width: 300px;
    }
	.resBtnRetry {background-position: left 28px center;}
	
	.resBtnGo,
    .resBtnCancel {
        padding: 12px 10px 10px;
    }
}



/*----------------------------------------
	お試し商品ラベル
----------------------------------------*/

span.lbl-sample {
    background: #0077cf;
    color: #fff;
    font-size: 14px;
    padding: 2px 5px;
	margin-right: 5px;
}