.row_2 .inner,
.row_3 .inner,
.row_4 .inner,
.row_5 .inner,
.row_6 .inner{
    padding: 20px;
}

.row_1 .inner{
	padding: 60px 30px 20px;
}

.row_7 .inner{
	padding: 20px 55px 60px;
}

.row_1 .inner strong,
.row_2 .inner strong,
.row_3 .inner strong,
.row_4 .inner strong,
.row_5 .inner strong,
.row_6 .inner strong,
.row_7 .inner strong{
	font-weight: 600;
}

.apply_title{
	margin-bottom: 10px;
}

.apply_button{
	display: inline-block;
    margin-bottom: 30px;
}

ul{
	margin: 0;
	padding: 0;
	position: relative;
	left: 10px;
}

.row_1 ul,
.row_2 ul,
.row_3 ul,
.row_4 ul,
.row_5 ul,
.row_6 ul,
.row_7 ul{
	font-size:1.0625em;
	line-height: 1.5;
	list-style: none;
}

.row_1 li,
.row_2 li,
.row_3 li,
.row_4 li,
.row_5 li,
.row_6 li,
.row_7 li{
	margin-top: 0px;
    padding-left: 1em;
    text-indent: -.7em;
}

.row_1 li::before,
.row_2 li::before,
.row_3 li::before,
.row_4 li::before,
.row_5 li::before,
.row_6 li::before,
.row_7 li::before{
	content: "•";
    color: #bc2396;
    font-size: 1.5em;
    display: inline-block;
    margin-right: 8px;
}

.g_table{
    overflow-x: auto;
    width: calc(100% - 20px);
}

.underline{
	text-decoration: underline;
}

.row_7 li table{
	border-collapse: collapse;
    margin-top: 30px;
    border-spacing: 10px;
    text-align: center;
    width:100%;
}

table, th, td{
	border: 1px solid #ccc;
	text-indent: 0;
}

tr:nth-of-type(odd){
	background-color: #efefef;
}

table th{
	font-weight: 600;
	background-color: #E2DAFA;
}


th, td{
	padding: 10px;
}

td:nth-of-type(1),
td:nth-of-type(2){
	text-align:left;
}