@charset "utf-8";
/* CSS Document */

/*----------------------------------------
全ページ

2021/05/05 2449 スマホ固定メニュー
------------------------------------------*/
html{
  font-family: "Helvetica Neue",
  Arial,
  "Hiragino Kaku Gothic ProN",
  "Hiragino Sans",
  Meiryo,
  sans-serif;
/*	font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, Verdana, "Noto Sans JP", "Noto Sans CJK JP", "Hiragino Kaku Gothic Pro", "Yu Gothic", YuGothic, sans-serif; */
	line-height: 1.5;
	/* color: #1B4321; */
  color: #060706;
	font-size: 16px;
	-webkit-text-size-adjust: 100%;
	-webkit-overflow-scrolling: touch;
	-webkit-font-smoothing: antialiased;
}
*{
	/*box-sizing: content-box;*/
}

a{
	color: #1B4321;
	/* text-decoration: none; */
  text-decoration: underline;
	outline: none;
}
a:focus, *:focus { outline:none; }
a:hover{
	color: #1B4321;
	/* text-decoration: underline; */
  text-decoration: none;
}
a img{
	transition-duration: 0.3s;
}
a img:hover{
	opacity: 0.7;
	transition-duration: 0.3s;
}

img{
  width: auto;
	max-width: 100%;
	height: auto;
}

.pc{ display: none; }
.sp{ display: block; }

#system-page{
  padding-top: 10px;
}

/* ボタン */
.btn{
	margin: 4px auto 0 auto;
	box-sizing: border-box;
	border-right: solid 1px #1B4321;
	border-bottom: solid 1px #1B4321;
}
.btn a{
	position: relative;
	display: block;
}
.btn a:hover{
	text-decoration: none;
}
.btn a span{
	text-align: center;
	font-weight: bold;
	outline: solid 1px #1B4321;
	background: #FFFFFF;
	/*background: #FFFFFF url(https://htkni.itembox.design/item/img/common/bg-btn.png) right 18px center no-repeat;*/
	transform: translate(-4px, -5px);
	transition-duration: 0.3s;
	display: block;
}
.btn a:hover span{
	transform: translate(0px, 0px);
	transition-duration: 0.3s;
}
input{
	font-size: 16px!important;
}


/*共通マージン*/
.mt100 {margin-top:100px;}
.mt80 {margin-top:80px;}
.mt60 {margin-top:60px;}
.mt40 {margin-top:40px;}
.mt20 {margin-top:20px;}
.mt10 {margin-top:10px;}
.mb20 {margin-bottom:20px;}
.mb30 {margin-bottom:30px;}
.mb40 {margin-bottom:40px;}
.mb60 {margin-bottom:60px;}
.mb80 {margin-bottom:80px;}
.mb100 {margin-bottom:100px;}

/* ヘッダー */
header{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 80px;
	background: #FFFFFF;
	z-index: 2;
}
header .sp{
	height: 80px;
	display: flex;
	align-items: center;
}

header .sp p#hd-cart{
	width: 12.8%;
	margin-left: 2.5%;
}
header .sp p#hd-cart img{
	width: 48px;
	height: 48px;
}
header .sp h1{
	margin: 0 auto;
}
header .sp h1 img{
	width: 80px;
	height: 54px;
}
header .sp p#hd-search{
	margin-right: 2.3%;
}
header .sp p#hd-search img{
	width: 48px;
	height: 48px;
}

header .sp #rmenu{
	position: fixed;
	right: 0;
	top: 0;
	width: 82.7%;
	height: 100%;
	background: #FFFFFF;
	display: none;
}
header .sp #rmenu .inner{
	width: 93.5%;
	margin-left: 6.5%;
	height: 100%;
	overflow-y: scroll;
}
header .sp #rmenu .inner .rheader{
	height: 80px;
	display: flex;
	justify-content: space-between;
}
header .sp #rmenu .inner .rheader input[type="text"]{
	width: 58.8%;
	height: 35px;
	margin: 28px 0 0 0;
	padding: 0 20px;
	font-family: YuGothic,'Yu Gothic','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif;
	color: #497635;
	font-size: 16px;
	box-sizing: border-box;
	border-radius: 20px;
	border: none;
	background: #F9F8F4;
}
header .sp #rmenu .inner .rheader button[type="submit"]{
	position: relative;
	width: 35px;
	height: 35px;
	margin: 28px 0 0 0;
	padding: 0;
	text-indent: -999px;
	box-sizing: border-box;
	border: none;
	cursor: pointer;
}
header .sp #rmenu .inner .rheader button[type="submit"]::before{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 35px;
	height: 35px;
	background: url(https://htkni.itembox.design/item/img/sp/common/hd-searchicon.png);
	background-size: 35px;
	overflow: hidden;
}
header .sp #rmenu .inner .rheader p#hd-close{
	margin: 16px 2.6% 0 0;
}
header .sp #rmenu .inner .rheader p#hd-close img{
	width: 48px;
	height: 48px;
}
header .sp #rmenu .inner .menu{
	margin-bottom: 45px;
}
input::-ms-clear {
	visibility: hidden;
}



#container{
	margin-top: 100px;
}



/* お買い物ガイド */
#top-guide{
	display: none;
}



/* フッターメニュー */
#ft-menu{
	margin: 20% 5.3%;
}
.menu h3{
	padding: 10px 0;
	color: #FFFFFF;
	text-align: center;
	font-size: 18px;
	background: #497635;
}
.menu ul{
	margin-bottom: 20px;
	border-left: solid 1px #497635;
	border-right: solid 1px #497635;
}
.menu ul li{
	border-bottom: solid 1px #497635;
	background: url(https://htkni.itembox.design/item/img/sp/common/bg-menu.png) right 14px center no-repeat;
	background-size: 6px;
}
.menu ul li a{
	padding: 20px 10px;
	display: flex;
	align-items: center;
}
.menu section:first-child ul li a{
	padding: 10px;
}
.menu ul li a p{
	width: 50px;
	height: 50px;
	margin-right: 15px;
	border-radius: 25px;
	overflow: hidden;
}
.menu ul li a p img{
	width: auto;
	height: 50px;
}



/* フッター */
footer .sp{
	padding-top: 15px;
	background: #284D2D;
}
footer .sp #ft-logo{
	margin: 0 40.1% 19px 40.1%;
}
footer .sp p.btn{
	margin: 0 22.2% 15px 22.2%;
	height: 35px;
	line-height: 35px;
	border-right: solid 1px #FFFFFF;
	border-bottom: solid 1px #FFFFFF;
}
footer .sp p.btn a span{
	color: #FFFFFF;
	text-align: center;
	font-weight: bold;
	outline: solid 1px #FFFFFF;
	background: #284D2D;
	/*background: #FFFFFF url(https://htkni.itembox.design/item/img/common/bg-btn.png) right 18px center no-repeat;*/
	transform: translate(-4px, -5px);
	transition-duration: 0.3s;
	display: block;
}
footer .sp p.btn a:hover span{
	transform: translate(0px, 0px);
	transition-duration: 0.3s;
}
footer .sp #sns{
	margin: 0 42.6% 20px 42.6%;
	display: flex;
	justify-content: space-between;
}
footer .sp #sns img{
	width: 22px;
}
footer .sp ul{
	margin-bottom: 10px;
	display: flex;
}
footer .sp ul li{
	width: 50%;
	text-align: center;
	font-size: 10px;
}
footer .sp ul li a{
	padding-left: 10px;
	color: #FFFFFF;
	background: url(https://htkni.itembox.design/item/img/sp/common/bg-ftul.png) left 0px center no-repeat;
	background-size: 5px;
	display: inline-block;
}
footer .sp #copyright{
	padding-bottom: 5px;
	color: #FFFFFF;
	text-align: center;
	font-size: 12px;
}
footer #pagetop{
	position: fixed;
	right: 10px;
	bottom: 10px;
	width: 40px;
	height: 40px;
}

/* スマホのみ表示バナー */
.campbnr .fs-pt-column {
	padding: 0 5.3%;
	text-align: center;
}
.sp.campbnr {
	margin: 0 auto;
}


/* パンクズ */
.fs-c-breadcrumb{
	padding: 10px 0;
	background: #F1F1F1;
}
div.fs-c-breadcrumb{
	padding: 0 0 10px 0;
}
.fs-c-breadcrumb ol.fs-c-breadcrumb__list{
	padding: 0 4%;
  line-height: 1;
}
.fs-c-breadcrumb ol.fs-c-breadcrumb__list li{
	font-size: 12px;
  display: inline;
}



/* 2カラム */
#underlayer{
	padding: 0;
/*
	display: flex;
	justify-content: space-between;
*/
}
#underlayer #side{
	display: none;
}



/* バナー */
#item-banner{
	padding: 20px 4% 10px 4%;
}
#item-banner ul li{
	margin-bottom: 10px;
	text-align: center;
}
#item-banner ul li img{
	max-width: 100%;
	width: auto;
}



/* 下層共通 */
.fs-c-inputInformation__message{
  margin: 0 4% 10px 4%;
}
.fs-c-subSection__title{
  margin: 0 4% 10px 4%;
}

/*テーブルレイアウト*/
table.fs-c-inputTable{
  width: 92%;
  margin: 0 4% 20px 4%;
  box-sizing: border-box;
  border-top: dotted 1px #C9CACA;
}
table.fs-c-inputTable tr{
  border-bottom: dotted 1px #C9CACA;
}
table.fs-c-inputTable tr th{
  width: 100%;
  padding: 10px 4% 10px 4%;
  text-align: left;
  box-sizing: border-box;
  display: block;
}
table.fs-c-inputTable tr td{
  width: 100%;
  padding: 0 4% 10px 4%;
  box-sizing: border-box;
  display: block;
}
table.fs-c-inputTable tr td .fs-c-inputTextGroup{
  flex-wrap: wrap;
  justify-content: flex-start;
}
table.fs-c-inputTable tr td .fs-c-inputTextGroup__item{
  width: 150px;
  flex: none;
}
table.fs-c-inputTable tr td .fs-c-inputTextGroup > * + * {
  margin: 0 0px 0 10px;
}

table.fs-c-inputTable tr td input{
  width: 100%;
  height: 44px;
  font-family: YuGothic,'Yu Gothic','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif;
	color: #1B4321;
	font-size: 15px;
  box-sizing: border-box;
  border-radius: 4px;
  border: none;
  background: #F2F2F2;
}
table.fs-c-inputTable tr td input#fs_input_lastName {
	width: 150px;
}
table.fs-c-inputTable tr td select{
  font-family: YuGothic,'Yu Gothic','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif;
	color: #1B4321;
	font-size: 15px;
}
.mypage .fs-c-inputGroup{
  border: none;
}

.fs-c-memberPolicyAgreeField,
.fs-c-privacyPolicyAgreeField{
  margin: 0 0 10px 4%;
}
.fs-c-buttonContainer--confirmRegister{
  margin-bottom: 20px;
  text-align: center;
}
.fs-c-buttonContainer--confirmRegister button:hover{
  opacity: 0.7;
  transition-duration: 0.3s;
}

/*完了*/
.fs-c-documentContent{
  margin-bottom: 20px;
  text-align: center;
}

