@charset "UTF-8";
/*---------------------------------------------------------------*\
	$INDEX
\*---------------------------------------------------------------*/
/*
・共通
・◯◯◯◯◯
・◯◯◯◯◯
*/

/*---------------------------------------------------------------*\
	$共通
\*---------------------------------------------------------------*/

h1 {
	font-size: 4.4rem;
    margin: 80px 0 40px;
    text-align: center;
	font-family:"Playfair Display",serif;
	color: #555;
	font-weight: bold;
}
.sub_title {
    color: #555;
    font-size: 2.2rem;
    font-weight: bold;
    line-height: 38px;
    margin: 0 0 30px;
    text-align: center;
}
.main_text {
    color: #555;
	font-size: 1.2rem;
    line-height: 28px;
    text-align: center;
}
.system_img {
	width: 440px;
	margin: 50px auto;
}
.system_img img {
	width: 100%;
}
.image_text {
	font-size: 1.4rem;
    font-weight: bold;
    line-height: 35px;
    text-align: center;
}



/*---------------------------------------------------------------*\
	$980px
\*---------------------------------------------------------------*/
@media screen and (max-width: 980px) {
}
