@charset "utf-8";
@font-face {
	font-family: 'NotoSansCJKjp-Medium';
	src: url('../font/noto.woff'), url('../font/noto.eot');
}
/* ---------------- */
/* common           */
/* ---------------- */
.only_PC {
	display: block;
}
.only_SP {
	display: none;
}
/* ---------------- */
/* reset            */
/* ---------------- */
* {
	margin: 0;
	padding: 0;
}
html, body {
	width: 100%;
	height: 100%;
}
#main {
	height: 100%;
	/* overflow-y: scroll; */
	-webkit-overflow-scrolling: touch;
	position: relative;
}
#container {
	height: auto !important;
	margin: 0 auto;
	position: relative;
}
#footer {
	width: 100%;
	height: 60px;
	margin-top: 60px;
}
body {
	width: 100%;
	color: #333;
	background: #fff;
	font-family: Meiryo, "メイリオ", "ＭＳ Ｐゴシック", Osaka, sans-serif;
	text-align: center;
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	word-break: break-all;
}
a {
	color: #285597;
	text-decoration: none;
}
#main-content .section a:hover, #sub-navi a:hover {
	text-decoration: underline;
}
img {
	border: none;
	vertical-align: text-bottom;
}
ul, ol {
	list-style: none;
}
img.pdf_icon,
li img,
dd img {
	vertical-align: text-top;
	margin: 0 5px;
}
.clear {
	clear: both;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}/* End hide from IE-mac */