.fs-c-buttonContainer{
  margin: 0 5.3% 30px 5.3%;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.fs-c-buttonContainer button:first-child{
  margin-bottom: 10px;
}

/* ボタン */
.fs-c-button--topPage,
.fs-c-button--change,
.fs-c-button--myPageTop,
.fs-c-button--login,
.fs-c-button--confirmOrder,
.fs-c-button--addToAddressbook,
.fs-c-viewAllProductsLink,
.fs-c-button--viewOrderHistoryDetail,
.fs-c-button--standard,
.fs-c-button--primary,
.fs-c-button--secondary{
  width: 250px;
  height: 52px;
  line-height: 52px;
  text-align: center;
  color: #FFFFFF;
  border: none!important;
  background: #5B804A!important;
  display: inline-block;
  transition-duration: 0.3s;
}

.fs-c-inputInformation__link{
  margin-bottom: 30px;
  text-align: center;
}

/* ログインボタン色 */
.fs-c-button--loginAndPurchase.fs-c-button--primary {
	background-color: #FFAD4B!important;
	font-weight: bold;
}


/* モーダル */
.fs-c-modal__header{
  margin: 20px 0;
  font-size: 20px;
  justify-content: center;
}
.fs-c-modal__contents .fs-c-inquiryProduct__productImage{
  margin-bottom: 10px;
}
.fs-c-modal__contents .fs-c-inquiryProduct__productName{
  margin-bottom: 10px;
}
.fs-c-modal__contents .fs-c-inquiryMessage{
  margin-bottom: 10px;
}

/* 現在登録されている商品はありません。 */
.fs-c-noResultMessage{
  margin: 15px 5.3% 20px 5.3%;
  text-align: center;
}


/* サブカテゴリ */
.fs-c-subgroup{
  padding: 15px 5.3% 0 5.3%;
}
.fs-c-subgroup .fs-c-listControl{
  display: none;
}
.fs-c-subgroup ul.fs-c-subgroupList{
  padding: 15px 0 10px 0;
}
.fs-c-subgroup ul.fs-c-subgroupList li{
  margin-bottom: 15px;
  padding-bottom: 10px;
  text-align: center;
  font-size: 14px;
  border-bottom: solid 1px #5B804A;
}
.fs-c-subgroup ul.fs-c-subgroupList li a{
  text-decoration: none
}



/* 特定商取引法に基づく表示 */
.fs-c-documentArticle__heading{
  margin-bottom: 15px;
  padding: 10px 0;
  text-align: center;
  color: #FFFFFF;
  font-size: 18px;
  background: #1B4321;
}
.fs-c-documentArticle__content{
  padding: 10px;
}
dl.fs-c-explainList{
  margin-bottom: 24px;
  display: flex;
  flex-wrap: wrap;
}
dl.fs-c-explainList dt{
  width: 15%;
  font-weight: bold;
  font-size: 14px;
}
dl.fs-c-explainList dd{
  width: 85%;
  margin-bottom: 10px;
  font-size: 14px;
}
.fs-c-documentColumn__heading {
  margin-bottom: 15px;
  padding: 5px 8px 8px 16px;
  color: #1B4321;
  font-weight: bold;
  font-size: 21px;
  border-bottom: solid 1px #1B4321;
  border-left: solid 5px #1B4321;
}
.fs-c-documentColumn__content{
  margin-bottom: 3em;
}
.fs-c-note{
  margin-bottom: 3em;
}
.fs-c-documentColumn__content p{
  margin-bottom: 1.5em;
  line-height: 1.6;
  font-size: 16px;
}
.fs-c-documentColumn__content ul.fs-c-list{
  padding-left: 2.5em;
}
.fs-c-documentColumn__content ul.fs-c-list li{
  line-height: 1.6;
  list-style-type: disc;
  list-style-position: outside;
}
.fs-c-documentColumn__content ol.fs-c-orderedList{
  margin: 0;
  padding-left: 2.5em;
}
.fs-c-documentColumn__content ol.fs-c-orderedList li{
  line-height: 1.6;
  list-style-type: disc;
  list-style-position: outside;
}



/* 注文完了 */
.fs-c-checkoutSuccess{
  margin-bottom: 30px;
}
.fs-c-checkoutSuccess h2{
  margin-bottom: 15px;
  padding: 10px 0;
  text-align: center;
  color: #FFFFFF;
  font-size: 18px;
  background: #000000;
}
.fs-c-checkoutSuccess p{
  margin-bottom: 2em;
  text-align: center;
}



/*お届け先追加 */
.fs-c-addressBookList__count{
  margin: 0 5.3%;
  text-align: center;
}
table.fs-c-addressBookList__list{
  width: 92%;
  margin: 10px 5.3% 60px 5.3%;
  border: 1px solid #ccc;
}
table.fs-c-addressBookList__list td{
  padding: 20px 8px;
  vertical-align: middle;
  border-right: 1px solid #ccc;
}
table.fs-c-addressBookList__list td .fs-c-buttonContainer{
  margin: 0;
}
button.fs-c-button--cancel{
  border: none;
  background: none;
}
button.fs-c-button--displayPassword{
  width: 24px;
  height: 24px;
  margin: 10px 0 0 5px;
  padding: 0;
  border: none;
  background: url(https://htkni.itembox.design/item/img/page/icon-eye.svg) center center no-repeat;
}
button.fs-c-button--hidePassword{
  width: 24px;
  height: 24px;
  margin: 10px 0 0 5px;
  padding: 0;
  border: none;
  background: url(https://htkni.itembox.design/item/img/page/icon-eye.svg) center center no-repeat;
}



/* 注文履歴 */
.fs-c-dropdown{
  display: inline-block;
}
.fs-c-dropdown__menu{
  width: auto;
}
select{
  width: auto;
}

.fs-c-history__termCtrl{
  margin-bottom: 30px;
  text-align: center;
}
.fs-c-history__infoSummary{
}
.fs-c-history .fs-c-history__term{
  margin-bottom: 20px;
  text-align: center;
}
.fs-c-history__total{
}
dl.fs-c-pairList{
  margin: 0 auto 20px auto;
}
dl.fs-c-pairList dd{
  text-align: right;
}

.fs-c-listControl{
  text-align: center;
}
.fs-c-orderHistoryItem__orderInfo{
  margin-bottom: 30px;
}
dl.fs-c-orderHistoryItem__orderInfo__info{
  display: flex;
  width: 300px;
  margin: 0 auto 5px auto;
}
dl.fs-c-orderHistoryItem__orderInfo__info dt{
  width: 100px;
}
dl.fs-c-orderHistoryItem__orderInfo__info dd{
  width: 200px;
  text-align: right;
}

.fs-c-orderHistoryItem__body{
  margin: 0 5.3%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.fs-c-orderHistoryItem__product{
  width: 48%;
  margin-bottom: 15px;
	margin-right: 4%;
  font-size: 12px;
}
.fs-c-orderHistoryItem__product:nth-child(2n){
  margin-right: 0;
}
.fs-c-orderHistoryItem__product:last-child{
  margin-right: 0;
}
.fs-c-orderHistoryItem__productImage{
  margin-bottom: 10px;
}

.fs-c-listedProductName__variation{
  font-size: 12px;
	display: flex;
	justify-content: flex-end;
	flex-flow: row-reverse;
	flex-wrap: wrap-reverse;
}
.fs-c-listedProductName__variation::before, .fs-c-listedProductName__selection::before {
  content: ")";
}
.fs-c-listedProductName__variation::after, .fs-c-listedProductName__selection::after {
  content: "(";
}
.fs-c-listedProductName__variation__choice + .fs-c-listedProductName__variation__choice::before,
.fs-c-listedProductName__selection__choice + .fs-c-listedProductName__variation__choice::before,
.fs-c-listedProductName__variation__choice + .fs-c-listedProductName__selection__choice::before,
.fs-c-listedProductName__selection__choice + .fs-c-listedProductName__selection__choice::before {
  content: "";
}

.fs-c-listedProductName__selection__choice + .fs-c-listedProductName__selection__choice::after,
.fs-c-listedProductName__variation__choice + .fs-c-listedProductName__selection__choice::after,
.fs-c-listedProductName__selection__choice + .fs-c-listedProductName__variation__choice::after,
.fs-c-listedProductName__variation__choice + .fs-c-listedProductName__variation__choice::after {
  content: " / ";
}
.fs-c-orderHistoryItem__unitPrice{
  color: #E24824;
}
.fs-c-productPrice__main__price{
  font-weight: bold;
  font-size: 18px;
}
.fs-c-productPrice__addon{
  font-size: 14px;
}
.fs-c-productPrice--selling .fs-c-productPrice__main__price{
  font-size: 20px;
}
.fs-c-listControl{
  margin-bottom: 30px;
}



/* 注文履歴詳細 */
.fs-c-orderDetail__data{
  margin-bottom: 30px;
}
dl.fs-c-orderDetailList{
  display: flex;
  flex-wrap: wrap;
  width: 300px;
  margin: 0 auto 5px auto;
}
dl.fs-c-orderDetailList dt{
  width: 100px;
}
dl.fs-c-orderDetailList dd{
  width: 200px;
  text-align: right;
}
dl.fs-c-orderPerAddressee__addressee{
  display: flex;
  flex-wrap: wrap;
  margin: 0 5.3% 30px 5.3%;
}
dl.fs-c-orderPerAddressee__addressee dt{
  width: 100%;
  margin-bottom: 5px;
}
dl.fs-c-orderPerAddressee__addressee dd{
  width: 100%;
  margin-bottom: 10px;
  text-align: left;
}
.fs-c-orderDetail .fs-c-address__address{
  display: block;
}
.fs-c-orderDetail h2.fs-c-heading{
  margin-bottom: 20px;
  padding-bottom: 20px;
  text-align: center;
  border-bottom: solid 1px #DDDDDD;
}
.fs-c-orderDetail h3.fs-c-orderPerAddressee__heading{
  margin-bottom: 30px;
  text-align: center;
}




table.fs-c-orderPerAddressee__cartTable,
table.fs-c-orderDetailInfo__cartTable{
  width: 89.4%;
  margin: 0 5.3%;
  border: solid 1px #DDDDDD;
  box-sizing: border-box;
}
table.fs-c-orderPerAddressee__cartTable tr,
table.fs-c-orderDetailInfo__cartTable tr{
  border-bottom: solid 1px #DDDDDD;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
table.fs-c-orderPerAddressee__cartTable tr:last-of-type,
table.fs-c-orderDetailInfo__cartTable tr:last-of-type{
  border-bottom: none;
}
table.fs-c-orderPerAddressee__cartTable tr td,
table.fs-c-orderDetailInfo__cartTable tr td{
  box-sizing: border-box;
  vertical-align: middle;
}
table.fs-c-orderPerAddressee__cartTable tr td.fs-c-cartTable__dataCell--product,
table.fs-c-orderDetailInfo__cartTable tr td.fs-c-cartTable__dataCell--product{
  width: 100%;
}
table.fs-c-orderPerAddressee__cartTable tr td.fs-c-cartTable__dataCell--quantity,
table.fs-c-orderDetailInfo__cartTable tr td.fs-c-cartTable__dataCell--quantity{
  width: 50%;
  padding-left: 8px;
  text-align: left;
}
table.fs-c-orderPerAddressee__cartTable tr td.fs-c-cartTable__dataCell--subtotal,
table.fs-c-orderDetailInfo__cartTable tr td.fs-c-cartTable__dataCell--subtotal{
  width: 50%;
  padding-left: 8px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
table.fs-c-orderPerAddressee__cartTable tr td .fs-c-cartTable__product{
  align-items: center;
}

.fs-c-orderPerAddressee__orderDeliveryInfo{
  margin: 0 5.3%;
}

.fs-c-orderDetail__addresseeInfo{
  margin-bottom: 60px;
}
.fs-c-orderDetail__addresseeInfo .fs-c-deliveryInfoList{
  text-align: center;
}
table.fs-c-orderDetailInfo__cartTable{
  width: 89.4%;
  margin: 0 5.3%;
  border: solid 1px #DDDDDD;
  box-sizing: border-box;
}
table.fs-c-orderDetailInfo__cartTable tr th{
  box-sizing: border-box;
  background: #DDDDDD;
}
table.fs-c-orderDetailInfo__cartTable tr td{
  box-sizing: border-box;
  vertical-align: middle;
}
table.fs-c-orderDetailInfo__cartTable tr td .fs-c-cartTable__product{
  align-items: center;
}
.fs-c-orderDetailInfo__orderTotal{
  margin: 0 5.3%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
table.fs-c-orderPaymentTable{
  width: 100%;
}
table.fs-c-orderPaymentTable tr th,
table.fs-c-orderPaymentTable tr td{
  width: 50%;
  text-align: center;
  font-weight: normal;
}
.fs-c-orderDetailInfo{
  margin-bottom: 30px;
}
button.fs-c-button--back,
button.fs-c-button--delete,
button.fs-c-button--confirmChange,
button.fs-c-button--register,
button.fs-c-button--change--small,
button.fs-c-button--confirmLeave,
button.fs-c-button--image{
  border: none;
  background: none;
}
.fs-c-addressBookList__list .fs-c-buttonContainer{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
}
.fs-c-addressBookList__list .fs-c-buttonContainer .fs-c-button--changeInfomation{
  margin-bottom: 10px;
}
input[type="text"]:focus,
button:focus{
  outline: 0;
}
button{
  padding: 0;
}
button.fs-c-button--confirmChange{
  padding-right: 10px;
}
.fs-c-inputInformation__button{
  margin: 0 5.3% 30px 5.3%;
  display: flex;
  justify-content: center;
  flex-direction: column;
	align-items: center;
}
.fs-c-inputInformation__button button:first-child{
  margin-bottom: 10px;
}
.fs-c-inputInformation__button .fs-c-button--confirmLeave{
  margin-bottom: 10px;
}
.fs-c-inputInformation__button .fs-c-button--register{
  margin-bottom: 10px;
}
.fs-c-inputInformation__button .fs-c-button--cancel{
  text-align: center;
}
.fs-c-fsLogin .fs-c-inputGroup{
  border: none;
}
.fs-c-newUsers__message{
  margin-bottom: 20px;
}
.fs-c-agreementConfirmation__password__input{
  border: solid 1px #CCCCCC;
}



table.fs-c-orderTotalTable{
  width: 100%;
  margin: 0 auto 20px auto;
}
table.fs-c-orderTotalTable th{
  text-align: left!important;
  border-right: none;
}
table.fs-c-orderTotalTable td{
  border-left: none;
}
table.fs-c-orderTotalTable .fs-c-price{
  font-weight: bold;
  font-size: 18px;
}



.fs-c-agreementConfirmation .fs-c-agreementConfirmation__checkbox{
  margin: 20px 0;
}
.fs-c-agreementConfirmation .fs-c-agreementConfirmation__checkbox .fs-c-checkbox__label{
  align-items: flex-start;
}
.fs-c-agreementConfirmation .fs-c-agreementConfirmation__checkbox .fs-c-checkbox__label .fs-c-checkbox__checkMark{
  margin-right: 12px;
}
.fs-c-agreementConfirmation .fs-c-agreementConfirmation__accordion{
  width: 80%;
}
.fs-c-agreementConfirmation .fs-c-agreementConfirmation__message--newsletterChecked{
  margin: 0 0 30px 32px;
}
.fs-c-inputInformation__field .fs-c-privacyPolicyAgreeField{
  margin: 0;
}
.fs-c-inputInformation__field .fs-c-agreementField{
  margin: 0 5.3%;
}
.fs-c-inputInformation__field .fs-c-privacyPolicyAgreeField{
  margin: -20px 5.3% 30px 5.3%;
}
.fs-c-inputInformation__field .fs-c-privacyPolicyAgreeField .fs-c-checkbox__checkMark{
  margin-right: 12px;
}
.fs-c-inputInformation__field .fs-c-agreementConfirmation__password__input{
  border: none;
}
input#fs_input_password{
  height: 44px;
  font-family: YuGothic,'Yu Gothic','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif;
	color: #1B4321;
	font-size: 15px;
  box-sizing: border-box;
  border-radius: 4px;
  border: none;
  background: #F2F2F2;
}



.fs-c-modal__close{
  position: absolute;
  right: 5px;
  top: 5px;
  width: 20px;
  height: 20px;
  padding: 0;
  text-indent: -9999px;
  background: url(https://htkni.itembox.design/item/img/item/modal-close.png);
  background-size: 20px;
  overflow: hidden;
}

.fs-c-additionalCheckField{
  margin-bottom: 20px;
}

.fs-c-checkout-addressee__data{
  margin-bottom: 20px;
}
.fs-c-checkout-addressee__data__address .fs-c-address{
  margin-bottom: 20px;
}

.fs-c-checkout-customerInfo,
.fs-c-checkout-destination__list,
.fs-c-checkout-delivery__method{
  margin-bottom: 20px;
}
.fs-c-checkout-destination__control{
  flex-direction: column;
}
.fs-c-checkout-destination__control button:first-child{
  margin-bottom: 10px;
}
.fs-c-checkout-customerInfo__name,
.fs-c-checkout-destination__name{
  font-size: 20px;
}
.fs-c-checkout-customerInfo__address,
.fs-c-checkout-destination__address{
  font-size: 14px;
}
.fs-c-checkout-destination__list,
.fs-c-checkout-delivery__method__message{
  margin-bottom: 20px;
}


#fs-cartContent-container table.fs-c-cartTable{

}
#fs-cartContent-container table.fs-c-cartTable tr{
  border-bottom: solid 1px #DDDDDD;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
#fs-cartContent-container table.fs-c-cartTable tr:last-of-type{
  border-bottom: none;
}

#fs-cartContent-container table.fs-c-cartTable tr th{
}
#fs-cartContent-container table.fs-c-cartTable tr td{
  border: none!important;
}
#fs-cartContent-container table.fs-c-cartTable tr td.fs-c-cartTable__dataCell--product{
  width: 100%;
}

#fs-cartContent-container table.fs-c-cartTable tr td.fs-c-cartTable__dataCell--quantity{
  width: 50%;
  padding-left: 8px;
  display: flex;
  align-items: center;
}
#fs-cartContent-container table.fs-c-cartTable tr td.fs-c-cartTable__dataCell--subtotal{
  width: 50%;
  padding-right: 8px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
#fs-cartContent-container table.fs-c-cartTable tr td.fs-c-cartTable__dataCell--action{
  width: 100%;
}
.fs-c-orderHistory{
  padding-top: 20px;
  border-top: solid 1px #DEDEDE;
}
.fs-c-orderHistoryItem{
  margin-bottom: 20px;
  border-bottom: solid 1px #DEDEDE;
}
#fs_Register .fs-c-inputInformation__field .fs-c-privacyPolicyAgreeField{
  margin: 0 5.3% 30px 4%;
}
#fs_Register .fs-c-inputInformation__field .fs-c-privacyPolicyAgreeField .fs-c-checkbox__checkMark{
  margin-right: 4px;
}

#fs_RegisterSuccess .fs-c-registerSuccessMessage p{
  margin: 0 5.3%;
}
#fs_RegisterSuccess p.text1{
  margin-bottom: 1em;
}
#fs_RegisterSuccess p.text2{
  margin-bottom: 1em;
}
#fs_RegisterSuccess .fs-c-buttonContainer{
  margin-top: 30px;
}



.fs-c-postage__list {
  display: -ms-grid;
  display: grid;
  grid-column-gap: 4px;
}

