
@charset "utf-8";

/* ---------------------------------- */
/* 					mv				  */
/* ---------------------------------- */
#mv.seminar_search {
	background-image: url(/assets/img/sub-directory/recruit/seminar/search/202307_mv.jpg);
	background-position: right top;
}



@media screen and (max-width: 768px) {
	#mv.seminar_search {
		background-image: url(/assets/img/sub-directory/recruit/seminar/search/202307_mv_sp.jpg);
	}

}


/* ---------------------------------- */
/*			SEMINAR				  */
/* ---------------------------------- */
.seminar_contact {
	text-align: left;
	width: 980px;
	margin: 0 auto;
	padding: 75px 0 90px 0;
}

.seminar_contact .links {
	width: 100%;
}

.seminar_contact .links:after {
	content: "";
	clear: both;
	display: block;
}

.seminar_contact .links .mail {
	width: 220px;
	padding: 0 20px 0 0;
	margin: 0 20px 0 0;
	border-right: solid 1px #231815;
	float: left;
}

.seminar_contact .links .nb {
	border: none;
}

.seminar_contact .links .mail h3 {
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 12px 0;
}

.seminar_contact .links .mail a {

}

.seminar_contact .links .link {
	width: 170px;
	float: right;
}

.seminar_contact .links .link a {
	color: #231815;
	font-size: 12px;
	font-weight: bold;
	line-height: 1;
	padding: 10px 40px;
	border: solid 1px #231815;
	display: inline-block;
	position: relative;
}

.seminar_contact .links .link a:hover {
	color: #92b36e;
	text-decoration: none;
	border: solid 1px #92b36e;
}

.seminar_contact .links .link a::after {
	position: absolute;
	top: 50%;
	right: 15px;
	display: block;
	content: '';
	width: 6px;
	height: 6px;
	margin-top: -3px;
	border-top: 1px solid #231815;
	border-right: 1px solid #231815;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	-ms-transform: rotate(45deg);
}

.seminar_contact .links .link a:hover::after {
	border-top: 1px solid #92b36e;
	border-right: 1px solid #92b36e;
}

.seminar_contact .note {
	font-size: 10px;
	line-height: 1.8;
	margin: 3em 0 0 0;
}

@media screen and (max-width: 768px) {
	.seminar_contact {
		text-align: left;
		width: 90%;
		margin: 0 auto;
		padding: 0 0 90px 0;
	}
	.seminar_contact .links .mail {
		text-align: center;
		width: 100%;
		padding: 20px 0 20px 0;
		margin: 0 0 0 0;
		border-right: none;
		border-top: solid 1px #231815;
		float: none;
	}

	.seminar_contact .links .nb {
		border-right: none;
		border-top: solid 1px #231815;
		border-bottom: solid 1px #231815;
	}

	.seminar_contact .links .mail h3 {
		font-size: 14px;
		font-weight: bold;
		margin: 0 0 12px 0;
	}

	.seminar_contact .links .mail a {

	}

	.seminar_contact .links .link {
		text-align: center;
		width: 100%;
		padding: 30px 0 30px 0;
		float: none;
	}
	.seminar_contact .links .link a {
		width: 90%;
	}
	.seminar_contact .note {
		font-size: 10px;
		line-height: 1.8;
		margin: 0 0 0 0;
	}
}

/* ---------------------------------- */
/* 				ALERT				 */
/* ---------------------------------- */
.alert-box {
        color: #FFFFFF;
        font-family: "Noto Sans JP", sans-serif;
        font-optical-sizing: auto;
        font-size: 17px;
        font-weight: normal;
        font-style: normal;
	margin-bottom: 10px;
	padding: 18px 25px;
	background-color: #DE9595;
        line-height: 1.3;
}

@media screen and (max-width: 768px) {
        .alert-box {
                font-size: 2.67vw;
                font-weight: normal;
	        margin-bottom: 3vw;
	        padding: 2.13vw 2.93vw;
        }
}

/* ---------------------------------- */
/*			SEMINAR STEP.1			  */
/* ---------------------------------- */
.seminar_search_content {
	padding: 80px 0 0 0;
}

.seminar_search_content .flow {
	width: 869px;
	margin: 0 auto 60px auto;
}

.seminar_search_content .flow img {
	width: 70%;
	margin: auto;
}

.seminar_search_content .flow .pc {
	display: block;
}

.seminar_search_content .flow .sp {
	display: none;
}

@media screen and (max-width: 768px) {
	.seminar_search_content .flow {
		width: 90%;
	}
	.seminar_search_content .flow .pc {
		display: none;
	}
	.seminar_search_content .flow .sp {
		display: block;
	}
}

.seminar_search_content .area {
	text-align: left;
	padding: 70px 0 200px 0;
	background-color: #ece8e1;
}

.seminar_search_content .area .inner{
	width: 980px;
	margin: 0 auto;
}

.seminar_search_content .area .title {
	line-height: 1.8;
}

.seminar_search_content .area .title h3 {
	font-size: 18px;
	font-weight: bold;
	font-family: serif;
	letter-spacing: 0.2em;
	margin: 0 0 20px 0;
}

.seminar_search_content .area .title .note {
	font-size: 14px;
}

.seminar_search_content .area .title .note span {
	font-size: 12px;
}

.seminar_search_content .area .title .link {
	margin: 20px 0 10px 0;
}

.seminar_search_content .area .title .link a {
	color: #231815;
	font-size: 12px;
	font-weight: bold;
	line-height: 1;
	padding: 10px 40px;
	border: solid 1px #231815;
	display: inline-block;
	position: relative;
}

.seminar_search_content .area .title .link a:hover {
	color: #92b36e;
	text-decoration: none;
	border: solid 1px #92b36e;
}

.seminar_search_content .area .title .link a::after {
	position: absolute;
	top: 50%;
	right: 15px;
	display: block;
	content: '';
	width: 6px;
	height: 6px;
	margin-top: -3px;
	border-top: 1px solid #231815;
	border-right: 1px solid #231815;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	-ms-transform: rotate(45deg);
}

.seminar_search_content .area .title .link a:hover::after {
	border-top: 1px solid #92b36e;
	border-right: 1px solid #92b36e;
}

@media screen and (max-width: 768px) {
	.seminar_search_content .area {
		text-align: left;
		padding: 0 0 50px 0;
		margin-bottom: 40px;
	}
	.seminar_search_content .area .inner{
		width: 100%;
	}
	.seminar_search_content .area .title {
		line-height: 1.8;
		width: 90%;
		margin: 0 auto 2em auto;
		padding-top: 30px;
	}
	.seminar_search_content .area .title h3 {
		font-size: 24px;
	}
	.seminar_search_content .area .title .link {
		display: none;
	}
}

.seminar_search_content .area dl {
	width: 840px;
	height: 480px;
	margin: 0 auto;
	background-image: url(/assets/img/sub-directory/recruit/seminar/search/map_bg.png);
	background-repeat: no-repeat;
	background-position: 0 215px;
	position: relative;
}

.seminar_search_content .area dl dt {
	display: none;
}
.seminar_search_content .area dl dd {
		display: block;
	}
.seminar_search_content .area dl dd ul li {
	text-align: center;
	letter-spacing: 0.2em;
	background-color: #d6d5d3;
	display: block;
	position: absolute;
}

.seminar_search_content .area dl dd ul li a {
	text-decoration: none;
	display: block;
}

.seminar_search_content .area dl dd ul li a:hover {
	color: #000;
	text-decoration: none;
}

.seminar_search_content .area dl dd ul li.c1 a {
	background-color: #bfe0f1;
}

.seminar_search_content .area dl dd ul li.c1 a:hover {
	background-color: #92c7e2;
}

.seminar_search_content .area dl dd ul li.c2 a {
	background-color: #f1d8cb;
}

.seminar_search_content .area dl dd ul li.c2 a:hover {
	background-color: #fdab7f;
}

.seminar_search_content .area dl dd ul li.c3 a {
	background-color: #e6e9af;
}

.seminar_search_content .area dl dd ul li.c3 a:hover {
	background-color: #d8e759;
}

.seminar_search_content .area dl dd ul li.c4 a {
	background-color: #d2e5c3;
}

.seminar_search_content .area dl dd ul li.c4 a:hover {
	background-color: #a2d383;
}

.seminar_search_content .area dl dd ul li.c5 a {
	background-color: #cbcaed;
}

.seminar_search_content .area dl dd ul li.c5 a:hover {
	background-color: #9896df;
}

.seminar_search_content .area dl dd ul li.c6 a {
	background-color: #f1cbcb;
}

.seminar_search_content .area dl dd ul li.c6 a:hover {
	background-color: #f78f8f;
}

.seminar_search_content .area dl dd ul li.c7 a {
	background-color: #c7d8f0;
}

.seminar_search_content .area dl dd ul li.c7 a:hover {
	background-color: #92b2df;
}

.seminar_search_content .area dl dd ul li.c8 a {
	background-color: #c8e3dc;
}

.seminar_search_content .area dl dd ul li.c8 a:hover {
	background-color: #7dd6c0;
}

.seminar_search_content .area dl dd ul li.c9 a {
	background-color: #d6dcf2;
}

.seminar_search_content .area dl dd ul li.c9 a:hover {
	background-color: #9fb0e9;
}

.seminar_search_content .area .a1s1 {
	top: 0;
	right: 0;
	width: 126px;
	height: 111px;
	line-height: 111px;
}

.seminar_search_content .area .a1s2 {
	top: 130px;
	right: 0;
	width: 126px;
	height: 37px;
	line-height: 37px;
}

.seminar_search_content .area .a1s3 {
	top: 170px;
	right: 0;
	width: 61px;
	height: 32px;
	line-height: 32px;
}

.seminar_search_content .area .a1s4 {
	top: 205px;
	right: 0;
	width: 61px;
	height: 32px;
	line-height: 32px;
}

