@charset "utf-8";
/* CSS Document */

.overview{
	margin-bottom:10px;
}

.overview p{
	display: block;
	text-align: center;
	font-size: 1.5rem;
	color: #000;
	line-height: 2;
}
.overview a{
	text-decoration: underline;
}
.overview i{
	margin-right: 3px;
	margin-left: 5px;
}

.contract_co{
	width: 100%;
	padding: 10px 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 50px;
	background-color: var(--contract_co-bg);
	-webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}
.contract_co i{
	color: #fff;
	text-shadow: 2px 2px 3px rgba(0,0,0,0.4);
}
.contract_co p{
	font-size: 1.8rem;
	margin: 0 5px;
	margin-right: 10px;
	color: #fff;
}
.contract_co a{
	margin: 0 5px;
}
.company_num{
	padding: 10px;
    font-size: 1.4rem;
    outline: none;
    border: 0px;
    margin-right: 10px;
}
.download{
	display: flex;
	align-item: center;
	justify-content: center;
	margin-bottom: 20px;
}
.contract_td {
    margin: 0 auto;
}
.contract_td p.co_title{
	font-size: 1.5rem;
	color: #000;
	text-align: left;
}
.contract_td p.word{
	font-size: 1.5rem;
	color: #000;
}
.contract_td td {
    border-bottom: 1px solid #000;
    /* border-top: 1px solid #ddd; */
    padding: 15px;
    width: 30%;
    text-align: center;
}
@media screen and (max-width: 576px) {
.contract_co {
    flex-wrap: wrap;}
.contract_co p{
	margin-bottom:10px;
}
.company_num{
	margin-bottom: 10px;
}
.contract_co a{
	margin-bottom: 10px;
}
}