@media screen and (min-width: 768px) {
  .fs-c-postage__list {
    grid-column-gap: 8px;
  }
}

.fs-c-postage__list > dt,
.fs-c-postage__list > dd {
  margin: 0;
  padding: 4px;
  border: 1px solid #b2b2b2;
}

.fs-c-postage__list > dt {
  background: rgba(126, 126, 126, 0.08);
}

.fs-c-postage__list > dd {
  border-top: none;
  margin-bottom: 8px;
}

.fs-c-postage__list--prefecture > *:nth-child(1) {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 1;
  grid-row: 1;
}

.fs-c-postage__list--prefecture > *:nth-child(2) {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 2;
  grid-row: 2;
}

.fs-c-postage__list--prefecture > *:nth-child(3) {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 1;
  grid-row: 1;
}

.fs-c-postage__list--prefecture > *:nth-child(4) {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 2;
  grid-row: 2;
}

.fs-c-postage__list--prefecture > *:nth-child(5) {
  -ms-grid-column: 3;
  grid-column: 3;
  -ms-grid-row: 1;
  grid-row: 1;
}

.fs-c-postage__list--prefecture > *:nth-child(6) {
  -ms-grid-column: 3;
  grid-column: 3;
  -ms-grid-row: 2;
  grid-row: 2;
}

.fs-c-postage__list--prefecture > *:nth-child(7) {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 3;
  grid-row: 3;
}

.fs-c-postage__list--prefecture > *:nth-child(8) {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 4;
  grid-row: 4;
}

.fs-c-postage__list--prefecture > *:nth-child(9) {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 3;
  grid-row: 3;
}

.fs-c-postage__list--prefecture > *:nth-child(10) {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 4;
  grid-row: 4;
}

.fs-c-postage__list--prefecture > *:nth-child(11) {
  -ms-grid-column: 3;
  grid-column: 3;
  -ms-grid-row: 3;
  grid-row: 3;
}

.fs-c-postage__list--prefecture > *:nth-child(12) {
  -ms-grid-column: 3;
  grid-column: 3;
  -ms-grid-row: 4;
  grid-row: 4;
}

.fs-c-postage__list--prefecture > *:nth-child(13) {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 5;
  grid-row: 5;
}

.fs-c-postage__list--prefecture > *:nth-child(14) {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 6;
  grid-row: 6;
}

.fs-c-postage__list--prefecture > *:nth-child(15) {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 5;
  grid-row: 5;
}

.fs-c-postage__list--prefecture > *:nth-child(16) {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 6;
  grid-row: 6;
}

.fs-c-postage__list--prefecture > *:nth-child(17) {
  -ms-grid-column: 3;
  grid-column: 3;
  -ms-grid-row: 5;
  grid-row: 5;
}

.fs-c-postage__list--prefecture > *:nth-child(18) {
  -ms-grid-column: 3;
  grid-column: 3;
  -ms-grid-row: 6;
  grid-row: 6;
}

.fs-c-postage__list--prefecture > *:nth-child(19) {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 7;
  grid-row: 7;
}

.fs-c-postage__list--prefecture > *:nth-child(20) {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 8;
  grid-row: 8;
}

.fs-c-postage__list--prefecture > *:nth-child(21) {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 7;
  grid-row: 7;
}

.fs-c-postage__list--prefecture > *:nth-child(22) {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 8;
  grid-row: 8;
}

.fs-c-postage__list--prefecture > *:nth-child(23) {
  -ms-grid-column: 3;
  grid-column: 3;
  -ms-grid-row: 7;
  grid-row: 7;
}

.fs-c-postage__list--prefecture > *:nth-child(24) {
  -ms-grid-column: 3;
  grid-column: 3;
  -ms-grid-row: 8;
  grid-row: 8;
}

.fs-c-postage__list--prefecture > *:nth-child(25) {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 9;
  grid-row: 9;
}

.fs-c-postage__list--prefecture > *:nth-child(26) {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 10;
  grid-row: 10;
}

.fs-c-postage__list--prefecture > *:nth-child(27) {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 9;
  grid-row: 9;
}

.fs-c-postage__list--prefecture > *:nth-child(28) {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 10;
  grid-row: 10;
}

.fs-c-postage__list--prefecture > *:nth-child(29) {
  -ms-grid-column: 3;
  grid-column: 3;
  -ms-grid-row: 9;
  grid-row: 9;
}

.fs-c-postage__list--prefecture > *:nth-child(30) {
  -ms-grid-column: 3;
  grid-column: 3;
  -ms-grid-row: 10;
  grid-row: 10;
}

.fs-c-postage__list--prefecture > *:nth-child(31) {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 11;
  grid-row: 11;
}

.fs-c-postage__list--prefecture > *:nth-child(32) {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 12;
  grid-row: 12;
}

.fs-c-postage__list--prefecture > *:nth-child(33) {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 11;
  grid-row: 11;
}

.fs-c-postage__list--prefecture > *:nth-child(34) {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 12;
  grid-row: 12;
}

.fs-c-postage__list--prefecture > *:nth-child(35) {
  -ms-grid-column: 3;
  grid-column: 3;
  -ms-grid-row: 11;
  grid-row: 11;
}

.fs-c-postage__list--prefecture > *:nth-child(36) {
  -ms-grid-column: 3;
  grid-column: 3;
  -ms-grid-row: 12;
  grid-row: 12;
}

.fs-c-postage__list--prefecture > *:nth-child(37) {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 13;
  grid-row: 13;
}

.fs-c-postage__list--prefecture > *:nth-child(38) {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 14;
  grid-row: 14;
}

.fs-c-postage__list--prefecture > *:nth-child(39) {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 13;
  grid-row: 13;
}

.fs-c-postage__list--prefecture > *:nth-child(40) {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 14;
  grid-row: 14;
}

.fs-c-postage__list--prefecture > *:nth-child(41) {
  -ms-grid-column: 3;
  grid-column: 3;
  -ms-grid-row: 13;
  grid-row: 13;
}

.fs-c-postage__list--prefecture > *:nth-child(42) {
  -ms-grid-column: 3;
  grid-column: 3;
  -ms-grid-row: 14;
  grid-row: 14;
}

.fs-c-postage__list--prefecture > *:nth-child(43) {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 15;
  grid-row: 15;
}

.fs-c-postage__list--prefecture > *:nth-child(44) {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 16;
  grid-row: 16;
}

.fs-c-postage__list--prefecture > *:nth-child(45) {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 15;
  grid-row: 15;
}

.fs-c-postage__list--prefecture > *:nth-child(46) {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 16;
  grid-row: 16;
}

.fs-c-postage__list--prefecture > *:nth-child(47) {
  -ms-grid-column: 3;
  grid-column: 3;
  -ms-grid-row: 15;
  grid-row: 15;
}

.fs-c-postage__list--prefecture > *:nth-child(48) {
  -ms-grid-column: 3;
  grid-column: 3;
  -ms-grid-row: 16;
  grid-row: 16;
}

.fs-c-postage__list--prefecture > *:nth-child(49) {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 17;
  grid-row: 17;
}

.fs-c-postage__list--prefecture > *:nth-child(50) {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 18;
  grid-row: 18;
}

.fs-c-postage__list--prefecture > *:nth-child(51) {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 17;
  grid-row: 17;
}

.fs-c-postage__list--prefecture > *:nth-child(52) {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 18;
  grid-row: 18;
}

.fs-c-postage__list--prefecture > *:nth-child(53) {
  -ms-grid-column: 3;
  grid-column: 3;
  -ms-grid-row: 17;
  grid-row: 17;
}

.fs-c-postage__list--prefecture > *:nth-child(54) {
  -ms-grid-column: 3;
  grid-column: 3;
  -ms-grid-row: 18;
  grid-row: 18;
}

.fs-c-postage__list--prefecture > *:nth-child(55) {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 19;
  grid-row: 19;
}

.fs-c-postage__list--prefecture > *:nth-child(56) {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 20;
  grid-row: 20;
}

.fs-c-postage__list--prefecture > *:nth-child(57) {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 19;
  grid-row: 19;
}

.fs-c-postage__list--prefecture > *:nth-child(58) {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 20;
  grid-row: 20;
}

.fs-c-postage__list--prefecture > *:nth-child(59) {
  -ms-grid-column: 3;
  grid-column: 3;
  -ms-grid-row: 19;
  grid-row: 19;
}

.fs-c-postage__list--prefecture > *:nth-child(60) {
  -ms-grid-column: 3;
  grid-column: 3;
  -ms-grid-row: 20;
  grid-row: 20;
}

.fs-c-postage__list--prefecture > *:nth-child(61) {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 21;
  grid-row: 21;
}

.fs-c-postage__list--prefecture > *:nth-child(62) {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 22;
  grid-row: 22;
}

.fs-c-postage__list--prefecture > *:nth-child(63) {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 21;
  grid-row: 21;
}

.fs-c-postage__list--prefecture > *:nth-child(64) {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 22;
  grid-row: 22;
}

.fs-c-postage__list--prefecture > *:nth-child(65) {
  -ms-grid-column: 3;
  grid-column: 3;
  -ms-grid-row: 21;
  grid-row: 21;
}

.fs-c-postage__list--prefecture > *:nth-child(66) {
  -ms-grid-column: 3;
  grid-column: 3;
  -ms-grid-row: 22;
  grid-row: 22;
}

.fs-c-postage__list--prefecture > *:nth-child(67) {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 23;
  grid-row: 23;
}

.fs-c-postage__list--prefecture > *:nth-child(68) {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 24;
  grid-row: 24;
}

.fs-c-postage__list--prefecture > *:nth-child(69) {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 23;
  grid-row: 23;
}

.fs-c-postage__list--prefecture > *:nth-child(70) {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 24;
  grid-row: 24;
}

.fs-c-postage__list--prefecture > *:nth-child(71) {
  -ms-grid-column: 3;
  grid-column: 3;
  -ms-grid-row: 23;
  grid-row: 23;
}

.fs-c-postage__list--prefecture > *:nth-child(72) {
  -ms-grid-column: 3;
  grid-column: 3;
  -ms-grid-row: 24;
  grid-row: 24;
}

.fs-c-postage__list--prefecture > *:nth-child(73) {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 25;
  grid-row: 25;
}

.fs-c-postage__list--prefecture > *:nth-child(74) {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 26;
  grid-row: 26;
}

.fs-c-postage__list--prefecture > *:nth-child(75) {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 25;
  grid-row: 25;
}

.fs-c-postage__list--prefecture > *:nth-child(76) {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 26;
  grid-row: 26;
}

.fs-c-postage__list--prefecture > *:nth-child(77) {
  -ms-grid-column: 3;
  grid-column: 3;
  -ms-grid-row: 25;
  grid-row: 25;
}

.fs-c-postage__list--prefecture > *:nth-child(78) {
  -ms-grid-column: 3;
  grid-column: 3;
  -ms-grid-row: 26;
  grid-row: 26;
}

.fs-c-postage__list--prefecture > *:nth-child(79) {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 27;
  grid-row: 27;
}

.fs-c-postage__list--prefecture > *:nth-child(80) {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 28;
  grid-row: 28;
}

.fs-c-postage__list--prefecture > *:nth-child(81) {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 27;
  grid-row: 27;
}

.fs-c-postage__list--prefecture > *:nth-child(82) {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 28;
  grid-row: 28;
}

.fs-c-postage__list--prefecture > *:nth-child(83) {
  -ms-grid-column: 3;
  grid-column: 3;
  -ms-grid-row: 27;
  grid-row: 27;
}

.fs-c-postage__list--prefecture > *:nth-child(84) {
  -ms-grid-column: 3;
  grid-column: 3;
  -ms-grid-row: 28;
  grid-row: 28;
}

.fs-c-postage__list--prefecture > *:nth-child(85) {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 29;
  grid-row: 29;
}

.fs-c-postage__list--prefecture > *:nth-child(86) {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 30;
  grid-row: 30;
}

.fs-c-postage__list--prefecture > *:nth-child(87) {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 29;
  grid-row: 29;
}

.fs-c-postage__list--prefecture > *:nth-child(88) {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 30;
  grid-row: 30;
}

.fs-c-postage__list--prefecture > *:nth-child(89) {
  -ms-grid-column: 3;
  grid-column: 3;
  -ms-grid-row: 29;
  grid-row: 29;
}

.fs-c-postage__list--prefecture > *:nth-child(90) {
  -ms-grid-column: 3;
  grid-column: 3;
  -ms-grid-row: 30;
  grid-row: 30;
}

.fs-c-postage__list--prefecture > *:nth-child(91) {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 31;
  grid-row: 31;
}

.fs-c-postage__list--prefecture > *:nth-child(92) {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 32;
  grid-row: 32;
}

.fs-c-postage__list--prefecture > *:nth-child(93) {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 31;
  grid-row: 31;
}

.fs-c-postage__list--prefecture > *:nth-child(94) {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 32;
  grid-row: 32;
}

