@charset "UTF-8";
html {
	font-size: 62.5%; /* -> 10px; */
}

body {
	margin:0;
	padding:0;
	line-height: 2;
	/* font-family: "メイリオ", 'Meiryo', sans-serif; */
	font-family: "Noto Sans", "Noto Sans CJK JP", sans-serif;
	font-size: 1.4em;
	color: #4D4D4D;
}

@font-face {
    font-family: 'LigatureSymbols';
    src: url('../font/LigatureSymbols-2.11.eot');
    src: url('../font/LigatureSymbols-2.11.eot?#iefix') format('embedded-opentype'),
         url('../font/LigatureSymbols-2.11.woff') format('woff'),
         url('../font/LigatureSymbols-2.11.ttf') format('truetype'),
         url('../font/LigatureSymbols-2.11.svg#LigatureSymbols') format('svg');
    src: url('../font/LigatureSymbols-2.11.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

*{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

h1 {
	margin-bottom: 0;
}

h2 {
	font-size: 2.8rem;
	margin-bottom: 0;
}

body a {
	text-decoration: underline;
	color: #00A893;
	cursor: pointer;
}

body a:hover {
	text-decoration: underline;
	color: #00A893;
	opacity: 0.8;
}

body a:link {
	color: #00A893;
	text-decoration: underline;
}

body a:visited {
	color: #00A893;
}

body .btn:hover {
	opacity: 0.6;
}

ul {
	list-style-type: none;
}

.mgt5  { margin-top: 5px;}
.mgt30 { margin-top: 30px;}
.mgb10 { margin-bottom: 10px;}
.mgb20 { margin-bottom: 20px;}
.mgb30 { margin-bottom: 30px;}
.mgb40 { margin-bottom: 40px;}
.mgb60 { margin-bottom: 60px;}
.mgb80 { margin-bottom: 80px;}

.txt_center {
	text-align: center;
}

/*
* header
*/
.hide {
	display: none;
}

.header {
	max-width: 1366px;
	margin-right: auto;
	margin-left: auto;
}

.navbar {
	padding: 0;
}

/* PC用メニュー */
#header_pc {
	display: inline;
	width: 100%;
}

.top_l {
	float: left;
}

.navbar-brand {
	padding: 0;
	margin-right: 0;
}

.top_l img {
	padding-right: 10px;
	padding: 10px;
}

.top_r {
	color: #ffffff;
	background-color: #00A893;
	float: right;
}

.top_r .pc_menu {
	height: 82px;
	padding: 24px 0;
}

#header_pc .menu {
	text-align: center;
	padding-left: 0px;
	margin: 0;
}

#header_pc .menu li{
	float: left;
	padding: 5px 0 0 38px;
}

#header_pc .menu li:last-child{
	padding-right: 40px;
	padding-top: 0;
}

#header_pc .menu .cate> a {
	color: #ffffff;
	text-decoration: none;
}

#header_pc .menu .cate> a:hover {
	text-decoration: none;
}

#header_pc .menu .dropdown-menu a {
	display: block;
	width: 180px;
    font-size: 1.4rem;
	padding: 10px;
	color: #4D4D4D;
	text-decoration: none;
}

#header_pc .menu .dropdown-menu a:hover {
	text-decoration: none;
	color: #4D4D4D;
}

.top_r .menu .dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 10rem;
	padding: 1rem 0;
	margin: .125rem 0 0;
	font-size: 1rem;
	color: #212529;
	text-align: left;
	list-style: none;
	background-color: rgb(255 255 255 / 0.8);
	background-clip: padding-box;
	border: none;
	border-radius: 0;
}

.top_r .menu .dropdown:hover>.dropdown-menu {
	display: block;
}

/* レスポンシブ用メニュー */
.topmenu_area {
	display: none;
}

.clearfix::after {
	content: '';
	display: block;
	clear: both;
}

/*
* TOPページ
*/

/*
* main
*/
.main_container{
	width: 100%;
	background-position: top left;
	background-repeat: repeat;
}

#wrap {
	max-width: 1120px;
	margin: 0 auto;
}



/*
* footer
*/
.footer {
	background-color: #00A893;
	color: #ffffff;
	font-size: 1.2rem;
	padding: 0 30px;
}

