@charset "utf-8";
/*------------------------------------------------------------
	company
------------------------------------------------------------*/
.pageTitle {
	margin-bottom: 77px;
}
#main .txtList {
    margin-bottom: 88px;
    border-top: 1px solid #C5C5C5;
}
#main .txtList li {
    padding: 27px 0;
    font-size: 2rem;
    color: #004892;
    border-bottom: 1px solid #C5C5C5;
}
#main table {
    width: 100%;
    border-collapse: collapse;
    border-top: 1px solid #C5C5C5;
}
#main th,
#main td {
    padding: 25px 0;
    font-weight: 500;
    text-align: left;
    vertical-align: middle;
    border-bottom: 1px solid #C5C5C5;
}
#main th {
    color: #004892;
    width: 10.4%;
}
@media all and (max-width: 896px) {
	.pageTitle {
		margin-bottom: 44px;
	}
    #main .headLine02 {
        margin-bottom: 43px;
    }
    #main .txtList {
        margin-bottom: 46px;
    }
    #main .txtList li {
        padding: 13px 0;
        font-size: 1.4rem;
        line-height: 1.85;
    }
    #main th,
    #main td {
        font-size: 1.4rem;
        padding: 14px 0;
        vertical-align: top;
    }
    #main th {
        width: 20%;
    }
}