@media screen and (min-width: 768px) {
  .fs-c-postage__list--prefecture > *:nth-child(1) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    grid-row: 1;
  }
  .fs-c-postage__list--prefecture > *:nth-child(2) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 2;
    grid-row: 2;
  }
  .fs-c-postage__list--prefecture > *:nth-child(3) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 1;
    grid-row: 1;
  }
  .fs-c-postage__list--prefecture > *:nth-child(4) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 2;
    grid-row: 2;
  }
  .fs-c-postage__list--prefecture > *:nth-child(5) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 1;
    grid-row: 1;
  }
  .fs-c-postage__list--prefecture > *:nth-child(6) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 2;
    grid-row: 2;
  }
  .fs-c-postage__list--prefecture > *:nth-child(7) {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 1;
    grid-row: 1;
  }
  .fs-c-postage__list--prefecture > *:nth-child(8) {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 2;
    grid-row: 2;
  }
  .fs-c-postage__list--prefecture > *:nth-child(9) {
    -ms-grid-column: 5;
    grid-column: 5;
    -ms-grid-row: 1;
    grid-row: 1;
  }
  .fs-c-postage__list--prefecture > *:nth-child(10) {
    -ms-grid-column: 5;
    grid-column: 5;
    -ms-grid-row: 2;
    grid-row: 2;
  }
  .fs-c-postage__list--prefecture > *:nth-child(11) {
    -ms-grid-column: 6;
    grid-column: 6;
    -ms-grid-row: 1;
    grid-row: 1;
  }
  .fs-c-postage__list--prefecture > *:nth-child(12) {
    -ms-grid-column: 6;
    grid-column: 6;
    -ms-grid-row: 2;
    grid-row: 2;
  }
  .fs-c-postage__list--prefecture > *:nth-child(13) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 3;
    grid-row: 3;
  }
  .fs-c-postage__list--prefecture > *:nth-child(14) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 4;
    grid-row: 4;
  }
  .fs-c-postage__list--prefecture > *:nth-child(15) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 3;
    grid-row: 3;
  }
  .fs-c-postage__list--prefecture > *:nth-child(16) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 4;
    grid-row: 4;
  }
  .fs-c-postage__list--prefecture > *:nth-child(17) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 3;
    grid-row: 3;
  }
  .fs-c-postage__list--prefecture > *:nth-child(18) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 4;
    grid-row: 4;
  }
  .fs-c-postage__list--prefecture > *:nth-child(19) {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 3;
    grid-row: 3;
  }
  .fs-c-postage__list--prefecture > *:nth-child(20) {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 4;
    grid-row: 4;
  }
  .fs-c-postage__list--prefecture > *:nth-child(21) {
    -ms-grid-column: 5;
    grid-column: 5;
    -ms-grid-row: 3;
    grid-row: 3;
  }
  .fs-c-postage__list--prefecture > *:nth-child(22) {
    -ms-grid-column: 5;
    grid-column: 5;
    -ms-grid-row: 4;
    grid-row: 4;
  }
  .fs-c-postage__list--prefecture > *:nth-child(23) {
    -ms-grid-column: 6;
    grid-column: 6;
    -ms-grid-row: 3;
    grid-row: 3;
  }
  .fs-c-postage__list--prefecture > *:nth-child(24) {
    -ms-grid-column: 6;
    grid-column: 6;
    -ms-grid-row: 4;
    grid-row: 4;
  }
  .fs-c-postage__list--prefecture > *:nth-child(25) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 5;
    grid-row: 5;
  }
  .fs-c-postage__list--prefecture > *:nth-child(26) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 6;
    grid-row: 6;
  }
  .fs-c-postage__list--prefecture > *:nth-child(27) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 5;
    grid-row: 5;
  }
  .fs-c-postage__list--prefecture > *:nth-child(28) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 6;
    grid-row: 6;
  }
  .fs-c-postage__list--prefecture > *:nth-child(29) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 5;
    grid-row: 5;
  }
  .fs-c-postage__list--prefecture > *:nth-child(30) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 6;
    grid-row: 6;
  }
  .fs-c-postage__list--prefecture > *:nth-child(31) {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 5;
    grid-row: 5;
  }
  .fs-c-postage__list--prefecture > *:nth-child(32) {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 6;
    grid-row: 6;
  }
  .fs-c-postage__list--prefecture > *:nth-child(33) {
    -ms-grid-column: 5;
    grid-column: 5;
    -ms-grid-row: 5;
    grid-row: 5;
  }
  .fs-c-postage__list--prefecture > *:nth-child(34) {
    -ms-grid-column: 5;
    grid-column: 5;
    -ms-grid-row: 6;
    grid-row: 6;
  }
  .fs-c-postage__list--prefecture > *:nth-child(35) {
    -ms-grid-column: 6;
    grid-column: 6;
    -ms-grid-row: 5;
    grid-row: 5;
  }
  .fs-c-postage__list--prefecture > *:nth-child(36) {
    -ms-grid-column: 6;
    grid-column: 6;
    -ms-grid-row: 6;
    grid-row: 6;
  }
  .fs-c-postage__list--prefecture > *:nth-child(37) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 7;
    grid-row: 7;
  }
  .fs-c-postage__list--prefecture > *:nth-child(38) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 8;
    grid-row: 8;
  }
  .fs-c-postage__list--prefecture > *:nth-child(39) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 7;
    grid-row: 7;
  }
  .fs-c-postage__list--prefecture > *:nth-child(40) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 8;
    grid-row: 8;
  }
  .fs-c-postage__list--prefecture > *:nth-child(41) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 7;
    grid-row: 7;
  }
  .fs-c-postage__list--prefecture > *:nth-child(42) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 8;
    grid-row: 8;
  }
  .fs-c-postage__list--prefecture > *:nth-child(43) {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 7;
    grid-row: 7;
  }
  .fs-c-postage__list--prefecture > *:nth-child(44) {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 8;
    grid-row: 8;
  }
  .fs-c-postage__list--prefecture > *:nth-child(45) {
    -ms-grid-column: 5;
    grid-column: 5;
    -ms-grid-row: 7;
    grid-row: 7;
  }
  .fs-c-postage__list--prefecture > *:nth-child(46) {
    -ms-grid-column: 5;
    grid-column: 5;
    -ms-grid-row: 8;
    grid-row: 8;
  }
  .fs-c-postage__list--prefecture > *:nth-child(47) {
    -ms-grid-column: 6;
    grid-column: 6;
    -ms-grid-row: 7;
    grid-row: 7;
  }
  .fs-c-postage__list--prefecture > *:nth-child(48) {
    -ms-grid-column: 6;
    grid-column: 6;
    -ms-grid-row: 8;
    grid-row: 8;
  }
  .fs-c-postage__list--prefecture > *:nth-child(49) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 9;
    grid-row: 9;
  }
  .fs-c-postage__list--prefecture > *:nth-child(50) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 10;
    grid-row: 10;
  }
  .fs-c-postage__list--prefecture > *:nth-child(51) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 9;
    grid-row: 9;
  }
  .fs-c-postage__list--prefecture > *:nth-child(52) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 10;
    grid-row: 10;
  }
  .fs-c-postage__list--prefecture > *:nth-child(53) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 9;
    grid-row: 9;
  }
  .fs-c-postage__list--prefecture > *:nth-child(54) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 10;
    grid-row: 10;
  }
  .fs-c-postage__list--prefecture > *:nth-child(55) {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 9;
    grid-row: 9;
  }
  .fs-c-postage__list--prefecture > *:nth-child(56) {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 10;
    grid-row: 10;
  }
  .fs-c-postage__list--prefecture > *:nth-child(57) {
    -ms-grid-column: 5;
    grid-column: 5;
    -ms-grid-row: 9;
    grid-row: 9;
  }
  .fs-c-postage__list--prefecture > *:nth-child(58) {
    -ms-grid-column: 5;
    grid-column: 5;
    -ms-grid-row: 10;
    grid-row: 10;
  }
  .fs-c-postage__list--prefecture > *:nth-child(59) {
    -ms-grid-column: 6;
    grid-column: 6;
    -ms-grid-row: 9;
    grid-row: 9;
  }
  .fs-c-postage__list--prefecture > *:nth-child(60) {
    -ms-grid-column: 6;
    grid-column: 6;
    -ms-grid-row: 10;
    grid-row: 10;
  }
  .fs-c-postage__list--prefecture > *:nth-child(61) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 11;
    grid-row: 11;
  }
  .fs-c-postage__list--prefecture > *:nth-child(62) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 12;
    grid-row: 12;
  }
  .fs-c-postage__list--prefecture > *:nth-child(63) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 11;
    grid-row: 11;
  }
  .fs-c-postage__list--prefecture > *:nth-child(64) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 12;
    grid-row: 12;
  }
  .fs-c-postage__list--prefecture > *:nth-child(65) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 11;
    grid-row: 11;
  }
  .fs-c-postage__list--prefecture > *:nth-child(66) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 12;
    grid-row: 12;
  }
  .fs-c-postage__list--prefecture > *:nth-child(67) {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 11;
    grid-row: 11;
  }
  .fs-c-postage__list--prefecture > *:nth-child(68) {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 12;
    grid-row: 12;
  }
  .fs-c-postage__list--prefecture > *:nth-child(69) {
    -ms-grid-column: 5;
    grid-column: 5;
    -ms-grid-row: 11;
    grid-row: 11;
  }
  .fs-c-postage__list--prefecture > *:nth-child(70) {
    -ms-grid-column: 5;
    grid-column: 5;
    -ms-grid-row: 12;
    grid-row: 12;
  }
  .fs-c-postage__list--prefecture > *:nth-child(71) {
    -ms-grid-column: 6;
    grid-column: 6;
    -ms-grid-row: 11;
    grid-row: 11;
  }
  .fs-c-postage__list--prefecture > *:nth-child(72) {
    -ms-grid-column: 6;
    grid-column: 6;
    -ms-grid-row: 12;
    grid-row: 12;
  }
  .fs-c-postage__list--prefecture > *:nth-child(73) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 13;
    grid-row: 13;
  }
  .fs-c-postage__list--prefecture > *:nth-child(74) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 14;
    grid-row: 14;
  }
  .fs-c-postage__list--prefecture > *:nth-child(75) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 13;
    grid-row: 13;
  }
  .fs-c-postage__list--prefecture > *:nth-child(76) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 14;
    grid-row: 14;
  }
  .fs-c-postage__list--prefecture > *:nth-child(77) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 13;
    grid-row: 13;
  }
  .fs-c-postage__list--prefecture > *:nth-child(78) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 14;
    grid-row: 14;
  }
  .fs-c-postage__list--prefecture > *:nth-child(79) {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 13;
    grid-row: 13;
  }
  .fs-c-postage__list--prefecture > *:nth-child(80) {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 14;
    grid-row: 14;
  }
  .fs-c-postage__list--prefecture > *:nth-child(81) {
    -ms-grid-column: 5;
    grid-column: 5;
    -ms-grid-row: 13;
    grid-row: 13;
  }
  .fs-c-postage__list--prefecture > *:nth-child(82) {
    -ms-grid-column: 5;
    grid-column: 5;
    -ms-grid-row: 14;
    grid-row: 14;
  }
  .fs-c-postage__list--prefecture > *:nth-child(83) {
    -ms-grid-column: 6;
    grid-column: 6;
    -ms-grid-row: 13;
    grid-row: 13;
  }
  .fs-c-postage__list--prefecture > *:nth-child(84) {
    -ms-grid-column: 6;
    grid-column: 6;
    -ms-grid-row: 14;
    grid-row: 14;
  }
  .fs-c-postage__list--prefecture > *:nth-child(85) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 15;
    grid-row: 15;
  }
  .fs-c-postage__list--prefecture > *:nth-child(86) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 16;
    grid-row: 16;
  }
  .fs-c-postage__list--prefecture > *:nth-child(87) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 15;
    grid-row: 15;
  }
  .fs-c-postage__list--prefecture > *:nth-child(88) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 16;
    grid-row: 16;
  }
  .fs-c-postage__list--prefecture > *:nth-child(89) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 15;
    grid-row: 15;
  }
  .fs-c-postage__list--prefecture > *:nth-child(90) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 16;
    grid-row: 16;
  }
  .fs-c-postage__list--prefecture > *:nth-child(91) {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 15;
    grid-row: 15;
  }
  .fs-c-postage__list--prefecture > *:nth-child(92) {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 16;
    grid-row: 16;
  }
  .fs-c-postage__list--prefecture > *:nth-child(93) {
    -ms-grid-column: 5;
    grid-column: 5;
    -ms-grid-row: 15;
    grid-row: 15;
  }
  .fs-c-postage__list--prefecture > *:nth-child(94) {
    -ms-grid-column: 5;
    grid-column: 5;
    -ms-grid-row: 16;
    grid-row: 16;
  }

  /*メニューをページ下部に固定*/
#sp-fixed-menu{
   position: fixed;
   width: 100%;
   bottom: 0px;
   font-size: 0;
   opacity: 0.9;
   z-index: 99;
}

/* ここからスマホ固定メニュー */
/*メニューを横並びにする*/
#sp-fixed-menu ul{
   display: flex;
   list-style: none;
   padding:0;
   margin:0;
   width:100%;
}

#sp-fixed-menu li{
   justify-content: center;
   align-items: center;
   width: 20%;
   padding:0;
   margin:0;
   font-size: 14px;
   border-right: 1px solid #fff;
}

/*左側メニューを緑色に*/
#sp-fixed-menu li:first-child{
   background: #38b435;
}

/*左側メニューをオレンジ色に*/
#sp-fixed-menu li:last-child{
   background: #f3a324;
}

/*ボタンを調整*/
#sp-fixed-menu li a{
   color: #fff;
   text-align: center;
   display:block;
   width: 100%;
   padding:20px;
}
/* /----ここまでスマホ固定メニュー */
}

