html{
	margin-top: 50px;
	overflow-x: hidden;
	font-family: "DotGothic16",sans-serif;
	color: #000039;
	background-image: url("/imege/Y-1.gif");
	background-size: cover;
	background-attachment: fixed;
	background-position: center;
}

body{
  overflow: scroll;
  text-align:center;
}

  
  .title{
  text-align:center;
    width: 100vw ;
  } 

  
  title img{
     margin-top: -20px;
 text-align:center;
     display:flex;
    justify-content: center;

  } 
  
  
.box3 {
    margin: 5vw 7vw;
    color: #00053a;
    background: #fc8eac;/*背景色*/
    display:flex;
    border: solid 1vh #F6F4F3;/*線*/
    border-radius: 30px;/*角の丸み*/
}
.box3 p {
    padding: 10px 0px 0px 10px ;
    display:flex;
    text-align: left;
    word-break:break-all;
    width: 70%;
}



.box3 img {
  object-fit: contain;
}


footer{
color: #fcfcfc;
}