@charset "UTF-8";
body {
    width: 100vw;
    height: 100vh;
}

.title {
	font-weight: bold;
}

.image {
    height: 55%;
}

#sub_url {
    height: 30%;
}

@media screen and (max-width : 750px){
.title {
    height: 15%;
    width: 100%;
    padding: 5% 0 0 0;
    font-size: 30px;
    box-sizing: border-box;
    text-align: left;
    padding-left: 5%;
    /*
  background-color: #0000ff;
*/
}
.title p {
    font-size: 18px;
    padding-right: 5%;
    text-align: right;
    margin-block-start: 0;
    margin-block-end: 0;
    letter-spacing: 1px;
}
}