@media screen and (min-width: 1200px) {
  .fs-c-postage__list--prefecture > *:nth-child(1) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    grid-row: 1;
  }
  .fs-c-postage__list--prefecture > *:nth-child(2) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 2;
    grid-row: 2;
  }
  .fs-c-postage__list--prefecture > *:nth-child(3) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 1;
    grid-row: 1;
  }
  .fs-c-postage__list--prefecture > *:nth-child(4) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 2;
    grid-row: 2;
  }
  .fs-c-postage__list--prefecture > *:nth-child(5) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 1;
    grid-row: 1;
  }
  .fs-c-postage__list--prefecture > *:nth-child(6) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 2;
    grid-row: 2;
  }
  .fs-c-postage__list--prefecture > *:nth-child(7) {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 1;
    grid-row: 1;
  }
  .fs-c-postage__list--prefecture > *:nth-child(8) {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 2;
    grid-row: 2;
  }
  .fs-c-postage__list--prefecture > *:nth-child(9) {
    -ms-grid-column: 5;
    grid-column: 5;
    -ms-grid-row: 1;
    grid-row: 1;
  }
  .fs-c-postage__list--prefecture > *:nth-child(10) {
    -ms-grid-column: 5;
    grid-column: 5;
    -ms-grid-row: 2;
    grid-row: 2;
  }
  .fs-c-postage__list--prefecture > *:nth-child(11) {
    -ms-grid-column: 6;
    grid-column: 6;
    -ms-grid-row: 1;
    grid-row: 1;
  }
  .fs-c-postage__list--prefecture > *:nth-child(12) {
    -ms-grid-column: 6;
    grid-column: 6;
    -ms-grid-row: 2;
    grid-row: 2;
  }
  .fs-c-postage__list--prefecture > *:nth-child(13) {
    -ms-grid-column: 7;
    grid-column: 7;
    -ms-grid-row: 1;
    grid-row: 1;
  }
  .fs-c-postage__list--prefecture > *:nth-child(14) {
    -ms-grid-column: 7;
    grid-column: 7;
    -ms-grid-row: 2;
    grid-row: 2;
  }
  .fs-c-postage__list--prefecture > *:nth-child(15) {
    -ms-grid-column: 8;
    grid-column: 8;
    -ms-grid-row: 1;
    grid-row: 1;
  }
  .fs-c-postage__list--prefecture > *:nth-child(16) {
    -ms-grid-column: 8;
    grid-column: 8;
    -ms-grid-row: 2;
    grid-row: 2;
  }
  .fs-c-postage__list--prefecture > *:nth-child(17) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 3;
    grid-row: 3;
  }
  .fs-c-postage__list--prefecture > *:nth-child(18) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 4;
    grid-row: 4;
  }
  .fs-c-postage__list--prefecture > *:nth-child(19) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 3;
    grid-row: 3;
  }
  .fs-c-postage__list--prefecture > *:nth-child(20) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 4;
    grid-row: 4;
  }
  .fs-c-postage__list--prefecture > *:nth-child(21) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 3;
    grid-row: 3;
  }
  .fs-c-postage__list--prefecture > *:nth-child(22) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 4;
    grid-row: 4;
  }
  .fs-c-postage__list--prefecture > *:nth-child(23) {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 3;
    grid-row: 3;
  }
  .fs-c-postage__list--prefecture > *:nth-child(24) {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 4;
    grid-row: 4;
  }
  .fs-c-postage__list--prefecture > *:nth-child(25) {
    -ms-grid-column: 5;
    grid-column: 5;
    -ms-grid-row: 3;
    grid-row: 3;
  }
  .fs-c-postage__list--prefecture > *:nth-child(26) {
    -ms-grid-column: 5;
    grid-column: 5;
    -ms-grid-row: 4;
    grid-row: 4;
  }
  .fs-c-postage__list--prefecture > *:nth-child(27) {
    -ms-grid-column: 6;
    grid-column: 6;
    -ms-grid-row: 3;
    grid-row: 3;
  }
  .fs-c-postage__list--prefecture > *:nth-child(28) {
    -ms-grid-column: 6;
    grid-column: 6;
    -ms-grid-row: 4;
    grid-row: 4;
  }
  .fs-c-postage__list--prefecture > *:nth-child(29) {
    -ms-grid-column: 7;
    grid-column: 7;
    -ms-grid-row: 3;
    grid-row: 3;
  }
  .fs-c-postage__list--prefecture > *:nth-child(30) {
    -ms-grid-column: 7;
    grid-column: 7;
    -ms-grid-row: 4;
    grid-row: 4;
  }
  .fs-c-postage__list--prefecture > *:nth-child(31) {
    -ms-grid-column: 8;
    grid-column: 8;
    -ms-grid-row: 3;
    grid-row: 3;
  }
  .fs-c-postage__list--prefecture > *:nth-child(32) {
    -ms-grid-column: 8;
    grid-column: 8;
    -ms-grid-row: 4;
    grid-row: 4;
  }
  .fs-c-postage__list--prefecture > *:nth-child(33) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 5;
    grid-row: 5;
  }
  .fs-c-postage__list--prefecture > *:nth-child(34) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 6;
    grid-row: 6;
  }
  .fs-c-postage__list--prefecture > *:nth-child(35) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 5;
    grid-row: 5;
  }
  .fs-c-postage__list--prefecture > *:nth-child(36) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 6;
    grid-row: 6;
  }
  .fs-c-postage__list--prefecture > *:nth-child(37) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 5;
    grid-row: 5;
  }
  .fs-c-postage__list--prefecture > *:nth-child(38) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 6;
    grid-row: 6;
  }
  .fs-c-postage__list--prefecture > *:nth-child(39) {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 5;
    grid-row: 5;
  }
  .fs-c-postage__list--prefecture > *:nth-child(40) {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 6;
    grid-row: 6;
  }
  .fs-c-postage__list--prefecture > *:nth-child(41) {
    -ms-grid-column: 5;
    grid-column: 5;
    -ms-grid-row: 5;
    grid-row: 5;
  }
  .fs-c-postage__list--prefecture > *:nth-child(42) {
    -ms-grid-column: 5;
    grid-column: 5;
    -ms-grid-row: 6;
    grid-row: 6;
  }
  .fs-c-postage__list--prefecture > *:nth-child(43) {
    -ms-grid-column: 6;
    grid-column: 6;
    -ms-grid-row: 5;
    grid-row: 5;
  }
  .fs-c-postage__list--prefecture > *:nth-child(44) {
    -ms-grid-column: 6;
    grid-column: 6;
    -ms-grid-row: 6;
    grid-row: 6;
  }
  .fs-c-postage__list--prefecture > *:nth-child(45) {
    -ms-grid-column: 7;
    grid-column: 7;
    -ms-grid-row: 5;
    grid-row: 5;
  }
  .fs-c-postage__list--prefecture > *:nth-child(46) {
    -ms-grid-column: 7;
    grid-column: 7;
    -ms-grid-row: 6;
    grid-row: 6;
  }
  .fs-c-postage__list--prefecture > *:nth-child(47) {
    -ms-grid-column: 8;
    grid-column: 8;
    -ms-grid-row: 5;
    grid-row: 5;
  }
  .fs-c-postage__list--prefecture > *:nth-child(48) {
    -ms-grid-column: 8;
    grid-column: 8;
    -ms-grid-row: 6;
    grid-row: 6;
  }
  .fs-c-postage__list--prefecture > *:nth-child(49) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 7;
    grid-row: 7;
  }
  .fs-c-postage__list--prefecture > *:nth-child(50) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 8;
    grid-row: 8;
  }
  .fs-c-postage__list--prefecture > *:nth-child(51) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 7;
    grid-row: 7;
  }
  .fs-c-postage__list--prefecture > *:nth-child(52) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 8;
    grid-row: 8;
  }
  .fs-c-postage__list--prefecture > *:nth-child(53) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 7;
    grid-row: 7;
  }
  .fs-c-postage__list--prefecture > *:nth-child(54) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 8;
    grid-row: 8;
  }
  .fs-c-postage__list--prefecture > *:nth-child(55) {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 7;
    grid-row: 7;
  }
  .fs-c-postage__list--prefecture > *:nth-child(56) {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 8;
    grid-row: 8;
  }
  .fs-c-postage__list--prefecture > *:nth-child(57) {
    -ms-grid-column: 5;
    grid-column: 5;
    -ms-grid-row: 7;
    grid-row: 7;
  }
  .fs-c-postage__list--prefecture > *:nth-child(58) {
    -ms-grid-column: 5;
    grid-column: 5;
    -ms-grid-row: 8;
    grid-row: 8;
  }
  .fs-c-postage__list--prefecture > *:nth-child(59) {
    -ms-grid-column: 6;
    grid-column: 6;
    -ms-grid-row: 7;
    grid-row: 7;
  }
  .fs-c-postage__list--prefecture > *:nth-child(60) {
    -ms-grid-column: 6;
    grid-column: 6;
    -ms-grid-row: 8;
    grid-row: 8;
  }
  .fs-c-postage__list--prefecture > *:nth-child(61) {
    -ms-grid-column: 7;
    grid-column: 7;
    -ms-grid-row: 7;
    grid-row: 7;
  }
  .fs-c-postage__list--prefecture > *:nth-child(62) {
    -ms-grid-column: 7;
    grid-column: 7;
    -ms-grid-row: 8;
    grid-row: 8;
  }
  .fs-c-postage__list--prefecture > *:nth-child(63) {
    -ms-grid-column: 8;
    grid-column: 8;
    -ms-grid-row: 7;
    grid-row: 7;
  }
  .fs-c-postage__list--prefecture > *:nth-child(64) {
    -ms-grid-column: 8;
    grid-column: 8;
    -ms-grid-row: 8;
    grid-row: 8;
  }
  .fs-c-postage__list--prefecture > *:nth-child(65) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 9;
    grid-row: 9;
  }
  .fs-c-postage__list--prefecture > *:nth-child(66) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 10;
    grid-row: 10;
  }
  .fs-c-postage__list--prefecture > *:nth-child(67) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 9;
    grid-row: 9;
  }
  .fs-c-postage__list--prefecture > *:nth-child(68) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 10;
    grid-row: 10;
  }
  .fs-c-postage__list--prefecture > *:nth-child(69) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 9;
    grid-row: 9;
  }
  .fs-c-postage__list--prefecture > *:nth-child(70) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 10;
    grid-row: 10;
  }
  .fs-c-postage__list--prefecture > *:nth-child(71) {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 9;
    grid-row: 9;
  }
  .fs-c-postage__list--prefecture > *:nth-child(72) {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 10;
    grid-row: 10;
  }
  .fs-c-postage__list--prefecture > *:nth-child(73) {
    -ms-grid-column: 5;
    grid-column: 5;
    -ms-grid-row: 9;
    grid-row: 9;
  }
  .fs-c-postage__list--prefecture > *:nth-child(74) {
    -ms-grid-column: 5;
    grid-column: 5;
    -ms-grid-row: 10;
    grid-row: 10;
  }
  .fs-c-postage__list--prefecture > *:nth-child(75) {
    -ms-grid-column: 6;
    grid-column: 6;
    -ms-grid-row: 9;
    grid-row: 9;
  }
  .fs-c-postage__list--prefecture > *:nth-child(76) {
    -ms-grid-column: 6;
    grid-column: 6;
    -ms-grid-row: 10;
    grid-row: 10;
  }
  .fs-c-postage__list--prefecture > *:nth-child(77) {
    -ms-grid-column: 7;
    grid-column: 7;
    -ms-grid-row: 9;
    grid-row: 9;
  }
  .fs-c-postage__list--prefecture > *:nth-child(78) {
    -ms-grid-column: 7;
    grid-column: 7;
    -ms-grid-row: 10;
    grid-row: 10;
  }
  .fs-c-postage__list--prefecture > *:nth-child(79) {
    -ms-grid-column: 8;
    grid-column: 8;
    -ms-grid-row: 9;
    grid-row: 9;
  }
  .fs-c-postage__list--prefecture > *:nth-child(80) {
    -ms-grid-column: 8;
    grid-column: 8;
    -ms-grid-row: 10;
    grid-row: 10;
  }
  .fs-c-postage__list--prefecture > *:nth-child(81) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 11;
    grid-row: 11;
  }
  .fs-c-postage__list--prefecture > *:nth-child(82) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 12;
    grid-row: 12;
  }
  .fs-c-postage__list--prefecture > *:nth-child(83) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 11;
    grid-row: 11;
  }
  .fs-c-postage__list--prefecture > *:nth-child(84) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 12;
    grid-row: 12;
  }
  .fs-c-postage__list--prefecture > *:nth-child(85) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 11;
    grid-row: 11;
  }
  .fs-c-postage__list--prefecture > *:nth-child(86) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 12;
    grid-row: 12;
  }
  .fs-c-postage__list--prefecture > *:nth-child(87) {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 11;
    grid-row: 11;
  }
  .fs-c-postage__list--prefecture > *:nth-child(88) {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 12;
    grid-row: 12;
  }
  .fs-c-postage__list--prefecture > *:nth-child(89) {
    -ms-grid-column: 5;
    grid-column: 5;
    -ms-grid-row: 11;
    grid-row: 11;
  }
  .fs-c-postage__list--prefecture > *:nth-child(90) {
    -ms-grid-column: 5;
    grid-column: 5;
    -ms-grid-row: 12;
    grid-row: 12;
  }
  .fs-c-postage__list--prefecture > *:nth-child(91) {
    -ms-grid-column: 6;
    grid-column: 6;
    -ms-grid-row: 11;
    grid-row: 11;
  }
  .fs-c-postage__list--prefecture > *:nth-child(92) {
    -ms-grid-column: 6;
    grid-column: 6;
    -ms-grid-row: 12;
    grid-row: 12;
  }
  .fs-c-postage__list--prefecture > *:nth-child(93) {
    -ms-grid-column: 7;
    grid-column: 7;
    -ms-grid-row: 11;
    grid-row: 11;
  }
  .fs-c-postage__list--prefecture > *:nth-child(94) {
    -ms-grid-column: 7;
    grid-column: 7;
    -ms-grid-row: 12;
    grid-row: 12;
  }
}

.fs-c-postage__list--purchasePrice > *:nth-child(1), .fs-c-postage__list--pattern > *:nth-child(1) {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 1;
  grid-row: 1;
}

.fs-c-postage__list--purchasePrice > *:nth-child(2), .fs-c-postage__list--pattern > *:nth-child(2) {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 2;
  grid-row: 2;
}

.fs-c-postage__list--purchasePrice > *:nth-child(3), .fs-c-postage__list--pattern > *:nth-child(3) {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 3;
  grid-row: 3;
}

.fs-c-postage__list--purchasePrice > *:nth-child(4), .fs-c-postage__list--pattern > *:nth-child(4) {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 4;
  grid-row: 4;
}

.fs-c-postage__list--purchasePrice > *:nth-child(5), .fs-c-postage__list--pattern > *:nth-child(5) {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 5;
  grid-row: 5;
}

.fs-c-postage__list--purchasePrice > *:nth-child(6), .fs-c-postage__list--pattern > *:nth-child(6) {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 6;
  grid-row: 6;
}

.fs-c-postage__list--purchasePrice > *:nth-child(7), .fs-c-postage__list--pattern > *:nth-child(7) {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 7;
  grid-row: 7;
}

.fs-c-postage__list--purchasePrice > *:nth-child(8), .fs-c-postage__list--pattern > *:nth-child(8) {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 8;
  grid-row: 8;
}

.fs-c-postage__list--purchasePrice > *:nth-child(9), .fs-c-postage__list--pattern > *:nth-child(9) {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 9;
  grid-row: 9;
}

.fs-c-postage__list--purchasePrice > *:nth-child(10), .fs-c-postage__list--pattern > *:nth-child(10) {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 10;
  grid-row: 10;
}

.fs-c-postage__list--purchasePrice > *:nth-child(11), .fs-c-postage__list--pattern > *:nth-child(11) {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 11;
  grid-row: 11;
}

.fs-c-postage__list--purchasePrice > *:nth-child(12), .fs-c-postage__list--pattern > *:nth-child(12) {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 12;
  grid-row: 12;
}

.fs-c-postage__list--purchasePrice > *:nth-child(13), .fs-c-postage__list--pattern > *:nth-child(13) {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 13;
  grid-row: 13;
}

.fs-c-postage__list--purchasePrice > *:nth-child(14), .fs-c-postage__list--pattern > *:nth-child(14) {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 14;
  grid-row: 14;
}

.fs-c-postage__list--purchasePrice > *:nth-child(15), .fs-c-postage__list--pattern > *:nth-child(15) {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 15;
  grid-row: 15;
}

.fs-c-postage__list--purchasePrice > *:nth-child(16), .fs-c-postage__list--pattern > *:nth-child(16) {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 16;
  grid-row: 16;
}

.fs-c-postage__list--purchasePrice > *:nth-child(17), .fs-c-postage__list--pattern > *:nth-child(17) {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 17;
  grid-row: 17;
}

.fs-c-postage__list--purchasePrice > *:nth-child(18), .fs-c-postage__list--pattern > *:nth-child(18) {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 18;
  grid-row: 18;
}

.fs-c-postage__list--purchasePrice > *:nth-child(19), .fs-c-postage__list--pattern > *:nth-child(19) {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 19;
  grid-row: 19;
}

.fs-c-postage__list--purchasePrice > *:nth-child(20), .fs-c-postage__list--pattern > *:nth-child(20) {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 20;
  grid-row: 20;
}

.fs-c-postage__list--purchasePrice > *:nth-child(21), .fs-c-postage__list--pattern > *:nth-child(21) {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 21;
  grid-row: 21;
}

.fs-c-postage__list--purchasePrice > *:nth-child(22), .fs-c-postage__list--pattern > *:nth-child(22) {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 22;
  grid-row: 22;
}

.fs-c-postage__list--purchasePrice > *:nth-child(23), .fs-c-postage__list--pattern > *:nth-child(23) {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 23;
  grid-row: 23;
}

.fs-c-postage__list--purchasePrice > *:nth-child(24), .fs-c-postage__list--pattern > *:nth-child(24) {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 24;
  grid-row: 24;
}

.fs-c-postage__list--purchasePrice > *:nth-child(25), .fs-c-postage__list--pattern > *:nth-child(25) {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 25;
  grid-row: 25;
}

.fs-c-postage__list--purchasePrice > *:nth-child(26), .fs-c-postage__list--pattern > *:nth-child(26) {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 26;
  grid-row: 26;
}

.fs-c-postage__list--purchasePrice > *:nth-child(27), .fs-c-postage__list--pattern > *:nth-child(27) {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 27;
  grid-row: 27;
}

.fs-c-postage__list--purchasePrice > *:nth-child(28), .fs-c-postage__list--pattern > *:nth-child(28) {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 28;
  grid-row: 28;
}

.fs-c-postage__list--purchasePrice > *:nth-child(29), .fs-c-postage__list--pattern > *:nth-child(29) {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 29;
  grid-row: 29;
}

.fs-c-postage__list--purchasePrice > *:nth-child(30), .fs-c-postage__list--pattern > *:nth-child(30) {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 30;
  grid-row: 30;
}