.footer .rapper .footer_menu {
	display: inline-block;
	text-align: center;
	width: 100%;
	border-bottom: 1px solid #E1E1E1;
	font-size: 1.4rem;
}

.footer #footer_list li {
	display: inline-block;
	margin: 0 20px;
}

.footer #footer_list {
	padding: 2px 6px;
    display: inline-block;
	margin: 40px 0;
	width: 100%;
}

.footer a {
	text-decoration: none;
	color: #ffffff;
}

.footer a:hover {
	text-decoration: none;
	color: #ffffff;
	opacity: 0.8;
}

.footer a:link {
	text-decoration: none;
	color: #ffffff;
}

.footer a:visited {
	color: #ffffff;
}

.footer .rapper {
    max-width: 1120px;
    width: 100%;
	margin-right: auto;
	margin-left: auto;
}

.footer .rapper .left {
	float: left;
	padding: 50px 40px;
	width: 50%;
	text-align: right;
}

.footer .rapper .right {
	float: right;
	text-align: left;
	padding: 40px 40px;
	width: 50%;
	line-height: 2.5rem;
}

.footer p {
	margin: 0 0 30px 0;
	text-align: center;
}


/*
* sub page
*/
article {
	background-image: none;
	background-color: #F4F5EB;
}

article #wrap {
	max-width: 1200px;
	margin: 0 auto;
}

#page_container section {
	padding: 80px 0 100px 0;
	margin: 0 80px;
	border-bottom: 1px solid #949494;
}

#page_container section:last-child {
	border-bottom: none;
}

#page_container section table.tdesign th {
    color: #00A893;
    font-weight: bold;
    text-align: left;
	font-size: 15px;
	vertical-align: top;
}

#page_container section table.tdesign th, table.tdesign td {
	padding: 15px 0;
}

#page_container section table.tdesign th.tw180 {
	width: 180px;
}

.subtitle {
	color: #00A893;
	margin-bottom: 30px;
}

#centerbox {
	padding: 80px 30px 100px 30px;
	/* max-width: 1000px; */
	max-width: 1050px;
	margin: 0 auto;
}

#centerbox #page_title {
	position: relative;
	padding: 0 0 40px 30px;
}

#centerbox h1 {
	color: #00A893;
	font-size: 3rem;
}

#centerbox h1::before {
	display: block;
	content: "";
	position: absolute;
	top: .75em;
	left: 0;
	width: 15px;
	height: 1px;
	background-color: #00A893;
}

#centerbox #page_container {
	background-color: #ffffff;
}

#centerbox #page_container section {
	padding: 60px 0 60px 0;
}

p a:hover {
    opacity: 0.6;
}

/*
.msg {
	border: 2px solid #00A893;
	margin: 40px 0;
	padding: 20px;
}
*/



/*
* scholarship
*/
.section-block {
    padding-bottom: 30px;
    line-height: 180%;
    clear: both;
}

.section-block table.tbl {
	margin: 0 10px 1em 10px;
	width: 100%;
	text-align: left;
}

.section-block table.tbl th {
    background-color: #F2F2F2;
    padding-left: 20px;
    width: 215px;
    border: 1px solid #D9D9D9;
}

.section-block table.tbl th {
	white-space: nowrap;
    font-weight: normal;
    color: #fff;
    background-color: #00a893;
    text-align: left;
    vertical-align: top;
}

.section-block table.tbl_gray th {
	background-color: #F2F2F2;
	color: #000;
	border: 1px solid #D9D9D9;
	vertical-align: middle;
}

.section-block table.tbl th, .section-block table.tbl td {
    border-right: 1px solid #D9D9D9;
    border-bottom: 1px solid #D9D9D9;
    padding: 0.5em 1em;
}

.section-block table.tbl td {
    border: 1px solid #D9D9D9;
}

.section-block .main_box {
	margin: 30px 0 0 0;
}

.section-block .main_box .privacy_tbl {
    border-style: none;
    border-collapse: collapse;
    /* margin-bottom: 30px; */
    width: 100%;
    line-height: 1em;
}

