* {box-sizing: border-box;}
.btn { -webkit-transition-duration: 0.4s; /* Safari */ transition-duration: 0.4s; border:none; border-radius:12px;  padding: 2.5px 10px 2.5px 10px; font: 12px / 1.2 "Noto Sans JP", "arial", "微软雅黑";color:#fff; background-color: #000; /* blue */}

.btn:hover { background-color: #666; /* white */ color: #fff; /*box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19); */cursor:pointer;}

label.btn { -webkit-transition-duration: 0.4s; /* Safari */ transition-duration: 0.4s; border:none; border-radius:12px;  padding: 1.5px 30px 1.5px 30px; font: 12px / 1.2 "Noto Sans JP","arial", "微软雅黑"; color:#fff; background-color: #000; /* blue */margin:5px 0 5px 0;}

label.btn:hover { background-color: #666; /* white */ color: #fff; /*box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19); */cursor:pointer;}

.ybtn {background-color:#C19009;margin-top:10px;margin-bottom:10px;display: block;width:60px;text-align: center;font: 14px / 1.2 "Noto Sans JP", "arial", "微软雅黑";}
.rbtn {background-color:#aa1428;margin-top:10px;margin-bottom:10px;display: inline;width:100px;text-align: center;font: 14px / 1.2 "Noto Sans JP", "arial", "微软雅黑";}

table.sn-table{
	text-align: center;
	padding:5px 5px;
}
table.sn-table .des {text-align: left;}
@media screen and (max-width:768px ) {
	.sort {width:100%;}
	.list-cat {width:100%}
	.sec1 h1 {padding:10px 0 10px 10px; font-size:1.4em !important;}
	.cata-img {float:left;width:35%;padding:20px 10px 10px 10px;}
	.cata-text {float:left;width:60%;text-align:left;height:auto;padding-top:15px;font-size:1.2em;}
}
@media screen and (min-width:769px ) {
	.sort {width:20%;}
	.list-cat {width:80%}
	 .sec1 h1 {padding:30px 0 30px 40px;font-size:1.4em !important;}
	.cata-img {float:left;width:30%;padding:20px 10px 10px 10px;}
	.cata-text {float:left;width:65%;text-align:left;height:auto;padding-top:15px;font-size:1.6em;}
}

@media screen and (min-width:992px ) {
	.sort {width:20%;}
	.list-cat {width:80%}
	.sec1 h1 {padding:30px 0 30px 40px;font-size:2.5em !important;}
	.cata-img {float:left;width:20%;padding:20px 10px 10px 10px;}
	.cata-text {float:left;width:70%;text-align:left;height:auto;padding-top:15px;font-size:1.6em;}
}
.modal {
	position:fixed;
	top:0;
	right:0;
	bottom:0;
	left:0;
	opacity: 0;
	visibility: hidden;
	background: rgba(0,0,0,.6);
	transition: opacity .2 ease;	
	z-index:1000;
}
.modal_bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  cursor: pointer;


}
.modal_status {
	display:none;
}

.modal_status:checked + .modal {
 	opacity: 1;
 	visibility: visible;
}

.modal_status:checked + .modal .modal_content {
  top: 0;
}

.modal_content {
  position: absolute;	
  top: -20%;
  right: 0;
  bottom: 0;
  left: 0;
  width: 80%;
  transition: top .2s ease;
  margin: auto;
  overflow: auto;
  background: #fff;
  border-radius: 10px;
  padding: 20px 20px;
  height: 50%;
  	
}

.modal_close {
  position: absolute;
  top: 1em;	
  right: 1em;
  width: 1.1em;
  height: 1.1em;
  cursor: pointer;
}

.modal_close:after,
.modal_close:before {
  position: absolute;	
  top: 0;	
  left: 50%;	
  content: '';
  width: 2px;
  height: 1.5em;
  background: #ccc;
  display: block;
  transform: rotate(45deg);
  margin: -3px 0 0 -1px;
  
}

.modal_close:hover:after,
.modal_close:hover:before {
  background: #aaa;
}

.modal_close:before {
  transform: rotate(-45deg);
}

@media (max-width: 575px) { 
	table.sn-table th {}
	table.sn-table td {font-weight:300;padding:10px 10px;}
}

@media (min-width: 576px) { 
	table.sn-table th {}
	table.sn-table td {font-weight:300;padding:10px 10px;}
}

@media (min-width: 768px) { 
	table.sn-table th {}
	table.sn-table td {font-weight:300;padding:10px 10px;}
	a.cat_title_jp { font: 16px/1.5 "Noto Sans JP", "arial", "微软雅黑";}
}

@media (min-width: 992px) { 
	table.sn-table th {}
	table.sn-table td {font-weight:300;padding:10px 10px;}
	a.cat_title_jp { font: 16px/1.5 "Noto Sans JP", "arial", "微软雅黑";}
}

@media (min-width: 1200px) {  
	table.sn-table th {}
	table.sn-table td {font-weight:300;padding:10px 10px;}
	a.cat_title_jp  { font: 18px/1.5 "Noto Sans JP", "arial", "微软雅黑";}
}

@media (min-width: 1400px) { 
	table.sn-table th {}
	table.sn-table td {font-weight:300;padding:10px 10px;}
}