.fs-c-postage__list--purchasePrice > *:nth-child(31), .fs-c-postage__list--pattern > *:nth-child(31) {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 31;
  grid-row: 31;
}

.fs-c-postage__list--purchasePrice > *:nth-child(32), .fs-c-postage__list--pattern > *:nth-child(32) {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 32;
  grid-row: 32;
}

.fs-c-postage__list--purchasePrice > *:nth-child(33), .fs-c-postage__list--pattern > *:nth-child(33) {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 33;
  grid-row: 33;
}

.fs-c-postage__list--purchasePrice > *:nth-child(34), .fs-c-postage__list--pattern > *:nth-child(34) {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 34;
  grid-row: 34;
}

.fs-c-postage__list--purchasePrice > *:nth-child(35), .fs-c-postage__list--pattern > *:nth-child(35) {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 35;
  grid-row: 35;
}

.fs-c-postage__list--purchasePrice > *:nth-child(36), .fs-c-postage__list--pattern > *:nth-child(36) {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 36;
  grid-row: 36;
}

.fs-c-postage__list--purchasePrice > *:nth-child(37), .fs-c-postage__list--pattern > *:nth-child(37) {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 37;
  grid-row: 37;
}

.fs-c-postage__list--purchasePrice > *:nth-child(38), .fs-c-postage__list--pattern > *:nth-child(38) {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 38;
  grid-row: 38;
}

.fs-c-postage__list--purchasePrice > *:nth-child(39), .fs-c-postage__list--pattern > *:nth-child(39) {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 39;
  grid-row: 39;
}

.fs-c-postage__list--purchasePrice > *:nth-child(40), .fs-c-postage__list--pattern > *:nth-child(40) {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 40;
  grid-row: 40;
}

.fs-c-postage__list--purchasePrice > *:nth-child(41), .fs-c-postage__list--pattern > *:nth-child(41) {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 41;
  grid-row: 41;
}

.fs-c-postage__list--purchasePrice > *:nth-child(42), .fs-c-postage__list--pattern > *:nth-child(42) {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 42;
  grid-row: 42;
}

.fs-c-postage__list--purchasePrice > *:nth-child(43), .fs-c-postage__list--pattern > *:nth-child(43) {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 43;
  grid-row: 43;
}

.fs-c-postage__list--purchasePrice > *:nth-child(44), .fs-c-postage__list--pattern > *:nth-child(44) {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 44;
  grid-row: 44;
}

.fs-c-postage__list--purchasePrice > *:nth-child(45), .fs-c-postage__list--pattern > *:nth-child(45) {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 45;
  grid-row: 45;
}

.fs-c-postage__list--purchasePrice > *:nth-child(46), .fs-c-postage__list--pattern > *:nth-child(46) {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 46;
  grid-row: 46;
}

.fs-c-postage__list--purchasePrice > *:nth-child(47), .fs-c-postage__list--pattern > *:nth-child(47) {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 47;
  grid-row: 47;
}

.fs-c-postage__list--purchasePrice > *:nth-child(48), .fs-c-postage__list--pattern > *:nth-child(48) {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 48;
  grid-row: 48;
}

.fs-c-postage__list--purchasePrice > *:nth-child(49), .fs-c-postage__list--pattern > *:nth-child(49) {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 49;
  grid-row: 49;
}

.fs-c-postage__list--purchasePrice > *:nth-child(50), .fs-c-postage__list--pattern > *:nth-child(50) {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 50;
  grid-row: 50;
}

.fs-c-postage__list--purchasePrice > *:nth-child(51), .fs-c-postage__list--pattern > *:nth-child(51) {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 51;
  grid-row: 51;
}

.fs-c-postage__list--purchasePrice > *:nth-child(52), .fs-c-postage__list--pattern > *:nth-child(52) {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 52;
  grid-row: 52;
}

.fs-c-postage__list--purchasePrice > *:nth-child(53), .fs-c-postage__list--pattern > *:nth-child(53) {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 53;
  grid-row: 53;
}

.fs-c-postage__list--purchasePrice > *:nth-child(54), .fs-c-postage__list--pattern > *:nth-child(54) {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 54;
  grid-row: 54;
}

.fs-c-postage__list--purchasePrice > *:nth-child(55), .fs-c-postage__list--pattern > *:nth-child(55) {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 55;
  grid-row: 55;
}

.fs-c-postage__list--purchasePrice > *:nth-child(56), .fs-c-postage__list--pattern > *:nth-child(56) {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 56;
  grid-row: 56;
}

.fs-c-postage__list--purchasePrice > *:nth-child(57), .fs-c-postage__list--pattern > *:nth-child(57) {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 57;
  grid-row: 57;
}

.fs-c-postage__list--purchasePrice > *:nth-child(58), .fs-c-postage__list--pattern > *:nth-child(58) {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 58;
  grid-row: 58;
}

.fs-c-postage__list--purchasePrice > *:nth-child(59), .fs-c-postage__list--pattern > *:nth-child(59) {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 59;
  grid-row: 59;
}

.fs-c-postage__list--purchasePrice > *:nth-child(60), .fs-c-postage__list--pattern > *:nth-child(60) {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 60;
  grid-row: 60;
}

.fs-c-postage__list--purchasePrice > *:nth-child(61), .fs-c-postage__list--pattern > *:nth-child(61) {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 61;
  grid-row: 61;
}

.fs-c-postage__list--purchasePrice > *:nth-child(62), .fs-c-postage__list--pattern > *:nth-child(62) {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 62;
  grid-row: 62;
}

.fs-c-postage__list--purchasePrice > *:nth-child(63), .fs-c-postage__list--pattern > *:nth-child(63) {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 63;
  grid-row: 63;
}

.fs-c-postage__list--purchasePrice > *:nth-child(64), .fs-c-postage__list--pattern > *:nth-child(64) {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 64;
  grid-row: 64;
}

.fs-c-postage__list--purchasePrice > *:nth-child(65), .fs-c-postage__list--pattern > *:nth-child(65) {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 65;
  grid-row: 65;
}

.fs-c-postage__list--purchasePrice > *:nth-child(66), .fs-c-postage__list--pattern > *:nth-child(66) {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 66;
  grid-row: 66;
}

.fs-c-postage__list--purchasePrice > *:nth-child(67), .fs-c-postage__list--pattern > *:nth-child(67) {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 67;
  grid-row: 67;
}

.fs-c-postage__list--purchasePrice > *:nth-child(68), .fs-c-postage__list--pattern > *:nth-child(68) {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 68;
  grid-row: 68;
}

.fs-c-postage__list--purchasePrice > *:nth-child(69), .fs-c-postage__list--pattern > *:nth-child(69) {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 69;
  grid-row: 69;
}

.fs-c-postage__list--purchasePrice > *:nth-child(70), .fs-c-postage__list--pattern > *:nth-child(70) {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 70;
  grid-row: 70;
}

.fs-c-postage__list--purchasePrice > *:nth-child(71), .fs-c-postage__list--pattern > *:nth-child(71) {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 71;
  grid-row: 71;
}

.fs-c-postage__list--purchasePrice > *:nth-child(72), .fs-c-postage__list--pattern > *:nth-child(72) {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 72;
  grid-row: 72;
}

.fs-c-postage__list--purchasePrice > *:nth-child(73), .fs-c-postage__list--pattern > *:nth-child(73) {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 73;
  grid-row: 73;
}

.fs-c-postage__list--purchasePrice > *:nth-child(74), .fs-c-postage__list--pattern > *:nth-child(74) {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 74;
  grid-row: 74;
}

.fs-c-postage__list--purchasePrice > *:nth-child(75), .fs-c-postage__list--pattern > *:nth-child(75) {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 75;
  grid-row: 75;
}

.fs-c-postage__list--purchasePrice > *:nth-child(76), .fs-c-postage__list--pattern > *:nth-child(76) {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 76;
  grid-row: 76;
}

.fs-c-postage__list--purchasePrice > *:nth-child(77), .fs-c-postage__list--pattern > *:nth-child(77) {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 77;
  grid-row: 77;
}

.fs-c-postage__list--purchasePrice > *:nth-child(78), .fs-c-postage__list--pattern > *:nth-child(78) {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 78;
  grid-row: 78;
}

.fs-c-postage__list--purchasePrice > *:nth-child(79), .fs-c-postage__list--pattern > *:nth-child(79) {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 79;
  grid-row: 79;
}

.fs-c-postage__list--purchasePrice > *:nth-child(80), .fs-c-postage__list--pattern > *:nth-child(80) {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 80;
  grid-row: 80;
}

.fs-c-postage__list--purchasePrice > *:nth-child(81), .fs-c-postage__list--pattern > *:nth-child(81) {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 81;
  grid-row: 81;
}

.fs-c-postage__list--purchasePrice > *:nth-child(82), .fs-c-postage__list--pattern > *:nth-child(82) {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 82;
  grid-row: 82;
}

.fs-c-postage__list--purchasePrice > *:nth-child(83), .fs-c-postage__list--pattern > *:nth-child(83) {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 83;
  grid-row: 83;
}

.fs-c-postage__list--purchasePrice > *:nth-child(84), .fs-c-postage__list--pattern > *:nth-child(84) {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 84;
  grid-row: 84;
}

.fs-c-postage__list--purchasePrice > *:nth-child(85), .fs-c-postage__list--pattern > *:nth-child(85) {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 85;
  grid-row: 85;
}

.fs-c-postage__list--purchasePrice > *:nth-child(86), .fs-c-postage__list--pattern > *:nth-child(86) {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 86;
  grid-row: 86;
}

.fs-c-postage__list--purchasePrice > *:nth-child(87), .fs-c-postage__list--pattern > *:nth-child(87) {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 87;
  grid-row: 87;
}

.fs-c-postage__list--purchasePrice > *:nth-child(88), .fs-c-postage__list--pattern > *:nth-child(88) {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 88;
  grid-row: 88;
}

.fs-c-postage__list--purchasePrice > *:nth-child(89), .fs-c-postage__list--pattern > *:nth-child(89) {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 89;
  grid-row: 89;
}

.fs-c-postage__list--purchasePrice > *:nth-child(90), .fs-c-postage__list--pattern > *:nth-child(90) {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 90;
  grid-row: 90;
}

.fs-c-postage__list--purchasePrice > *:nth-child(91), .fs-c-postage__list--pattern > *:nth-child(91) {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 91;
  grid-row: 91;
}

.fs-c-postage__list--purchasePrice > *:nth-child(92), .fs-c-postage__list--pattern > *:nth-child(92) {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 92;
  grid-row: 92;
}

.fs-c-postage__list--purchasePrice > *:nth-child(93), .fs-c-postage__list--pattern > *:nth-child(93) {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 93;
  grid-row: 93;
}

.fs-c-postage__list--purchasePrice > *:nth-child(94), .fs-c-postage__list--pattern > *:nth-child(94) {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 94;
  grid-row: 94;
}

