#header {margin-bottom: 10em;}
h2.guide {font-family: Public Sans;	font-weight: 300; font-size:16px;}
#sk h3 {border-bottom: solid 1px #707070;	padding-bottom: 2em;}
#policy {max-width: 88%;margin: 0 auto 5em;}
#policy table {	border-collapse: collapse;	table-layout: fixed;box-sizing: border-box;	width: 100%;line-height: 1.8;}
#policy #sk table {	word-break: break-all;	table-layout: fixed;width: 100%;word-wrap: break-all;  margin-bottom: 5em;}
 #policy #sk table th {	text-align: left;margin-bottom: 0.5em;   display: inline-block;   box-sizing: border-box;   margin-right: 2em;  font-size:13px;  font-weight: bold; }
#policy #sk table td {  text-align: left;  width: 79%;box-sizing: border-box;  display: inline-block;  font-size:13px;  font-weight: normal;}
#policy #sk table tr {	padding: 1.5em 0;	display: flex;	border-bottom: solid 1px #707070;  flex-flow: column;}
#payment_method table tr,#shipping_cancel table tr,#shipping_other table tr  {display: flex;	flex-flow: column;  margin-bottom: 3em;}
#payment_method table tr th,#shipping_cancel table tr th,#shipping_other table tr th{  text-align: left;}
#payment_method h4 {font-size: 13px;font-weight: bold;}
#shipping_method th {display: none;}
#payment_method h3,#sk h3 {	font-size: 13px;font-weight: bold;}
#shipping_method h3,#shipping_cancel h3,#shipping_other h3 {font-size: 13px;font-weight: bold;}
#shipping_method,#shipping_cancel,#shipping_other {	margin-bottom: 4em;}
#policy table img {	max-width: 100%;height: fit-content;}

@media screen and (min-width: 1024px) {
  #policy #sk table td{font-size:12px;}
  #policy table{font-size:12px;}
  #policy .wrap{max-width: 1650px;	margin: 0 auto;   padding-left:50%;  box-sizing: border-box;  }
  #policy #sk table th {text-align: left;	width: 200px; font-size:12px;  }
  #policy #sk table tr {  flex-flow: unset;  }
  h2.guide {position: relative;	left: -100%;font-size: 14px;font-weight: 300;}
  #payment_method h3, #sk h3{ font-size:12px;}
  #payment_method table tr th, #shipping_cancel table tr th, #shipping_other table tr th{font-size:12px;}
  #payment_method h4{font-size:12px;}
  #shipping_method h3, #shipping_cancel h3, #shipping_other h3{font-size:12px;}
 #policy table td, #payment_method td {	font-weight: normal;}
  #payment_method p {font-weight: normal; font-size:12px;}
}