section {
	overflow: hidden;
}

h2 {
	margin: 0;
	font-family: 'NotoSansCJKjp', "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	color: #c3372c;
}
h3 {
	margin-bottom: 30px;
}
p.note,
.lead p.note {
	margin: 0;
	font-size: 1em;
}
p.note:before {
	content: '※';
	margin: 0 5px 0 0;

}


.lead {
	max-width: 1000px;
	padding: 0 20px 0;
}
.lead p {
	margin-bottom: 1em;
}
.lead ul {
	list-style: disc;
	margin: 10px 0;
	padding-left: 2em;
	font-size: 1.2em;
}

.bsi .certificate {
	float: left;
	width: 300px;
}
.bsi .certificate img {
	margin: 0 auto;
	width: 80%;
	box-shadow: 0 0 10px 0 #666;
}
.bsi .lead {
	float: left;
	width: calc(100% - 300px);
}

.lead_area {}
.lead_area .lead {
	margin: auto;
}
.lead_area .lead p {
	margin-bottom: 0;
	text-align: center;
	font-size: 2em;
	line-height: 1.6em
}

.spec {
	display: flex;
	justify-content: space-between;
}

.spec > div {
	margin: 0 auto 40px;
	flex: 0 0 calc(50% - 50px);
	max-width: 600px;
}
.spec > div .title {
	margin-bottom: .5em;
	font-size: 1.5em;
	color: #c3372c;
}

.spec > div table {
	width: 100%;
	font-size: 1.4em;
	table-layout: fixed;
	border-collapse: collapse;
}
.spec > div table th,
.spec > div table td {
	padding: .5em;
	border: solid 1px #555;
	box-sizing: border-box;
}
.spec > div table th {
	border-bottom-width: 2px;
}
.spec > div table .sum td {
	border-top: double;
}

.spec > div table th {
	color: #666;
}
.spec > div table tr th:nth-child(1),
.spec > div table tr td:nth-child(1) {
	width: 150px;
}

.spec > div table tr th:nth-child(2) {
}
.spec > div table tr td:nth-child(2),
.spec > div table tr td:nth-child(3) {
	text-align: right;
}
.spec > div.schedule table tr td:nth-child(2),
.spec > div.schedule table tr td:nth-child(3) {
	text-align: center;
}
.spec > div p {
	margin: 10px auto 0;
	font-size: 1.2em;
}

.spec > div.schedule table tr th:nth-child(1),
.spec > div.schedule table tr td:nth-child(1) {
	width: 100px;
	text-align: center;
}
.spec > div.schedule table tr th:nth-child(2),
.spec > div.schedule table tr td:nth-child(2) {
	width: 150px;
}

.spec > div p.alert {
	position: relative;
	padding: 0 0 0 1.5em;
	color: red;
}
.spec > div p.alert:before {
	position: absolute;
	content: '※';
	top: 0; left: 0;
}




.list_title {
	margin-bottom: 30px;
	text-align: center;
	font-size: 1.5em;
}
.bsi ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: end;
}
.bsi ul li {
	position: relative;
	margin-bottom: 2em;
	flex: 0 0 25%;
}
.bsi ul li:not( :first-child )::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translate( -30%, -50% );
	-moz-transform: translate( -30%, -50% );
	transform: translate( -30%, -50% );
	display: block;
	width: 0;
	height: 0;
	border-top: solid 10px transparent;
	border-bottom: solid 10px transparent;
	border-left: solid 10px #2d2d2d;
}
.bsi ul li .wrap_img {
	display: none;
}
.bsi ul li p {
	position: relative;
	margin: 0 auto;
	border: 1px solid #666;
	padding: 10px 0;
	width: calc(100% - 20px);
	max-width: 210px;
	height: 60px;
	line-height: 40px;
	font-size: 1.2rem;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
}
.bsi ul li p.double {
	line-height: 20px;
}
.bsi ul li p span {
	color: red;
}
.bsi ul + p {
	text-align: right;
	font-size: 1.2em;
}
.bsi ul + p:before {
	color: red;
}


.application .lead h5 {
	margin-top: 20px;
}
.application .apply {
	display: block;
	margin: 0 auto;
    width: 100%;
    max-width: 300px;
    padding: 5px 10px;
    font-size: 1.2em;
    background: #c3372c;
    color: white;
    border: none;
    border-radius: 3px;
    cursor: pointer;
    text-align: center;
}

@media (max-width: 860px) {

}


@media (max-width: 768px) {
	.lead_area .lead p {
		font-size: 1.5em;
	}

	.bsi .certificate {
		float: none;
		margin: 0 auto 30px;
		width: calc(100% - 40px);
		max-width: 300px;
	}
	.bsi .lead {
		float: none;
		width: 100%;
	}
	.bsi ul {
		display: block;
	}
	.bsi ul li {
		display: flex;
		align-items: center;
		width: 100%;
		max-width: 400px;
		margin: 0 auto 3em;
	}
	.bsi ul li:not( :first-child )::before {
		content: '';
		top: 0;
		left: 50%;
		transform: translate( -50%, -2em );
		border-top: solid 10px #2d2d2d;
		border-right: solid 10px transparent;
		border-bottom: none;
		border-left: solid 10px transparent;
	}
	.bsi ul li .wrap_img {
		width: 50%;
	}
	.bsi ul li p {
		width: 100%;
		max-width: 100%;
	}
	.spec {
		flex-direction: column;
	}
	.spec > div {
		flex: 0 0 100%;
	}
}


@media (max-width: 460px) {
	.spec > div table tr th:nth-child(1),
	.spec > div table tr td:nth-child(1) {
		width: 100px;
	}
}
