@charset "UTF-8";
/* SCHOOL */
.pg_promptreport .procedureSection .procedureBox,.arrow-none {
	background: #FFFEF0;
	border: 1px solid #d31e1e;
	margin: 30px 0 80px;
	padding: 20px;
	position: relative;
}



.pg_promptreport .procedureSection .procedureBox:first-of-type {
	margin-top: 5px;
}
.pg_promptreport .procedureSection .procedureBox:before {
	content: "";
	border: 4px solid #d31e1e;
	border-left: 0;
	border-top: 0;
	display: block;
	height: 40px;
	left: 50%;
	margin: 8px 0 0 -20px;
	position: absolute;
	top: 100%;
	transform: rotate(45deg);
	width: 40px;
}

.arrow-none.procedureBox::before {
	display: none!important;
	border: none;
}


.pg_promptreport .procedureSection .procedureBox .td,.arrow-none .td {
	height: 160px;
	vertical-align: middle;
}
.pg_promptreport .procedureSection .procedureBox .td.step,.arrow-none .td.step {
	border-right: 1px solid #ccc;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.3;
	padding: 0 3% 0 0;
	text-align: center;
	white-space: nowrap;
	width: 23%;
}
.pg_promptreport .procedureSection .procedureBox .td.step .num,.arrow-none .td.step .num {
	color: #ccc;
	display: block;
	font-size: 50px;
	line-height: 1;
}
.pg_promptreport .procedureSection .procedureBox .td.txt,.arrow-none .td.txt {
	padding: 0 0 0 3%;
	width: 77%;
}
.pg_promptreport .procedureSection .procedureBox .td.txt ul, .pg_promptreport .procedureSection .procedureBox .td.txt dl,.arrow-none .td.txt ul,.arrow-none .td.txt dl {
	margin: 0;
}
.pg_promptreport .procedureSection .procedureBox .td.txt .list01 li, .pg_promptreport .procedureSection .procedureBox .td.txt .list01 dd {
	margin: 0;
	padding: 0;
}
.pg_promptreport .procedureSection .procedureBox .td.txt .list01 li:first-letter, .pg_promptreport .procedureSection .procedureBox .td.txt .list01 dd:first-letter,
.arrow-none .td.txt .list01 li:first-letter,
.arrow-none  .td.txt .list01 dd:first-letter {
	color: #8E8D87;
}
.pg_promptreport .procedureSection .procedureBox .td.txt .maru:before, 
.arrow-none .td.txt .maru:before {
	content: "";
	display: inline-block;
	border: 4px solid #d31e1e;
	border-radius: 100%;
	height: 8px;
	margin: 0 2px 0 0;
	position: relative;
	top: -2px;
	vertical-align: middle;
	width: 8px;
}
.pg_promptreport.pg_jhs .pg_promptreport {
	border-color: #d31e1e;
}
.pg_promptreport.pg_hs .pg_promptreport {
	border-color: #172F6B;
}
.pg_promptreport.pg_annex .pg_promptreport {
	border-color: #15AA00;
}
.pg_promptreport.pg_others .pg_promptreport {
	border-color: #005bab;
}

/* 幅768px以下から
------------------------------------------------------------*/
@media only screen and (max-width: 768px) {
	/* PROMPTREPORT */
	.pg_promptreport .procedureSection .procedureBox {
		margin: 15px 0 65px;
		padding: 15px;
	}
	.pg_promptreport .procedureSection .procedureBox:before {
		height: 30px;
		margin: 8px 0 0 -15px;
		width: 30px;
	}
	.pg_promptreport .procedureSection .procedureBox .td {
		height: 120px;
	}
	.pg_promptreport .procedureSection .procedureBox .td.step {
		font-size: 13px;
		white-space: normal;
	}
	.pg_promptreport .procedureSection .procedureBox .td.step .num {
		font-size: 40px;
	}
}

/* 幅375px以下から
------------------------------------------------------------*/
@media only screen and (max-width: 375px) {
	/* PROMPTREPORT */
	.pg_promptreport .procedureSection .procedureBox {
		padding: 10px 5px;
	}
	.pg_promptreport .procedureSection .procedureBox .td {
		height: auto;
	}
	.pg_promptreport .procedureSection .procedureBox .td.step {
		font-size: 11px;
		width: 30%;
	}
	.pg_promptreport .procedureSection .procedureBox .td.step .num {
		font-size: 34px;
	}
	.pg_promptreport .procedureSection .procedureBox .td.txt {
		font-size: 14px;
		width: 70%;
	}
}
