@charset "utf-8";
/* CSS Document */

.title p {
    font-weight: 600;
    font-size: 45px;
    text-align: center;
    line-height: 1;
    letter-spacing: 0.1em;
    color: #007DD6;
}
.title-entry h1 {
    font-weight: 700;
    font-size: 25px;
    margin: 20px 0 0px 0;
}
.mv_txt h1 {
    line-height: 1.3;
}

@media screen and (max-width: 1000px) {
	
.title p {
    font-size: 25px;
    line-height: 135%;
}
.title-entry h1 {
    font-size: 20px;
    margin: 10px 0 0px 0;
    line-height: 150%;
}

/*---------------------------------------------------------------------------------------------------------------------------------------- 1000px */
}