hr {
	margin-bottom: 20px;
}
table {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 20px;
}
th {
	border: #ccc 1px solid;
	text-align: center;
	background: #f0f0f0;
	padding: 10px;
	font-weight: 500;
	width: 20%
}
td {
	border: #ccc 1px solid;
	text-align: left;
	padding: 10px;
}
tr.odd td {
	background: #fff;
}
tr.even td {
	background: #fbfbfb;
}
/* ---------------- */
/* common           */
/* ---------------- */
h1, h2, h3, h4, h5, #font-size, #side-bar dt span {
	font-family: 'NotoSansCJKjp-Medium', Meiryo, "メイリオ", "ＭＳ Ｐゴシック", Osaka, sans-serif;
}
.wrapper {
	width: 1000px;
	margin: 0 auto;
	position: relative;
	text-align: left;
	background: #fff;
}
.sec-wrapper {
	padding: 0 15px;
}
.alignR {
	text-align: right;
}
.alignC {
	text-align: center;
}
.blockL {
	display: block;
	float: left;
}
.blockR {
	display: block;
	float: right;
}
.btn-orange a {
	color: #fff;/* background: #ff7e1f; */
}
.btn-blue a {
	color: #fff;/* background: #044291; */
}
.btn-orange a img, .btn-blue a img {
	margin: 0;
}
.radius-all {
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}
.radius-top {
	border-radius: 10px 10px 0 0;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
}
.radius-bottom {
	border-radius: 0 0 10px 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
}
a.link1, ol.link1 li, ul.link1 li a {
	background: url(../images/list1.png) 0 48% no-repeat;
	padding-left: 18px;
}
a.link2, ol.link2 li, ul.link2 li a,
a.link3, ol.link3 li, ul.link3 li a {
	background: url(../images/list2.png) 0 3px no-repeat;
	padding-left: 10px;
}
#main-content ol.link3 {
	margin: 10px 0 0 30px;
}
.bg1 {
	color: #fff;
	background: #009d95
}
.bg2 {
	color: #fff;
	background: #006985
}
.note {
	background: #f9f0f8;
	margin-bottom: 20px;
	padding: 15px 15px 5px;
}
.note2 {
	position: relative;
	margin: 0 5px 15px;
	padding: 15px 10px 0 30px;
	border: 1px solid #ccc;
	clear: both;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
.success {
	background: #e5f2ee url(../images/msg-success.gif) 10px 18px no-repeat;
	border: 1px solid #c1e8b1;
}
.txtRed {
	color: #9e214d;
}
.warning {
	background: #f6edf0 url(../images/msg-warning.gif) 10px 18px no-repeat;
	border-color: #DF8F8F;
}
.warning p {
	margin-bottom: 5px !important;
	padding-left: 5px;
}
/* ---------------- */
/* header           */
/* ---------------- */
/*#header {
	height: 95px;
	background: url(../images/bg-header.png) center 0 no-repeat;
}
#header .blockL {
	width: 570px;
	position: relative;
}
#header .blockR {
	margin-top: 27px;
}
#header h1 {
	margin: 15px 0 0 0;
	font-size: 18px;
	font-weight: 500;
}
#header h1 big {
	font-weight: 500;
	font-size: 24px;
}
#header .blockL p {
	font-family: Meiryo, "メイリオ", "ＭＳ Ｐゴシック", Osaka, sans-serif;
	font-size: 12px;
	color: #999;
	position: absolute;
	top: 23px;
	left: 72px;
}
#header h1 a {
	display: block;
	color: #555;
	background: url(../images/logo.png) left 0 no-repeat;
	height: 43px;
	padding: 27px 0 0 75px;
	line-height: 22px;
}
#header h1 a span {
	font-size: 18px;
}
#header ul {
	width: 230px;
	float: left;
}
#header ul li {
	float: left;
	background: url(../images/list2.png) 0 50% no-repeat;
	margin: 20px 15px 0 0;
	padding: 0 0 0 10px;
	font-size: 14px;
}
#header #font-size {
	margin: 18px 5px 0 0;
	right: 0;
	float: right;
	font-size: 12px;
	width: 165px
}
#header #font-size dt {
	float: left;
	margin-right: 5px;
	line-height: 24px;
}
#header #font-size input {
	float: left;
	border: 1px solid #ccc;
	width: 48px;
	height: 24px;
	text-align: center;
	background: #f7f7f7;
	cursor: pointer;
}
#header #font-size input#fm {
	font-size: 12px;
	font-family: 'NotoSansCJKjp-Medium', Meiryo, "メイリオ", "ＭＳ Ｐゴシック", Osaka, sans-serif;
	background: #ffb636;
}
#header #font-size input#fl {
	border-left: 0;
	font-family: 'NotoSansCJKjp-Medium', Meiryo, "メイリオ", "ＭＳ Ｐゴシック", Osaka, sans-serif;
	font-size: 15px;
}
/* ---------------- */
/* breadcrumb       */
/* ---------------- */
ol#breadcrumb {
	font-size: 70%;
	padding: 5px 10px;
	background: #f4f4f4;
}
ol#breadcrumb li {
	float: left;
	margin-right: 10px;
}
ol#breadcrumb li a {
	display: block;
	background: url(../images/list3.png) right 50% no-repeat;
	padding-right: 15px;
}
/* ---------------- */
/* gnavi            */
/* ---------------- */
/*#gnavi {
	clear: both;
	background: url(../images/gnavi-bg.png) no-repeat;
	height: 70px;
	font-size: 95%;
}
#gnavi li {
	width: 125px;
	height: 70px;
	float: left;
	position: relative;
}
#gnavi li.home {
	background: url(../images/icon-home.png) center 15px no-repeat;
}
#gnavi li.about {
	background: url(../images/icon-drop.png) center 15px no-repeat;
}
#gnavi li.lecture {
	background: url(../images/icon-lecture.png) center 15px no-repeat;
}
#gnavi li.schedule {
	background: url(../images/icon-calendar.png) center 15px no-repeat;
}
#gnavi li.apply {
	background: url(../images/icon-pencil.png) center 15px no-repeat;
}
#gnavi li.company {
	background: url(../images/icon-building.png) center 15px no-repeat;
}
#gnavi li.registration {
	background: url(../images/icon-registration.png) center 15px no-repeat;
}
#gnavi li.program {
	background: url(../images/icon-program.png) center 15px no-repeat;
	font-size: 0.9em;
	padding-top: 42px;
	height: 28px;
	letter-spacing: -0.05em;
}
#gnavi li.faq {
	background: url(../images/icon-question.png) center 15px no-repeat;
}
#gnavi li a {
	display: block;
	width: 100%;
	height: 32px;
	top: 0;
	left: 0;
	text-align: center;
	padding-top: 38px;
	position: absolute;
	float: left;
	border-right: 1px solid #ddd;
}
#gnavi li:last-child a {
	border-right: 0;
}
#gnavi li a:hover, #gnavi li a.active {
	background: url(../images/gnavi-active.png) center bottom no-repeat;
}*/
/* ---------------- */
/* SP menu          */
/* ---------------- */
/* menu button */
/*.menu-button-right {
	background: #044393;
	width: 50px;
	height: 56px;
	text-indent: -9999px;
	position: absolute;
	right: 5px;
	top: 5px;
	display: none;
}
.menu-button-right a {
	display: block;
	height: 56px;
	background: url(../images/icon-sp-menu.png) center center no-repeat;
	background-size: 38px;
}
.slidemenu {
	display: none;
}
.slidemenu {
	top: 0;
	width: 80%;
	position: fixed;
	visibility: hidden;
	z-index: -1;
	background: #044393;
	padding-top: 10px;
}
.slidemenu li {
	text-align: left;
	border-bottom: 1px solid #00327f;
	box-shadow: 0 1px 0 #3059ad;
	position: relative;
}
.slidemenu li a {
	color: #fff;
	display: block;
	padding: 12px 10px 12px 25px;
}
.slidemenu li:before {
	content: "";
	display: block;
	width: 6px;
	height: 6px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	left: 10px;
	top: 50%;
	margin-top: -3px;
}
.slidemenu-right dl dd li.green {
	background-image: url(../images/i-spmenu_green.png);
}
.slidemenu-right dl dd li.blue {
	background-image: url(../images/i-spmenu_blue.png);
}
.slidemenu-right dl dd .subtitle {
	padding: 0.3em;
	border-top: 1px solid #ff9900;
	border-bottom: 1px solid #ff9900;
	color: #663300;
	margin-bottom: 0.8em;
}
.slidemenu-right dl dd .subtitle + p {
	margin-bottom: 0.8em;
}
.slidemenu-right dl dd .companydata {
	border: 1px solid #ff9900;
	padding: 0.5em;
	font-size: 0.9em;
}
.slidemenu-right dl dd .companydata li {
	margin-bottom: 0.8em;
}
.slidemenu-right dl dd .companydata li .title {
	color: #663300;
	margin-bottom: 0;
}
.slidemenu .slidemenu-body {
	height: 100%;
	overflow: hidden;
	position: relative;
}
.slidemenu .slidemenu-body .slidemenu-content {
	position: relative;
}
.slidemenu-left {
	left: 0;
}
.slidemenu-right {
	right: 0;
}*/
/* ---------------- */
/* sub navi         */
/* ---------------- */
/*#sub-navi {
	margin-bottom: 15px;
}
#sub-navi h2 {
	color: #fff;
	background: #006986;
	padding: 8px 5px;
	font-size: 120%;
	font-weight: 500;
	text-align: center;
	border-radius: 5px 0 0 0;
	-webkit-border-top-left-radius: 10px;
	-moz-border-radius-topleft: 10px;
}
#sub-navi ol {
	font-size: 90%;
	padding: 15px;
	background: #f7f7f7;
	border: 1px solid #e9e9e9;
	-webkit-box-shadow: 0px 2px 1px rgba(209, 209, 209, 0.75);
	-moz-box-shadow: 0px 2px 1px rgba(209, 209, 209, 0.75);
	box-shadow: 0px 2px 1px rgba(209, 209, 209, 0.75);
}
#sub-navi ol li {
	margin-bottom: 10px;
	line-height: 130%;
}
#sub-navi ol li.headline {
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
	background: none;
	padding: 8px 5px;
	border-radius: 2px;
}
#sub-navi ol li.headline a {
	font-weight: bold;
}*/
/* ---------------- */
/* main-content     */
/* ---------------- */
#main-content {
	width: 765px;
	float: right;
	margin-top: 20px;
	position: relative;
}
#main-content .section {
	margin-bottom: 30px;
	clear: both;
	font-size: 90%;
	line-height: 160%;
}
#main-content .section h3 {
	clear: both;
	font-size: 130%;
	border-left: 5px solid #006986;
	color: #333;
	background: #f0f0f0;
	margin-bottom: 20px;
	padding: 10px 10px;
	font-weight: 500;
}
#main-content .section h3#qualification {
	margin-top: 30px;
}
#main-content .section h3 small {
	font-size: 0.7em;
	font-weight: normal;
	display: block;
	margin-top: 5px;
}
#main-content .section h3 span, #main-content .section h4 span {
	color: #ff6600;
}
#main-content h4 {
	clear: both;
	font-size: 120%;
	font-weight: 500;
	color: #333;
	margin: 0 0 20px;
	padding: 10px 15px;
	border: 1px solid #ccc;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}
