@charset "utf-8";

@import url("stylus.css");
@import url("add.css");

@import url("editor.css");


/* FOR_EDITOR */

@import url("font_editor.css");

/* /FOR_EDITOR */

.table-scroll{
  overflow: auto; /*スクロールさせる*/
  white-space: nowrap; /*文字の折り返しを禁止*/
  width:100%; /*今回の設置を分かりやすくするためワザと狭い幅を指定。本来は不必要な指定です。*/
}

/* 以下、スクロールバーを追加 */
.table-scroll::-webkit-scrollbar{　　
 height: 5px;
}
.table-scroll::-webkit-scrollbar-track{
 background: #333;
}
.table-scroll::-webkit-scrollbar-thumb {
 background: #999;
}

/* 以下、tableの指定 */
.table-scroll table{
  border-collapse:collapse;
  border-spacing:0;
  border-top:#ccc solid 1px;
  border-left:#ccc solid 1px;
}
.table-scroll table th,
.table-scroll table td{
  padding:10px 15px;
  font-weight:normal;
  border-right:#ccc solid 1px;
  border-bottom:#ccc solid 1px;
  font-size:12px;
}
.table-scroll table th{
  background:#eee;
  width:80px;
}

.course-row {
	display: flex;
	flex-wrap: wrap;
	margin: 40px -12px 20px;
}

.course-col {
	box-sizing: border-box;
	width: 50%;
	margin: 0 0 20px;
	padding: 0 12px;
}

.course-box {
	color: #000;
}

.course-box strong {
	color: #b00;
}

.course-box__tab {
	display: inline-block;
	padding: 7px 18px;
	border: 1px solid#bfbfbf;
	border-bottom: none;
	border-radius: 7px 7px 0 0;
}

.course-box__tab p {
	margin: 0;
	font-size: 16px;
	font-weight: bold;
}

.course-box__wrap {
	border: 1px solid #bfbfbf;
}

.course-box__head {
	padding: 16px;
	background-color: #FCE7E7;
}

.course-box__head h4 {
	margin: 0;
	padding: 0;
	border: none;
	color: #000;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.4;
}

.course-box__sup {
	padding: 14px;
	font-size: 16px;
	font-weight: bold;
}

.course-box__sup a {
	color: #000;
}

.course-box__sup > :last-child {
	margin-bottom: 0;
}

.course-box__body {
	display: flex;
	flex-wrap: wrap;
	padding: 0 14px;
	color: #000;
}

.course-box__body dl {
	display: flex;
	align-items: baseline;
	margin: 0 0 10px;
	padding: 0;
}

.course-box__body dt {
	padding: 8px;
	background-color: #f3f3f3;
	white-space: nowrap;
}

.course-box__body dd {
	padding: 8px;
}

.course-box__foot {
	padding: 0 14px 14px;
	text-align: right;
}

.course-box__foot a {
	position: relative;
	display: inline-block;
	padding-right: 30px;
	color: #b00;
	font-weight: bold;
	text-decoration: none;
}

.course-box__foot a:after {
	content: '';
	position: absolute;
	top: 50%;
	right: 0;
	display: block;
	width: 20px;
	height: 20px;
	margin-top: -10px;
	background: url("../images/arrow-right.png") no-repeat center center;
}

.course-box__foot > :last-child {
	margin-bottom: 0;
}

@media screen and ( max-width: 767px ) {
	
	.course-col {
		width: 100%;
	}
	
	.course-box__body dt,
	.course-box__body dd {
		font-size: 16px;
	}
	
}

.work-box {
	margin: 0 0 48px;
	color: #000;
}

.work-box strong {
	color: #b00;
}

.work-box__tab {
	display: inline-block;
	padding: 7px 18px;
	border: 1px solid#bfbfbf;
	border-bottom: none;
	border-radius: 7px 7px 0 0;
}

.work-box__tab p {
	margin: 0;
	font-size: 16px;
	font-weight: bold;
}

.work-box__wrap {
	border: 1px solid #bfbfbf;
	border-radius: 0 0 7px 7px;
}

.work-box__head {
	box-sizing: border-box;
	width: 100%;
	padding: 16px;
	background-color: #FDF5F5;
}

.course-box__head {
	background-color: #FCE7E7;
}

.work-box__head h4 {
	margin: 0;
	padding: 0;
	border: none;
	color: #000;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.4;
}

.work-box__box {
	display: flex;
	flex-direction: column;
	width: 100%;
}

.work-box__sup {
	box-sizing: border-box;
	width: 100%;
	padding: 14px;
	font-size: 14px;
	font-weight: bold;
}

.work-box__sup > :last-child {
	margin-bottom: 0;
}

.work-box__btn {
	order: 2;
	box-sizing: border-box;
	width: 100%;
	padding: 12px 0;
	font-weight: bold;
	border-top: 1px solid #bfbfbf;
	text-align: center;
	cursor: pointer;
}

.work-box__btn span {
	position: relative;
	display: inline-block;
	padding-right: 20px;
}

.work-box__btn span:before {
	content: '';
	position: absolute;
	top: 50%;
	right: 0;
	display: block;
	width: 10px;
	height: 6px;
	margin-top: -3px;
	background: url("../images/arrow-up.png") no-repeat center center;
	transform: scale(1, -1);
}

.work-box__btn.is-active span:before {
	transform: scale(1, 1);
}

.work-box__body {
	display: none;
	order: 1;
	flex-wrap: wrap;
	margin: 0 4px;
}

.work-box__list {
	display: flex;
	flex-wrap: wrap;
}

.work-box__body dl {
	box-sizing: border-box;
	width: 25%;
	padding: 0 10px;
}

.work-box__body dl.work-remarks {
	width: 50%;
}

.work-box__body dt {
	padding: 4px;
	background-color: #f3f3f3;
	font-weight: bold;
}

.work-box__body dd {
	padding: 12px 4px;
}

.work-box__foot {
	box-sizing: border-box;
	width: 100%;
	padding: 0 14px 14px;
	text-align: right;
}

.work-box__foot a {
	position: relative;
	display: inline-block;
	padding-right: 30px;
	color: #b00;
	font-weight: bold;
	text-decoration: none;
}

.work-box__foot a:after {
	content: '';
	position: absolute;
	top: 50%;
	right: 0;
	display: block;
	width: 20px;
	height: 20px;
	margin-top: -10px;
	background: url("../images/arrow-right.png") no-repeat center center;
}

.work-box__foot > :last-child {
	margin-bottom: 0;
}

@media screen and ( max-width: 767px ) {
	
	.work-box__body dl,
	.work-box__body dl.work-remarks {
		width: 100%;
	}
	
	.work-box__body dt,
	.work-box__body dd {
		font-size: 16px;
	}
	
}