@media screen and (min-width: 768px) {
  .fs-c-postage__list--purchasePrice > *:nth-child(1), .fs-c-postage__list--pattern > *:nth-child(1) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    grid-row: 1;
  }
  .fs-c-postage__list--purchasePrice > *:nth-child(2), .fs-c-postage__list--pattern > *:nth-child(2) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 2;
    grid-row: 2;
  }
  .fs-c-postage__list--purchasePrice > *:nth-child(3), .fs-c-postage__list--pattern > *:nth-child(3) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 1;
    grid-row: 1;
  }
  .fs-c-postage__list--purchasePrice > *:nth-child(4), .fs-c-postage__list--pattern > *:nth-child(4) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 2;
    grid-row: 2;
  }
  .fs-c-postage__list--purchasePrice > *:nth-child(5), .fs-c-postage__list--pattern > *:nth-child(5) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 1;
    grid-row: 1;
  }
  .fs-c-postage__list--purchasePrice > *:nth-child(6), .fs-c-postage__list--pattern > *:nth-child(6) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 2;
    grid-row: 2;
  }
  .fs-c-postage__list--purchasePrice > *:nth-child(7), .fs-c-postage__list--pattern > *:nth-child(7) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 3;
    grid-row: 3;
  }
  .fs-c-postage__list--purchasePrice > *:nth-child(8), .fs-c-postage__list--pattern > *:nth-child(8) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 4;
    grid-row: 4;
  }
  .fs-c-postage__list--purchasePrice > *:nth-child(9), .fs-c-postage__list--pattern > *:nth-child(9) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 3;
    grid-row: 3;
  }
  .fs-c-postage__list--purchasePrice > *:nth-child(10), .fs-c-postage__list--pattern > *:nth-child(10) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 4;
    grid-row: 4;
  }
  .fs-c-postage__list--purchasePrice > *:nth-child(11), .fs-c-postage__list--pattern > *:nth-child(11) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 3;
    grid-row: 3;
  }
  .fs-c-postage__list--purchasePrice > *:nth-child(12), .fs-c-postage__list--pattern > *:nth-child(12) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 4;
    grid-row: 4;
  }
  .fs-c-postage__list--purchasePrice > *:nth-child(13), .fs-c-postage__list--pattern > *:nth-child(13) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 5;
    grid-row: 5;
  }
  .fs-c-postage__list--purchasePrice > *:nth-child(14), .fs-c-postage__list--pattern > *:nth-child(14) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 6;
    grid-row: 6;
  }
  .fs-c-postage__list--purchasePrice > *:nth-child(15), .fs-c-postage__list--pattern > *:nth-child(15) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 5;
    grid-row: 5;
  }
  .fs-c-postage__list--purchasePrice > *:nth-child(16), .fs-c-postage__list--pattern > *:nth-child(16) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 6;
    grid-row: 6;
  }
  .fs-c-postage__list--purchasePrice > *:nth-child(17), .fs-c-postage__list--pattern > *:nth-child(17) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 5;
    grid-row: 5;
  }
  .fs-c-postage__list--purchasePrice > *:nth-child(18), .fs-c-postage__list--pattern > *:nth-child(18) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 6;
    grid-row: 6;
  }
  .fs-c-postage__list--purchasePrice > *:nth-child(19), .fs-c-postage__list--pattern > *:nth-child(19) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 7;
    grid-row: 7;
  }
  .fs-c-postage__list--purchasePrice > *:nth-child(20), .fs-c-postage__list--pattern > *:nth-child(20) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 8;
    grid-row: 8;
  }
  .fs-c-postage__list--purchasePrice > *:nth-child(21), .fs-c-postage__list--pattern > *:nth-child(21) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 7;
    grid-row: 7;
  }
  .fs-c-postage__list--purchasePrice > *:nth-child(22), .fs-c-postage__list--pattern > *:nth-child(22) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 8;
    grid-row: 8;
  }
  .fs-c-postage__list--purchasePrice > *:nth-child(23), .fs-c-postage__list--pattern > *:nth-child(23) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 7;
    grid-row: 7;
  }
  .fs-c-postage__list--purchasePrice > *:nth-child(24), .fs-c-postage__list--pattern > *:nth-child(24) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 8;
    grid-row: 8;
  }
  .fs-c-postage__list--purchasePrice > *:nth-child(25), .fs-c-postage__list--pattern > *:nth-child(25) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 9;
    grid-row: 9;
  }
  .fs-c-postage__list--purchasePrice > *:nth-child(26), .fs-c-postage__list--pattern > *:nth-child(26) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 10;
    grid-row: 10;
  }
  .fs-c-postage__list--purchasePrice > *:nth-child(27), .fs-c-postage__list--pattern > *:nth-child(27) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 9;
    grid-row: 9;
  }
  .fs-c-postage__list--purchasePrice > *:nth-child(28), .fs-c-postage__list--pattern > *:nth-child(28) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 10;
    grid-row: 10;
  }
  .fs-c-postage__list--purchasePrice > *:nth-child(29), .fs-c-postage__list--pattern > *:nth-child(29) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 9;
    grid-row: 9;
  }
  .fs-c-postage__list--purchasePrice > *:nth-child(30), .fs-c-postage__list--pattern > *:nth-child(30) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 10;
    grid-row: 10;
  }
  .fs-c-postage__list--purchasePrice > *:nth-child(31), .fs-c-postage__list--pattern > *:nth-child(31) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 11;
    grid-row: 11;
  }
  .fs-c-postage__list--purchasePrice > *:nth-child(32), .fs-c-postage__list--pattern > *:nth-child(32) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 12;
    grid-row: 12;
  }
  .fs-c-postage__list--purchasePrice > *:nth-child(33), .fs-c-postage__list--pattern > *:nth-child(33) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 11;
    grid-row: 11;
  }
  .fs-c-postage__list--purchasePrice > *:nth-child(34), .fs-c-postage__list--pattern > *:nth-child(34) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 12;
    grid-row: 12;
  }
  .fs-c-postage__list--purchasePrice > *:nth-child(35), .fs-c-postage__list--pattern > *:nth-child(35) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 11;
    grid-row: 11;
  }
  .fs-c-postage__list--purchasePrice > *:nth-child(36), .fs-c-postage__list--pattern > *:nth-child(36) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 12;
    grid-row: 12;
  }
  .fs-c-postage__list--purchasePrice > *:nth-child(37), .fs-c-postage__list--pattern > *:nth-child(37) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 13;
    grid-row: 13;
  }
  .fs-c-postage__list--purchasePrice > *:nth-child(38), .fs-c-postage__list--pattern > *:nth-child(38) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 14;
    grid-row: 14;
  }
  .fs-c-postage__list--purchasePrice > *:nth-child(39), .fs-c-postage__list--pattern > *:nth-child(39) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 13;
    grid-row: 13;
  }
  .fs-c-postage__list--purchasePrice > *:nth-child(40), .fs-c-postage__list--pattern > *:nth-child(40) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 14;
    grid-row: 14;
  }
  .fs-c-postage__list--purchasePrice > *:nth-child(41), .fs-c-postage__list--pattern > *:nth-child(41) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 13;
    grid-row: 13;
  }
  .fs-c-postage__list--purchasePrice > *:nth-child(42), .fs-c-postage__list--pattern > *:nth-child(42) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 14;
    grid-row: 14;
  }
  .fs-c-postage__list--purchasePrice > *:nth-child(43), .fs-c-postage__list--pattern > *:nth-child(43) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 15;
    grid-row: 15;
  }
  .fs-c-postage__list--purchasePrice > *:nth-child(44), .fs-c-postage__list--pattern > *:nth-child(44) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 16;
    grid-row: 16;
  }
  .fs-c-postage__list--purchasePrice > *:nth-child(45), .fs-c-postage__list--pattern > *:nth-child(45) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 15;
    grid-row: 15;
  }
  .fs-c-postage__list--purchasePrice > *:nth-child(46), .fs-c-postage__list--pattern > *:nth-child(46) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 16;
    grid-row: 16;
  }
  .fs-c-postage__list--purchasePrice > *:nth-child(47), .fs-c-postage__list--pattern > *:nth-child(47) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 15;
    grid-row: 15;
  }
  .fs-c-postage__list--purchasePrice > *:nth-child(48), .fs-c-postage__list--pattern > *:nth-child(48) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 16;
    grid-row: 16;
  }
  .fs-c-postage__list--purchasePrice > *:nth-child(49), .fs-c-postage__list--pattern > *:nth-child(49) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 17;
    grid-row: 17;
  }
  .fs-c-postage__list--purchasePrice > *:nth-child(50), .fs-c-postage__list--pattern > *:nth-child(50) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 18;
    grid-row: 18;
  }
  .fs-c-postage__list--purchasePrice > *:nth-child(51), .fs-c-postage__list--pattern > *:nth-child(51) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 17;
    grid-row: 17;
  }
  .fs-c-postage__list--purchasePrice > *:nth-child(52), .fs-c-postage__list--pattern > *:nth-child(52) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 18;
    grid-row: 18;
  }
  .fs-c-postage__list--purchasePrice > *:nth-child(53), .fs-c-postage__list--pattern > *:nth-child(53) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 17;
    grid-row: 17;
  }
  .fs-c-postage__list--purchasePrice > *:nth-child(54), .fs-c-postage__list--pattern > *:nth-child(54) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 18;
    grid-row: 18;
  }
  .fs-c-postage__list--purchasePrice > *:nth-child(55), .fs-c-postage__list--pattern > *:nth-child(55) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 19;
    grid-row: 19;
  }
  .fs-c-postage__list--purchasePrice > *:nth-child(56), .fs-c-postage__list--pattern > *:nth-child(56) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 20;
    grid-row: 20;
  }
  .fs-c-postage__list--purchasePrice > *:nth-child(57), .fs-c-postage__list--pattern > *:nth-child(57) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 19;
    grid-row: 19;
  }
  .fs-c-postage__list--purchasePrice > *:nth-child(58), .fs-c-postage__list--pattern > *:nth-child(58) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 20;
    grid-row: 20;
  }
  .fs-c-postage__list--purchasePrice > *:nth-child(59), .fs-c-postage__list--pattern > *:nth-child(59) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 19;
    grid-row: 19;
  }
  .fs-c-postage__list--purchasePrice > *:nth-child(60), .fs-c-postage__list--pattern > *:nth-child(60) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 20;
    grid-row: 20;
  }
  .fs-c-postage__list--purchasePrice > *:nth-child(61), .fs-c-postage__list--pattern > *:nth-child(61) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 21;
    grid-row: 21;
  }
  .fs-c-postage__list--purchasePrice > *:nth-child(62), .fs-c-postage__list--pattern > *:nth-child(62) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 22;
    grid-row: 22;
  }
  .fs-c-postage__list--purchasePrice > *:nth-child(63), .fs-c-postage__list--pattern > *:nth-child(63) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 21;
    grid-row: 21;
  }
  .fs-c-postage__list--purchasePrice > *:nth-child(64), .fs-c-postage__list--pattern > *:nth-child(64) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 22;
    grid-row: 22;
  }
  .fs-c-postage__list--purchasePrice > *:nth-child(65), .fs-c-postage__list--pattern > *:nth-child(65) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 21;
    grid-row: 21;
  }
  .fs-c-postage__list--purchasePrice > *:nth-child(66), .fs-c-postage__list--pattern > *:nth-child(66) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 22;
    grid-row: 22;
  }
  .fs-c-postage__list--purchasePrice > *:nth-child(67), .fs-c-postage__list--pattern > *:nth-child(67) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 23;
    grid-row: 23;
  }
  .fs-c-postage__list--purchasePrice > *:nth-child(68), .fs-c-postage__list--pattern > *:nth-child(68) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 24;
    grid-row: 24;
  }
  .fs-c-postage__list--purchasePrice > *:nth-child(69), .fs-c-postage__list--pattern > *:nth-child(69) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 23;
    grid-row: 23;
  }
  .fs-c-postage__list--purchasePrice > *:nth-child(70), .fs-c-postage__list--pattern > *:nth-child(70) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 24;
    grid-row: 24;
  }
  .fs-c-postage__list--purchasePrice > *:nth-child(71), .fs-c-postage__list--pattern > *:nth-child(71) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 23;
    grid-row: 23;
  }
  .fs-c-postage__list--purchasePrice > *:nth-child(72), .fs-c-postage__list--pattern > *:nth-child(72) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 24;
    grid-row: 24;
  }
  .fs-c-postage__list--purchasePrice > *:nth-child(73), .fs-c-postage__list--pattern > *:nth-child(73) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 25;
    grid-row: 25;
  }
  .fs-c-postage__list--purchasePrice > *:nth-child(74), .fs-c-postage__list--pattern > *:nth-child(74) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 26;
    grid-row: 26;
  }
  .fs-c-postage__list--purchasePrice > *:nth-child(75), .fs-c-postage__list--pattern > *:nth-child(75) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 25;
    grid-row: 25;
  }
  .fs-c-postage__list--purchasePrice > *:nth-child(76), .fs-c-postage__list--pattern > *:nth-child(76) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 26;
    grid-row: 26;
  }
  .fs-c-postage__list--purchasePrice > *:nth-child(77), .fs-c-postage__list--pattern > *:nth-child(77) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 25;
    grid-row: 25;
  }
  .fs-c-postage__list--purchasePrice > *:nth-child(78), .fs-c-postage__list--pattern > *:nth-child(78) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 26;
    grid-row: 26;
  }
  .fs-c-postage__list--purchasePrice > *:nth-child(79), .fs-c-postage__list--pattern > *:nth-child(79) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 27;
    grid-row: 27;
  }
  .fs-c-postage__list--purchasePrice > *:nth-child(80), .fs-c-postage__list--pattern > *:nth-child(80) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 28;
    grid-row: 28;
  }
  .fs-c-postage__list--purchasePrice > *:nth-child(81), .fs-c-postage__list--pattern > *:nth-child(81) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 27;
    grid-row: 27;
  }
  .fs-c-postage__list--purchasePrice > *:nth-child(82), .fs-c-postage__list--pattern > *:nth-child(82) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 28;
    grid-row: 28;
  }
  .fs-c-postage__list--purchasePrice > *:nth-child(83), .fs-c-postage__list--pattern > *:nth-child(83) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 27;
    grid-row: 27;
  }
  .fs-c-postage__list--purchasePrice > *:nth-child(84), .fs-c-postage__list--pattern > *:nth-child(84) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 28;
    grid-row: 28;
  }
  .fs-c-postage__list--purchasePrice > *:nth-child(85), .fs-c-postage__list--pattern > *:nth-child(85) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 29;
    grid-row: 29;
  }
  .fs-c-postage__list--purchasePrice > *:nth-child(86), .fs-c-postage__list--pattern > *:nth-child(86) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 30;
    grid-row: 30;
  }
  .fs-c-postage__list--purchasePrice > *:nth-child(87), .fs-c-postage__list--pattern > *:nth-child(87) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 29;
    grid-row: 29;
  }
  .fs-c-postage__list--purchasePrice > *:nth-child(88), .fs-c-postage__list--pattern > *:nth-child(88) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 30;
    grid-row: 30;
  }
  .fs-c-postage__list--purchasePrice > *:nth-child(89), .fs-c-postage__list--pattern > *:nth-child(89) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 29;
    grid-row: 29;
  }
  .fs-c-postage__list--purchasePrice > *:nth-child(90), .fs-c-postage__list--pattern > *:nth-child(90) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 30;
    grid-row: 30;
  }
  .fs-c-postage__list--purchasePrice > *:nth-child(91), .fs-c-postage__list--pattern > *:nth-child(91) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 31;
    grid-row: 31;
  }
  .fs-c-postage__list--purchasePrice > *:nth-child(92), .fs-c-postage__list--pattern > *:nth-child(92) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 32;
    grid-row: 32;
  }
  .fs-c-postage__list--purchasePrice > *:nth-child(93), .fs-c-postage__list--pattern > *:nth-child(93) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 31;
    grid-row: 31;
  }
  .fs-c-postage__list--purchasePrice > *:nth-child(94), .fs-c-postage__list--pattern > *:nth-child(94) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 32;
    grid-row: 32;
  }
}

