/*-----------------------------------------
support
-----------------------------------------*/
h2 {
  padding: 10px;
  margin-bottom: 20px;
  color: #444444;
  font-weight: bold;
  font-size: 18px;
  font-size: 1.28571rem;
  border-bottom: 1px solid #dbd5d1;
  background: #ffffff;
  background: -moz-linear-gradient(top, white 0%, #f4f4f4 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, #f4f4f4));
  background: -webkit-linear-gradient(top, white 0%, #f4f4f4 100%);
  background: -o-linear-gradient(top, white 0%, #f4f4f4 100%);
  background: -ms-linear-gradient(top, white 0%, #f4f4f4 100%);
  background: linear-gradient(to bottom, white 0%, #f4f4f4 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f4f4f4',GradientType=0 );
}

.support-top .inner {
  width: 93.75%;
  margin: 0 auto;
}
.support-top .inner:after {
  content: '';
  display: block;
  clear: both;
}
.support-top img {
  width: 100%;
}
.support-top h3 {
  box-sizing: border-box;
  width: 93.75%;
  margin: 0 auto 10px;
  font-size: 15px;
  font-size: 1.07143rem;
  color: #ff6c00;
  border-left: 3px solid #ff6c00;
  padding-left: 6px;
}
.support-top .knife,
.support-top .frying_pan,
.support-top .mugbottle,
.support-top .other {
  width: 100%;
  background-color: #FBF9EA;
  padding: 0 0 15px;
  margin: 0 0 15px;
}
.support-top .knife .left,
.support-top .frying_pan .left,
.support-top .other .left {
  float: left;
  width: 48%;
  margin: 0 0 13px;
}
.support-top .knife .col2 { /* 210901 add */
  float: left;
  width: 48%;
  margin: 0 0 4.21% 3.8%;
}
.support-top .knife .right,
.support-top .frying_pan .right,
.support-top .other .right {
  float: right;
  width: 48%;
  margin: 0 0 13px;
}
.support-top .mugbottle .left {
  float: left;
  width: 48%;
}
.support-top .mugbottle .right {
  float: right;
  width: 48%;
}
.support-top .knife .clr,
.support-top .frying_pan .clr,
.support-top .mugbottle .clr,
.support-top .other .clr {
  clear: both;
}
.support-top .other {
  background-color: #EEEBE4;
  padding: 15px 0 1px;
}
.support-top .buy {
  width: 93.75%;
  margin: 0 auto;
}
.support-top .buy img {
  width: 100%;
}
.support-top .buy ul {
  border: 1px solid #DBD5D1;
  margin: 0 0 15px;
}
.support-top .buy ul:after {
  content: '';
  display: block;
  clear: both;
}
.support-top .buy ul li {
  float: left;
  width: 50%;
  box-sizing: border-box;
}
.support-top .buy ul li:first-child {
  border-right: 1px solid #DBD5D1;
}
.support-top .buy ul li:last-child {
  border-left: 1px solid #ffffff;
}

/* 251225 add */
.support-top .buy2 {
  width: 93.75%;
  margin: 0 auto;
}
.support-top .buy2 img {
  width: 100%;
}
.support-top .buy2 ul {
  border: 1px solid #DBD5D1;
  margin: 0 0 15px;
}
.support-top .buy2 ul:after {
  content: '';
  display: block;
  clear: both;
}
.support-top .buy2 ul li {
  float: left;
  width: 50%;
  box-sizing: border-box;
}
.support-top .buy2 .pdfsize {
  text-align: right;
  margin-bottom: 10px;
}
.support-top .buy2 ul {
  margin-bottom:7px;
}
/* 251225 add */

/* 200226 add */

.support-top li.imitation {
  border: none!important;
  width: 100%!important;
}

/* 200226 add end */

.title-type1 {
  box-sizing: border-box;
  margin: 0 0 10px;
  background-color: #FAF5E3;
  border-right: 1px solid #dbd5d1;
  border-bottom: 1px solid #dbd5d1;
  border-radius: 4px;
  color: #b28643;
  font-size: 16px;
  font-size: 1.14286rem;
  padding: 8px 12px 7px;
}

.title-type2 {
  box-sizing: border-box;
  margin: 0 0 10px;
  font-size: 15px;
  font-size: 1.07143rem;
  color: #ff6c00;
  border-left: 3px solid #ff6c00;
  padding-left: 6px;
}

.title-type3 {
  color: #666666;
  font-size: 16px;
  font-size: 1.14286rem;
  width: 100%;
  margin: 0 auto 15px;
  padding: 0 0 10px;
  background-image: url("/s/prdct/kitchen/images/common/bg_line.png");
  background-size: 100%;
  background-position: left bottom;
  background-repeat: no-repeat;
}

.txt-small {
  font-size: 11px;
  font-size: 0.78571rem;
}

.red {
  color: #C52419;
}

.bold {
  font-weight: bold;
}

.section {
  padding: 0 0 20px;
}

.grinding {
  width: 93.75%;
  margin: 0 auto;
  color: #666666;
  font-size: 14px;
  font-size: 1rem;
}
.grinding img {
  width: 100%;
}
.grinding p {
  margin: 0 0 10px;
  line-height: 1.5;
}
.grinding table {
  border: 1px solid #D2CBC7;
  border-collapse: collapse;
  width: 100%;
  box-sizing: border-box;
  color: #444444;
  margin: 0 0 15px;
}
.grinding table th {
  padding: 10px;
  border: 1px solid #D2CBC7;
  font-weight: normal;
  background-color: #FAFAFA;
}
.grinding table td {
  padding: 10px;
  border: 1px solid #D2CBC7;
  line-height: 1.7;
}

.frying_pan-manual {
  width: 93.75%;
  margin: 0 auto;
  color: #666666;
  font-size: 14px;
  font-size: 1rem;
}
.frying_pan-manual img {
  width: 100%;
}
.frying_pan-manual p {
  margin: 0 0 10px;
  line-height: 1.5;
}

.knife-manual {
  width: 93.75%;
  margin: 0 auto;
  color: #666666;
  font-size: 14px;
  font-size: 1rem;
}
.knife-manual img {
  width: 100%;
}
.knife-manual p {
  margin: 0 0 10px;
  line-height: 1.5;
}
.knife-manual .lead {
  clear: both;
  color: #b28643;
  font-size: 15px;
  font-size: 1.07143rem;
}
.knife-manual .example {
  margin: -10px 0 10px;
}
.knife-manual .example:after {
  content: '';
  display: block;
  clear: both;
}
.knife-manual .example li {
  float: left;
  box-sizing: border-box;
}
.knife-manual .example li:nth-of-type(odd) {
  width: 60%;
  padding: 0 10px 0 0;
}
.knife-manual .example li:nth-of-type(even) {
  width: 40%;
}
.knife-manual .box {
  border: 1px solid #DBD5D1;
  padding: 10px;
}
.knife-manual .link a {
  color: #3d7dcc;
  text-decoration: underline;
  background-image: url("/s/prdct/kitchen/images/common/ico_arrow2.png");
  background-size: contain;
  background-position: right center;
  background-repeat: no-repeat;
  padding-right: 20px;
}
.knife-manual .img-float {
  width: 110px;
  float: right;
  text-align: right;
}
.knife-manual .img-float img {
  width: 102px;
}

.mugbottle {
  width: 93.75%;
  margin: 0 auto;
  color: #666666;
  font-size: 14px;
  font-size: 1rem;
}

.mugbottle p {
  margin: 0 0 10px;
  line-height: 1.5;
}

.mugbottle .ttl {
  margin: 0;
}

.mugbottle .lead {
  color: #b28643;
}
.mugbottle img {
  width: 100%;
}
.mugbottle table {
  table-layout: fixed;
  border: 1px solid #D2CBC7;
  border-collapse: collapse;
  width: 100%;
  box-sizing: border-box;
  color: #444444;
  margin: 0 0 15px;
}
.mugbottle table th {
  padding: 10px;
  border: 1px solid #D2CBC7;
  font-weight: normal;
  text-align: center;
  background-color: #FAFAFA;
}
.mugbottle table td {
  padding: 10px;
  border: 1px solid #D2CBC7;
  line-height: 1.7;
}
.mugbottle-message {
  padding: 1em;
  background-color: #f1ebe2;
  border-radius: 10px;
}

.shop {
  width: 93.75%;
  margin: 0 auto;
  color: #666666;
  font-size: 14px;
  font-size: 1rem;
}
.shop p {
  margin: 0 0 10px;
  line-height: 1.5;
}
.shop li {
  margin-bottom: 10px;
  text-indent: -0.5rem;
  padding-left: 0.5rem;
  line-height: 1.5;
}

.qa-navi {
  width: 93.75%;
  margin: 0 auto 25px;
}
.qa-navi ul li {
  display: inline;
  padding: 0 15px 0 0;
  margin: 0 15px 0 0;
  border-right: 1px solid #bbbbbb;
  line-height: 2.1;
}
.qa-navi ul li:last-child {
  padding: 0;
  margin: 0;
  border-right: none;
}
.qa-navi a {
  color: #666666;
  font-size: 16px;
  font-size: 1.14286rem;
  text-decoration: underline;
}
.qa-navi p {
  padding: 15px 0 0;
  text-align: right;
}

.qa-list {
  width: 93.75%;
  margin: 0 auto 30px;
  color: #666666;
  font-size: 14px;
  font-size: 1rem;
}
.qa-list img {
  width: 100%;
}
.qa-list dl {
  margin: 0 0 15px 0;
  border-top: 1px solid #DCD4D1;
}
.qa-list dl dt {
  border-bottom: 1px solid #DCD4D1;
  background-image: url("/s/prdct/kitchen/images/support/ico_q.png"), url("/s/prdct/kitchen/images/support/ico_open.png");
  background-size: 20px 20px, 18px 18px;
  background-position: left 12px, right center;
  background-repeat: no-repeat, no-repeat;
}
.qa-list dl dt.open {
  border-bottom: none;
  background-image: url("/s/prdct/kitchen/images/support/ico_q.png"), url("/s/prdct/kitchen/images/support/ico_close.png");
}
.qa-list dl dt a {
  padding: 15px 25px 15px 35px;
  display: block;
  color: #666666;
  text-decoration: none;
}
.qa-list dl dd {
  display: none;
  padding: 0 25px 15px 35px;
  border-bottom: 1px solid #DCD4D1;
  background-image: url("/s/prdct/kitchen/images/support/ico_a.png");
  background-size: 20px 20px;
  background-position: left top;
  background-repeat: no-repeat;
}
.qa-list dl dd a {
  color: #3d7dcc;
}
.qa-list p {
  text-align: center;
  font-weight: bold;
  margin: 0 0 12px;
}

.contact {
  width: 93.75%;
  margin: 0 auto 20px;
  color: #666666;
  font-size: 14px;
  font-size: 1rem;
}
.contact p {
  margin: 0 0 10px;
  line-height: 1.4;
}
.contact .attention {
  margin: 20px 0;
}

.support-indent {
  margin-left: 15px;
  padding-left: 15px;
  background: url("/s/prdct/kitchen/images/support/ico-rhombus.png") no-repeat left 5px;
  background-size: 10px 10px;
}

/*-----------------------------------------
top-qa
-----------------------------------------*/
#contents.support-qa-sp-top .category-box-list{
   margin-bottom: 30px;
}

#contents.support-qa-sp-top .category-item-list-box{
  width: 50%;
  height: 120px;
}

#contents.support-qa-sp-top .category-slide-box_1,
#contents.support-qa-sp-top .category-slide-box_2,
#contents.support-qa-sp-top .category-slide-box_3{
  color: rgb(178, 134, 67);
  box-sizing: border-box;
  font-size: 15px;
  font-weight: bold;
  padding: 15px 10px;
  background: url("/s/prdct/kitchen/images/support/orange_plus.png"),linear-gradient( 180deg, rgb(250,245,226) 0%, rgb(252,250,239) 100%);
  background-size: 18px, 100%;
  background-position: right 10px center;
  background-repeat: no-repeat,repeat-x;
  margin-top: 10px;
  border: solid 2px rgb(219, 213, 208);
  border-bottom: solid 4px rgb(219, 213, 208);
}

#contents.support-qa-sp-top .category-slide-box_1.slided,
#contents.support-qa-sp-top .category-slide-box_2.slided,
#contents.support-qa-sp-top .category-slide-box_3.slided{
  background-image: url("/s/prdct/kitchen/images/support/orange_minus.png"),linear-gradient( 180deg, rgb(250,245,226) 0%, rgb(252,250,239) 100%);;
  background-size: 18px, 100%;
  background-position: right 10px center;
  background-repeat: no-repeat,repeat-x;
  border: solid 2px rgb(219, 213, 208);
  border-bottom: solid 4px rgb(219, 213, 208);
}

/*#contents.support-qa-sp-top .category-item-image{
  display: block;
  border-right: 1px solid #DBD5D1;
  border-right: 1px solid #DBD5D1;
  color: #777777;
  text-decoration: none;
  background: url(../images/item_box_arw.gif) right bottom no-repeat;
  width: 50%;
}*/

#contents.support-qa-sp-top .search-category-item_1 .search-category-contents_1 ul,
#contents.support-qa-sp-top .search-category-item_2 .search-category-contents_2 ul,
#contents.support-qa-sp-top .search-category-item_3 .search-category-contents_3 ul {
  width: 100%;
  box-sizing: border-box;
  border-top: 1px solid #DBD5D1;
  display: inline-block;
  margin-bottom:10px;
}

