@charset "UTF-8";

main .pagetitle_head .text{
    text-align: center;
    margin: 0 auto;
    letter-spacing: 0.05em;
    line-height: 2.0em;
    font-size: 16px;
    padding: 35px 0px 50px 0px;
}
.inner02 .text{
    font-size: 16px;
    line-height: 2.5;
}
.head02 {
    margin-bottom: 20px;
}

.head04 {
    margin-bottom: 0;
}
.inner02 .errors {
    padding: 0 0 60px;
}
.inner02 .errors .text{
    margin-bottom: 40px;
}

.inner02 .errors .text p{
    align:center;
}

.inner02 .errors .text:nth-last-of-type(1){
    margin-bottom: 0;
}
.inner02 .box01{
    background: #f0f0f0;
    padding:50px 30px;
    margin-bottom:120px;
}
.inner02 .box01 .text{
    margin-bottom: 30px;
}
.inner02 .box01 .text:nth-last-of-type(1){
    margin-bottom: 0;
}

h1.tit01 {
    font-size: 20px;
}

@media (max-width: 960px) {

    main .pagetitle_head .text{
        line-height: 1.6;
        font-size: 12px;
        width: 95%;
        margin: 0 auto;
        padding: 30px 0;
    }
    .inner02 .text p{
        font-size: 12px;
        line-height: 1.6;
        text-align:center;
    }
    
    .head02{
        margin-bottom: 10px;
    }
    .inner02 .errors {
        padding: 0 0 30px;
    }
    .head04 {
        font-size: 16px;
    }
    
    .inner02 .box01{
        padding:20px 10px;
        margin-bottom:40px;
    }
    .inner02 .box01 .text{
        margin-bottom: 20px;
    }

}