.seminar_search_content .area .a1s5 {
	top: 170px;
	right: 65px;
	width: 61px;
	height: 32px;
	line-height: 32px;
}

.seminar_search_content .area .a1s6 {
	top: 205px;
	right: 65px;
	width: 61px;
	height: 32px;
	line-height: 32px;
}

.seminar_search_content .area .a1s7 {
	top: 240px;
	right: 0;
	width: 61px;
	height: 32px;
	line-height: 32px;
}

.seminar_search_content .area .a2s1 {
	top: 310px;
	right: 0;
	width: 61px;
	height: 32px;
	line-height: 32px;
}

.seminar_search_content .area .a2s2 {
	top: 275px;
	right: 0;
	width: 61px;
	height: 32px;
	line-height: 32px;
}

.seminar_search_content .area .a2s3 {
	top: 275px;
	right: 65px;
	width: 61px;
	height: 32px;
	line-height: 32px;
}

.seminar_search_content .area .a2s4 {
	top: 310px;
	right: 65px;
	width: 61px;
	height: 32px;
	line-height: 32px;
}

.seminar_search_content .area .a2s5 {
	top: 345px;
	right: 0;
	width: 61px;
	height: 67px;
	line-height: 67px;
}

.seminar_search_content .area .a2s6 {
	top: 345px;
	right: 65px;
	width: 61px;
	height: 32px;
	line-height: 32px;
}

.seminar_search_content .area .a2s7 {
	top: 380px;
	right: 65px;
	width: 61px;
	height: 32px;
	line-height: 32px;
}

.seminar_search_content .area .a3s1 {
	top: 240px;
	right: 65px;
	width: 127px;
	height: 32px;
	line-height: 32px;
}

.seminar_search_content .area .a3s2 {
	top: 275px;
	right: 195px;
	width: 61px;
	height: 32px;
	line-height: 32px;
}

.seminar_search_content .area .a3s3 {
	top: 275px;
	right: 260px;
	width: 61px;
	height: 67px;
	line-height: 67px;
}

.seminar_search_content .area .a3s4 {
	top: 310px;
	right: 325px;
	width: 61px;
	height: 32px;
	line-height: 32px;
}

.seminar_search_content .area .a3s5 {
	top: 345px;
	right: 130px;
	width: 61px;
	height: 32px;
	line-height: 32px;
}

.seminar_search_content .area .a3s6 {
	top: 275px;
	right: 130px;
	width: 61px;
	height: 67px;
	line-height: 67px;
}

.seminar_search_content .area .a4s1 {
	top: 310px;
	right: 195px;
	width: 61px;
	height: 67px;
	line-height: 67px;
}

.seminar_search_content .area .a4s2 {
	top: 380px;
	right: 130px;
	width: 61px;
	height: 32px;
	line-height: 32px;
}

.seminar_search_content .area .a4s3 {
	top: 380px;
	right: 195px;
	width: 61px;
	height: 32px;
	line-height: 32px;
}

.seminar_search_content .area .a4s4 {
	top: 380px;
	right: 260px;
	width: 61px;
	height: 32px;
	line-height: 32px;
}

.seminar_search_content .area .a5s1 {
	top: 345px;
	right: 260px;
	width: 61px;
	height: 32px;
	line-height: 32px;
}

.seminar_search_content .area .a5s2 {
	top: 345px;
	right: 325px;
	width: 127px;
	height: 32px;
	line-height: 32px;
}

.seminar_search_content .area .a5s3 {
	top: 380px;
	right: 390px;
	width: 61px;
	height: 32px;
	line-height: 32px;
}

.seminar_search_content .area .a5s4 {
	top: 310px;
	right: 455px;
	width: 61px;
	height: 67px;
	line-height: 67px;
}

.seminar_search_content .area .a5s5 {
	top: 380px;
	right: 325px;
	width: 61px;
	height: 32px;
	line-height: 32px;
}

.seminar_search_content .area .a5s6 {
	top: 415px;
	right: 325px;
	width: 127px;
	height: 32px;
	line-height: 32px;
}

.seminar_search_content .area .a6s1 {
	top: 450px;
	right: 520px;
	width: 61px;
	height: 32px;
	line-height: 32px;
}

.seminar_search_content .area .a6s2 {
	top: 415px;
	right: 520px;
	width: 61px;
	height: 32px;
	line-height: 32px;
}

.seminar_search_content .area .a6s3 {
	top: 415px;
	right: 585px;
	width: 61px;
	height: 32px;
	line-height: 32px;
}

.seminar_search_content .area .a6s4 {
	top: 450px;
	right: 585px;
	width: 61px;
	height: 32px;
	line-height: 32px;
}

.seminar_search_content .area .a7s1 {
	top: 310px;
	right: 520px;
	width: 61px;
	height: 32px;
	line-height: 32px;
}

.seminar_search_content .area .a7s2 {
	top: 310px;
	right: 585px;
	width: 61px;
	height: 32px;
	line-height: 32px;
}

.seminar_search_content .area .a7s3 {
	top: 345px;
	right: 520px;
	width: 61px;
	height: 32px;
	line-height: 32px;
}

.seminar_search_content .area .a7s4 {
	top: 345px;
	right: 585px;
	width: 61px;
	height: 32px;
	line-height: 32px;
}

.seminar_search_content .area .a7s5 {
	top: 310px;
	right: 650px;
	width: 61px;
	height: 67px;
	line-height: 67px;
}

.seminar_search_content .area .a8s1 {
	top: 345px;
	right: 715px;
	width: 61px;
	height: 32px;
	line-height: 32px;
}

.seminar_search_content .area .a8s2 {
	top: 380px;
	right: 780px;
	width: 61px;
	height: 32px;
	line-height: 32px;
}

.seminar_search_content .area .a8s3 {
	top: 345px;
	right: 780px;
	width: 61px;
	height: 32px;
	line-height: 32px;
}

.seminar_search_content .area .a8s4 {
	top: 415px;
	right: 780px;
	width: 61px;
	height: 32px;
	line-height: 32px;
}

.seminar_search_content .area .a8s5 {
	top: 380px;
	right: 715px;
	width: 61px;
	height: 32px;
	line-height: 32px;
}

.seminar_search_content .area .a8s6 {
	top: 415px;
	right: 715px;
	width: 61px;
	height: 32px;
	line-height: 32px;
}

.seminar_search_content .area .a8s7 {
	top: 450px;
	right: 715px;
	width: 127px;
	height: 32px;
	line-height: 32px;
}

.seminar_search_content .area .a8s8 {
	top: 240px;
	right: 780px;
	width: 61px;
	height: 32px;
	line-height: 32px;
}

