@charset "utf-8";

html {
    font-size: 62.5%;
}
body{
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    margin: 0;
    padding: 0;
    color: #ffffff;
    background: linear-gradient(135deg, rgba(255, 221, 40, 0.7), rgba(255, 110, 80, 0.7) ) fixed,url(img/5.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    
}
.back{
    background-image: url(img/5.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: -1;
}
.back::before {
    content: "";
    display: block;
    background: linear-gradient(135deg, rgba(255, 221, 40, 0.7), rgba(255, 110, 80, 0.7) );
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.content{
    width:100%;
    margin:0;
    padding:0 0 50px;
}
h1{
    width: 60%;
    margin: 0 auto;
    padding: 4% 0px 2%;
    font-size: 2.5rem;
    text-align: left;
}
h3{
    width: 60%;
    font-size: 1.7rem;
    margin: 0 auto;
    text-align: left;
}
p{
    width: 60%;
    margin: 1% auto;
    text-align: left;
    font-size:1.5rem;
    font-weight: bold;
    line-height: 2;
}
h4{
    width: 50%;
    margin: 0 auto;
    text-align: left;
    font-size:1.6rem;
    line-height: 2.5;
}
a{
    color:#ffffff;
    text-decoration: none;
}
a:hover{
    color:#0000ff;
    text-decoration: underline;
}

/*959px以下*/
@media screen and (min-width:520px) and (max-width:959px){
    h1{
        margin: 0;
        padding: 5% 0px 3%;
        font-size: 2.2rem;
        text-align: center;
    }
    h3{
        font-size: 1.6rem;
        margin: 0;
        text-align: center;
    }
    p{
        width: 80%;
        margin: 2% auto;
        text-align: left;
        font-size:1.5rem;
        font-weight: bold;
        line-height: 2;
    }
    h4{
        width: 75%;
        margin: 0 auto;
        text-align: left;
        font-size:1.5rem;
        line-height: 2.5;
    } 
}
/*559px以下*/
@media screen and (max-width:559px){
    h1{
        width: 100%;
        margin: 0;
        padding: 5% 0px 3%;
        font-size: 2rem;
        text-align: center;
    }
    h3{
        width: 100%;
        font-size: 1.6rem;
        margin: 0;
        text-align: center;
    }
    p{
        width: 90%;
        margin: 4% auto;
        text-align: left;
        font-size:1.4rem;
        font-weight: bold;
        line-height: 2;
    }
    h4{
        width: 90%;
        margin: 0 auto;
        text-align: left;
        font-size:1.4rem;
        line-height: 2.5;
    }
}