#contents.support-qa-sp-top .search-category-item-list{
  text-align: center;
  line-height: 100%;
  box-sizing:border-box;
}
#contents.support-qa-sp .search-category-item-list a:hover{
  text-decoration: none;
}

#contents.support-qa-sp-top .search-category-contents_1 ul{
  width: 100%;
  box-sizing: border-box;
  border-top: 1px solid #DBD5D1;
}

#contents.support-qa-sp-top .search-category-item .search-category-contents_1,
#contents.support-qa-sp-top .search-category-item .search-category-contents_2,
#contents.support-qa-sp-top .search-category-item .search-category-contents_3 {
  display: none;
}

#contents.support-qa-sp-top .search-category-item .search-category-contents_1 ul li,
#contents.support-qa-sp-top .search-category-item .search-category-contents_2 ul li,
#contents.support-qa-sp-top .search-category-item .search-category-contents_3 ul li{
  display: block;
  height: auto;
  float: left;
  box-sizing: border-box;
  width: 50%;
  border-right: 1px solid #DBD5D1;
  border-left: 1px solid  #DBD5D1;
  border-bottom: 1px solid #DBD5D1;
  font-size: 12px;
  font-size: 0.85714rem;
  padding: 10px 3px 5px;
  background-image: url("/s/prdct/kitchen/images/common/ico_triangle.png");
  background-position: right bottom;
  background-size: 10px 10px;
  background-repeat: no-repeat;
  text-align: center;
}