@media screen and (max-width: 768px) {
	.seminar_search_content .area dl {
		font-size: 20px;
		text-align: left;
		width: 100%;
		height: auto;
		margin: 0 auto;
		border-top: solid 1px #231815;
		background: none;
		position: relative;
	}
	.seminar_search_content .area dl dt {
		font-weight: bold;
		line-height: 75px;
		text-indent: 50px;
		background-image: url(/assets/img/sub-directory/recruit/seminar/search/sp_aw.png);
		background-repeat: no-repeat;
		background-size: 17px;
		background-position: 95% center;
		border-bottom: solid 1px #231815;
		padding: 0;
		display: block;
	}
	.seminar_search_content .area dl dt.op {
		background-image: url(/assets/img/sub-directory/recruit/seminar/search/sp_aw_op.png);
	}
	.seminar_search_content .area dl dt a {
		display: block;
	}
	.seminar_search_content .area dl dd {
		display: none;
	}
	.seminar_search_content .area dl dd ul li.c1 a {
		background-color: #f6f3ee;
		background-image: url(/assets/img/sub-directory/recruit/seminar/search/area_sp_point.png),url(/assets/img/sub-directory/recruit/seminar/search/sp_aw_c.png);
		background-repeat: no-repeat,no-repeat;
		background-size: 12px,10px;
		background-position: 50px center,95% center;
	}

	.seminar_search_content .area dl dd ul li.c2 a {
		background-color: #f6f3ee;
		background-image: url(/assets/img/sub-directory/recruit/seminar/search/area_sp_point.png),url(/assets/img/sub-directory/recruit/seminar/search/sp_aw_c.png);
		background-repeat: no-repeat,no-repeat;
		background-size: 12px,10px;
		background-position: 50px center,95% center;
	}

	.seminar_search_content .area dl dd ul li.c3 a {
		background-color: #f6f3ee;
		background-image: url(/assets/img/sub-directory/recruit/seminar/search/area_sp_point.png),url(/assets/img/sub-directory/recruit/seminar/search/sp_aw_c.png);
		background-repeat: no-repeat,no-repeat;
		background-size: 12px,10px;
		background-position: 50px center,95% center;
	}

	.seminar_search_content .area dl dd ul li.c4 a {
		background-color: #f6f3ee;
		background-image: url(/assets/img/sub-directory/recruit/seminar/search/area_sp_point.png),url(/assets/img/sub-directory/recruit/seminar/search/sp_aw_c.png);
		background-repeat: no-repeat,no-repeat;
		background-size: 12px,10px;
		background-position: 50px center,95% center;
	}

	.seminar_search_content .area dl dd ul li.c5 a {
		background-color: #f6f3ee;
		background-image: url(/assets/img/sub-directory/recruit/seminar/search/area_sp_point.png),url(/assets/img/sub-directory/recruit/seminar/search/sp_aw_c.png);
		background-repeat: no-repeat,no-repeat;
		background-size: 12px,10px;
		background-position: 50px center,95% center;
	}

	.seminar_search_content .area dl dd ul li.c6 a {
		background-color: #f6f3ee;
		background-image: url(/assets/img/sub-directory/recruit/seminar/search/area_sp_point.png),url(/assets/img/sub-directory/recruit/seminar/search/sp_aw_c.png);
		background-repeat: no-repeat,no-repeat;
		background-size: 12px,10px;
		background-position: 50px center,95% center;
	}

	.seminar_search_content .area dl dd ul li.c7 a {
		background-color: #f6f3ee;
		background-image: url(/assets/img/sub-directory/recruit/seminar/search/area_sp_point.png),url(/assets/img/sub-directory/recruit/seminar/search/sp_aw_c.png);
		background-repeat: no-repeat,no-repeat;
		background-size: 12px,10px;
		background-position: 50px center,95% center;
	}

	.seminar_search_content .area dl dd ul li.c8 a {
		background-color: #f6f3ee;
		background-image: url(/assets/img/sub-directory/recruit/seminar/search/area_sp_point.png),url(/assets/img/sub-directory/recruit/seminar/search/sp_aw_c.png);
		background-repeat: no-repeat,no-repeat;
		background-size: 12px,10px;
		background-position: 50px center,95% center;
	}

	.seminar_search_content .area dl dd ul li.c9 a {
		background-color: #f6f3ee;
		background-image: url(/assets/img/sub-directory/recruit/seminar/search/area_sp_point.png),url(/assets/img/sub-directory/recruit/seminar/search/sp_aw_c.png);
		background-repeat: no-repeat,no-repeat;
		background-size: 12px,10px;
		background-position: 50px center,95% center;
	}
	.seminar_search_content .area dl dd ul li {
		text-align: left;
		text-indent: 80px;
		line-height: 75px;
		letter-spacing: 0.2em;
		width: 100%;
		padding: 0;
		background-color: none;
		border-bottom: solid 1px #231815;
		background-position: 95% center;
		display: block;
		position: static;
	}

	.seminar_search_content .area dl dd ul li a {
		width: 100%;
		display: block;
	}

	.seminar_search_content .area .a1s1 {
		width: 100%;
		height: auto;
		line-height: 75px;
	}

	.seminar_search_content .area .a1s2 {
		width: 100%;
		height: auto;
		line-height: 75px;
	}

	.seminar_search_content .area .a1s3 {
		width: 100%;
		height: auto;
		line-height: 75px;
	}

	.seminar_search_content .area .a1s4 {
		width: 100%;
		height: auto;
		line-height: 75px;
	}

	.seminar_search_content .area .a1s5 {
		width: 100%;
		height: auto;
		line-height: 75px;
	}

	.seminar_search_content .area .a1s6 {
		width: 100%;
		height: auto;
		line-height: 75px;
	}

	.seminar_search_content .area .a1s7 {
		width: 100%;
		height: auto;
		line-height: 75px;
	}

	.seminar_search_content .area .a2s1 {
		width: 100%;
		height: auto;
		line-height: 75px;
	}

	.seminar_search_content .area .a2s2 {
		width: 100%;
		height: auto;
		line-height: 75px;
	}

	.seminar_search_content .area .a2s3 {
		width: 100%;
		height: auto;
		line-height: 75px;
	}

	.seminar_search_content .area .a2s4 {
		width: 100%;
		height: auto;
		line-height: 75px;
	}

	.seminar_search_content .area .a2s5 {
		width: 100%;
		height: auto;
		line-height: 75px;
	}

	.seminar_search_content .area .a2s6 {
		width: 100%;
		height: auto;
		line-height: 75px;
	}

	.seminar_search_content .area .a2s7 {
		width: 100%;
		height: auto;
		line-height: 75px;
	}

	.seminar_search_content .area .a3s1 {
		width: 100%;
		height: auto;
		line-height: 75px;
	}

	.seminar_search_content .area .a3s2 {
		width: 100%;
		height: auto;
		line-height: 75px;
	}

	.seminar_search_content .area .a3s3 {
		width: 100%;
		height: auto;
		line-height: 75px;
	}

	.seminar_search_content .area .a3s4 {
		width: 100%;
		height: auto;
		line-height: 75px;
	}

	.seminar_search_content .area .a3s5 {
		width: 100%;
		height: auto;
		line-height: 75px;
	}

	.seminar_search_content .area .a3s6 {
		width: 100%;
		height: auto;
		line-height: 75px;
	}

	.seminar_search_content .area .a4s1 {
		width: 100%;
		height: auto;
		line-height: 75px;
	}

	.seminar_search_content .area .a4s2 {
		width: 100%;
		height: auto;
		line-height: 75px;
	}

	.seminar_search_content .area .a4s3 {
		width: 100%;
		height: auto;
		line-height: 75px;
	}

	.seminar_search_content .area .a4s4 {
		width: 100%;
		height: auto;
		line-height: 75px;
	}

	.seminar_search_content .area .a5s1 {
		width: 100%;
		height: auto;
		line-height: 75px;
	}

	.seminar_search_content .area .a5s2 {
		width: 100%;
		height: auto;
		line-height: 75px;
	}

	.seminar_search_content .area .a5s3 {
		width: 100%;
		height: auto;
		line-height: 75px;
	}

	.seminar_search_content .area .a5s4 {
		width: 100%;
		height: auto;
		line-height: 75px;
	}

	.seminar_search_content .area .a5s5 {
		width: 100%;
		height: auto;
		line-height: 75px;
	}

	.seminar_search_content .area .a5s6 {
		width: 100%;
		height: auto;
		line-height: 75px;
	}

	.seminar_search_content .area .a6s1 {
		width: 100%;
		height: auto;
		line-height: 75px;
	}

	.seminar_search_content .area .a6s2 {
		width: 100%;
		height: auto;
		line-height: 75px;
	}

	.seminar_search_content .area .a6s3 {
		width: 100%;
		height: auto;
		line-height: 75px;
	}

	.seminar_search_content .area .a6s4 {
		width: 100%;
		height: auto;
		line-height: 75px;
	}

	.seminar_search_content .area .a7s1 {
		width: 100%;
		height: auto;
		line-height: 75px;
	}

	.seminar_search_content .area .a7s2 {
		width: 100%;
		height: auto;
		line-height: 75px;
	}

	.seminar_search_content .area .a7s3 {
		width: 100%;
		height: auto;
		line-height: 75px;
	}

	.seminar_search_content .area .a7s4 {
		width: 100%;
		height: auto;
		line-height: 75px;
	}

	.seminar_search_content .area .a7s5 {
		width: 100%;
		height: auto;
		line-height: 75px;
	}

	.seminar_search_content .area .a8s1 {
		width: 100%;
		height: auto;
		line-height: 75px;
	}

	.seminar_search_content .area .a8s2 {
		width: 100%;
		height: auto;
		line-height: 75px;
	}

	.seminar_search_content .area .a8s3 {
		width: 100%;
		height: auto;
		line-height: 75px;
	}

	.seminar_search_content .area .a8s4 {
		width: 100%;
		height: auto;
		line-height: 75px;
	}

	.seminar_search_content .area .a8s5 {
		width: 100%;
		height: auto;
		line-height: 75px;
	}

	.seminar_search_content .area .a8s6 {
		width: 100%;
		height: auto;
		line-height: 75px;
	}

	.seminar_search_content .area .a8s7 {
		width: 100%;
		height: auto;
		line-height: 75px;
	}

	.seminar_search_content .area .a8s8 {
		width: 100%;
		height: auto;
		line-height: 75px;
	}
}

.seminar_search_content .step {
	padding: 40px 0 95px 0;
}

.seminar_search_content .step h3 {
	font-size: 18px;
	font-weight: bold;
	margin: 0 0 60px 0;
}

.seminar_search_content .step .sp_ld {
	display: none;
}

.seminar_search_content .flow_wrap {
	width: 980px;
	margin: 0 auto 80px auto;
}

.seminar_search_content .flow_wrap:after {
	content: "";
	clear: both;
	display: block;
}

.seminar_search_content .flow_wrap .fig {
	width: 341px;
	float: none;
	/*float: left;*/
	position: relative;
	margin: 0 auto;
}

.seminar_search_content .flow_wrap .fig p {
	position: absolute;
	top: 8%;
	left: 43%;
	margin-left: -110px !important;
}

.seminar_search_content .flow_wrap .fig img {
	width: 100%;
}

.seminar_search_content .flow_wrap .desc_link {
	float: none;
	/*float: right;*/
}

.seminar_search_content .flow_wrap .desc_link .ld {
	font-size: 14px;
	text-align: center;
	line-height: 2;
	margin: 0 0 20px 0;
}

.seminar_search_content .flow_wrap .desc_link .link {
	width: 605px;
	margin: 0 0 20px 0;
	position: relative;
}

.seminar_search_content .flow_wrap .desc_link .link .lt {
	top: 130px;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	line-height: 1.8;
	width: 100%;
	position: absolute;
	z-index: 2;
}

.seminar_search_content .flow_wrap .desc_link .link .but {
	top: 200px;
	text-align: center;
	width: 100%;
	position: absolute;
	z-index: 2;
}

.seminar_search_content .flow_wrap .desc_link .link .but a {
	color: #231815;
	font-size: 12px;
	font-weight: bold;
	line-height: 1;
	padding: 10px 80px;
	background-color: #fff;
	display: inline-block;
	position: relative;
}

.seminar_search_content .flow_wrap .desc_link .link .but a:hover {
	color: #92b36e;
	text-decoration: none;
}

.seminar_search_content .flow_wrap .desc_link .link .but a::after {
	position: absolute;
	top: 50%;
	right: 15px;
	display: block;
	content: '';
	width: 6px;
	height: 6px;
	margin-top: -3px;
	border-top: 1px solid #231815;
	border-right: 1px solid #231815;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	-ms-transform: rotate(45deg);
}

.seminar_search_content .flow_wrap .desc_link .link .but a:hover::after {
	border-top: 1px solid #92b36e;
	border-right: 1px solid #92b36e;
}

