@charset "UTF-8";
#cashback .midashi03top {
  color: #000;
  font-size: 20px;
  line-height: 1.5;
  border-left: 5px solid #0F5EDB;
  background: #f1f1f1;
  text-indent: 20px;
  padding: 10px 0 9px;
  height: auto;
  width: 100%;
  clear: both;
  margin: 20px 0px 30px;
  box-sizing: border-box;
  font-weight: bold;
  display: grid;
  place-items: center start;
}
#cashback p {
    font-size: 1.1em;
    line-height: 1.5;
    width: 96% !important;
    height: auto;
    margin: 1px 2% 3px;
    padding: 0px;
    text-align: justify;
}
#cashback .tbl_02 {
	/*box-sizing: border-box;*/
	text-align: left;
	padding: 0px;
	height: auto;
	/*width: 950px;*/
	margin: 20px 0px;
	border: 1px solid #CCCCCC;
	border-collapse: collapse;
	font-size:13px !important;
	table-layout: fixed; 

}
#cashback .tbl_02 th {
	font-weight: normal;
	background-color: #ffffee;
	width:9em;
	height: auto;
	padding: 10px;
	border: 1px solid #CCCCCC;
	border-collapse: collapse;
	/*vertical-align: middle;*/
}
#cashback .tbl_02 td {
	padding: 10px;
	height: auto;
	width: auto;
	border: 1px solid #CCCCCC;
	border-collapse: collapse;
	/*vertical-align: middle;*/
	text-align:left;	
	font-size:13px !important;
}
#cashback .tbl_02 tbody tr td p {
		font-size: 11px !important;
	line-height: 18px !important;
}

#cashback .tbl_02 tbody tr td .table_cp_p {
	font-size: 13px !important;
	line-height: 18px !important;
	margin: 2px 0px 5px !important;
	padding: 0px !important;
}
#cashback .accshow_c {
    font-size: 11px;
    line-height: 1.4;
    max-width: 950px;
    text-align: right;
    padding: 0;
    margin: 0 auto 1em;
}
/*スマホ-----------------------------------*/
@media (max-width:767px) {
#cashback .midashi03top {
    color: #000;
    font-size: 16px;
    line-height: 1.5;
    font-weight: bold;
	text-indent: 0px;
    padding: 8px 10px 6px 10px;
    width: 100%;
    clear: both;
    border-left: 5px solid #0F5EDB;
    background: #f1f1f1;
    margin: 1em auto 10px;
    box-sizing: border-box;
    display: grid;
    place-items: center start;
}
	#cashback .tbl_02 {
	/*box-sizing: border-box;*/
	text-align: left;
	padding: 0px;
	height: auto;
	width: 100%;
	margin: 10px 0;
	border: 1px solid #CCCCCC;
	border-collapse: collapse;
	font-size: 11px;
	table-layout: fixed;
}
#cashback .tbl_02 th {
	font-weight: normal;
	background-color: #ffffee;
	width: 9em;
	height: auto;
	padding: 8px 5px 8px 7px;
	border: 1px solid #CCCCCC;
	border-collapse: collapse;/*vertical-align: middle;*/
}
#cashback .tbl_02 td {
	padding: 8px 5px 8px 7px;
	height: auto;
	width: auto;
	border: 1px solid #CCCCCC;
	border-collapse: collapse;
	font-size: 11px !important;
	/*vertical-align: middle;*/
	text-align: left;
}
	#cashback .tbl_02 tbody tr td p {
	font-size: 11px !important;
	line-height: 18px !important;
}
#cashback .tbl_02 tbody tr td .table_cp_p {
	font-size: 11px !important;
	line-height: 18px !important;
	margin: 3px 0px 6px !important;
	padding: 0px !important;
}
}