#main-content h5 {
	font-size: 110%;
	font-weight: 500;
	color: #333;
	margin: 0 0 20px;
	padding: 8px 10px;
	background: #f0f0f0;
}
#main-content .section p {
	margin: 0 10px 15px;
}
#main-content .section td p {
	margin: 0 0 15px;
}
#main-content .section dl {
	margin: 0 10px 15px;
}
#main-content .section dt {
	margin: 0 0 5px;
	font-weight: 500;
	font-size: 105%;
}
#main-content .section dd {
	margin: 0 0 15px;
	padding: 0 0 0 15px;
}
#main-content ul, #main-content ol {
	margin: 0 0 20px 30px;
}
#main-content li {
	margin: 0 0 10px 0;
}
/* ---------------- */
/* side-bar         */
/* ---------------- */
#side-bar {
	width: 220px;
	margin-top: 20px;
	margin-bottom: 30px;
	float: left;
}
/* ---------------- */
/* side-bar .btns   */
/* ---------------- */
/*#side-bar .btns li, #side-bar dl, #side-bar .btns1 li {
	background: #f7f7f7;
	border: 1px solid #e9e9e9;
	-webkit-box-shadow: 0px 2px 1px rgba(209, 209, 209, 0.75);
	-moz-box-shadow: 0px 2px 1px rgba(209, 209, 209, 0.75);
	box-shadow: 0px 2px 1px rgba(209, 209, 209, 0.75);
	margin-bottom: 10px;
	font-size: 90%;
	font-weight: 300;
}
#side-bar .btns li:last-child, #side-bar dl, #side-bar .btns1 li:last-child {
	margin-bottom: 0;
}
#side-bar .btns li, #side-bar .btns1 li {
	background: #f7f7f7 url(../images/triangle.png) right bottom no-repeat;
	font-size: 0.85em;
}
#side-bar .btns li a, #side-bar .btns1 li a {
	color: #333;
	border-left: 5px solid #014fa1;
	height: 100%;
	margin: 1px;
	display: block;
	padding: 10px;
}
#side-bar .btns li a:hover, #side-bar .btns1 li a:hover {
	border-left: 5px solid #ff7e1f;
}
#side-bar .btns1 li.lsm {
	letter-spacing: -0.05em;
}*/
/* ---------------- */
/* side-bar .btns2  */
/* ---------------- */
/*#side-bar .btns2 li {
	background: #f7f7f7;
	border: 0px solid #e9e9e9;
	-webkit-box-shadow: 0px 2px 1px rgba(209, 209, 209, 0.75);
	-moz-box-shadow: 0px 2px 1px rgba(209, 209, 209, 0.75);
	box-shadow: 0px 2px 1px rgba(209, 209, 209, 0.75);
	margin-bottom: 5px;
	font-size: 90%;
	font-weight: 300;
}
#side-bar .btns2 li a {
	color: #333;
	border-left: 5px solid #014fa1;
	width: 175px;
	height: 100%;
	margin: 0px;
	display: block;
	padding: 20px 20px 10px;
}
#side-bar .btns2 li a:hover {
	border-left: 5px solid #ff7e1f;
}
/* ---------------- */
/* side-bar .btns3  */
/* ---------------- */
/*#side-bar .btns3 li {
	border: 0px solid #e9e9e9;
	-webkit-box-shadow: 0px 2px 1px rgba(209, 209, 209, 0.75);
	-moz-box-shadow: 0px 2px 1px rgba(209, 209, 209, 0.75);
	box-shadow: 0px 2px 1px rgba(209, 209, 209, 0.75);
	margin-bottom: 15px;
	font-size: 90%;
	font-weight: 300;
	background: #f7f7f7 url(../images/triangle.png) right bottom no-repeat;
}
#side-bar .btns3 li a {
	color: #333;
	border-left: 5px solid #014fa1;
	width: 175px;
	height: 100%;
	margin: 0px;
	display: block;
	padding: 10px 20px 20px;
}
#side-bar .btns3 li a:hover {
	border-left: 5px solid #ff7e1f;
}
#side-bar dl {
	font-size: 90%;
}
#side-bar dl.apply {
	margin-top: 15px;
	text-align: center;
	padding: 10px;
}
#side-bar dl.apply dt {
	font-weight: bold;
}
#side-bar dl.apply dd {
	margin-top: 5px;
	cursor: pointer;
}
#side-bar dl.apply dd:hover {
	opacity: 0.9;
}
#side-bar dl.login {
	background: #f7f7f7 url(../images/bg-blue.png) repeat-x;
	padding: 20px 15px 10px;
	margin-top: 10px;
}
#side-bar dt span {
	font-size: 120%;
}
#side-bar dd li {
	float: left;
	font-size: 90%;
	margin: 10px 5px;
}
#side-bar dd li a {
	display: block;
	width: 6em;
	height: 2em;
	text-align: center;
	line-height: 2em;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
#side-bar .pic-up h3 {
	color: #fff;
	background: #044393;
	font-weight: 300;
	font-size: 90%;
	padding: 6px 10px 5px;
	font-family: Meiryo, "メイリオ", "ＭＳ Ｐゴシック", Osaka, sans-serif;
}
#side-bar .pic-up dl {
	padding: 10px 15px;
}
#side-bar .pic-up dt {
	text-align: center;
	color: #4998c0;
	font-weight: bold;
}
#side-bar .pic-up dd {
	font-size: 80%;
}
#side-bar dl.contact {
	margin-top: 15px;
	border-radius: 0 0 10px 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	padding: 10px 25px;
}
#side-bar dl.contact dt {
	color: #fff;
	background: #044291;
	padding: 15px;
}
#side-bar dl.contact dd {
	padding: 15px 15px 10px;
}
#side-bar dl.contact dd p {
	margin-bottom: 15px;
}
#side-bar dl.contact dd a {
	display: block;
	background: url(../images/icon-mail.png) 0 50% no-repeat;
	padding-left: 30px;
	font-size: 105%;
}*/
/* ---------------- */
/* footer           */
/* ---------------- */
.pagetop {
	display: none;
	position: fixed;
	bottom: 20px;
	right: 30px;
}
.pagetop a {
	display: block;
}
#footer {
	font-size: 80%;
	clear: both;
	background: #fff url(../images/bg-footer.png) center bottom no-repeat;
}
#footer li {
	float: left;
	margin-right: 15px;
}
#footer p {
	color: #fff;
	background: #044291;
	clear: both;
	text-align: center;
	margin-top: 25px;
	padding-bottom: 20px;
}
/* ---------------- */
/* overlay           */
/* ---------------- */
.overlayall {
	display: none;
	width: 100%;
	height: 100%;
	position: fixed;
	overflow: scroll;
	top: 0;
	left: 0;
	z-index: 2000;
	background: rgba(0,0,0,0.9);
}
.overlay {
	position: relative;
}
.overlay_box {
	background: #fff;
	border-radius: 5px;
}
@media screen and (min-width: 769px) {
.overlay_box {
	width: 600px;
	padding: 20px;
	margin-left: -300px;
	left: 50%;
	position: absolute;
	top: 20px;
}
}
@media screen and (max-width: 768px) {
.overlay_box {
	width: 90%;
	margin: 2% auto;
	padding: 2%;
}
}
.overlay_box dt {
	font-size: 130%;
	font-weight: bold;
	margin-bottom: 20px;
}
.overlay_box p {
	margin-bottom: 1em;
}
.overlay_box .close {
	width: 100px;
	height: 45px;
	background: #ccc;
	border-radius: 3px;
	cursor: pointer;
	margin: 0 auto;
}
.overlay_box .close span {
	display: inline-block;
	vertical-align: middle;
	margin-top: 10px;
}
.close_icon {
	height: 15px;
	width: 15px;
	display: inline-block;
	position: relative;
	margin-right: 5px;
	border-radius: 50px;
	border: 2px solid #333;
}
.close_icon:before, .close_icon:after {
	content: '';
	height: 2px;
	width: 11px;
	display: block;
	background: #333;
	border-radius: 10px;
	position: absolute;
	top: 6px;
	left: 2px;
	transform: rotate(-45deg);
}
.close_icon:after {
	transform: rotate(45deg);
}
