@charset "utf-8";
/* CSS Document */

/*==================================
	全体設定
==================================*/
.mainbox{
	width: 950px;
	height:auto;
	font-size: 0.85rem;
	letter-spacing:2px;
}

.mainbox p{
	font-size: .8rem;
	padding: 10px;
	letter-spacing: 1px;
	color: #333;
	/* line-height: 1.5; */
}

.mainbox span{
	color: #c9203f;
}

.linkbutoon a{
	width: 225px;
	display: inline-block;
	border: 1px #333 solid;
	margin-left: 2%;
	padding:1% 2%;
}

/*ホバー*/
.linkbutoon a:hover,
.paylist a:hover{
	background-color:#ddd;
	
	transition: 0.3s;
	text-decoration:underline;
}


/*============================
	ジャンプ後のズレ調整
============================*/
#souryou,
#siharai,
#kikan,
#syouhizei,
#henpin-koukan{
	padding-top: 10%;
	margin-top: -10%;
}



/*==================================
	メニュー
==================================*/
.paylistbox{
	width: 100%;
	margin: auto;
	text-align: justify;
}

.paylistbox li{
	width: calc(96%/4);
	display: inline-block;
	margin-bottom: 15px;
	/* background-color: #eeeeef; */
	border-radius: 5px;
	text-align: justify;
}

.paylistbox li:nth-child(n+7){
	border: none;
	padding: 0;
	margin-bottom: 0;
	font-size: .72rem;
	background-color: unset;
}

.paylist{
	border: 1px #aaa solid;
	font-size: 1rem;
	font-weight: bold;
	color: #333;
	letter-spacing: 0;
}
.paylist a{
	width:100%;
	display:block;
	padding: 10px;
}

.paylist img{
	max-width: 30px;
	max-height: 20px;
	margin-right: 10px;
}


/*==================================
	タイトル
==================================*/
.tith2{
	background-color: #55585a;
	color: #fff;
	padding: 5px 10px;
	margin: 1% 0;
	font-size: 1.2rem;
	letter-spacing: 0;
}

.tith2 img{
	width: 35px;
	margin-right:2%;
}

.tith3{
	background: #eeeeef;
	padding: 10px;
	letter-spacing: 0;
	letter-spacing: 2px;
}

.tith3>span{
	font-size: .8rem;
	color:unset;
}



/*==================================
	送料について
==================================*/
.soryobox{
}


/*表*/
.souryou_box{
	margin: 10px;
	font-size:.8rem;
}

.souryou_box td{
	border: 1px #ccc solid;
	padding:5px;
}

/*例*/
.exc{
	width: calc(90%/2);
	min-height: 210px;
	display: inline-block;
	padding: 10px 10px;
	background-color: #eeeeef;
	margin: 0px 10px;
	vertical-align: top;
}

.exctit{
	width: auto;
	display: inline-block;
	border: 2px #55585a solid;
	/* background-color: #555; */
	font-weight: bold;
	margin: 5px 0;
	/* padding: 11px; */
	text-align: center;
	/* color: #fff; */
}

.exctit-txt{
	width: 84%;
	text-align: justify;
	display: inline-block;
	vertical-align: middle;
}

.excsub{
	width: 100%;
	vertical-align: middle;
	background-color:#fff;
	padding: 5px 0;
	margin: 5px 0;
}
.excsub img{
	width: 15%;
	display: inline-block;
	margin-left:2%;
}

.excsub p{
	width: 80%;
	display: inline-block;
	vertical-align: middle;
	padding: 0;
}


/*ゆうパケット*/
.postcata a{
	text-decoration: underline;
	font-weight: bold;
	line-height: 3;
}

/*==================================
	支払い方法
==================================*/
.cvs_list{
	display: flex;
	padding: 0 10px;
}

.cvs_list li{
	height: 60px;
}

.cvs_list li:nth-child(1){
    width: 60px;
}

.cvs_list li:nth-child(2) {
	width: 120px;
}

.cvs_list li:nth-child(3) {
	width: 133px;
}

.cvs_list li:nth-child(4) {
	width: 67px;
}

.cvs_list li:nth-child(5) {
	width: 104px;
}

.cvs_img {
	width: 100%;
	height: auto;
}


/*==================================
	返品交換・キャンセル
==================================*/
.cancellist{
	/* width: 100%; */
	margin: 0 0 0 3%;
	font-size: .8rem;
	font-weight: bold;
}
.cancellist li{
	list-style: disc;
	/* margin: 1% 2%; */
}

.canselinfo{
	width: 60%;
	/* border-top: 1px #ccc solid; */
	margin: 0 1%;
	color: #333;
	/* letter-spacing: 2px; */
}

.cansel-link{
	text-decoration: underline;
}

.canselbottom{
	margin: 4% 2%;
	border-top: 2px #ccc solid;
	border-bottom: 2px #ccc solid;
}


/*==================================
	特定商取引
==================================*/
.hyouki{
	width:70%;
}
.hyouki dl{
  display:flex;
  flex-wrap: wrap;
  border: 1px solid #333;
  border-top: none;
  font-size: .8rem;
}
.hyouki dt{
  background: #eeeeef;
  width: 26%;
  padding: 1% 2%;
  box-sizing: border-box;
  border-top: 1px solid #333;
}
.hyouki dd{
  padding: 5px;
  border-top: 1px solid #333;
  width: 74%;
  /* box-sizing: border-box; */
  /* font-size: .7rem; */
}




