.main_visual {
	background-image: url(../img/course/logistics/fullsupport/main.png),
		url(../img/common/main_bg.jpg);
}

.exceed_info {
	border: 2px solid #e2cfee;
	background-color: #f5eaf8;
	padding: 20px;
	margin-bottom: 20px;
	display: flex;
	justify-content: space-between;
}

.exceed_info dl {
	width: 40%;
	min-width: 40%;
}

.exceed_info dt {
	background-color: #5d0582;
	color: #ffffff;
	font-size: 1.6rem;
	text-align: center;
	border-radius: 6px;
	padding: 7px 0;
	margin: 0 0 10px 0;
	vertical-align: middle;
	line-height: 100%;
}

.exceed_info dd {
	font-size: 1.4rem;
}

.exceed_info .test_flex {
	width: 57%;
	display: flex;
	justify-content: space-between;
	position: relative;
}

.exceed_info .test {
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #ffffff;
	width: 36%;
	min-width: 36%;
	font-size: 1.3rem;
}

.exceed_info .detail {
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #ffffff;
	width: 57%;
	min-width: 57%;
	font-size: 16px;
}

.exceed_info .detail:after {
	position: absolute;
	content: '＋';
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #5d0582;
	color: #ffffff;
	border-radius: 50%;
	height: 50px;
	width: 50px;
	font-size: 34px;
	margin-top: -25px;
	top: 50%;
	left: 33.3%;
}

.test_flex .test,
.test_flex .detail {
	font-size: 13px;
}