#contents.support-qa-sp-top .search-category-name{
  display: block;
  color: #777777;
  margin: 10px auto;
  text-decoration: none;
}

#contents.support-qa-sp-top .search-category-name_2{
  display: block;
  vertical-align: bottom;
  color: #777777;
  margin:  15% 0px 0px 0px;
  text-align: center;
  text-decoration: none;
}

/*#contents.support-qa-sp-top .item-list-box a {
  display: block;
  color: #777777;
  text-decoration: none;
  background: url(../images/item_box_arw.gif) right bottom no-repeat;
}*/

#contents.support-qa-sp-top .item-list-box a:link,
#contents.support-qa-sp-top .item-list-box a:visited{
  color: #777777;
  border: 2px solid #FFF;
}

#contents.support-qa-sp-top .fa-top-contents{
  margin: 0 auto;
}

#contents.support-qa-sp-top .fa-top-contents img{
  width: 93.75%;
}

#contents.support-qa-sp-top .confirm-message{
  margin-top: 40px;
  text-align: center;
  color: #777777;
  font-weight: bold;
}

#contents.support-qa-sp-top .confirm-message-btn{
  margin: 10px auto 40px;
  text-align: center;

}

/*-----------------------------------------
qa
-----------------------------------------*/
#contents.support-qa-sp .header-category-item{
  width: 93.75%;
  color: #666666;
  font-size: 17.99999999px;
  margin: 0px auto 15px;
}

