/*参加者の皆様へテーブル*/
/* .table03{
    border-collapse: collapse;
    border: 1px solid black;
    margin: 5px 0px ;
}
.table03 td{
    padding: 10px;
}
.table03 th{
    width: 30%;
    background-color: #5b5b5c;
    text-align: center;
    color: white;
    border-bottom: 1px solid white;
}
.table03 td{
    border: 1px solid black;
}
.table03 tr:last-child th{
    border-bottom: none;
} */

.btncenter{
    display: flex;
    flex-direction: column;
    align-items: center;     
}

.ul_flex{
    display: flex;
}

.ul_list li{
    list-style-type: disc;
    list-style-position: inside;
    padding-left:10px;
}
.ol_list li{
    list-style-type: decimal;
    list-style-position: inside;
    padding-left:10px;
}
.txtindent1 li{
    list-style-type:  none;
}

.discindent  li{
    list-style-type: disc;
    list-style-position: inside;
}

#subject_registration_abstract_submission .discindent  li{
    text-indent: -6em;
    padding-left: 6em;
}
.btn06{
    display: flex;
    justify-content: center;
}
.btn06 a{
    display: block;
    width: 30%;
    padding: 20px;
    background-color:#2F528F ;
    color:#fff;
    border: none;
    text-decoration: none;
    text-align: center;
}
/* .btn06 span{
    display: block;
} */
/* .btn06 span::before {
	content: "";
	width: 0;
	height: 0;
	display: inline-block;
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	border-left: 10px solid #fff;
	margin-right: 4px;
} */

.btn06 p::before {
	content: "";
	width: 0;
	height: 0;
	display: inline-block;
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	border-left: 10px solid #fff;
	margin-right: 4px;
}
