@charset "utf-8";
/*------------------------------------------------------------
	index
------------------------------------------------------------*/
#main .pageTitle {
    margin-bottom: 100px;
}
#main .head_line03 {
    padding: 1px 0 7px 14px;
    margin-bottom:38px;
    width: 420px;
    font-size: 4.5rem;
}
#main p {
    font-weight: 500;
}
#main .text {
    margin-bottom: 23px;
    line-height: 2;
    letter-spacing: 0.14em;
    font-feature-settings: 'palt';
}
#main .sub_text {
    margin-bottom: 0;
    font-size: 1.2rem;
    line-height: 2;
    letter-spacing: 0.1em;
}
#main .r_text {
    margin-bottom: 20px;
    color: #ff0000;
    font-size: 1.2rem;
    line-height: 2.5;
    letter-spacing: 0.14em;
}
#main .errorMsg {
	color: #ff0000;
}
@media all and (max-width: 767px) {
    #main .pageTitle {
        margin-bottom: 50px;
    }
    #main .head_line02 {
        padding-top: 35px;
        font-size: 5.5rem;
    }
    #main .head_line03 {
        padding: 0 0 3px 9px;
        margin-bottom: 24px;
        width: 217px;
        font-size: 2.3rem;
    }
    #main .text {
        margin-bottom: 25px;
        letter-spacing: 0.08em;
    }
    #main .sub_text {
        margin-bottom: 0;
        font-size: 1.2rem;
        line-height: 2;
    }
	#main .r_text {
		margin-bottom: 35px;
	}
}