@media screen and (min-width: 960px) {
  .fs-c-postage__list--purchasePrice > *:nth-child(1), .fs-c-postage__list--pattern > *:nth-child(1) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    grid-row: 1;
  }
  .fs-c-postage__list--purchasePrice > *:nth-child(2), .fs-c-postage__list--pattern > *:nth-child(2) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 2;
    grid-row: 2;
  }
  .fs-c-postage__list--purchasePrice > *:nth-child(3), .fs-c-postage__list--pattern > *:nth-child(3) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 1;
    grid-row: 1;
  }
  .fs-c-postage__list--purchasePrice > *:nth-child(4), .fs-c-postage__list--pattern > *:nth-child(4) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 2;
    grid-row: 2;
  }
  .fs-c-postage__list--purchasePrice > *:nth-child(5), .fs-c-postage__list--pattern > *:nth-child(5) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 1;
    grid-row: 1;
  }
  .fs-c-postage__list--purchasePrice > *:nth-child(6), .fs-c-postage__list--pattern > *:nth-child(6) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 2;
    grid-row: 2;
  }
  .fs-c-postage__list--purchasePrice > *:nth-child(7), .fs-c-postage__list--pattern > *:nth-child(7) {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 1;
    grid-row: 1;
  }
  .fs-c-postage__list--purchasePrice > *:nth-child(8), .fs-c-postage__list--pattern > *:nth-child(8) {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 2;
    grid-row: 2;
  }
  .fs-c-postage__list--purchasePrice > *:nth-child(9), .fs-c-postage__list--pattern > *:nth-child(9) {
    -ms-grid-column: 5;
    grid-column: 5;
    -ms-grid-row: 1;
    grid-row: 1;
  }
  .fs-c-postage__list--purchasePrice > *:nth-child(10), .fs-c-postage__list--pattern > *:nth-child(10) {
    -ms-grid-column: 5;
    grid-column: 5;
    -ms-grid-row: 2;
    grid-row: 2;
  }
  .fs-c-postage__list--purchasePrice > *:nth-child(11), .fs-c-postage__list--pattern > *:nth-child(11) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 3;
    grid-row: 3;
  }
  .fs-c-postage__list--purchasePrice > *:nth-child(12), .fs-c-postage__list--pattern > *:nth-child(12) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 4;
    grid-row: 4;
  }
  .fs-c-postage__list--purchasePrice > *:nth-child(13), .fs-c-postage__list--pattern > *:nth-child(13) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 3;
    grid-row: 3;
  }
  .fs-c-postage__list--purchasePrice > *:nth-child(14), .fs-c-postage__list--pattern > *:nth-child(14) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 4;
    grid-row: 4;
  }
  .fs-c-postage__list--purchasePrice > *:nth-child(15), .fs-c-postage__list--pattern > *:nth-child(15) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 3;
    grid-row: 3;
  }
  .fs-c-postage__list--purchasePrice > *:nth-child(16), .fs-c-postage__list--pattern > *:nth-child(16) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 4;
    grid-row: 4;
  }
  .fs-c-postage__list--purchasePrice > *:nth-child(17), .fs-c-postage__list--pattern > *:nth-child(17) {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 3;
    grid-row: 3;
  }
  .fs-c-postage__list--purchasePrice > *:nth-child(18), .fs-c-postage__list--pattern > *:nth-child(18) {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 4;
    grid-row: 4;
  }
  .fs-c-postage__list--purchasePrice > *:nth-child(19), .fs-c-postage__list--pattern > *:nth-child(19) {
    -ms-grid-column: 5;
    grid-column: 5;
    -ms-grid-row: 3;
    grid-row: 3;
  }
  .fs-c-postage__list--purchasePrice > *:nth-child(20), .fs-c-postage__list--pattern > *:nth-child(20) {
    -ms-grid-column: 5;
    grid-column: 5;
    -ms-grid-row: 4;
    grid-row: 4;
  }
  .fs-c-postage__list--purchasePrice > *:nth-child(21), .fs-c-postage__list--pattern > *:nth-child(21) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 5;
    grid-row: 5;
  }
  .fs-c-postage__list--purchasePrice > *:nth-child(22), .fs-c-postage__list--pattern > *:nth-child(22) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 6;
    grid-row: 6;
  }
  .fs-c-postage__list--purchasePrice > *:nth-child(23), .fs-c-postage__list--pattern > *:nth-child(23) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 5;
    grid-row: 5;
  }
  .fs-c-postage__list--purchasePrice > *:nth-child(24), .fs-c-postage__list--pattern > *:nth-child(24) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 6;
    grid-row: 6;
  }
  .fs-c-postage__list--purchasePrice > *:nth-child(25), .fs-c-postage__list--pattern > *:nth-child(25) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 5;
    grid-row: 5;
  }
  .fs-c-postage__list--purchasePrice > *:nth-child(26), .fs-c-postage__list--pattern > *:nth-child(26) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 6;
    grid-row: 6;
  }
  .fs-c-postage__list--purchasePrice > *:nth-child(27), .fs-c-postage__list--pattern > *:nth-child(27) {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 5;
    grid-row: 5;
  }
  .fs-c-postage__list--purchasePrice > *:nth-child(28), .fs-c-postage__list--pattern > *:nth-child(28) {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 6;
    grid-row: 6;
  }
  .fs-c-postage__list--purchasePrice > *:nth-child(29), .fs-c-postage__list--pattern > *:nth-child(29) {
    -ms-grid-column: 5;
    grid-column: 5;
    -ms-grid-row: 5;
    grid-row: 5;
  }
  .fs-c-postage__list--purchasePrice > *:nth-child(30), .fs-c-postage__list--pattern > *:nth-child(30) {
    -ms-grid-column: 5;
    grid-column: 5;
    -ms-grid-row: 6;
    grid-row: 6;
  }
  .fs-c-postage__list--purchasePrice > *:nth-child(31), .fs-c-postage__list--pattern > *:nth-child(31) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 7;
    grid-row: 7;
  }
  .fs-c-postage__list--purchasePrice > *:nth-child(32), .fs-c-postage__list--pattern > *:nth-child(32) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 8;
    grid-row: 8;
  }
  .fs-c-postage__list--purchasePrice > *:nth-child(33), .fs-c-postage__list--pattern > *:nth-child(33) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 7;
    grid-row: 7;
  }
  .fs-c-postage__list--purchasePrice > *:nth-child(34), .fs-c-postage__list--pattern > *:nth-child(34) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 8;
    grid-row: 8;
  }
  .fs-c-postage__list--purchasePrice > *:nth-child(35), .fs-c-postage__list--pattern > *:nth-child(35) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 7;
    grid-row: 7;
  }
  .fs-c-postage__list--purchasePrice > *:nth-child(36), .fs-c-postage__list--pattern > *:nth-child(36) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 8;
    grid-row: 8;
  }
  .fs-c-postage__list--purchasePrice > *:nth-child(37), .fs-c-postage__list--pattern > *:nth-child(37) {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 7;
    grid-row: 7;
  }
  .fs-c-postage__list--purchasePrice > *:nth-child(38), .fs-c-postage__list--pattern > *:nth-child(38) {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 8;
    grid-row: 8;
  }
  .fs-c-postage__list--purchasePrice > *:nth-child(39), .fs-c-postage__list--pattern > *:nth-child(39) {
    -ms-grid-column: 5;
    grid-column: 5;
    -ms-grid-row: 7;
    grid-row: 7;
  }
  .fs-c-postage__list--purchasePrice > *:nth-child(40), .fs-c-postage__list--pattern > *:nth-child(40) {
    -ms-grid-column: 5;
    grid-column: 5;
    -ms-grid-row: 8;
    grid-row: 8;
  }
  .fs-c-postage__list--purchasePrice > *:nth-child(41), .fs-c-postage__list--pattern > *:nth-child(41) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 9;
    grid-row: 9;
  }
  .fs-c-postage__list--purchasePrice > *:nth-child(42), .fs-c-postage__list--pattern > *:nth-child(42) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 10;
    grid-row: 10;
  }
  .fs-c-postage__list--purchasePrice > *:nth-child(43), .fs-c-postage__list--pattern > *:nth-child(43) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 9;
    grid-row: 9;
  }
  .fs-c-postage__list--purchasePrice > *:nth-child(44), .fs-c-postage__list--pattern > *:nth-child(44) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 10;
    grid-row: 10;
  }
  .fs-c-postage__list--purchasePrice > *:nth-child(45), .fs-c-postage__list--pattern > *:nth-child(45) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 9;
    grid-row: 9;
  }
  .fs-c-postage__list--purchasePrice > *:nth-child(46), .fs-c-postage__list--pattern > *:nth-child(46) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 10;
    grid-row: 10;
  }
  .fs-c-postage__list--purchasePrice > *:nth-child(47), .fs-c-postage__list--pattern > *:nth-child(47) {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 9;
    grid-row: 9;
  }
  .fs-c-postage__list--purchasePrice > *:nth-child(48), .fs-c-postage__list--pattern > *:nth-child(48) {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 10;
    grid-row: 10;
  }
  .fs-c-postage__list--purchasePrice > *:nth-child(49), .fs-c-postage__list--pattern > *:nth-child(49) {
    -ms-grid-column: 5;
    grid-column: 5;
    -ms-grid-row: 9;
    grid-row: 9;
  }
  .fs-c-postage__list--purchasePrice > *:nth-child(50), .fs-c-postage__list--pattern > *:nth-child(50) {
    -ms-grid-column: 5;
    grid-column: 5;
    -ms-grid-row: 10;
    grid-row: 10;
  }
  .fs-c-postage__list--purchasePrice > *:nth-child(51), .fs-c-postage__list--pattern > *:nth-child(51) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 11;
    grid-row: 11;
  }
  .fs-c-postage__list--purchasePrice > *:nth-child(52), .fs-c-postage__list--pattern > *:nth-child(52) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 12;
    grid-row: 12;
  }
  .fs-c-postage__list--purchasePrice > *:nth-child(53), .fs-c-postage__list--pattern > *:nth-child(53) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 11;
    grid-row: 11;
  }
  .fs-c-postage__list--purchasePrice > *:nth-child(54), .fs-c-postage__list--pattern > *:nth-child(54) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 12;
    grid-row: 12;
  }
  .fs-c-postage__list--purchasePrice > *:nth-child(55), .fs-c-postage__list--pattern > *:nth-child(55) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 11;
    grid-row: 11;
  }
  .fs-c-postage__list--purchasePrice > *:nth-child(56), .fs-c-postage__list--pattern > *:nth-child(56) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 12;
    grid-row: 12;
  }
  .fs-c-postage__list--purchasePrice > *:nth-child(57), .fs-c-postage__list--pattern > *:nth-child(57) {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 11;
    grid-row: 11;
  }
  .fs-c-postage__list--purchasePrice > *:nth-child(58), .fs-c-postage__list--pattern > *:nth-child(58) {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 12;
    grid-row: 12;
  }
  .fs-c-postage__list--purchasePrice > *:nth-child(59), .fs-c-postage__list--pattern > *:nth-child(59) {
    -ms-grid-column: 5;
    grid-column: 5;
    -ms-grid-row: 11;
    grid-row: 11;
  }
  .fs-c-postage__list--purchasePrice > *:nth-child(60), .fs-c-postage__list--pattern > *:nth-child(60) {
    -ms-grid-column: 5;
    grid-column: 5;
    -ms-grid-row: 12;
    grid-row: 12;
  }
  .fs-c-postage__list--purchasePrice > *:nth-child(61), .fs-c-postage__list--pattern > *:nth-child(61) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 13;
    grid-row: 13;
  }
  .fs-c-postage__list--purchasePrice > *:nth-child(62), .fs-c-postage__list--pattern > *:nth-child(62) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 14;
    grid-row: 14;
  }
  .fs-c-postage__list--purchasePrice > *:nth-child(63), .fs-c-postage__list--pattern > *:nth-child(63) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 13;
    grid-row: 13;
  }
  .fs-c-postage__list--purchasePrice > *:nth-child(64), .fs-c-postage__list--pattern > *:nth-child(64) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 14;
    grid-row: 14;
  }
  .fs-c-postage__list--purchasePrice > *:nth-child(65), .fs-c-postage__list--pattern > *:nth-child(65) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 13;
    grid-row: 13;
  }
  .fs-c-postage__list--purchasePrice > *:nth-child(66), .fs-c-postage__list--pattern > *:nth-child(66) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 14;
    grid-row: 14;
  }
  .fs-c-postage__list--purchasePrice > *:nth-child(67), .fs-c-postage__list--pattern > *:nth-child(67) {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 13;
    grid-row: 13;
  }
  .fs-c-postage__list--purchasePrice > *:nth-child(68), .fs-c-postage__list--pattern > *:nth-child(68) {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 14;
    grid-row: 14;
  }
  .fs-c-postage__list--purchasePrice > *:nth-child(69), .fs-c-postage__list--pattern > *:nth-child(69) {
    -ms-grid-column: 5;
    grid-column: 5;
    -ms-grid-row: 13;
    grid-row: 13;
  }
  .fs-c-postage__list--purchasePrice > *:nth-child(70), .fs-c-postage__list--pattern > *:nth-child(70) {
    -ms-grid-column: 5;
    grid-column: 5;
    -ms-grid-row: 14;
    grid-row: 14;
  }
  .fs-c-postage__list--purchasePrice > *:nth-child(71), .fs-c-postage__list--pattern > *:nth-child(71) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 15;
    grid-row: 15;
  }
  .fs-c-postage__list--purchasePrice > *:nth-child(72), .fs-c-postage__list--pattern > *:nth-child(72) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 16;
    grid-row: 16;
  }
  .fs-c-postage__list--purchasePrice > *:nth-child(73), .fs-c-postage__list--pattern > *:nth-child(73) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 15;
    grid-row: 15;
  }
  .fs-c-postage__list--purchasePrice > *:nth-child(74), .fs-c-postage__list--pattern > *:nth-child(74) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 16;
    grid-row: 16;
  }
  .fs-c-postage__list--purchasePrice > *:nth-child(75), .fs-c-postage__list--pattern > *:nth-child(75) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 15;
    grid-row: 15;
  }
  .fs-c-postage__list--purchasePrice > *:nth-child(76), .fs-c-postage__list--pattern > *:nth-child(76) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 16;
    grid-row: 16;
  }
  .fs-c-postage__list--purchasePrice > *:nth-child(77), .fs-c-postage__list--pattern > *:nth-child(77) {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 15;
    grid-row: 15;
  }
  .fs-c-postage__list--purchasePrice > *:nth-child(78), .fs-c-postage__list--pattern > *:nth-child(78) {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 16;
    grid-row: 16;
  }
  .fs-c-postage__list--purchasePrice > *:nth-child(79), .fs-c-postage__list--pattern > *:nth-child(79) {
    -ms-grid-column: 5;
    grid-column: 5;
    -ms-grid-row: 15;
    grid-row: 15;
  }
  .fs-c-postage__list--purchasePrice > *:nth-child(80), .fs-c-postage__list--pattern > *:nth-child(80) {
    -ms-grid-column: 5;
    grid-column: 5;
    -ms-grid-row: 16;
    grid-row: 16;
  }
  .fs-c-postage__list--purchasePrice > *:nth-child(81), .fs-c-postage__list--pattern > *:nth-child(81) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 17;
    grid-row: 17;
  }
  .fs-c-postage__list--purchasePrice > *:nth-child(82), .fs-c-postage__list--pattern > *:nth-child(82) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 18;
    grid-row: 18;
  }
  .fs-c-postage__list--purchasePrice > *:nth-child(83), .fs-c-postage__list--pattern > *:nth-child(83) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 17;
    grid-row: 17;
  }
  .fs-c-postage__list--purchasePrice > *:nth-child(84), .fs-c-postage__list--pattern > *:nth-child(84) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 18;
    grid-row: 18;
  }
  .fs-c-postage__list--purchasePrice > *:nth-child(85), .fs-c-postage__list--pattern > *:nth-child(85) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 17;
    grid-row: 17;
  }
  .fs-c-postage__list--purchasePrice > *:nth-child(86), .fs-c-postage__list--pattern > *:nth-child(86) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 18;
    grid-row: 18;
  }
  .fs-c-postage__list--purchasePrice > *:nth-child(87), .fs-c-postage__list--pattern > *:nth-child(87) {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 17;
    grid-row: 17;
  }
  .fs-c-postage__list--purchasePrice > *:nth-child(88), .fs-c-postage__list--pattern > *:nth-child(88) {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 18;
    grid-row: 18;
  }
  .fs-c-postage__list--purchasePrice > *:nth-child(89), .fs-c-postage__list--pattern > *:nth-child(89) {
    -ms-grid-column: 5;
    grid-column: 5;
    -ms-grid-row: 17;
    grid-row: 17;
  }
  .fs-c-postage__list--purchasePrice > *:nth-child(90), .fs-c-postage__list--pattern > *:nth-child(90) {
    -ms-grid-column: 5;
    grid-column: 5;
    -ms-grid-row: 18;
    grid-row: 18;
  }
  .fs-c-postage__list--purchasePrice > *:nth-child(91), .fs-c-postage__list--pattern > *:nth-child(91) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 19;
    grid-row: 19;
  }
  .fs-c-postage__list--purchasePrice > *:nth-child(92), .fs-c-postage__list--pattern > *:nth-child(92) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 20;
    grid-row: 20;
  }
  .fs-c-postage__list--purchasePrice > *:nth-child(93), .fs-c-postage__list--pattern > *:nth-child(93) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 19;
    grid-row: 19;
  }
  .fs-c-postage__list--purchasePrice > *:nth-child(94), .fs-c-postage__list--pattern > *:nth-child(94) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 20;
    grid-row: 20;
  }
}

.fs-c-postage__table {
  border-collapse: separate;
  border-spacing: 2px;
  margin: -4px;
  width: calc(100% + 8px);
}

.fs-c-postage__table > thead {
  background: rgba(126, 126, 126, 0.08);
  font-weight: bold;
}

.fs-c-postage__table > thead .fs-c-postage__table__headerCell {
  font-weight: bold;
}

.fs-c-postage__table__headerCell {
  font-weight: normal;
  font-size: 1.2rem;
}

.fs-c-postage__table__dataCell {
  padding: 2px;
}

.fs-c-postage__table > tbody .fs-c-postage__table__headerCell,
.fs-c-postage__table > tbody .fs-c-postage__table__dataCell {
  text-align: right;
}

.fs-c-postage__table > tbody > tr + tr .fs-c-postage__table__headerCell,
.fs-c-postage__table > tbody > tr + tr .fs-c-postage__table__dataCell {
  border-top: 1px dotted #e5e5e5;
}



/* カード情報 */
.fs-c-modal--checkout-creditCard-add ul.fs-c-creditCardIcons{
	display: flex;
	justify-content: center;
}
.fs-c-inputGroup{
	border: none;
}

/* クーポンエリア 2021/09/01　*/
li.fs-c-checkout-couponList__item {
  display: block;
}