.section-block .main_box .privacy_tbl th {
    border-collapse: collapse;
    background-color: #00A893;
    border-top: solid 1px #ffffff;
    text-align: left;
    vertical-align: middle;
    color: white;
    width: 200px;
    border-bottom: solid 1px #2D315B;
    padding: 5px 10px;
}

.section-block .main_box .privacy_tbl div.scroll {
    overflow: scroll;
    height: 140px;
    font-size: small;
    padding: 10px;
}

.section-block table.tbl input {
    height: 30px;
	width: 80%;
    max-width: 300px;
    min-width: 150px;
    padding: 5px;
    margin: 5px;
    font-size: 15px;
}

.section-block table.tbl select {
	margin: 5px;
    height: 30px;
}

#btn_area {
    width: 98%;
    margin: 0 10px 1em 10px;
}

#btn_area a {
    display: block;
    max-width: 368px;
    margin: 0 auto 8px;
}

.form_btn a.color05 {
	background-color: #6699CC;
	color: #ffffff !important;
}

.form_btn a {
	display: inline-block;
	padding: 10px 50px 10px 50px;
	text-align: center;
	min-width: 160px;
	font-size: 18px;
	color: #fff;
	margin-right: 10px;
	cursor: pointer;
	border-radius: 5px;
	background: url(../img/btn_arrow.png) no-repeat;
	background-position: top 20px right 15px;
}

.list01 {
	padding-left: 26px;
	text-indent: -26px;
}

.list01>li:before {
	background-color: #00a893;
	border-radius: 50%;
	content: "";
	display: inline-block;
	height: 13px;
	margin: 0 10px 2px 0;
	vertical-align: middle;
	width: 13px;
}

.list02>li>p {
	color: #000;
}

.list02>li {
	list-style-type: none;
}

.list02 {
	padding-left: 20px;
	text-indent: -20px;
}

.list02>li:before {
	background-color: #00a893;
	border-radius: 50%;
	content: "";
	display: inline-block;
	height: 8px;
	margin: 0 10px 2px 0;
	vertical-align: middle;
	width: 8px;

}

.list03>li>p {
	color: #000;
}

.list03>li {
	list-style-type: none;
}

.list03 {
	padding-left: 20px;
	text-indent: -18px;
}

#centerbox #page_container .youkou {
    padding: 30px 0;
}

#centerbox #page_container .youkou .status {
	/* color: #4FA0CC; */
	color: #00A893;
	font-size: 2.0rem;
	font-weight: 500;
}


.msgbox {
	margin-right: auto;
	margin-left: auto;
    padding: 50px 0 100px 0;
	text-align: center;
}

#centerbox #page_container .section-block .main_box h1 {
    font-size: 20px;
    color: #fff;
    background-color: #00a893;
    padding: 5px 10px;
    margin: 20px 0 10px 0;
    border-radius: 5px;
}

#centerbox #page_container .section-block .main_box h1::before {
	display: none;
}

/*
* 申請フォーム
*/

/* 募集期間の表示 */
.pre span:not(.pre1) { display: none;}
.open span:not(.open1) { display: none;}
.closed span:not(.close1) { display: none;}

/* メールアドレス登録画面の入力項目の表示 */
.pre div:not(.pre1) { display: none;}
.open div:not(.open1) { display: none;}
.closed div:not(.close1) { display: none;}

#page_title h2 {
	font-size: 2.4rem;
	margin-top: 30px;
}

.page_title_underbar {
	width: 100%;
	border: solid 1px #00a893;
	margin-top: 30px;
}

.timeout_comment {
	color: red;
	background-color: #ffffff;
	width: 100%;
	border: solid 3px red;
	font-size: 120%;
	text-align: center;
	margin-top: 30px;
	padding: 10px 0;
}

.section-block .main_box .table th {
	border-collapse: collapse;
	background-color: #CCEEE9;
	border-bottom: solid 1px #ffffff;
	border-top: solid 1px #ffffff;
	width: 230px;
	text-align: left;
	font-weight: normal;
	vertical-align: middle;
	padding: 5px 10px;
}

.section-block .main_box #calid01 table {
	line-height: 1.7rem;
}

.section-block .main_box .table td input {
	line-height: 100%;
}

