@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;
	padding: 220px 0 250px!important; 
  }
}

@media not all and (min-width: 768px) {
  .p-top {
    background-image: url("../images/mv.webp");
    background-color: #000000;
    /*padding: 130px 0 50px;*/
	padding: 300px 0 300px;  
    border-radius: 10px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
  }
}

.p-info-item__heading-date {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 5px;
  margin: 0 auto 13px;
  min-width: 130px;
  color: #009999;
  background-color: #fff;
  font-size: calc(16 / 16 * 1rem);
  border-radius: 4px;
  position: relative;
}

.p-info-item__heading-date::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -8px;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  border-top: 8px solid #ffffff;
  border-bottom: 0;
}