#contents.support-qa-sp-top .header-category-item{
  width: 93.75%;
  color: #666666;
  font-size: 17.99999999px;
  margin: 0px auto 15px;
}

#contents.support-qa-sp .all-answer{
  height: 42px;
  width: 93.75%;
  border: solid 1px rgb(219, 213, 208);
  background-color:rgb(250, 245, 227);
  color: rgb(178, 134, 67);
  font-size: 13px;
  font-weight: bold;
  text-align: center;
  line-height: 3.5;
  margin: 13px auto 40px;
  background-image: url("/s/prdct/kitchen/images/support/sp_plus.png");
  background-size: 20px;
  background-position: right 10px center;
  background-repeat: no-repeat;
}

#contents.support-qa-sp .all-answer.op-switched{
  background-image: url("/s/prdct/kitchen/images/support/sp_minus.png");
  background-size: 20px;
  background-position: right 10px center;
}

#contents.support-qa-sp .title-type3 {
  color: #666666;
  font-size: 16px;
  font-size: 1.14286rem;
  width: 100%;
  margin: 0 auto 15px;
  padding: 0 0 10px;
  background-image: url(../../kitchen/images/common/bg_line.png);
  background-size: 100%;
  background-position: left bottom;
  background-repeat: no-repeat;
}

#contents.support-qa-sp .sp-item-category{
  width: 93.75%;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: 0 auto;
  text-align: center;
}

