@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;
    background-attachment: fixed;
  }
}

@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;
	background-attachment: fixed;
  }	
}

.point-box{
	position: relative;
	margin: 5% 0 10%;
}
.point-box p{
	padding: 1.5em 2em;	
	margin: 0 !important;
	font-size: 1.2rem !important;
}
.point-lavel{
	position: absolute;
	top: 0;
	left: 0;
	font-size: 1.3rem;
	font-weight: bold;
	color: #FFF;
	background-color: #004098;
	display: inline-block;
	padding: 0 1rem;
}
.w-problems li{
	padding: 1em;
	text-align: justify;
}
.w-problems li p{
	font-size: 1.1rem;
	padding-left: 1.1rem;
	text-indent: -1.1rem;
}

.list-info-table{
	border: 2px solid #b2cbe4;
	width: 100%;
}
.list-info{
	margin-bottom: 5%;
}
.list-info-table__heading{
	background-color: #b2cbe4;
	font-size: 1.3rem;
	padding: 0.5em;
	font-weight: bold;
	text-align: center;
}
.list-info-table__data{
	font-size: 1rem;
    vertical-align: middle;
    padding: 0.5em;
	border-bottom: 1px dotted #b2cbe4;
}

@media not all and (min-width: 768px) {
	.point-box p{
		padding: 2em 0.5em;
		text-align: left !important;
	}	
	.problems{
		margin-top: 0;
	}
}