/*-------------------- 
 言語表示
--------------------*/
.en {
	font-size: 100%;
    font-weight: bold;
    margin: 0;
}
.ja {
	font-size: 75%;
	font-weight: normal;
	margin-bottom: 5px;
}
.en, .ja {
	padding: 0 0.2em 0.1em 0.2em;
}
/*-------------------- 
 共通
--------------------*/
body {
	margin: 0;
	padding: 0;
	padding-bottom: 60px;
	position: relative;
	min-height: 100vh;
}
main {
	margin: 2em auto;
}
footer {
	left: 0;
	bottom: 0;
	width: 100%;
	position: absolute;
}
h1, h2, h3, h4, h5,
.h1, .h2, .h3, .h4, .h5 {
	font-weight: bold;
}
h1, .h1 { font-size: 1.8rem; }
h2, .h2 { font-size: 1.6rem; }
h3, .h3 { font-size: 1.4rem; }
h4, .h4 { font-size: 1.2rem; }
h5, .h5 { font-size: 1rem; }
.required {
	font-size: small;
	color: #dc3545;
	margin-left: 5px;
}
.invalid-msg {
	display: block;
	width: 100%;
    margin-top: 0.25rem;
    font-size: .875em;
	color: #dc3545;
}
.frm-red {
	background-color: #ffcccc !important;
}
.frm-grn {
	background-color: #d9f2d7 !important;
}
.frm-red:disabled,
.frm-grn:disabled {
	background-color: #e9ecef !important;
}
.form-check-input:disabled~.form-check-label, .form-check-input[disabled]~.form-check-label {
	opacity: 1;
}
.form-select:disabled {
	color: #000;
	background-color: #fff;
}
.stsnav li {
    margin-left: 35px;
}
.stsnav a {
	text-decoration: none;
	color: #000;
    display: block;
    position: relative;
}
.stsnav a:hover::after {
	background: #444;
    content: "";
    width: calc(100% - 10px);
    height: 1px;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    transform: rotate(0);
}
.stsnav a span {
	padding-right: 10px;
    line-height: 1.2;
    display: inline-block;
    position: relative;
}
.stsnav a span::after {
	border-top: 2px solid #000;
    border-right: 2px solid #000;
    content: "";
    width: 6px;
    height: 6px;
    display: block;
    position: absolute;
    top: calc(50% - 2px);
    right: 0;
    transform: rotate(45deg);
}
.d-pc {
	display: block;
}
.d-sp {
	display: none;
}
a[target="_blank"]:after {
    display: inline-block;
	width: 16px;
	height: 16px;
/* 	vertical-align: -.125em; */
	content: "";
	background-image: url("data:image/svg+xml,<svg viewBox='0 0 16 16' fill='currentColor' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' d='M8.636 3.5a.5.5 0 0 0-.5-.5H1.5A1.5 1.5 0 0 0 0 4.5v10A1.5 1.5 0 0 0 1.5 16h10a1.5 1.5 0 0 0 1.5-1.5V7.864a.5.5 0 0 0-1 0V14.5a.5.5 0 0 1-.5.5h-10a.5.5 0 0 1-.5-.5v-10a.5.5 0 0 1 .5-.5h6.636a.5.5 0 0 0 .5-.5z'/><path fill-rule='evenodd' d='M16 .5a.5.5 0 0 0-.5-.5h-5a.5.5 0 0 0 0 1h3.793L6.146 9.146a.5.5 0 1 0 .708.708L15 1.707V5.5a.5.5 0 0 0 1 0v-5z'/></svg>");
	background-repeat: no-repeat;
/* 	background-size: 1rem 1rem; */
	margin-left: 5px;
}
a[target="_blank"].target-cancel:after {
	content: none;
}
@media (max-width: 992px) {
	.d-pc {
		display: none;
	}
	.d-sp {
		display: block;
	}
}
/*-------------------- 
 留学生 申請
--------------------*/
#stepnav {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 1em;
}
#stepnav .stepbox {
	flex: 1;
	border: 1px solid #B3CEC8;
	padding: 10px;
}
#stepnav .stepbox.active {
	background-color: #B3CEC8;
}
#stepnav .stepbox .steptitle {
	text-align: center;
	font-weight: bold;
}
#stepnav .stepbox .stepen {
	font-size: 75%;
	font-weight: bold;
}
#stepnav .stepbox .stepja {
	font-size: 75%;
}
.finaltitle {
	background-color: #d0eee9 !important;
	padding: .3em .5em .2em .5em;
}
@media (max-width: 992px) {
	#stepnav .stepbox {
		flex: none;
		width: calc(50% - 2px);
	}
}
/*-------------------- 
 留学生　マイページ
--------------------*/
.h2mypage {
	padding: 0.25em 0.5em;
	border-left: solid 5px #B3CEC8;
}
/*-------------------- 
 管理者　項目設定＆期間設定
--------------------*/
.mng-setting section {
	padding-bottom: 2em;
	margin-bottom: 2em;
	border-bottom: 1px solid #6c757d;
}
.h2title {
	padding: 0.25em 0.5em;
	border-left: solid 5px #a38e4e;
}
.setoptbox {
	border: 3px solid #C8B98D;
	border-radius: 5px;
	margin: 1em auto;
	padding: 1em;
}
#setsched table th,
#setsched table td, {
	border: 1px solid #c0af7c;
}

/*-------------------- 
 管理者　一覧・詳細
--------------------*/
.school-list{
	border-bottom: none !important;
}
.school-list-table{
	margin: 20px 0px 10px 0px;
	font-size: small;
}
.school-list-table thead tr th{
	width: 8em;	
	text-align: center;
}
.school-list-table tbody tr td{
	text-align: center;
}

.school-list-table-schoolname{
	width: 24em;
	text-align: left !important;
}
.school-list-table-download{
	width: 16em;

}

.btn-download-primary{
	width: 20em;
	display: block;
	margin: 5px auto;
	font-size: smaller;
	background-color : #5b5791;
	color: #ffffff;
}
.btn-download-primary:hover{
	background-color : #36335c;
	color: #ffffff;

}
.btn-download-secondary{
	background-color : #c7a41a;
	color: #ffffff;
}
.btn-download-secondary:hover{
	background-color : #806706;
	color: #ffffff;
}
.btn-download-third{
	background-color : #75ab2e;
	color: #ffffff;
}
.btn-download-third:hover{
	background-color : #558417;
	color: #ffffff;
}
.btn-download-fourth{
	background-color : #e5ad3e;
	color: #ffffff;
}
.btn-download-fourth:hover{
	background-color : #d5971c;
	color: #ffffff;
}

.manage-operation-area{
	border: solid 3px #888;
	padding: 20px;
}
.manage-operation-remaind{
	border: solid 1px #888;
	padding: 20px;
}
.manage-operation-remaind-addbtn{
	width:100%; 
	text-align: right; 
	margin-top: 10px; 
	margin-bottom: 20px;
}
.manage-operation-remaind-str{
	font-size: small;
}
.manage-operation-area{
	border: solid 3px #888;
	padding: 20px;
}
.manage-operation-remaind{
	border: solid 1px #888;
	padding: 20px 20px 10px;
}
.manage-operation-remaind-addbtn{
	width:100%; 
	text-align: right; 
	margin-top: 10px; 
	margin-bottom: 20px;
}
.manage-operation-remaind-str{
	font-size: small;
}