@charset "UTF-8";

/*
--------------------------------------------------
	FAQ用CSS
	※Footer指定は完成後、style.cssに統合していただく
--------------------------------------------------
	Atsushi Yamazaki (yamazaki@medicmedia.com)
--------------------------------------------------
	2016/03/31 	初版
	2016/06/07	FAQレイアウト調整追加
	2020/01/22	FG added.
--------------------------------------------------
*/

h1.faq {
	padding-left: 0;
}

.mb0-5em {
	margin-bottom: 0.5em !important;
}

p.ref-url {
	word-break: break-all;
	margin: 0;
}



dt.faq_question {
	font-weight: bold;
	margin: 0 0 0.3em 0;
	padding: 3px 0 3px 32px;
	background: url(/assets/img/ic_question.png) no-repeat 0 2px;
	background-size: 24px auto;
	line-height: 150%;
}

dd.faq_answer {
	margin: 0 0 2em 0;
	padding: 3px 0 3px 32px;
	background: url(/assets/img/ic_answer.png) no-repeat 0 2px;
	background-size: 24px auto;
	line-height: 150%;
}

	dd.faq_answer ol {
		margin: 0.5em 0 0 0;
		padding-left: 1.5em;
	}

		dd.faq_answer ol li {
			margin-bottom: 0.5em;
		}

		dd.faq_answer ol li:last-child {
			margin-bottom: 0;
		}

	dd.faq_answer dl {
		margin: 0.5em 0 0 0;
	}

		dd.faq_answer dt {
			float: left;
		}

		dd.faq_answer dt.no-float {
			float: none;
		}

		dd.faq_answer dd {
			margin-bottom: 0.5em;
			padding-left: 6em;
		}

		dd.faq_answer dd:last-child {
			margin-bottom: 0;
		}

			dd.faq_answer ul.faq_answer--career {
				margin-left: 0;
				padding-left: 0;
				list-style: none;
			}

				ul.faq_answer--career > li + li {
					margin-top: 2em;
				}

				dd.faq_answer ul.faq_answer--career ul.faq_answer--career--procedure {
					margin: 0.5em 0 0 0;
					padding-left: 1em;
					list-style: none;
				}


					dd.faq_answer ol.faq_answer--career--procedure__list {
						margin: 0.5em 0 1.5em 0;
						padding-left: 2em;
					}


li.disc:before {
	content: '●';
}

li.square:before {
	content: '■';
}



span.faq-note {
	display: block;
	text-indent: -1em;
	padding-left: 1em;
}



/* footer */
ul.footer__nav {
	width: 100%;
	max-width: 570px;
	margin: 8px auto;
	padding: 0;
	list-style: none;
	font-size: 0;
}

	ul.footer__nav li {
		display: inline-block;
		vertical-align: top;
		margin: 0;
		padding: 0;
	}

	ul.footer__nav li.footer__nav--faq {
		width: calc(12% - 18px);
		margin-top: 5px;
		margin-right: 18px;
	}

	ul.footer__nav li.footer__nav--contact {
		width: calc(12% - 18px);
		margin-top: 5px;
		margin-right: 18px;
	}

	ul.footer__nav li.footer__nav--logo_test50 {
		width: 56%;
	}

		ul.footer__nav li.footer__nav--logo_test50 img {
			width: 100%;
		}

	ul.footer__nav li.footer__nav--logo_medic {
		width: calc(19% - 18px);
		margin-top: 12px;
		margin-left: 18px;
	}




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

	ul.faq_answer--career--procedure {
		padding-left: 0 !important;
	}

	/* footer */
	ul.footer__nav {
		margin: 2px auto;
	}

		ul.footer__nav li.footer__nav--faq {
			width: calc(12% - 12px);
			margin-top: 4px;
			margin-right: 12px;
		}

		ul.footer__nav li.footer__nav--contact {
			width: calc(12% - 12px);
			margin-top: 4px;
			margin-right: 12px;
		}

		/* ul.footer__nav li.footer__nav--logo_test50 は変化しない */

		ul.footer__nav li.footer__nav--logo_medic {
			width: calc(19% - 12px);
			margin-top: 8px;
			margin-left: 12px;
		}
}


