section#regist{
	padding: 80px 0;
}
section#regist div.box{
	width: 94%;
	max-width: 1080px;
	margin: 0 auto 20px;
	display: flex;
	justify-content: space-between;
	border: solid 2px #b0d6ff;
	border-radius: 10px;
	background: #fff;
}
section#regist div.box div.title{
	width: 27%;
	box-sizing: border-box;
	padding: 10px;
	background: #e9f6ff;
	border-radius: 10px 0 0 10px;
	text-align: center;
	font-weight: bold;
	display: flex;
	justify-content: center;
	align-items: center;
}
section#regist div.box div.exp{
	width: 70%;
	box-sizing: border-box;
	padding: 10px;
}
section#regist div.arrow{
	display: block;
	background: url("../img/arrow.svg") center center no-repeat;
	text-align: center;
	height: 20px;
	margin: 0 0 20px;
}
section#regist div.more{
	width: 30%;
	text-align: center;
	font-size: 1.5rem;
	margin: 30px auto;
}
section#regist div.more a{
	display: block;
	background: var(--orange);
	color: #fff;
	padding: 20px 0;
	border-radius: 10px;
}

/*************************************/
section#regist div.registbox{
	width: 94%;
	max-width: 1080px;
	margin: 0 auto 30px;
}
section#regist div.registbox table {
    margin: 30px auto;
    table-layout: fixed;
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    border: 1px #ccc solid;
}
section#regist div.registbox table th {
    padding: 10px;
    border: 1px #ccc solid;
    border-width: 0 0 1px 1px;
    text-align: left;
    vertical-align: top;
    background: #faf9f7;
    width: 25%;
}
section#regist div.registbox table td {
    padding: 10px;
    border: 1px #ccc solid;
    border-width: 0 0 1px 1px;
    text-align: left;
    vertical-align: top;
    background: #fff;
}
section#regist input[type="text"]{
	border: solid 1px #aaa;
	border-radius: 2px;
}
section#regist select{
	border: solid 1px #aaa;
	border-radius: 2px;
}
section#regist div.doui{
	text-align: center;
}