.seminar_search_content .flow_wrap .desc_link .link .bg {
	top: 0;
	position: relative;
	z-index: 1;
}

.seminar_search_content .flow_wrap .desc_link .link .bg img {
	width: 100%;
}

.seminar_search_content .flow_wrap .desc_link .note {
	text-align: left;
	font-size: 10px;
	line-height: 1.8;
}

.seminar_search_content .step .notes {
	text-align: left;
	width: 750px;
	margin: 0 auto;
}

.seminar_search_content .step .notes h4 {
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 30px 0;
	text-align: center;
}

.seminar_search_content .step .notes ul {
	padding: 0 0 0 1.5em;
	display: block;
}

.seminar_search_content .step .notes ul li {
	line-height: 1.8;
	margin: 0 0 10px 0;
	list-style-type: disc;
	display: list-item;
}

@media screen and (max-width: 768px) {
	.seminar_search_content .step {
		padding: 0 0 50px 0;
		background-color: #f6f3ee;
	}
	.seminar_search_content .step h3 {
		font-size: 22px;
		font-weight: bold;
		margin: 0 0 30px 0;
	}
	.seminar_search_content .step .sp_ld {
		width: 90%;
		text-align: left;
		font-size: 14px;
		line-height: 1.8;
		margin: 0 auto 25px auto;
		display: block;
	}

	.seminar_search_content .flow_wrap {
		width: 100%;
		margin: 0 auto 40px auto;
	}

	.seminar_search_content .flow_wrap .fig {
		width: 90%;
		margin: 0 auto 50px auto;
		float: none;
	}

	.seminar_search_content .flow_wrap .desc_link {
		width: 90%;
		margin: 0 auto 20px auto;
		float: none;
	}

	.seminar_search_content .flow_wrap .desc_link .ld {
		display: none;
	}

	.seminar_search_content .flow_wrap .desc_link .link {
		width: 100%;
		margin: 0 0 20px 0;
		position: relative;
	}

	.seminar_search_content .flow_wrap .desc_link .link .lt {
		top: 45%;
		color: #fff;
		font-size: 14px;
		font-weight: bold;
		text-align: center;
		line-height: 1.8;
		width: 100%;
		position: absolute;
		z-index: 2;
	}

	.seminar_search_content .flow_wrap .desc_link .link .but {
		top: 75%;
		text-align: center;
		width: 100%;
		position: absolute;
		z-index: 2;
	}

	.seminar_search_content .flow_wrap .desc_link .link .but a {
		color: #231815;
		font-size: 12px;
		font-weight: bold;
		line-height: 1;
		padding: 10px 80px;
		background-color: #fff;
		display: inline-block;
		position: relative;
	}

	.seminar_search_content .flow_wrap .desc_link .link .but a:hover {
		color: #92b36e;
		text-decoration: none;
	}

	.seminar_search_content .flow_wrap .desc_link .link .but a::after {
		position: absolute;
		top: 50%;
		right: 15px;
		display: block;
		content: '';
		width: 6px;
		height: 6px;
		margin-top: -3px;
		border-top: 1px solid #231815;
		border-right: 1px solid #231815;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		-ms-transform: rotate(45deg);
	}

	.seminar_search_content .flow_wrap .desc_link .link .but a:hover::after {
		border-top: 1px solid #92b36e;
		border-right: 1px solid #92b36e;
	}

	.seminar_search_content .flow_wrap .desc_link .link .bg {
		top: 0;
		position: relative;
		z-index: 1;
	}

	.seminar_search_content .flow_wrap .desc_link .link .bg img {
		width: 100%;
	}

	.seminar_search_content .flow_wrap .desc_link .note {
		text-align: left;
		font-size: 10px;
		line-height: 1.8;
	}

	.seminar_search_content .step .notes {
		text-align: left;
		width: 90%;
		margin: 0 auto;
	}

	.seminar_search_content .step .notes h4 {
		font-size: 18px;
		font-weight: bold;
		margin: 0 0 18px 0;
	}

}


.seminar_search_content .flow_wrap .fig .link {
	/* margin: 20px 0 10px 0; */
}

.seminar_search_content .flow_wrap .fig .link_newgrad {
	margin-left: -75px !important;
}

.seminar_search_content .flow_wrap .fig .link a {
	color: #231815;
	font-size: 14px;
	font-weight: bold;
	line-height: 1;
	padding: 15px 30px;
	border: solid 1px #231815;
	display: inline-block;
	position: relative;
}

.seminar_search_content .flow_wrap .fig .link a:hover {
	color: #92b36e;
	text-decoration: none;
	border: solid 1px #92b36e;
}

.seminar_search_content .flow_wrap .fig .link a::after {
	position: absolute;
	top: 50%;
	right: 15px;
	display: block;
	content: '';
	width: 6px;
	height: 6px;
	margin-top: -3px;
	border-top: 1px solid #231815;
	border-right: 1px solid #231815;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	-ms-transform: rotate(45deg);
}

.seminar_search_content .flow_wrap .fig .link a:hover::after {
	border-top: 1px solid #92b36e;
	border-right: 1px solid #92b36e;
}

.seminar_search_content .slink {
    margin-top: 30px;
}

.seminar_search_content .slink a {
    color: #ffffff;
    background: #231815;
    font-size: 17px;
    font-weight: bold;
    line-height: 1;
    text-decoration: none;
    padding: 18px 40px;
    border: solid 1px #231815;
    display: inline-block;
    position: relative;
}

.seminar_search_content .slink a::after {
    position: absolute;
    top: 50%;
    right: 15px;
    display: block;
    content: '';
    width: 6px;
    height: 6px;
    margin-top: -3px;
    border-top: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
}

.seminar_search_content .slink a:hover {
	color: #92b36e;
	text-decoration: none;
	border: solid 1px #92b36e;
}

.seminar_search_content .slink a:hover::after {
	border-top: 1px solid #92b36e;
	border-right: 1px solid #92b36e;
}

@media screen and (max-width: 768px) {
        .seminar_search_content .flow_wrap {
            width: 95%;
        }
	.seminar_search_content .flow_wrap .fig .link {
		margin: 0;
	}
	.seminar_search_content .flow_wrap .fig p{
		/* top: 13%; */
	}
}
/* ---------------------------------- */
/*			SEMINAR STEP.2			  */
/* ---------------------------------- */
.seminar_list_content {
	padding: 80px 0 0 0;
}

.seminar_list_content .list_wrap {
	width: 980px;
	margin: 0 auto;
}

.seminar_list_content .flow {
	width: 869px;
	margin: 0 auto 60px auto;
}

.seminar_list_content .flow img {
	width: 70%;
	margin: auto;
}

.seminar_list_content .flow .pc {
	display: block;
}

.seminar_list_content .flow .sp {
	display: none;
}

@media screen and (max-width: 768px) {
	.seminar_list_content .flow {
		width: 90%;
	}
	.seminar_list_content .flow .pc {
		display: none;
	}
	.seminar_list_content .flow .sp {
		display: block;
	}
}

.seminar_list_content .list_wrap {
	text-align: left;
	width: 980px;
	margin: 0 auto;
	padding: 0 0 200px 0;
}

.seminar_list_content .list_wrap:after {
	content: "";
	clear: both;
	display: block;
}

.seminar_list_content .list_wrap .title {
	line-height: 1.8;
	margin: 0 0 50px 0;
}

.seminar_list_content .list_wrap .title h3 {
	font-size: 18px;
	font-weight: bold;
	font-family: serif;
	letter-spacing: 0.2em;
	margin: 0 0 20px 0;
}

.seminar_list_content .list_wrap .title .note {
	font-size: 14px;
}

.seminar_list_content .list_wrap .title .note span {
	font-size: 12px;
}

.seminar_list_content .list_wrap .title .back {
	margin: 20px 0 0 0;
}

.seminar_list_content .list_wrap .title .back a {
	text-decoration: underline;
}

@media screen and (max-width: 768px) {
	.seminar_list_content .list_wrap {
		text-align: left;
		width: 100%;
		margin: 0 auto;
		padding: 0 0 0 0;
	}
	.seminar_list_content .list_wrap .title {
		line-height: 1.8;
		width: 90%;
		margin: 0 auto 2em auto;
	}
	.seminar_list_content .list_wrap .title h3 {
		font-size: 24px;
	}

}

.seminar_list_content .filters {
	width: 240px;
	background-color: #f1ede8;
	float: left;
}

.seminar_list_content .results {
	width: 695px;
	float: right;
}

.seminar_list_content .filters h4 {
	font-size: 14px;
	font-weight: bold;
	padding: 28px 18px 14px 18px;
}

.seminar_list_content .filters .hit {
	font-size: 14px;
	padding: 0 18px 30px 18px;
}

.seminar_list_content .filters .hit span {
	font-size: 24px;
	font-family: serif;
	font-weight: bold;
	letter-spacing: 0.2em;
}

.seminar_list_content .filters .filter {
	padding: 0 18px 30px 18px;
}

.seminar_list_content .filters .filter h5 {
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 15px 0;
}

.seminar_list_content .filters .filter .t1 img {
	width: 25px;
	margin: 0 5px 0 0;
	vertical-align: middle;
}

.seminar_list_content .filters .filter .t4 img {
	width: 25px;
	margin: 0 5px 0 0;
	vertical-align: middle;
}

.seminar_list_content .filters .filter .t5 img {
	width: 30px;
	margin: 0 5px 0 0;
	vertical-align: middle;
}

.seminar_list_content .filters .filter ul {
	margin: 0 0 0 0;
}

.seminar_list_content .filters .filter ul li {
	margin: 0 0 10px 0;
}

.seminar_list_content .filters .but {
	margin: 10px 0 0 0;
}