/*テキスト*/
.pratina .under_yellow {
	background: linear-gradient(transparent 50%, #fff10f 50%);
	font-weight: bold;
}

/*テーブル*/
.left .couse_time .slide_table {
	border-collapse: collapse;
	margin-top: 2%;
	display: flex;
	white-space: nowrap;
}

.couse_time .slide_table thead {
	width: 18%;
	display: block;
}

.couse_time .slide_table thead tr td:nth-child(1) {
	width: 5%;
}

.couse_time .slide_table thead tr td:nth-child(2) {
	width: 10%;
}

.couse_time .slide_table tbody tr td:nth-child(1) {
	border-left: none;
}

.couse_time .slide_table .bg_gr {
	background-color: #e5e5e5;
	font-size: 14px;
	font-weight: bold;
}

.couse_time .slide_table .l1 {
	height: 37px;
	max-height: 37px;
	box-sizing: border-box;
}

.couse_time .slide_table td,
.couse_time .slide_table td {
	border: 1px solid #bfc7d3;
	border-collapse: collapse;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	padding: 0 5px;
	min-width: 40px;
}

.couse_time .slide_table .bg_lb {
	background-color: #2fa6ee;
	color: #ffffff;
}

.couse_time .slide_table .bg_db {
	background-color: #001f50;
	color: #ffffff;
}

.couse_time .slide_table .bg_pi {
	background-color: #f8c9dd;
	font-size: 14px;
	font-weight: bold;
}

.couse_time .slide_table .lx {
	min-width: 60px;
	box-sizing: border-box;
	color: #ff0004;
	font-size: 14px;
	font-weight: bold;
	line-height: 120%;
}

.couse_time .slide_table .bg_or {
	font-size: 14px;
	line-height: 116%;
	font-weight: bold;
}

.couse_time .slide_table .min {
	height: 37px;
	max-height: 37px;
	box-sizing: border-box;
	font-size: 14px;
	line-height: 116%;
	font-weight: bold;
}

.couse_time .slide_table .bg_green {
	background-color: #5d0582;
	color: #fff;
	font-size: 12px;
	line-height: 16px;
}

.couse_time .slide_table tbody {
	flex-grow: 1;
	display: block;
}

.couse_time .wbace td {
	width: 10.82%;
}

.couse_time .slide_table .bg_wb {
	font-size: 14px;
	line-height: 116%;
	font-weight: bold;
}

.couse_time .slide_table .font_12 {
	font-size: 12px;
}

.contact_bnr {
	margin-top: 100px;
}

@media screen and (max-width: 767px) {
	.main_visual {
		background-image: url(https://www.bigbang-web.jp/wp-content/themes/bigbang/assets/img/course/logistics/fullsupport/main_sm.png),
			url(../img/common/main_bg.jpg);
	}
	.main_visual .ttl {
		width: auto;
	}
	.slide_table thead {
		width: 22%;
		min-width: 145px;
	}
	.scroll {
		white-space: nowrap;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}
	.scroll::-webkit-scrollbar {
		height: 5px;
	}
	.scroll::-webkit-scrollbar-track {
		background: #f1f1f1;
	}
	.scroll::-webkit-scrollbar-thumb {
		background: #bcbcbc;
	}
	.txt_red {
		padding: 7px 20px !important;
	}
	.slide_table thead tr td:nth-child(1) {
		width: 8%;
	}
	.slide_table thead tr td:nth-child(2) {
		width: 20%;
	}
}

@media screen and (max-width: 815px) {
	.exceed_info {
		display: block;
	}
	.exceed_info dl {
		width: auto;
		min-width: 40%;
		margin-bottom: 20px;
	}
	.exceed_info .detail {
		width: 59%;
		min-width: 59%;
		font-size: 2.8vw;
		padding: 20px 10px;
	}
	.exceed_info .test {
		width: 35%;
		min-width: 35%;
		font-size: 2.8vw;
	}
	.exceed_info .test_flex {
		width: 100%;
	}
	.exceed_info .detail:after {
		height: 8vw;
		width: 8vw;
		min-width: 8vw;
		min-height: 8vw;
		font-size: 5vw;
		margin-top: -4vw;
	}
}

/*@media screen and (max-width: 530px) {
.exceed_info .detail {
    width: 71%;
    min-width: 71%;
    font-size: 2.8vw;
    padding: 20px;
}
.exceed_info .test {
    width: 26%;
    min-width: 26%;
    font-size: 3vw;
}
}*/

/* Firefox */
@-moz-document url-prefix() {
	.couse_time .slide_table {
		border-collapse: separate;
		border-spacing: 0px;
		border-bottom: 1px solid #bfc7d3;
	}
	.couse_time .slide_table td,
	.couse_time .slide_table td {
		border-bottom: none;
		border-right: none;
	}
	.couse_time .slide_table tbody {
		border-right: 1px solid #bfc7d3;
	}
	.couse_time .slide_table tbody tr td:nth-child(1) {
		border-left: 1px solid #bfc7d3;
	}
}

@media screen and (min-width: 1001px) and (max-width: 1130px) {
	main {
		max-width: 70%;
	}
	.sidebar {
		min-width: 20%;
	}
	.slide_table tbody {
		overflow: auto;
	}
}

/*edge*/
@supports (-ms-ime-align: auto) {
	.couse_time .slide_table td,
	.couse_time .slide_table td {
		padding: 0;
	}
}

/* IE */
@media screen and (-ms-high-contrast: active) and (min-width: 1000px),
	screen and (-ms-high-contrast: none) and (min-width: 1000px) {
	.couse_time .slide_table thead {
		width: 26%;
	}
}
.font_10 {
	font-size: 10px;
	line-height: 13px;
}
.lh30 {
	line-height: 27px;
	padding: 4px;
	margin-bottom: 5px;
}
.bg_rg {
	background-color: #e3fdd8;
	font-size: 14px;
	font-weight: bold;
}

@media screen and (max-width: 767px) {
	.exceed_info {
		padding: 3%;
	}
}

.individual_fx4 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 0;
	margin: 0 auto 20px auto;
	max-width: 790px;
}
.individual_fx4 li {
	width: 48.5%;
}
.individual_fx4 li figure {
	margin: 0;
}