
body {
  margin: auto;
}
.top {
  position: relative;
}
.top img {
  width: 100%;
}
.top h3 {
  color: #003779;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  width: 100%;	
  margin: 0;
  padding: 0em 0em 0em;
  position: absolute;
  transform: translate(-50%, -50%);
}

.pc_br{
  display: block;
}

.sp_br {
   display: none;
}
@media screen and (max-width: 750px){
   .pc_br {
       display: none;
    }
	
	.sp_br {
       display: block;
    }
}


/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc { display: block !important; }
.sp { display: none !important; }
 
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 750px) {
    .pc { display: none !important; }
    .sp { display: block !important; }
}
.top h3 { 
  left: 50%;
  font-size: 38px; 
  top: 50%;
}


@media only screen and (max-width: 540px) {
.top h3 { 
  left: 52%;
  font-size: 16.2px;
  top: 45%;
  letter-spacing:-0.01em;
  }

@media only screen and (max-width: 750px) {
    .pc { display: none !important; }
    .sp { display: block !important; }
}

@media screen and (max-width: 750px){
   .pc_br {
       display: none;
    }

    .sp_br {
       display: block;
    }
}