.seminar_list_content .filters .but a {
	color: #231815;
	font-size: 12px;
	font-weight: bold;
	line-height: 1;
	text-align: center;
	width: 100%;
	margin: 10px 0 0 0;
	padding: 10px 0;
	border: solid 1px #231815;
	display: inline-block;
	position: relative;
}

.seminar_list_content .filters .but a:hover {
	color: #92b36e;
	border: solid 1px #92b36e;
	text-decoration: none;
}

.seminar_list_content .filters .but a::after {
	position: absolute;
	top: 50%;
	right: 15px;
	display: block;
	content: '';
	width: 6px;
	height: 6px;
	margin-top: -3px;
	border-top: 1px solid #231815;
	border-right: 1px solid #231815;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	-ms-transform: rotate(45deg);
}

.seminar_list_content .filters .but a:hover::after {
	border-top: 1px solid #92b36e;
	border-right: 1px solid #92b36e;
}

.seminar_list_content .filters .filter input[type=checkbox] {
	margin: 0 10px 0 0;
	vertical-align: baseline;
}

@media screen and (max-width: 768px) {
	.seminar_list_content .filters {
		width: 100%;
		background-color: #f1ede8;
		padding: 0 0 30px 0;
		float: none;
	}

	.seminar_list_content .results {
		width: 90%;
		margin: 0 auto;
		padding: 40px 0 0 0;
		float: none;
	}
	.seminar_list_content .filters h4 {
		font-size: 17px;
		padding: 28px 5% 14px 5%;
	}

	.seminar_list_content .filters .hit {
		font-size: 17px;
		padding: 0 5% 30px 5%;
	}

	.seminar_list_content .filters .hit span {
		font-size: 30px;
	}
	.seminar_list_content .filters .filter {
		padding: 0 5% 0 5%;
	}
	.seminar_list_content .filters .filter h5 {
		font-size: 20x;
		margin: 0 0 0 0;
		padding: 15px 0;
		background-image: url(/assets/img/sub-directory/recruit/seminar/search/sp_aw.png);
		background-repeat: no-repeat;
		background-size: 14px;
		background-position: 97% center;
		border-top: solid 1px #000;
	}
	.seminar_list_content .filters .filter h5.op {
		background-image: url(/assets/img/sub-directory/recruit/seminar/search/sp_aw_op.png);
	}

	.seminar_list_content .filters .filter h5.t3 {
		border-bottom: solid 1px #000;
	}
	.seminar_list_content .filters .filter h5.t3.op {
		border-bottom: none;
	}

	.seminar_list_content .filters .filter ul {
		margin: 0 0 0 0;
		padding: 20px 0 0 0;
		border-top: solid 1px #000;
		display: none;
	}
	.seminar_list_content .filters .filter ul li {
		font-size: 14px;
	}
	.seminar_list_content .filters .but {
		text-align: center;
		margin: 0 0 30px 0;
		display: none;
	}
	.seminar_list_content .filters .but a {
		width: 90%;
	}
}

.seminar_list_content .results .data {
	padding: 0 0 0 0;
	margin: 0 0 40px 0;
	border-bottom: solid 1px #231815;
}

.seminar_list_content .results .data .info:after {
	content: "";
	clear: both;
	display: block;
}

.seminar_list_content .results .data .info .desc {
	width: 374px;
	float: left;
}


.seminar_list_content .results .data .tit {
	font-size: 14px;
	font-weight: bold;
	padding: 0 0 10px 0;
}

.seminar_list_content .results .data .tit img {
	width: 17px;
	vertical-align: bottom;
	margin: 0 5px 0 0;
}


.seminar_list_content .results .data .articles .txt_red {
	font-size: 14px;
	padding: 10px 0;
}

.seminar_list_content .results .data .info .pic {
	width: 290px;
	float: right;
}

.seminar_list_content .results .data .info .pic img {
	width: 100%;
}

.seminar_list_content .results .data .info .desc h5 {
	font-size: 18px;
	font-weight: bold;
	line-height: 1.6;
	margin: 0 0 18px 0;
}

.seminar_list_content .results .data .info .desc h5 a {
	text-decoration: underline;
}

.seminar_list_content .results .data .info .desc .address {
	font-size: 14px;
	line-height: 1.5;
	margin: 0 0 8px 0;
}

.seminar_list_content .results .data .info .desc .traffic {
	line-height: 1.5;
}

.seminar_list_content .results .data .seminar {
	padding: 20px 0;
	border-top: solid 1px #e7e0db;
}

.seminar_list_content .results .data .seminar:after {
	content: "";
	clear: both;
	display: block;
}

.seminar_list_content .results .data .seminar h6 {
	font-size: 14px;
	line-height: 1.5;
	margin: 0 0 18px 0;
}

.seminar_list_content .results .data .seminar .desc {
	width: 355px;
	float: left;
}

.seminar_list_content .results .data .seminar .entry {
	width: 290px;
	float: right;
}

.seminar_list_content .results .data .seminar .entry a {
	color: #231815;
	font-size: 12px;
	font-weight: bold;
	line-height: 1;
	text-align: center;
	width: 100%;
	padding: 10px 0;
	background-color: #bfe0f1;
	display: inline-block;
	position: relative;
}

.seminar_list_content .results .data .seminar .entry a:hover {
	color: #92b36e;
	text-decoration: none;
}

.seminar_list_content .results .data .seminar .entry a::after {
	position: absolute;
	top: 50%;
	right: 15px;
	display: block;
	content: '';
	width: 6px;
	height: 6px;
	margin-top: -3px;
	border-top: 1px solid #231815;
	border-right: 1px solid #231815;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	-ms-transform: rotate(45deg);
}

.seminar_list_content .results .data .seminar .entry a:hover::after {
	border-top: 1px solid #92b36e;
	border-right: 1px solid #92b36e;
}

.seminar_list_content .results .data .seminar .desc .icon {
	margin: 0 0 20px 0;
}

.seminar_list_content .results .data .seminar .desc .icon p {
	width: 84px;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	line-height: 16px;
	margin: 0 2px 6px 0;
	background-color: #fff;
	display: inline-block;
}

.seminar_list_content .results .data .seminar .desc .icon .c1 {
	background-color: #bfe0f1;
}

.seminar_list_content .results .data .seminar .desc .icon .c2 {
	background-color: #d2e5c3;
}

.seminar_list_content .results .data .seminar .desc .icon .c3,
.seminar_list_content .results .data .seminar .desc .icon .c5,
.seminar_list_content .results .data .seminar .desc .icon .c6 {
	background-color: #f1d8cb;
}

.seminar_list_content .results .data .seminar .desc .icon .c4 {
	background-color: #e6daed;
}

.seminar_list_content .results .data .seminar .desc .date .name {
	font-size: 14px;
	margin: 0 0 10px 0;
}

.seminar_list_content .results .data .seminar .desc .date .dt {
	font-size: 18px;
	width: 100%;
	padding: 7px 0;
	display: inline-block;
	position: relative;
}

.seminar_list_content .results .more {
	text-align: center
}

.seminar_list_content .results .more a {
	color: #231815;
	font-size: 12px;
	font-weight: bold;
	padding: 10px 40px;
	border: solid 1px #231815;
	display: inline-block;
	position: relative;
}

.seminar_list_content .results .more a:hover {
	color: #92b36e;
	text-decoration: none;
	border: solid 1px #92b36e;
}

.seminar_list_content .results .more a::after {
	position: absolute;
	top: 50%;
	right: 15px;
	display: block;
	content: '';
	width: 6px;
	height: 6px;
	margin-top: -3px;
	border-right: 1px solid #231815;
	border-bottom: 1px solid #231815;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	-ms-transform: rotate(45deg);
}

.seminar_list_content .results .more a:hover::after {
	border-right: 1px solid #92b36e;
	border-bottom: 1px solid #92b36e;
}

@media screen and (max-width: 768px) {
	.seminar_list_content .results .data {
		padding: 0 0 0px 0;
		margin: 0 0 40px 0;
		border-bottom: solid 1px #231815;
	}

	.seminar_list_content .results .data .info .desc {
		width: 100%;
		margin: 0 auto 20px 0;
		float: none;
	}
	
	.seminar_list_content .results .data .seminar {
		border-top: solid 1px #e7e0db;
	}

	.seminar_list_content .results .data .seminar h6 {
		font-weight: bold;
	}
	.seminar_list_content .results .data .seminar .desc .icon p {
		width: 22.5%;
		margin: 0 1.5% 2% 0;
	}

	.seminar_list_content .results .data .info .pic {
		width: 100%;
		margin: 0 auto;
		float: none;
	}


	.seminar_list_content .results .data .seminar .desc {
		width: 100%;
		margin: 0 auto;
		float: none;
	}

	.seminar_list_content .results .data .seminar .desc .date .name {
		font-size: 12px;
	}

	.seminar_list_content .results .data .seminar .desc .date .dt {
		font-size: 18px;
	}

	.seminar_list_content .results .data .seminar .entry {
		text-align: center;
		width: 100%;
		margin: 0 auto;
		padding: 2em 0 2em 0;
		float: none;
	}
	.seminar_list_content .results .data .seminar .entry a {
		width: 90%;
	}
}

/* ---------------------------------- */
/*		SEMINAR STEP.3, STEP.4		  */
/* ---------------------------------- */
.seminar_entry_content {
	padding: 0;
}

.seminar_entry_content .list_wrap {
	width: 980px;
	margin: 0 auto;
}

.seminar_entry_content .flow {
	width: 869px;
	margin: 0 auto 60px auto;
}

.seminar_entry_content .flow img {
	width: 70%;
	margin: auto;
	
}

.seminar_entry_content .flow .pc {
	display: block;
}

.seminar_entry_content .flow .sp {
	display: none;
}