#contents.support-qa-sp .sp-item_1{
 box-sizing: border-box;
 width: 50%;
 font-size: 13px;
 color: rgb(102, 102, 102);
 border: solid 1px rgb(219, 213, 208);
 padding:1% 3%;
 font-weight: bold;
 display: flex;
  justify-content: center;
  align-items: center;
  min-height: 48px;
}

#contents.support-qa-sp .sp-item_1 a{
  color: rgb(102, 102, 102);
  text-decoration: none;
}

#contents.support-qa-sp .sp-item_2{
  box-sizing: border-box;
  width: 50%;
  font-size: 13px;
  color: rgb(102, 102, 102);
  border: solid 1px rgb(219, 213, 208);
  padding:5px 5px;
  display: flex;
  justify-content: center;
  line-height: 1.5;
  font-weight: bold;
  max-height: 48px;
 }

#contents.support-qa-sp .sp-item_2 a{
  color: rgb(102, 102, 102);
  text-decoration: none;
}

#contents.support-qa-sp .category-slide-box_1,
#contents.support-qa-sp .category-slide-box_2,
#contents.support-qa-sp .category-slide-box_3{
  box-sizing: border-box;
  height: 100%;
  border: solid 1px rgb(219, 213, 208);
  font-size: 15px;
  font-weight: bold;
  padding: 15px 10px;
  background-image: url("/s/prdct/kitchen/images/support/orange_plus.png");
  background-size: 18px;
  background-position: right 10px center;
  background-repeat: no-repeat;
  background-color: #f8f7f6;
}

