@charset "utf-8";
/* CSS Document */

@media print,
screen and (min-width: 768px) {
  .p-top {
    background-image: url("../images/mv.webp");
    position: relative;
    background-position: center;
    background-color: #f0f0f0;
    border-radius: 15px;
    background-size: cover;
  }
	.p-info-item__head{
		height: 250px;
	}	
}

@media not all and (min-width: 768px) {
  .p-top {
    background-image: url("../images/mv.webp");
    background-color: #000000;
    padding: 130px 0 50px;
    border-radius: 10px;
	background-position: center;
	background-repeat: no-repeat;
    background-size: cover;
  }	
.table_responsive {
    white-space: nowrap;
}		
}
.bb-n{
    vertical-align: middle;
    padding: 0.5em;
}
.bt-n{
    vertical-align: middle;
    padding: 0.5em;
	border-bottom: 1px solid rgb(215, 215, 215);	
}
.link-others{
	float: inherit;
}
.table_responsive {
    width: 100%;
}