@media screen and (max-width: 768px) {
	.seminar_entry_content .flow {
		width: 90%;
	}
	.seminar_entry_content .flow .pc {
		display: none;
	}
	.seminar_entry_content .flow .sp {
		display: block;
	}
}

.seminar_entry_content .entry_wrap {
	text-align: left;
	width: 980px;
	margin: 0 auto;
	//padding: 0 0 200px 0;
}

.seminar_entry_content .entry_wrap .title {
	line-height: 1.8;
	margin: 0 0 60px 0;
}

.seminar_entry_content .entry_wrap .title h3 {
	font-size: 18px;
	font-weight: bold;
	font-family: serif;
	letter-spacing: 0.2em;
	margin: 0 0 20px 0;
}

.seminar_entry_content .entry_wrap .title .note {
	font-size: 14px;
}

.seminar_entry_content .entry_wrap .title .note span {
	font-size: 12px;
}

.seminar_entry_content .entry_wrap .title .back {
	margin: 20px 0 0 0;
}

.seminar_entry_content .entry_wrap .title .back a {
	text-decoration: underline;
}

@media screen and (max-width: 768px) {
	.seminar_entry_content .entry_wrap {
		text-align: left;
		width: 100%;
		margin: 0 auto;
		//padding: 0 0 50px 0;
	}
	.seminar_entry_content .entry_wrap .title {
		line-height: 1.8;
		width: 90%;
		margin: 0 auto 2em auto;
	}
	.seminar_entry_content .entry_wrap .title h3 {
		font-size: 24px;
	}

}

.seminar_entry_content .entry_wrap .target {
	width: 870px;
	margin: 0 auto 80px auto;
	padding: 50px 0 50px 0;
	background-color: #f1ede8;
}

.seminar_entry_content .entry_wrap .target .data {
	width: 695px;
	margin: 0 auto 0 auto;
}

.seminar_entry_content .entry_wrap .target .data .info {
	padding: 0 0 38px 0;
}

.seminar_entry_content .entry_wrap .target .data .info:after {
	content: "";
	clear: both;
	display: block;
}

.seminar_entry_content .entry_wrap .target .data .info .desc {
	width: 374px;
	float: left;
}

.seminar_entry_content .entry_wrap .target .data .info .pic {
	width: 290px;
	float: right;
}

.seminar_entry_content .entry_wrap .target .data .info .pic img {
	width: 100%;
}

.seminar_entry_content .entry_wrap .target .data .info .desc h5 {
	font-size: 18px;
	font-weight: bold;
	line-height: 1.6;
	margin: 0 0 18px 0;
}

.seminar_entry_content .entry_wrap .target .data .info .desc h5 a {
	text-decoration: underline;
}

.seminar_entry_content .entry_wrap .target .data .info .desc .address {
	font-size: 14px;
	line-height: 1.5;
	margin: 0 0 8px 0;
}

.seminar_entry_content .entry_wrap .target .data .info .desc .traffic {
	line-height: 1.5;
}

.seminar_entry_content .entry_wrap .target .data .seminar {
	padding: 25px 0 0 0;
	border-top: solid 1px #e7e0db;
}

.seminar_entry_content .entry_wrap .target .data .seminar h6 {
	font-size: 14px;
	line-height: 1.5;
	margin: 0 0 18px 0;
}

.seminar_entry_content .entry_wrap .target .data .seminar .desc {
	width: 355px;
}

.seminar_entry_content .entry_wrap .target .data .seminar .desc .icon {
	margin: 0 0 20px 0;
}

.seminar_entry_content .entry_wrap .target .data .seminar .desc .icon p {
	width: 84px;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	line-height: 16px;
	margin: 0 2px 6px 0;
	background-color: #fff;
	display: inline-block;
}

.seminar_entry_content .entry_wrap .target .data .seminar .desc .icon .c1 {
	background-color: #bfe0f1;
}

.seminar_entry_content .entry_wrap .target .data .seminar .desc .icon .c2 {
	background-color: #d2e5c3;
}

.seminar_entry_content .entry_wrap .target .data .seminar .desc .icon .c3 {
	background-color: #f1d8cb;
}

.seminar_entry_content .entry_wrap .target .data .seminar .desc .icon .c4 {
	background-color: #e6daed;
}

.seminar_entry_content .entry_wrap .target .data .seminar .desc .date {
	padding: 14px;
	border: solid 1px #231815;
}

.seminar_entry_content .entry_wrap .target .data .seminar .desc .date .tit {
	font-size: 14px;
	font-weight: bold;
	padding: 0 0 10px 0;
}

.seminar_entry_content .entry_wrap .target .data .seminar .desc .date .tit img {
	width: 17px;
	vertical-align: bottom;
	margin: 0 5px 0 0;
}

.seminar_entry_content .entry_wrap .target .data .seminar .desc .date .name {
	font-size: 14px;
	margin: 0 0 10px 0;
}

.seminar_entry_content .entry_wrap .target .data .seminar .desc .date .dt {
	font-size: 14px;
}

@media screen and (max-width: 768px) {
	.seminar_entry_content .entry_wrap .target {
		width: 100%;
		margin: 0 auto 60px auto;
		padding: 50px 0 20px 0;
		background-color: #f1ede8;
	}
	.seminar_entry_content .entry_wrap .target .data {
		width: 90%;
		padding: 0 0 0 0;
		margin: 0 auto 40px auto;
	}

	.seminar_entry_content .entry_wrap .target .data .info {
		padding: 0 0 38px 0;
	}

	.seminar_entry_content .entry_wrap .target .data .info .desc {
		width: 100%;
		margin: 0 0 20px 0;
		float: none;
	}
	.seminar_entry_content .entry_wrap .target .data .seminar {
		border-top: solid 1px #000;
	}
	.seminar_entry_content .entry_wrap .target .data .seminar h6 {
		font-weight: bold;
	}
	.seminar_entry_content .entry_wrap .target .data .seminar .desc .icon p {
		width: 22.5%;
		margin: 0 1.5% 2% 0;
	}

	.seminar_entry_content .entry_wrap .target .data .info .pic {
		width: 100%;
		margin: 0 auto;
	}
	.seminar_entry_content .entry_wrap .target .data .seminar .desc {
		width: 100%;
		margin: 0 auto;
	}

	.seminar_entry_content .entry_wrap .target .data .seminar .desc .date .name {
		font-size: 12px;
	}

	.seminar_entry_content .entry_wrap .target .data .seminar .desc .date .dt {
		font-size: 12px;
	}
}

.seminar_entry_content .entry_wrap .form {

}

.seminar_entry_content .entry_wrap .form table {
	font-size: 14px;
	text-align: left;
	line-height: 2;
	width: 980px;
	margin: 0 auto;
}

.seminar_entry_content .entry_wrap .form th {
        color: #B46767;
        font-size: 23px;
	font-weight: bold;
	text-align: left;
	padding: 10px 0 10px 0;
	border-bottom: solid 0.3px #CBCACA;
}

.seminar_entry_content .entry_wrap .form th.last {
	border-bottom: none;
}

.seminar_entry_content .entry_wrap .form td {
	font-weight: bold;
	//width: 69%;
	padding: 20px 0 20px 0;
	border-bottom: solid 0.3px #CBCACA;
}

.seminar_entry_content .entry_wrap .form table.conf td {
        font-family: "Noto Sans JP", sans-serif;
        font-optical-sizing: auto;
        font-size: 22px;
        font-weight: bold;
        font-style: normal;
	line-height: 1.8;
	//margin: 0 0 0 10px;
	display: block;
}

.seminar_entry_content .entry_wrap .form td .note {
        font-family: "Noto Sans JP", sans-serif;
        font-optical-sizing: auto;
        font-size: 13px;
        font-weight: normal;
        font-style: normal;
        margin-left: 30px;
}

.seminar_entry_content .entry_wrap .form td .err {
	color: #FFFFFF;
        background-color: #DE9595;
        font-family: "Noto Sans JP", sans-serif;
        font-optical-sizing: auto;
        font-size: 17px;
        font-weight: normal;
        font-style: normal;
	line-height: 1.8;
	margin: 0 0 0 10px;
        padding-left: 20px;
	display: block;
}

.seminar_entry_content .entry_wrap .form td.last {
	border-bottom: none;
}

.seminar_entry_content .entry_wrap .form input {
	font-size: 22px;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	border-radius: 0;
	border: 0;
	margin: 0;
	padding: 0;
	background: #fff;
	vertical-align: middle;
	color: inherit;
	box-sizing: content-box;
        box-shadow: inset 0px 1px 3px #CBCACA;
}

.seminar_entry_content .entry_wrap .form select {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	border-radius: 0;
	border: 0;
	margin: 0;
	padding: 0;
	background: #fff;
	vertical-align: middle;
	font-size: inherit;
	color: inherit;
	box-sizing: content-box;
	background-image: url(/assets/img/sub-directory/recruit/seminar/entry/form_slct.png);
	background-repeat: no-repeat;
	background-size: 14px;
	background-position: 95% center;
}

.seminar_entry_content .entry_wrap .form select::-ms-expand {
	display: none;
}

.seminar_entry_content .entry_wrap .form .fm1 {
	width: 95%;
	height: 46px;
	padding: 0 10px;
	border: solid 1px #CBCACA;
        margin-left: 10px;
        font-family: "Noto Sans JP", sans-serif;
        font-optical-sizing: auto;
        font-size: 20px;
        font-weight: normal;
        font-style: normal;
        color: #191919;
        box-shadow: inset 0px 1px 3px #CBCACA;
}

.seminar_entry_content .entry_wrap .form .fm2 {
	width: 95%;
	height: 46px;
	padding: 0 10px;
	border: solid 1px #CBCACA;
        font-family: "Manrope", sans-serif;
        font-size: 22px;
        font-weight: normal;
        margin-left: 10px;
        box-shadow: inset 0px 1px 3px #CBCACA;
}