/* 20200122 FG added */

.line--ruffled {
	position: relative;
	margin-bottom: 1em;
	padding: 0 50px;
	text-align: center
}

.line--ruffled:before {
	position: absolute;
	top: calc(50% - 0.5px);
	left: 0;
	width: 100%;
	height: 1px;
	content: '';
	background: #999
}

.line--ruffled span {
	position: relative;
	padding: 0 1em;
	background: #FFF;
}

.loginForm h3{
	text-align: center;
	font-size: 20px;
	margin-bottom: 1em;
}


@media screen and (min-width:1000px) {
	.line--ruffled {
		font-size: 16px;
		font-weight: 500;
	}
}

@media screen and (max-width:1000px) {
	.loginForm h3{font-size: 15px;}
}


/* teacher.cssよりヘッダー部分を移植 */
.login__header {
  margin: 0;
  padding: 0;
  height: 120px;
}

.login__header > .container {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: start;
  box-pack: start;
  -webkit-justify-content:space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: start;
  -webkit-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
}

.login__header .t_header_menu_home {
  font-size: 30px;
  font-weight: 500;
  color: #FFF;
  padding-top: 1rem;
  width: 600px;
}

.login__header .header_logo {
  width: 200px;
}

.login__header .header_logo h1 {
  text-align: left;
  padding: 10px 0 5px;
}

.login__header .header_logo h1 img {
  max-width: inherit;
  max-height: 40px;
}

.login__header .header_logo .teacher_name {
  text-align: center;
}

.login__header .header_logo .teacher_name p {
  font-size: 18px;
  background: #FFF;
  padding: 2px 2em;
  border-radius: 12px;
}

.login__header .header_logout {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
  -webkit-box-align: baseline;
  box-align: baseline;
  -webkit-align-items: baseline;
  -moz-align-items: baseline;
  -ms-align-items: baseline;
  -o-align-items: baseline;
  align-items: baseline;
  -ms-flex-align: baseline;
  width: 180px;
  text-align: center;
  margin: 0 0 0 auto;
}

.login__header .header_logout a {
  text-decoration: none;
  color: #FFF;
}

.login__header .header_logout .header_logout_btn {
  text-align: center;
  font-size: 12px;
}

.login__header .header_logout .header_logout_btn .bg-white {
  display: block;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 50%;
  margin: 15px auto 3px;
}

.login__header .header_logout .header_logout_btn .bg-white .icon_mlf {
  font-size: 28px;
  vertical-align: middle;
  line-height: 40px;
}

.login__header .header_logout .header_logout_btn .bg-white:hover .icon_mlf {
  opacity: .7;
}


.noLogin__header,
.login__header {
  background-color: #6dc89c;
  background-size: cover;
  height: 120px;
}
.noLogin__header{
  margin: 0 0 30px 0;
  padding-bottom: 2vh;
}

@media screen and (max-width: 999px) {
  .noLogin__header {
    height: 65px;
  }
  .noLogin__header h1 {
    line-height: 1;
    margin: 0;
    padding: 10px;
    text-align: center;
  }
  .noLogin__header h1 img {
    max-height: 35px;
  }
}
@media screen and (min-width: 1000px) {
  .noLogin__header h1 {
    line-height: 1;
    margin: 0;
    padding: 17px 0 0;
    text-align: center;
  }
  .noLogin__header h1 img {
    max-width: 280px;
  }
}

.topicpath ul {
  max-width: 980px;
  margin: 0 auto;
  padding: 0 0 40px;
}

.topicpath ul li {
  display: inline;
  list-style-type: none;
  font-size: 14px;
}

.topicpath ul li:before {
  content: " > ";
}

.topicpath ul li:first-child:before {
  content: none;
}

.topicpath article {
  width: 940px;
  margin: 0 auto;
}