.section-block .main_box .table td input.s {
	width: 50px;
}

.section-block .main_box .table td input.m {
	width: 150px;
}

.section-block .main_box .table td input.l {
	width: 70%;
}

.section-block .main_box .table td input.xl {
	width: 98%;
}

.pad_r {
	margin-right: 20px;
}

.section-block .main_box .file_upload_area table.tbl_form {
	border-collapse: collapse;
}

.section-block .main_box .file_upload_area table.tbl_form {
	width: 100%;
	float: left;
	margin-right: 10px;
	margin-bottom: 30px;
}

.section-block .main_box .file_upload_area table.tbl_form th {
	border-collapse: collapse;
	background-color: #4FA0CC;
	border-bottom: solid 1px #ffffff;
	border-top: solid 1px #ffffff;
	/* width: 93px; */
	width: 280px;
	text-align: left;
	font-weight: normal;
	vertical-align: middle;
	padding: 5px 10px;
	color: #ffffff;
}

.section-block .main_box .file_upload_area table.tbl_form td {
	border-collapse: collapse;
	border-top: solid 1px #d1d1d1;
	border-bottom: solid 1px #d1d1d1;
	border-left: none;
	border-right: none;
	padding: 5px 0 5px 5px;
	line-height: 1em;
}

.section-block .main_box .file_upload_area table.tbl_form .file_btn {
	display: inline-block;
	padding: 7px 5px;
	text-align: center;
	cursor: pointer;
	background-color: #B4CDE9;
	border: 1px solid #D1D1D1;
	text-decoration: none;
	color: inherit;
	width: 130px;
}

.section-block .main_box .file_upload_area table.tbl_form .file_btn.hide {
	display: none;
}

.section-block .main_box .file_upload_area table.tbl_form .gotobtn {
	padding: 7px 5px;
	text-align: center;
	cursor: pointer;
	background-color: #B4CDE9;
	border: 1px solid #D1D1D1;
	text-decoration: none;
	color: inherit;
	width: 130px;
	display: block;
}

.up_explain {
	float: left;
	/* width: 535px; */
	width: 100%;
	font-size: 13px;
	/* margin: 0 0 20px 0; */
	margin: 0 -210px 20px 0;
	padding: 0 210px 0 0;
}

.query div.upload_button img {
	width: 200px;
}

.query div.upload_button {
	float: right;
}

.red {
	color: #CF0318;
}

div.caution_save {
	position: fixed;
	bottom: 185px;
	right: 50px;
	opacity: 1;
	height: 70px;
	width: 200px;
	background-color: #ff9900;
	border-radius: 5px;
	color: white;
	font-size: 20px;
	padding: 5px;
	box-sizing: border-box;
	font-weight: bold;
	text-align: center;
}

div.tempsave_button a {
	position: fixed;
	bottom: 85px;
	right: 50px;
	opacity: 1;
	text-decoration: none;
}

div.tempsave_button a {
	position: fixed;
	bottom: 85px;
	right: 50px;
	opacity: 1;
	text-decoration: none;
}

div.tempsave_button a img {
	width: 200px;
	cursor: pointer;
}

.txt_s {
    font-weight: normal;
    font-size: 12px;
}

div.form_btn {
    text-align: center;
    padding: 15px 0px;
}

div.form_btn a {
	display: inline-block;
	padding: 10px 50px 10px 50px;
	text-align: center;
	min-width: 160px;
	font-size: 18px;
	color: #fff;
	margin-right: 10px;
	cursor: pointer;
	border-radius: 5px;
	background: url(../img/btn_arrow.png) no-repeat;
	background-position: top 50% right 15px;
}

div.form_btn a.color01 {
    background-color: #81BD8D;
}

div.form_btn a.color02 {
    background-color: #699AD3;
}

div.form_btn a.color03 {
    background-color: #FF9999;
}

div.form_btn a.color04 {
    background-color: #699AD3;
}

div.form_btn:hover {
    color: #ffffff;
}

.AOFerrmsg {
    color: #ff0000;
}

.font_s {
    font-size: 1.2rem;
}

.confirm .queryonly {
	display: none;
}

.readonly {
	background: #F0F0F0;
	border: 1px solid #D9D9D9;
}