.seminar_entry_content .entry_wrap .form .hn {
	//margin: 0 0 0 8px;
}

.seminar_entry_content .entry_wrap .form .req {
	color: #FFFFFF;
	font-size: 16px;
	line-height: 17px;
	margin: 0 0 0 5px;
	padding: 0.3em 10px;
	vertical-align: text-top;
	background-color: #B46767;
	display: inline-block;
        border-radius: 20px
}

@media screen and (max-width: 768px) {
	.seminar_entry_content .entry_wrap .form table {
		font-size: 12px;
		width: 100%;
		margin: 0 auto;
	}
	.seminar_entry_content .entry_wrap .form th.last {
		border-bottom: none;
	}
	.seminar_entry_content .entry_wrap .form td.last {
		//border-bottom: solid 1px #b4a9a1;
	}
	.seminar_entry_content .entry_wrap .form th {
		width: 100%;
		padding: 0;
                margin-top: 1vw;
		//border-top: solid 1px #b4a9a1;
	        border-bottom: none;
		display: block;
                font-size: 4vw;
	}

	.seminar_entry_content .entry_wrap .form td {
		width: 100%;
		padding: 0;
                padding-top: 1.2vw;
                padding-bottom: 3.5vw;
		//border-top: solid 1px #e7e0db;
		display: block;
                border-bottom: solid 0.08vw #CBCACA;

	}
        .seminar_entry_content .entry_wrap .form td .note {
                font-size: 2.67vw;
                margin-left: 0;
        }
        .seminar_entry_content .entry_wrap .form table.conf td {
                font-size: 4vw;
                padding-top: 0vw;
                padding-left: 2.5vw;
                padding-bottom: 2vw;
	        display: block;
                line-height: 6vw;
        }
        .seminar_entry_content .entry_wrap .form .req {
            font-size: 2.67vw;
            line-height: 4.27vw;
            margin: 0 0 0 1.33vw;
            padding: 0.5vw 1.6vw;
            border-radius: 4.27vw;
        }
	.seminar_entry_content .entry_wrap .form .sp_bk {
		margin: 2.67vw 0 0 0;
		display: block;
	}
	.seminar_entry_content .entry_wrap .form input {
		font-size: 4.27vw;
		-webkit-appearance: none;
		border-radius: 0;
	}
	.seminar_entry_content .entry_wrap .form select {
		font-size: 4.27vw;
	}
	.seminar_entry_content .entry_wrap .form .fm1 {
		width: 95%;
                padding: 0 2vw;
                margin-left: 0;
                height: 11.2vw;
                font-size: 4vw;
                box-shadow: inset 0px 0.27vw 0.8vw #CBCACA;
	}
	.seminar_entry_content .entry_wrap .form .fm2 {
		width: 94%;
                margin-left: 0.2vw;
                font-size: 4vw;
	}
        .seminar_entry_content .entry_wrap .form td .err {
	        color: #FFFFFF;
                background-color: #DE9595;
                font-size: 3.2vw;
	        margin: 0;
                padding-left: 5.33vw;
        }
}

.seminar_entry_content .entry_wrap .privacy {
	font-size: 14px;
	text-align: center;
	padding: 75px 0 0 0;
}

.seminar_entry_content .entry_wrap .privacy h4 {
	font-weight: bold;
	margin: 0 0 20px 0;
}

.seminar_entry_content .entry_wrap .privacy p {
	line-height: 1.8;
}

@media screen and (max-width: 768px) {
	.seminar_entry_content .entry_wrap .privacy {
		width: 90%;
		margin: 0 auto;
	}
	.seminar_entry_content .entry_wrap .privacy p {
		font-size: 10px;
	}
	.seminar_entry_content .entry_wrap .privacy p span {
		display: block;
	}
}

.seminar_entry_content .entry_wrap .submit {
	font-size: 14px;
	text-align: center;
	padding: 50px 0 0 0;
}

.seminar_entry_content .entry_wrap .submit .back {
	//font-size: 12px;
        padding-top: 35px;
}

.seminar_entry_content .entry_wrap .submit .back a {
        font-family: "Noto Sans JP", sans-serif;
        font-optical-sizing: auto;
        font-size: 30px;
        font-weight: bold;
	text-decoration: none;
        border-bottom: 2px solid #191911;
        padding-bottom: 3px;
}

.seminar_entry_content .entry_wrap .submit .but {
	margin: 0 0 20px 0;
}

.seminar_entry_content .entry_wrap .submit .but a {
	color: #FFFFFF;
	font-size: 33px;
	font-weight: bold;
	line-height: 1;
	padding: 18px 135px;
	//border: solid 1px #231815;
	//display: inline-block;
	position: relative;
        background-color: #B46767;
}

.seminar_entry_content .entry_wrap .submit .but a:hover {
	color: #FFFFFF;
	text-decoration: none;
	border: solid 3px #FFFFFF;
}

.seminar_entry_content .entry_wrap .submit .but a::after {
	position: absolute;
	top: 50%;
	right: 45px;
	display: block;
	content: '';
	width: 20px;
	height: 20px;
	margin-top: -7px;
	border-top: 3px solid #FFFFFF;
	border-right: 3px solid #FFFFFF;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	-ms-transform: rotate(45deg);
}

.seminar_entry_content .entry_wrap .submit .but a:hover::after {
	border-top: 3px solid #FFFFFF;
	border-right: 3px solid #FFFFFF;
}

@media screen and (max-width: 768px) {
        .seminar_entry_content .entry_wrap .submit {
	        font-size: 3.73vw;
	        text-align: center;
	        padding: 6.93vw 0 1vw 0;
        }
	.seminar_entry_content .entry_wrap .submit .but a {
		width: 80%;
		padding: 3vw 23.9vw;
                font-size: 5.07vw;
	}
        .seminar_entry_content .entry_wrap .submit .but a::after {
                right: 4vw;
                width: 2.8vw;
                height: 2.8vw;
	        margin-top: -1.5vw;
	        border-top: 0.55vw solid #FFFFFF;
	        border-right: 0.55vw solid #FFFFFF;
        }
        .seminar_entry_content .entry_wrap .submit .but a:hover {
                color: #FFFFFF;
                text-decoration: none;
	        border: none;
        }
        .seminar_entry_content .entry_wrap .submit .but a:hover::after {
	        border-top: 0.8vw solid #FFFFFF;
	        border-right: 0.8vw solid #FFFFFF;
        }
       .seminar_entry_content .entry_wrap .submit .back {
                padding-top: 5.33vw;
        }
       .seminar_entry_content .entry_wrap .submit .back a {
                font-size: 3.73vw;
                border-bottom: 0.27vw solid #191911;
                padding-bottom: 0.5vw;
        }
}

.seminar_entry_content  .entry_wrap .form input[type="radio"]:checked {
    background: #B46767;
    opacity: 1;
    margin-left: 10px;
}

.seminar_entry_content  .entry_wrap .form input[type="radio"] {
    -webkit-appearance: none;
    width: 25px;
    height: 25px;
    vertical-align: middle;
    border: 1px solid #CBCACA;
    border-radius: 25px;
    background: transparent;
    opacity: 0.5;
    margin-left: 10px;
}

@media screen and (max-width: 768px) {
        .seminar_entry_content .entry_wrap .form input[type="radio"]:checked {
            margin-left: 2.67vw;
        }
        .seminar_entry_content .entry_wrap .form input[type="radio"] {
            width: 4.53vw;
            height: 4.53vw;
            border: 0.27vwpx solid #CBCACA;
            border-radius: 4.53vw;
            margin-left: 2.67vw;
        }

        .seminar_entry_content .entry_wrap .form input[type="radio"]:checked {
            margin-left: 2.67vw;
        }
        .seminar_entry_content .entry_wrap .form input[type="radio"] {
            width: 4.53vw;
            height: 4.53vw;
            border: 0.27vwpx solid #CBCACA;
            border-radius: 4.53vw;
            margin-left: 2.67vw;
        }
}

/* ---------------------------------- */
/*			SEMINAR COMPLETE		  */
/* ---------------------------------- */
.seminar_complete_content {
	padding: 80px 0 0 0;
}

.seminar_complete_content .flow {
	width: 869px;
	margin: 0 auto 60px auto;
}

.seminar_complete_content .flow img {
	width: 70%;
	margin: auto;
}

.seminar_complete_content .flow .pc {
	display: block;
}

.seminar_complete_content .flow .sp {
	display: none;
}

@media screen and (max-width: 768px) {
	.seminar_complete_content .flow {
		width: 90%;
	}
	.seminar_complete_content .flow .pc {
		display: none;
	}
	.seminar_complete_content .flow .sp {
		display: block;
	}
}

.seminar_complete_content .complete {
	line-height: 1.8;
	text-align: left;
	width: 980px;
	margin: 0 auto;
	padding: 0 0 200px 0;
}

.seminar_complete_content .complete h3 {
	font-size: 18px;
	font-weight: bold;
	font-family: serif;
	letter-spacing: 0.2em;
	margin: 0 0 20px 0;
}

.seminar_complete_content .complete h4 {
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 20px 0;
}

.seminar_complete_content .complete p {
	font-size: 14px;
}

.seminar_complete_content .complete p a {
	text-decoration: underline;
}

.seminar_complete_content .complete .back {
	text-align: center;
	padding: 80px 0 0 0;
}

.seminar_complete_content .complete .back a {
	color: #231815;
	font-size: 12px;
	font-weight: bold;
	line-height: 1;
	padding: 15px 80px;
	border: solid 1px #231815;
	display: inline-block;
	position: relative;
}

.seminar_complete_content .complete .back a:hover {
	color: #92b36e;
	text-decoration: none;
	border: solid 1px #92b36e;
}

