


/*section-3-1*/
#section_3-1 h5 {
    margin-left: 30px;
}

@media (max-width: 767px) {
    #section_3-1 h5 {
    margin: 0 10px 10px 10px;
}
#section_3-1 p {
    margin: 0 10px 0 10px;
}
}


/*section_3-2*/
#section_3-2 {
    margin: 0 auto;
}

#section_3-2 h4 {
    margin: 50px 0 70px 0px;
    text-align: center;
}

#section_3-2 .flex-box{
	display: flex;
	flex-wrap: wrap;
    width: fit-content;
    margin: 0 auto;
}

.index #section_3-2 .flow {
    margin-bottom: 60px;
    position: relative;
}

.index #section_3-2 .flow .flow_group {
	width: 350px;
    height: 1200px;
    padding: 20px;
    margin: 0 20px;
    background: #f7f7f7
}


#section_3-2 .three_group_price{
	width: 350px;
    height: 100px;
    background: #ececec;
    position: absolute;
    bottom: 0;
    left: 20px;
    padding: 20px;    
}

#section_3-2 .three_group_price h4 {
    margin: 10px 0 0 20px;
}


@media (max-width: 767px) {
    .index #section_3-2 {
    margin-top: 60px;
}
    .index #section_3-2 .flow .flow_group {
     width: 90%; 
    height: 750px;
    margin-top: 20px;
}
#section_3-2 .three_group_price {
    width: 90%;
    height: 80px;
}
#section_3-2 p {
    margin: 0 10px 0 10px;
}
#section_3-2 .three_group_price h4 {
    margin: 0;
}

}


/*#section-3_3*/
#section_3-3 {
	
}

#section_3-3 h4 {
	margin: 100px 20px 50px 40px;
}

#section_3-3 .table_tit {
	width: 1040px;
    border-top: 1px solid #708090;
    text-align: left;
    margin-bottom: 60px;
    border-collapse: collapse;
}

.table_tit th {
    background: #f7f7f7;
    padding: 20px;
    width: 240px;
    min-width: 120px;
    font-size: 16px;
    font-weight: normal;
    border-bottom: 1px solid #708090;
}

.table_tit td {
    background: #fafafa;
    padding: 20px;
    min-width: 120px;
    border-bottom: 1px solid #708090;
}

td.list {
    width: 100px;
}


@media (max-width: 767px) {
    #section_3-3 .table_tit {
    width: 350px;
    padding: 40px 10px;
}

.table_tit th {
    padding: 10px;
    font-size: 12px;
    min-width: 80px;
}
.table_tit td {
    padding: 10px;
    font-size: 10px;
    min-width: 100px;
}
#section_3-3 h4 {
    margin: 100px 20px 50px 20px;
    font-size: 24px;
}
}