#contents.support-qa-sp .category-slide-box_1.slided,
#contents.support-qa-sp .category-slide-box_2.slided,
#contents.support-qa-sp .category-slide-box_3.slided{
  background-image: url("/s/prdct/kitchen/images/support/orange_minus.png");
  background-size: 18px;
  background-position: right 10px center;
  background-repeat: no-repeat;
  background-color: #f8f7f6;
}

.support-qa-sp-top .search-category-contents_1 ul{
  width: 100%;
  box-sizing: border-box;
  border-top: 1px solid #DBD5D1;
}

#contents.support-qa-sp .search-category-item_1 .search-category-contents_1 ul li img,
#contents.support-qa-sp .search-category-item_2 .search-category-contents_2 ul li img,
#contents.support-qa-sp .search-category-item_3 .search-category-contents_3 ul li img{
  width: 100%;
}

#contents.support-qa-sp .search-category-item .search-category-contents_1,
#contents.support-qa-sp .search-category-item .search-category-contents_2,
#contents.support-qa-sp .search-category-item .search-category-contents_3 {
  display: none;
}

#contents.support-qa-sp .search-category-item .search-category-contents_1 ul li,
#contents.support-qa-sp .search-category-item .search-category-contents_2 ul li,
#contents.support-qa-sp .search-category-item .search-category-contents_3 ul li{
  display: block;
  height: auto;
  float: left;
  box-sizing: border-box;
  width: 50%;
  border-right: 1px solid #DBD5D1;
  border-left: 1px solid  #DBD5D1;
  border-bottom: 1px solid #DBD5D1;
  font-size: 12px;
  font-size: 0.85714rem;
  padding: 5px 10px 5px 10px;
  background-image: url("/s/prdct/kitchen/images/common/ico_triangle.png");
  background-position: right bottom;
  background-size: 10px 10px;
  background-repeat: no-repeat;
  text-align: center;
}

#contents.support-qa-sp .search-category-name{
  color: #777777;
  margin-top: 10px;
  display:block;
  text-decoration: none;
}


#contents.support-qa-sp .arw-detail{
  vertical-align: top;
}

#contents.support-qa-sp .arw-detail:after{
  margin-top: 4px;
  content: url("/s/prdct/kitchen/images/support/arw_detail.jpg");
}

#contents.support-qa-sp .mb30{
  margin-bottom: 30px;
}
/*-----------------------------------------
 /s/prdct/kitchen/support/grinding_cocochical/
 210901 ADD
-----------------------------------------*/
.grinding-cocochical {
  width: 93.75%;
  margin: 0 auto;
  color: #666666;
  font-family: Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}