.seminar_complete_content .complete .back a::after {
	position: absolute;
	top: 50%;
	right: 15px;
	display: block;
	content: '';
	width: 6px;
	height: 6px;
	margin-top: -3px;
	border-top: 1px solid #231815;
	border-right: 1px solid #231815;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	-ms-transform: rotate(45deg);
}

.seminar_complete_content .complete .back a:hover::after {
	border-top: 1px solid #92b36e;
	border-right: 1px solid #92b36e;
}

@media screen and (max-width: 768px) {
	.seminar_complete_content .complete {
		text-align: left;
		width: 90%;
		margin: 0 auto;
		padding: 0 0 50px 0;
	}
	.seminar_complete_content .complete h3 {
		font-size: 24px;
	}
	.seminar_complete_content .complete h4 {
		font-size: 18px;
	}
	.seminar_complete_content .complete .back {
		padding: 50px 0 0 0;
	}
	.seminar_complete_content .complete .back a {
		width: 80%;
		padding: 15px 0;
	}
}

/* ---------------------------------- */
/*			SEMINAR CANCEL			  */
/* ---------------------------------- */

.seminar_cancel_content {
	padding: 0 0 0 0;
}

.seminar_cancel_content .list_wrap {
	width: 980px;
	margin: 0 auto;
}

.seminar_cancel_content .flow {
	width: 869px;
	margin: 0 auto 60px auto;
}

.seminar_cancel_content .flow img {
	width: 100%;
}

.seminar_cancel_content .flow .pc {
	display: block;
}

.seminar_cancel_content .flow .sp {
	display: none;
}

.cancel_error_text {
        font-family: "Noto Sans JP", sans-serif;
        color: #191919;
        font-size: 22px;
        font-weight: normal;
        text-align: center;
}

@media screen and (max-width: 768px) {
	.seminar_cancel_content .flow {
		width: 90%;
	}
	.seminar_cancel_content .flow .pc {
		display: none;
	}
	.seminar_cancel_content .flow .sp {
		display: block;
	}
	.cancel_error_text {
        	font-family: "Noto Sans JP", sans-serif;
        	font-size: 3.47vw;
        	font-weight: normal;
                text-align: left;
	}
}

.seminar_cancel_content .cancel_wrap {
	text-align: left;
	width: 980px;
	margin: 0 auto;
	padding: 0 0 20px 0;
}

.seminar_cancel_content .cancel_wrap .title {
	line-height: 1.8;
	margin: 0 0 60px 0;
}

.seminar_cancel_content .cancel_wrap .title h3 {
	font-size: 18px;
	font-weight: bold;
	font-family: serif;
	letter-spacing: 0.2em;
	margin: 0 0 20px 0;
}

.seminar_cancel_content .cancel_wrap .title .note {
	font-size: 14px;
}

.seminar_cancel_content .cancel_wrap .title .note span {
	font-size: 12px;
}

.seminar_cancel_content .cancel_wrap .title .back {
	margin: 20px 0 0 0;
}

.seminar_cancel_content .cancel_wrap .title .back a {
	text-decoration: underline;
}

@media screen and (max-width: 768px) {
	.seminar_cancel_content .cancel_wrap {
		text-align: left;
		width: 100%;
		margin: 0 auto;
		padding: 0 0 20px 0;
	}
	.seminar_cancel_content .cancel_wrap .title {
		line-height: 1.8;
		width: 90%;
		margin: 0 auto 2em auto;
	}
	.seminar_cancel_content .cancel_wrap .title h3 {
		font-size: 24px;
	}

}

.seminar_cancel_content .cancel_wrap .target {
	width: 100%;
	margin: 0 auto 10px auto;
	padding: 0 0 0 0;

}

.seminar_cancel_content .cancel_wrap .target .data {
	width: 695px;
	margin: 0 auto 0 auto;
}

.seminar_cancel_content .cancel_wrap .target .data .info {
	padding: 0 0 38px 0;
}

.seminar_cancel_content .cancel_wrap .target .data .info:after {
	content: "";
	clear: both;
	display: block;
}

.seminar_cancel_content .cancel_wrap .target .data .info .desc {
	width: 374px;
	float: left;
}

.seminar_cancel_content .cancel_wrap .target .data .info .pic {
	width: 290px;
	float: right;
}

.seminar_cancel_content .cancel_wrap .target .data .info .pic img {
	width: 100%;
}

.seminar_cancel_content .cancel_wrap .target .data .info .desc h5 {
	font-size: 18px;
	font-weight: bold;
	line-height: 1.6;
	margin: 0 0 18px 0;
}

.seminar_cancel_content .cancel_wrap .target .data .info .desc h5 a {
	text-decoration: underline;
}

.seminar_cancel_content .cancel_wrap .target .data .info .desc .address {
	font-size: 14px;
	line-height: 1.5;
	margin: 0 0 8px 0;
}

.seminar_cancel_content .cancel_wrap .target .data .info .desc .traffic {
	line-height: 1.5;
}

.seminar_cancel_content .cancel_wrap .target .data .seminar {
	padding: 25px 0 0 0;
	border-top: solid 1px #e7e0db;
}

.seminar_cancel_content .cancel_wrap .target .data .seminar h6 {
	font-size: 14px;
	line-height: 1.5;
	margin: 0 0 18px 0;
}

.seminar_cancel_content .cancel_wrap .target .data .seminar .desc {
	width: 355px;
}

.seminar_cancel_content .cancel_wrap .target .data .seminar .desc .date {
	padding: 14px;
	border: solid 1px #231815;
}

.seminar_cancel_content .cancel_wrap .target .data .seminar .desc .date .tit {
	font-size: 14px;
	font-weight: bold;
	padding: 0 0 10px 0;
}

.seminar_cancel_content .cancel_wrap .target .data .seminar .desc .date .tit img {
	width: 17px;
	vertical-align: bottom;
	margin: 0 5px 0 0;
}

.seminar_cancel_content .cancel_wrap .target .data .seminar .desc .date .name {
	font-size: 14px;
	margin: 0 0 10px 0;
}

.seminar_cancel_content .cancel_wrap .target .data .seminar .desc .date .dt {
	font-size: 14px;
}

@media screen and (max-width: 768px) {
	.seminar_cancel_content .cancel_wrap .target {
		width: 100%;
		margin: 0 auto 60px auto;
		padding: 0 0 0 0;

	}
	.seminar_cancel_content .cancel_wrap .target .data {
		width: 90%;
		padding: 0 0 0 0;
		margin: 0 auto 40px auto;
	}

	.seminar_cancel_content .cancel_wrap .target .data .info {
		padding: 0 0 38px 0;
	}

	.seminar_cancel_content .cancel_wrap .target .data .info .desc {
		width: 100%;
		margin: 0 0 20px 0;
		float: none;
	}
	.seminar_cancel_content .cancel_wrap .target .data .seminar {
		border-top: solid 1px #000;
	}
	.seminar_cancel_content .cancel_wrap .target .data .seminar h6 {
		font-weight: bold;
	}
	.seminar_cancel_content .cancel_wrap .target .data .seminar .desc .icon p {
		width: 22.5%;
		margin: 0 1.5% 2% 0;
	}

	.seminar_cancel_content .cancel_wrap .target .data .info .pic {
		width: 100%;
		margin: 0 auto;
	}
	.seminar_cancel_content .cancel_wrap .target .data .seminar .desc {
		width: 100%;
		margin: 0 auto;
	}

	.seminar_cancel_content .cancel_wrap .target .data .seminar .desc .date .name {
		font-size: 12px;
	}

	.seminar_cancel_content .cancel_wrap .target .data .seminar .desc .date .dt {
		font-size: 12px;
	}
}

.seminar_cancel_content .cancel_wrap .privacy {
	font-size: 14px;
	text-align: center;
	padding: 75px 0 0 0;
}

.seminar_cancel_content .cancel_wrap .privacy h4 {
	font-weight: bold;
	margin: 0 0 20px 0;
}

.seminar_cancel_content .cancel_wrap .privacy p {
	line-height: 1.8;
}

@media screen and (max-width: 768px) {
	.seminar_cancel_content .cancel_wrap .privacy {
		width: 90%;
		margin: 0 auto;
	}
	.seminar_cancel_content .cancel_wrap .privacy p {
		font-size: 10px;
	}
	.seminar_cancel_content .cancel_wrap .privacy p span {
		display: block;
	}
}

.seminar_cancel_content .cancel_wrap .submit {
	font-size: 14px;
	text-align: center;
	padding: 60px 0 0 0;
}

.seminar_cancel_content .cancel_wrap .submit .back {
	font-size: 12px;
}

.seminar_cancel_content .cancel_wrap .submit .back a {
	text-decoration: underline;
}

.seminar_cancel_content .cancel_wrap .submit .but {
	margin: 0 0 20px 0;
}

.seminar_cancel_content .cancel_wrap .submit .but a {
	color: #231815;
	font-size: 12px;
	font-weight: bold;
	line-height: 1;
	padding: 15px 80px;
	border: solid 1px #231815;
	display: inline-block;
	position: relative;
}

.seminar_cancel_content .cancel_wrap .submit .but a:hover {
	color: #92b36e;
	text-decoration: none;
	border: solid 1px #92b36e;
}

.seminar_cancel_content .cancel_wrap .submit .but a::after {
	position: absolute;
	top: 50%;
	right: 15px;
	display: block;
	content: '';
	width: 6px;
	height: 6px;
	margin-top: -3px;
	border-top: 1px solid #231815;
	border-right: 1px solid #231815;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	-ms-transform: rotate(45deg);
}

.seminar_cancel_content .cancel_wrap .submit .but a:hover::after {
	border-top: 1px solid #92b36e;
	border-right: 1px solid #92b36e;
}

@media screen and (max-width: 768px) {
	.seminar_cancel_content .cancel_wrap .submit .but a {
		width: 80%;
		padding: 15px 0;
	}
}




