@charset "UTF-8";

/* --------------------------------------------------
    body
-------------------------------------------------- */
body{font-size: .875rem;}

/*背景*/
.bg-white{background-color: #FFFFFF;}

/*余白*/
.mr-35px{margin-right: 35px;}

/* --------------------------------------------------
    navbar
-------------------------------------------------- */
.navbar-full{
	height: 60px;
	padding-left: 38px;
	padding-right: 30px;
	z-index: 100;
}
.navbar-full .navbar-brand img {
	max-width: 100%;
	height: 34px;
	margin: auto;
	vertical-align: middle;
}
.navbar-menu-full{
	flex-grow: 1;
	align-items: center;
	margin-bottom: 2px;
}
.navbar.navbar-light.navbar-full{
	color: #6C7383;
	background-color: #FFFFFF!important;
}

.navbar-full a.navbar-brand span{color: #27367f;}

/*ハンバーガーメニュー*/
.navbar-light .navbar-toggler{
	border-color: rgba(0,0,0,0);
}

@media (max-width: 991px) {
	.navbar-full{
		padding-left: 15px;
		padding-right: 15px;
		height: auto;
	}
}


/* --------------------------------------------------
    font
-------------------------------------------------- */
.text-sm{font-size: 0.75rem;}
.text-md{font-size: 0.875rem;}
.text-lg, .fs-26{font-size: 1.625rem;}
.fs-30{font-size: 1.875rem;}

.text-decoration-underline{text-decoration: underline;}

.text-black{color: #1F1F1F;}/*本文等で使用*/
.text-link-table{color: #212529;}/*テーブル内リンク用*/
a.text-link-table:hover,a.text-link-table:focus{
	color: #0056b3;
	text-decoration: underline;
}

.text-name{color: #6C7383;}

/* --------------------------------------------------
    btn
-------------------------------------------------- */
.btn-white{
	color: #212529;
	background-color: #FFFFFF;
	border-color: #DADBDC;
}
.btn-white:hover{
	color: #212529;
	background-color: #F9F9F9;
	border-color: #DADBDC;
}
.btn-white:focus{
	color: #212529;
	background-color: #DADBDC;
	border-color: #DADBDC;
}

.btn-green{
	color: #FFFFFF;
	background-color: #3E7B40;
	border-color: #3E7B40;
}
.btn-green:hover{
	color: #FFFFFF;
	background-color: #2B572D;
	border-color: #2B572D;
}
.btn-green:focus{
	color: #FFFFFF;
	background-color: #2B572D;
	border-color: #2B572D;
}
.btn-green:disabled{
	color: #FFFFFF;
	background-color: #4D794E;
	border-color: #4D794E;
}
.btn-green:not(:disabled):not(.disabled):active:focus, .btn-green:not(:disabled):not(.disabled).active:focus, .show > .btn-danger.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.2rem rgba(43, 87, 45, 0.5);
}

.btn-inverse-info:hover{
	color: #ffffff;
	background-color: #8ac0ff;
	border-color: #248AFD;
}

.btn-inverse-danger:hover {
	color: #ffffff;
	background-color: #ff9d9d;
	border-color: #FF4747;
}

.btn.btn-xs{
	font-size: 0.812rem;
	padding: .25rem .5rem;
}

.btn-w-120{width: 120px; font-weight: bold;}
.btn-w-200{width: 200px; font-weight: bold;}

@media screen and (max-width: 575px){
	.btn-w-120, .btn-w-200{width: auto; font-weight: bold;}
}

/*トグルボタン*/
.toggle_input{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 5;
	opacity: 0;
	cursor: pointer;
}
.toggle_label{
	width: 60px;
	height: 30px;
	background: #ccc;
	position: relative;
	display: inline-block;
	border-radius: 30px;
	transition: 0.4s;
	box-sizing: border-box;
}
.toggle_label:after{
	content: "";
	position: absolute;
	width: 30px;
	height: 30px;
	border-radius: 100%;
	left: 0;
	top: 0;
	z-index: 2;
	background: #FFFFFF;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
	transition: 0.4s;
}
.toggle_input:checked + .toggle_label {background-color: #4BD865;}
.toggle_input:checked + .toggle_label:after{left: 30px;}
.toggle_button{
	position: relative;
	width: 60px;
	height: 30px;
}

/*アイコンボタン*/
.btn.btn-icon-sm{
	min-width: 32px;
	min-height: 32px;
	padding: 0;
	border-radius: 8px;
}
.btn.btn-icon-sm-rounded{
	min-width: 32px;
	min-height: 32px;
	padding: 0;
}

/* --------------------------------------------------
    form
-------------------------------------------------- */
.form-container{
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
}
.form-group{
	margin-top: 0;
	margin-bottom: .5rem;
}
.form-group label{line-height:1.2;}
.form-group-border{border-bottom: 1px solid #CED4DA;}
.col-form-label{
	padding-top: calc(0.875rem + 8px);
	padding-bottom: calc(0.875rem + 8px);
}
.form-control-w-90{width: 90px;}
.form-control-w-100{width: 100px;}
.form-control-w-150{width: 150px;}
.form-control-maxw-150{max-width: 150px;}
.form-control-w-200{width: 200px;}
.form-control-w-300{width: 300px;}
select.form-control-w-90{
	width: 90px;
	height: 35px;
	margin-bottom: 0;
}
select.form-control-w-120{
	width: 120px;
	height: 35px;
	margin-bottom: 0;
}

.custom-file {
	position: relative;
	display: inline-block;
	width: 100%;
	height: 2.875rem;
	margin-bottom: .5rem;
}
.custom-file-input{
	height: 2.875rem;
	margin-bottom:.5rem;
}
.custom-file-label{
	height: 2.875rem;
}
.custom-file-label::after{
	height: 2.875rem;
	line-height:2.3;
	content:"ファイル選択";
}

.textarea-modal{
	resize: vertical;
	min-height: 250px;
	max-width: 1082px;
}

/*ステップバー*/
.progressbar-box{
	margin-bottom: 50px;
	max-width: 1000px;
}
.progressbar{
	position: relative;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.progressbar li{
	position: relative;
	list-style-type: none;
	text-align: center;
	text-transform: uppercase;
	color: #999999;
	font-weight: bold;
}
.progressbar.three-step li{width: 33.333%;} /*ステップ3つ*/
.progressbar.four-step li{width: 25%;} /*ステップ4つ*/
.progressbar li:before{
	display: block;
	z-index: 2;
	width: 18px;
	height: 18px;
	margin: 7px auto 20px auto;
	content: '';
	text-align: center;
	border-radius: 50%;
	background-color: #CCCCCC;
}
.progressbar li:after{
	position: absolute;
	z-index: 1;
	top: 15px;
	left: -50%;
	width: 100%;
	height: 2px;
	content: '';
	background-color: #CCCCCC;
}
.progressbar li:first-child:after{
	content: none;
}
.progressbar li.active,
.progressbar li.complete{
	color: #48AB49;
	z-index: 3;
}
.progressbar li.active:before,
.progressbar li.complete:before{
	background-color: #48AB49;
}
.progressbar li.active:after,
.progressbar li.complete:after{
	background-color: #48AB49;
}

@media screen and (max-width: 767px){
	.col-form-label{
		padding-top: calc(0.5rem + 1px);
		padding-bottom: calc(0.5rem + 1px);
	}
}


/* --------------------------------------------------
    table
-------------------------------------------------- */
.table th, .jsgrid .jsgrid-table th, .table td, .jsgrid .jsgrid-table td {
	line-height: 1.4;
}
.table td, .table th:last-child{
	border-bottom: 1px solid #dee2e6;
}
.table thead{
	border-top: 2px solid #dee2e6;
	border-bottom: 2px solid #dee2e6;
	background-color: #F7F7F7;
}
.table .td-btn{
	width: 90px;
	text-align: center;
}
.table tfoot td{
	color: #248AFD;
	font-weight: bold;
	padding: 1.25rem 1.375rem;
	border-top: 2px solid #dee2e6;
	border-bottom: 2px solid #dee2e6;
}
.table tfoot td .td-right{
	text-align: right;
	min-width: 300px;
	font-size: 20px;
	margin-left: 8px;
}
.table.table-list,.table.table-list th, .table.table-list td{
	border: none;
}
.table.table-list th{
	padding: 0.75rem 1.375rem;
	font-weight: normal;
	width: 0;
	white-space: nowrap;
}
.table.table-list td{
	padding: 0.75rem 1.375rem;
	white-space: normal;
	word-break: break-word;
	padding-left: 1rem;
	position:relative;
}
.table.table-list td::before{
	content:"：";
	position: absolute;
	left:0;
	top:30%;
}

.table.table-row th{
	font-weight: normal;
	width: 0;
	white-space: nowrap;
	border-bottom: 1px solid #CED4DA;
	padding: 1.125rem 0.5rem;
	line-height: 1.3rem;
}
.table.table-row th:first-child{border-top: 1px solid #CED4DA}
.table.table-row td{
	border-bottom: 1px solid #CED4DA;
	white-space: normal;
	word-break: break-word;
	line-height: 1.3rem;
}
.table.table-row td.td-btn-py{padding-bottom: .75rem; padding-top: .75rem}

.table.table-break-all th{padding: 1.11rem 1rem;}
.table.table-break-all td{
	white-space: normal;
	word-break: break-word;
	padding: 0.67rem 1rem;
	line-height: 1.3rem;
}

.table.table-sales th{padding: 0.7rem; text-align: center;}
.table.table-sales td{padding: 0.7rem;}

.table.table-sm th{padding: 1.125rem 1rem;}
.table.table-sm td{padding: 0.5rem 1rem;}

@media screen and (max-width: 640px) {
	.table.table-re{
		width: 100%;
	}
	.table.table-re thead{
		display: none;
	}
	.table.table-re tr{
		width: 100%;
	}
	.table.table-re td{
		display: block;
		text-align: right;
		font-size: 12px;
		width: 100%;
		border-bottom: none;
		white-space: normal;
		word-break: break-word;
		padding: 16px 10px 16px 0;
	}
	.table.table-re td:first-child{
		border-top: 2px solid #dee2e6;
		border-bottom: 2px solid #dee2e6;
		background-color: #F7F7F7;
		font-weight: bold;
		text-align: center;
		display: flex;
		flex-direction: column;
		padding: .75rem 1rem;
	}
	.table.table-re td:last-child{
		border-bottom: 1px solid #dee2e6;
	}
	.table.table-re td::before{
		content: attr(data-label);
		float: left;
		font-weight: bold;
		margin-right: 10px;
		margin-left: 10px;
	}
}

/*スクロール*/
.table-scroll{
	max-height: 280px;
	overflow-y: auto;
	overflow-x: hidden;
	padding: 0.75rem 0.5rem;
}
.table-scroll-sm{
	max-height: 130px;
	overflow-y: auto;
	overflow-x: hidden;
	padding: 0.25rem 0.5rem;
}
.table-scroll::-webkit-scrollbar, .table-scroll-sm::-webkit-scrollbar{
	width: 10px;
	height: 10px;
}
.table-scroll::-webkit-scrollbar-track, .table-scroll-sm::-webkit-scrollbar-track{
	background-color: #E8E8E8;
	border-radius: 5px;
}
.table-scroll::-webkit-scrollbar-thumb, .table-scroll-sm::-webkit-scrollbar-thumb{
	background-color: #989898;
	border-radius: 5px;
}


/* --------------------------------------------------
    card
-------------------------------------------------- */
.card.card-tale {border-radius: 10px;}

.modal-body .card-body{min-height: 300px;}

.card.card-box{
	border: 1px solid #CED4DA;
	border-radius: 2px;
	background-color: #FBFBFB;
}
.card .card-box-inner{
	padding: 0.5rem;
}

/*カード 見出し*/
.ttl-blue{
	font-size: 18px;
	font-weight: bold;
	background-color: #ECF2FD;
	border: 1px solid #98BDFF;
	padding: .5rem 1rem;
	margin-bottom: 10px;
}
.ttl-lightgreen{
	background-color: rgba(201, 217, 201, 0.1);
	border: 1px solid rgba(87, 182, 87, 0.2);
	padding: .5rem 1rem;
	margin-bottom: 10px;
}
.ttl-lightgreen-area{
	border-bottom: 1px solid #CED4DA;
	margin-bottom: 20px;
	padding-bottom: 10px;
}
.ttl-table{
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #ababab;
	border-bottom: 2px solid #dee2e6;
	padding: .5rem 1rem;
}

@media screen and (max-width: 640px) {
	.ttl-table{
		font-size: 14px;
	}
}

/*タブ*/
.nav-tabs{
	border-bottom: 1px solid #CED4DA;
}
.nav-tabs .nav-link{
	background: #F7F7F7;
	color: #1F1F1F;
	font-size: 18px;
	border-color: #ebedf2 #ebedf2 #CED4DA;
}
.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link{
	color: #1F1F1F;
	font-weight: bold;
	background-color: #FFFFFF;
	border-color: #4B49AC #CED4DA #FFFFFF #CED4DA;
}
.tab-content{
	padding: 1rem;
	background-color: #FFFFFF;
}

/*アコーディオン*/
.toggle{display: none;}
.or-accordion-label{
	padding: 1rem 3rem 1rem 1rem;
	display: block;
	color: #1F1F1F;
	font-size: 16px;
	font-weight: bold;
	background-color: #FFFFFF;
	border-radius: 20px 20px;
	margin-bottom: 0;
}
.or-accordion-label::before{
	content:"";
	width: 10px;
	height: 10px;
	border-top: 3px solid #a3a4a5;
	border-right: 3px solid #a3a4a5;
	-webkit-transform: rotate(45deg);
	position: absolute;
	top:calc( 50% - 4px );
	right: 20px;
	transform: rotate(135deg);
}
.or-accordion-label, .or-accordion-content{
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transform: translateZ(0);
	transition: all .3s;
}
.or-accordion-content{
	height: 0;
	margin-bottom:20px;
	padding:0 20px;
	overflow: hidden;
	background-color: #FFFFFF;
	border-radius: 0 0 20px 20px;
}
.or-accordion-content:last-child{
	margin-bottom:40px;
}
.toggle:checked + .or-accordion-label{
	border-radius: 20px 20px 0 0;
}
.toggle:checked + .or-accordion-label + .or-accordion-content{
	height: auto;
	padding:0 20px 20px 20px ;
	transition: all .3s;
}
.toggle:checked + .or-accordion-label::before {
	transform: rotate(-45deg) !important;
}
.or-accordion-contentarea{
	border-top: 1px solid #CED4DA;
	padding-top: 20px;
}

@media screen and (max-width: 640px) {
	.or-accordion-label{
		font-size: 14px;
	}
}

/* --------------------------------------------------
    list
-------------------------------------------------- */
ul.li-none{margin-bottom: 0;}
.li-none li{
	list-style:none;
	margin-bottom: 10px;
}
.li-none li:last-child{margin-bottom: 0;}

ol.li-deco li{
	list-style-type: none;
	counter-increment: cnt;
	position: relative;
	margin-left: 0.55rem;
}
ol.li-deco li::before {
	content: "(" counter(cnt) ")";
	display: inline-block;
	margin-left: -3.5rem;
	width: 3rem;
	text-align: right;
	position: absolute;
	top: 0;
	left: 0;
}


/* --------------------------------------------------
    新着通知用ラベル
-------------------------------------------------- */
/*トップページ ラベル*/
.notice-label{
	width: 100px;
	font-size: 12px;
	line-height: 1;
	padding: .375rem .5625rem;
	font-weight: normal;
	text-align: center;
}
.notice-label-primary{color: #FFFFFF; background-color: #4B49AC;}
.notice-label-info{color: #FFFFFF; background-color: #248AFD;}
.notice-label-success{color: #FFFFFF; background-color: #57B657;}
.notice-label-warning{color: #FFFFFF; background-color: #F29253;}
.notice-label-danger{color: #FFFFFF; background-color: #FF4747;}
.notice-label-secondary{color: #FFFFFF; background-color: #A3A4A5;}
.notice-label-green{color: #FFFFFF; background-color: #3E7B40;}
.notice-label-darkblue{color: #FFFFFF; background-color: #3B619B;}

/*講義スケジュール ラベル*/

.notice-mini-danger, .notice-mini-info,.notice-mini-warning{
	font-size: 12px;
	margin-left: 3px;
	margin-right: 3px;
	border-radius: 30px;
	padding: .2rem .7rem;
}
.notice-mini-danger.active /*欠席*/ {
	color: #FFFFFF;
	background-color: #FF4747;
}
.notice-mini-info.active /*課題提出*/ {
	color: #FFFFFF;
	background-color: #248AFD;
}
.notice-mini-warning.active /*質問*/ {
	color: #FFFFFF;
	background-color: #F29253;
}


/* --------------------------------------------------
    LP Contents
-------------------------------------------------- */
/*container*/
.lp-container{
	max-width: 1200px;
	margin: 0 auto;
}

/*body*/
.bg-lp{
	background-color: #FBFCFF;
}

/*背景*/
.bg-white{
	background-color: #FFFFFF;
	padding: 3.75rem 0;
}
.bg-lightblue{
	background-color: #ECF2FD;
	padding: 3.75rem 0;
}
.bg-gradient{
	background: linear-gradient(180deg, #ECF2FD 0%, #ECF2FD 50%, #5C8EE6 50%, #5C8EE6 100%);
	padding: 3.75rem 0;
}
.bg_pattern{
	padding: 3.75rem 0;
	background-color: #FBFCFF;
	background-image: radial-gradient(#C4D6F7 2px, #FFFFFF 2px);
	background-size: 30px 30px;
}

/*TOP_fv*/
.p-fv_inner{
	display: flex;
	padding: 30px 15vw 0px 7.5vw;
	/*background-color: #F7F7F7;
	border-radius: 100% 0% 44% 56% / 100% 100% 0% 0%;*/
}
.p-fv_textBox{
	width: 43.619vw;
	padding: 70px 0;
}
h1.p-fv_copy{
	font-size: 2.5rem;
	font-weight: bold;
	margin-top: 30px;
	margin-bottom: 30px;
}
p.p-fv_text{
	font-size: 1.75rem;
	line-height: 1.2;
	margin-top: 30px;
	margin-bottom: 30px;
}
.p-fv_img{
	width: 40.364vw;
	background-color: #F7F7F7;
	border-radius: 76% 24% 34% 66% / 52% 38% 62% 48% ;
}
.p-fv_img img{
	width: 100%;
	vertical-align: bottom;
}
.p-fv_img.only-pc{
	display: block;
}
.p-fv_img.only-sp{
	display: none;
}

@media screen and (max-width: 1199px){
	.p-fv_inner{
		padding: 30px 5vw 0px 5vw;
		/*border-radius: 73% 27% 61% 39% / 50% 74% 26% 50% ;*/
	}
	.p-fv_textBox{
		width: 43.619vw;
		padding: 20px 0 0;
	}
	h1.p-fv_copy{
		font-size: 2rem;
	}
	p.p-fv_text{
		font-size: 1.5rem;
	}
	.p-fv_img{
		width: 60vw;
	}
}

@media screen and (max-width: 767px){
	.p-fv_img.only-pc {
		display: none !important;
	}
	.p-fv_img.only-sp{
		display: block !important;
	}
	.p-fv_inner{
		padding: 20px 5vw 0px 5vw;
		/*border-radius: 73% 27% 61% 39% / 50% 74% 26% 50%;*/
	}
	.p-fv_textBox{
		width: 100%;
		padding: 0;
		text-align: center;
	}
	.p-fv_img{
		width: 80vw;
		margin: 25px auto 0;
	}
}

/*カード*/
.flex-box{
	display: flex;
	justify-content: space-around;
}
.content-box{
	align-items: center;
	justify-content: center;
	background-color: #FFFFFF;
	border-radius: 30px;
	box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.35);
	margin: 20px 15px;
	display: flex;
	flex-direction: column;
	width: 100%;
}
.content-box-img{
	display: block;
	width: 100%;
	height: 180px;
	object-fit: cover;
	padding: 30px;
}
.content-body{
	padding: 30px;
	flex: 1 1 auto;
	display: flex;
	flex-direction: column;
}
.content-box-titleNo1{
	font-size: 1.25rem;
	font-weight: bold;
	color: #4879CE;
	position: relative;
	width: fit-content;
	padding-left: 36px;
}
.content-box-titleNo1::before{
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	width: 1.8rem;
	height: 1px;
	background-color: #4879CE;
	
}
.content-box-title{
	font-size: 1.25rem;
	font-weight: bold;
}
.content-box-text{
	padding-top: 20px;
	flex-grow: 1;
	flex: 1 1 auto;
}
a.link-none{
	color: #333333;
	text-decoration: none;
}
.course-box{
	color: #333333;
	text-decoration: none;
	text-align: center;
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
	border-radius: 10px;
	box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.12);
	padding: 26px;
	transition: 0.3s;
	margin: 15px;
	display: flex;
	flex-direction: column;
	width: 100%
}
.course-box:hover, .course-box:active, .course-box:focus{
	color: #333333;
	text-decoration: none;
	background-color: #EEEEEE;
	border: 1px solid #CCCCCC;
}
.course-box_inner{
	flex-grow: 1;
}
.course-box_inner p.title{
	text-align: center;
	line-height: 1.5;
	font-size: 1.25rem;
	font-weight: bold;
	position: relative;
	display: inline-block;
	margin-bottom: 30px;
}
.course-box_inner p.title::before{
	content: '';
	position: absolute;
	bottom: -15px;
	display: inline-block;
	width: 40px;
	height: 4px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: #5C8EE6;
	border-radius: 2px;
}
.course-box_inner p.text {
	text-align: left;
	line-height: 1.5;
	margin-bottom: 20px;
}
.course-box .foot{
	border-top: 1px solid #CCCCCC;
	padding-top: 20px;
}
.foot p.text{
	text-align: left;
	font-size: 0.875rem;
	line-height: 1.5;
	margin-bottom: 6px;
}
.foot p.text:last-child{
	margin-bottom: 0;
}

.card-gray{
	background-color: #F7F7F7;
	padding: 30px;
	margin: 50px 10px 0 10px;
	border-radius: 3px;
}
.card-gray .title{
	font-size: 1.625rem;
	line-height: 1.3;
	font-weight: bold;
	margin-bottom: 20px;
}
.card-gray p{
	margin-bottom: 20px;
	line-height: 1.5;
}

@media screen and (max-width: 767px){
	.flex-box{
		flex-wrap:wrap;
	}
	.course-box_inner p.title{
		font-size: 1.125rem;
	}
}

/*フロー*/
.guide-box{
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0 10px;
}
.guide{
	padding-left: 0;
	border-bottom: solid 1px #CCCCCC;
}
.guide > li {
	list-style-type: none;
	display: flex;
	padding: 20px 0;
	border-top: solid 1px #E1E8ED;
}
.guide > li dl dt {
	font-size: 1.625rem;
	line-height: 1.3;
	font-weight: bold;
	margin-bottom: 20px;
}
.guide > li .icon {
	line-height: 1;
	font-size: 2.25rem;
	font-weight: bold;
	color: #5C8EE6;
	text-align: center;
	width: 70px;
	position: relative;
	margin-top: 0;
}
.guide > li .icon::before {
	content: 'STEP';
	font-size: 0.8rem;
	display: block;
	margin-bottom: 3px;
	letter-spacing: 1px;
}
.guide > li .icon::after {
	content: "";
	display: block;
	width: 1px;
	height: calc(100% - 50px);
	background-color: #464646;
	position: absolute;
	left: 0;
	right: 0;
	top: 60px;
	margin: auto;
}
.guide > li dl dd {
	margin: 0;
	line-height: 1.5;
}
.guide > li dl {
	width: calc(100% - 20px);
	margin-top: 0.8em;
}

/*ボタン*/
a.btn-view-lg{
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	width: 510px;
	margin: auto;
	padding: 20px;
	font-size: 1.5rem;
	font-weight: bold;
	border: 3px solid #5C8EE6;
	border-radius: 25px;
	box-shadow: 0px 3px 8px 0px rgba(92, 142, 230, 0.55);
	color: #5C8EE6;
	background: #FFFFFF;
	transition: 0.3s;
}
a.btn-view-lg:hover{
	color: #FFFFFF;
	border: 3px solid #4879CE;
	background: #4879CE;
}

a.btn-view{
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	width: 250px;
	margin: auto;
	padding: 18px 20px;
	font-size: 1.125rem;
	font-weight: bold;
	border: 2px solid #5C8EE6;
	border-radius: 15px;
	box-shadow: 0px 3px 6px 0px rgba(92, 142, 230, 0.55);
	color: #5C8EE6;
	background: #FFFFFF;
	transition: 0.3s;
}
a.btn-view:hover{
	color: #FFFFFF;
	border: 2px solid #4879CE;
	background: #4879CE;
}

a.btn-recruit{
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	width: 250px;
	margin: auto;
	padding: 18px 20px;
	font-size: 1.125rem;
	font-weight: bold;
	border: 1px solid #5C8EE6;
	border-radius: 15px;
	box-shadow: 0px 3px 6px 0px rgba(92, 142, 230, 0.55);
	color: #FFFFFF;
	background: #5C8EE6;
	transition: 0.3s;
}
a.btn-recruit:hover{
	color: #FFFFFF;
	border: 1px solid #4879CE;
	background: #4879CE;
}

a.btn-signup{
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	width: 250px;
	margin: auto;
	padding: 18px 20px;
	font-size: 1.125rem;
	font-weight: bold;
	border: 1px solid #F39F0E;
	border-radius: 15px;
	 box-shadow: 0px 3px 8px 0px rgba(194, 139, 43, 0.55);
	color: #FFFFFF;
	background: #F39F0E;
	transition: 0.3s;
}
a.btn-signup:hover{
	color: #FFFFFF;
	border: 1px solid #D88B07;
	background: #D88B07;
}

.btn-signup{
	color: #FFFFFF;
	background-color: #F39F0E;
	border-color: #F39F0E;
}
.btn-signup:hover{
	color: #FFFFFF;
	background-color: #D88B07;
	border-color: #D88B07;
}
.btn-signup:focus{
	color: #FFFFFF;
	background-color: #D88B07;
	border-color: #D88B07;
}
.btn-signup:not(:disabled):not(.disabled):active:focus, .btn-signup:not(:disabled):not(.disabled).active:focus, .show > .btn-signup.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.2rem rgba(194, 139, 43, 0.5);
}

@media screen and (max-width: 767px){
	a.btn-view-lg{
		width: 250px;
		font-size: 1.125rem;
	}
	a.btn-view{
		width: 250px;
		font-size: 1rem;
	}
}
/*20250710 追加分*/
/* --------------------------------------------------
    S1500.開講中コース一覧.html
-------------------------------------------------- */
.course-list {
	border-bottom: 2px solid #CCCCCC;
	background-color: #FFFFFF;
	transition: 0.3s;
}

.course-list:first-child {
	border-top: 2px solid #CCCCCC;
}

.course-list a {
	color: #333333;
	text-decoration: none;
}

.course-list:hover,
.course-list:active,
.course-list:focus {
	background-color: #EEEEEE;
}

.course-list a :hover,
.course-list a :active,
.course-list a :focus {
	color: #333333;
	text-decoration: none;
}

.course-list .head {
	padding: 20px 10px 10px 10px;
}

.course-list .head p.title {
	line-height: 1.3;
	font-size: 1.125rem;
	margin-bottom: 14px;
	font-weight: bold;
	padding: 0 0.6rem;
	background: transparent;
	border-left: 6px solid #98BDFF;
}

.course-list .head p.text {
	line-height: 1.3;
	margin-left: 16px;
	margin-bottom: 0;
}

.course-list .foot {
	border-top: 1px solid #CCCCCC;
	padding: 10px 10px 20px 10px;
	margin: 0 10px;
}

.course-list .foot .card-date {
	border: 1px solid #98BDFF;
	background-color: #ECF2FD;
	border-radius: 50px;
	margin: 4px 6px;
}

.course-list .foot .card-date .card-body {
	padding: 8px 20px;
}

.course-list .foot .card-date .card-body div.date {
	white-space: nowrap;
	color: #333333;
	font-weight: bold;
	margin-right: 10px;
}

/* --------------------------------------------------
    S9000-1.マイページ／一般受講者.html
    S9000-2.マイページ／団体・企業代表者・受講者共通.html
-------------------------------------------------- */
.table.table-contact,
.table.table-contact th,
.table.table-contact td {
	border: none;
}

.table.table-contact th {
	padding: 8px 15px;
	font-weight: normal;
	width: 0;
	white-space: nowrap;
}

.table.table-contact td {
	padding: 8px 15px;
	white-space: normal;
	word-break: break-word;
	padding-left: 1rem;
	position: relative;
}

.table.table-contact td::before {
	content: "：";
	position: absolute;
	left: -4px;
	top: 8px;
}

@media screen and (max-width: 640px) {

	.table.table-contact th,
	.table.table-contact td {
		display: block;
		width: 100%;
	}

	.table.table-contact th {
		padding-bottom: 0;
	}

	.table.table-contact td {
		padding-top: 2px;
	}

	.table.table-contact td::before {
		content: none;
	}
}