.grinding-cocochical img{
  width: 100%;
}
#contents .grinding-cocochical ul.servicelist{
	width: 100%;
	display: table;
  margin-top: 5.33vw;
}
#contents .grinding-cocochical ul.servicelist li{
	/* padding-bottom: 5.7vw; */
	width: 50%;
  display: table-cell;
  text-align: center;
  vertical-align: top;
}
.grinding-cocochical .serviceimg{
	width: 	65.71%;
	margin: 0 auto;
}
.grinding-cocochical .servicecopy {
	font-size: 3.46vw;
	margin-top: 1.86vw;
	font-weight: bold;
  text-align: center;
	line-height: 1.5;
}
.grinding-cocochical .servicecomment {
	font-size: 3.2vw;
	line-height: 1.0;
	margin-top: 2.66vw;
}
.grinding-cocochical .servicecopy span {
	color: #ff6d00;
}
#contents .grinding-cocochical ul.flowlist li{
  border-radius: 1.6vw;
  background-color: #faf8f2;
	margin-bottom: 4vw;
	display: table;
	width: 100%;
}
.grinding-cocochical .flowimg{
	display: table-cell;
	width: 37.33%;
  border-radius: 1.6vw 0 0 1.6vw;
}
.grinding-cocochical .flowbox{
	display: table-cell;
	width: 62.6%;
	padding-left: 4vw;
	vertical-align: middle;
}
#contents .grinding-cocochical h4 {
	font-size: 3.733vw;
	font-weight: bold;
	line-height: 1.7;
}
.grinding-cocochical .flowcopy {
	font-size: 3.733vw;
	margin-top: 1.67vw;
	line-height: 1.4;
}
.grinding-cocochical .postage {
	display: inline-block;
	font-size: 3.733vw;
	color: #447fc5;
	background: url(../images/support/sp-grinding-cocochical-flow_arw.png) right center no-repeat;
	background-size: 4vw 4vw;
	font-weight: bold;
	padding-right: 4.8vw;
	margin-top: 1.87vw;
	line-height: 1.0;
}
#contents .grinding-cocochical a.postage {
	color: #447fc5!important;
}
a.postage:hover {
    opacity: 0.8;
    -moz-opacity: 0.8;
    filter: alpha(opacity=80);
    -ms-filter: "alpha(opacity=80)";
}
#contents .grinding-cocochical ul.copylist{
  margin-top: 2.133vw;
}
#contents .grinding-cocochical ul.copylist li{
  font-size: 3.733vw;
  line-height: 1.7;
	padding-left: 0.8em;
	text-indent: -0.8em;
}
#lean_overlay {
  display: none;
  position: fixed;
  z-index: 2;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  background: #000;
}
.grinding-cocochical .modal {
  position: relative;
  z-index: 3;
  display: none;
  width: 93.55%;
  background: #FFF;
  border-radius: 2.133vw;
}
.cocochical-close-wrap {
  position: absolute;
  z-index: 4;
  line-height: 1;
  transition: .25s;
  display: inline-block;
  margin: 0;
  border: solid 1px transparent;
  vertical-align: middle;
  text-decoration: none;
  text-align: center;
  top: -40px;
  right: 0px;
  padding: 0px;
  background: 0;
	width: 6.66vw;
	height: 6.66vw;
	border: 0;
	background: url(../images/support/grinding-cocochical-close.png) left top no-repeat;
	background-size: 6.66vw 6.66vw;
}
button {
    cursor: pointer;
}
#postageArea{
	width: 94.36%;
}
.postagewrap{
	width: 94.36%;
  margin:5.633vw auto 10.66vw auto;
}
#postageArea table{
	width: 100%;
  box-sizing: border-box;
  text-indent: initial;
  border-spacing: 2px;
  border-color: grey;
  margin-top: 1.06vw;
  margin-bottom: 6.4vw;
}
#postageArea table th{
	width: 33%;
	text-align: center;
	font-weight: bold;
	font-size: 3.733vw;
  line-height: 1.0;
  border: 1px #D2CBC7 solid;
  padding: 10px;
  vertical-align: middle;
  background-color: #FAFAFA;
}
#postageArea table td{
	width: 33%;
	text-align: center;
	font-size: 3.733vw;
	line-height: 1.0;
  border: 1px #D2CBC7 solid;
  padding: 10px;
  vertical-align: middle;
}
.grinding-cocochical .mt5vw {
	margin-top: 1.33vw;
}
.grinding-cocochical .mt20vw {
	margin-top: 5.33vw;
}
.grinding-cocochical .mb40vw {
	margin-bottom: 10.66vw;
}
.grinding-cocochical .mt45vw {
	margin-top: 12vw;
}
.grinding-cocochical .mb70vw {
	margin-bottom: 18.66vw;
}