
/* ---------- rslider ---------- */


.rslider-v2 {
	width:100%;
	height:auto;
	margin:0;
	padding:0 0 0 0;
	background-color:#fff;
}

.rslider-v2-980 {
	display:block;
	width:980px;
	height:auto;
	margin:0 auto;
}


	#rev_slider_6_1_wrapper {
		display:block;
		width:720px;
		height:220px;
		margin:0 auto;
		float:left;
	}
	.rslider-v2 #rev_slider_6_1 {
		display:block;
		width:720px;
		height:auto;
		margin:0;
	}
	/*
	#rev_slider_6_1_wrapper {
	}
	.rslider-v2 #rev_slider_6_1 {
	}*/
	
	
/* ---------- master slider  20170914 n2add ---------- */

#slider-Area {
	width:100%;
	height:auto;
	margin:0;
	padding:0 0 0 0;
	background-color:#fff;
}

#slider-Area-inn {
	display:block;
	width:980px;
	height:auto;
	margin:0 auto;
}


	div.master-slider-parent {
		display:block;
		width:720px;
		height:216px;
		margin:0 auto;
		float:left;
	}




	.information-banner {
		width:230px;
		height:185px;
		margin:15px;
		padding:0;
		float:right;
	}
	.information-banner a img {
	-webkit-transition: 0.4s ;
	transition: 0.4s;
	}
	.information-banner a img:hover {
	opacity: 0.6;
	filter: alpha(opacity=60);
	-ms-filter: "alpha(opacity=60)";
	}
	
	
	.information {
		width:230px;
		height:185px;
		margin:15px;
		padding:10px 16px;
		background-color:#eee5ef;
		border:2px solid #ded7df;
		float:right;
	}
	
	
	.information ul {
		margin:0;
		padding:0;
		list-style:none;
	}
	.information ul li {
		display:block;
		font-size:10px;
		line-height:1.4;
		height:50px;
		margin:0 0 6px 0;
		padding:0 10px 0 30px;
		list-style:none;
		border-bottom:1px solid #ded7df;
		background:url(../images/bg-arrow.png) 0 15px no-repeat;
		/*background-color:#fff;*/
	}
	.information ul li:last-child {
		border-bottom:0;
		margin:0 0 0 0;
	}
	
	.information ul li em {
		display:table-cell;
		vertical-align:middle;
		height:50px; /* need */
		font-style:normal;
		position:relative;
		
		width:200px;
	}
	.information ul li em a {
		color:#111;
		text-decoration:none;
	}
	.information ul li em a:hover {
		text-decoration: underline;
	}
	.information ul li em span.infodate {
		display:block;
		font-size:8px;
		line-height:1;
		margin:5px 0 0 0;
		text-align:right;
		color:#999;
	}


.rslider {
	width:100%;
	height:auto;
	margin:0;
	padding:0 0 0 0;
	background-color:#fff;
}

.rslider #rev_slider_6_1_wrapper {
	display:block;
	width:980px;
	height:auto;
	margin:0 auto;
}


/* ---------- top-mainbanner ---------- */

div#bg-maincontent {
	width:100%;
	height: 210px;
	margin:0 0 0 0;
	background:url(../images/bg-maincontent.png) top repeat-x;
}
div#top-mainbanner {
	width:980px;
	height: 210px;
	margin:0 auto;
	padding:60px 0;
	background:url(../images/bg-top-mainbanner.avif) 0 20px no-repeat;
  background-size: 100%;
	text-align:center;
}


div#top-mainbanner a img {
	display:inline-block;
	margin:20px 0 0 0;
	width:230px;
	height:96px;
	transition: 0.3s;
}
div#top-mainbanner a img:hover {
	-webkit-transform: translate(0,-2px);
		-moz-transform: translate(0,-2px);
		-ms-transform: translate(0,2-px);
		-o-transform: translate(0,2-px);
		transform: translate(0,-2px);
}

.imgshadow {
	-webkit-box-shadow:0 0 4px rgba(0,0,0,0.7);
    -moz-box-shadow:0 0 4px rgba(0,0,0,0.7);
    box-shadow:0 0 4px rgba(0,0,0,0.7);
}


/* ---------- fukidashi banner ---------- */


div#top-mainbanner a,
div#top-subbanner a {
	position: relative;
	color:#c30d23;
}


span.arrowbox {
	position: absolute;
	background: #ff0;
	border: 1px solid #c30d23;
	border-radius:3px;	
	font-weight:bold;
	font-size:10px;
	line-height:1;
	padding:8px 8px 6px;	
/*	top:-20px;*/
/*	left: 60px;*/
  color: #c30d23;
  z-index: 4;
}
  span.arrowbox:hover {
    transform: translate(0,0);
  }

.arrowbox:after, .arrowbox:before {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.arrowbox:after {
	border-color: rgba(255, 255, 0, 0);
	border-top-color: #ff0;
	border-width: 7px;
	margin-left: -7px;
}
.arrowbox:before {
	border-color: rgba(195, 13, 35, 0);
	border-top-color: #c30d23;
	border-width: 8px;
	margin-left: -8px;
}


	  .fuwari {
		  -webkit-animation-name:fuwari;
		  -webkit-animation-duration:2s;
		  -webkit-animation-iteration-count:infinite;
		  /*-webkit-animation-direction:alternate;*/
		  -webkit-animation-timing-function:ease;
		  
		  -moz-animation-name:fuwari;
		  -moz-animation-duration:2s;
		  -moz-animation-iteration-count:infinite;
		  /*-moz-animation-direction:alternate;*/
		  -moz-animation-timing-function:ease;
	  }
	  
	  @-webkit-keyframes fuwari {
		  0% {-webkit-transform:translate(0, 0);}
		  50% {-webkit-transform:translate(0, -4px);}
		  100% {-webkit-transform:translate(0, 0);}
	  }
	  @-moz-keyframes fuwari {
		  0% {-moz-transform:translate(0, 0);}
		  50% {-moz-transform:translate(0, -4px);}
		  100% {-moz-transform:translate(0, 0);}
	  }


/* ---------- top-subbanner ---------- */

div#top-subbanner {
	width:980px;
	height: auto;
	margin:0 auto 20px auto;
	padding:0 22px;
	
	text-align:center;
}


div#top-subbanner a.img-topsubbanner img {
	display:inline-block;
	margin:0 0 0 6px;
	width:300px;
	height:140px;
	
	transition: 0.3s;
}
div#top-subbanner a.img-topsubbanner img:hover {
	-webkit-transform: translate(0,-2px);
		-moz-transform: translate(0,-2px);
		-ms-transform: translate(0,2-px);
		-o-transform: translate(0,2-px);
		transform: translate(0,-2px);
}



/* ---------- top-infobanner ---------- */

div#top-infobanner {
	width:980px;
	height: auto;
	margin:0 auto 30px auto;
	padding:0 22px;
	
	text-align:center;
}


div#top-infobanner a img {
	display:inline-block;
	margin:0 0 0 6px;
	width:300px;
	height:100px;
	
	transition: 0.3s;
}
div#top-infobanner a img:hover {
	-webkit-transform: translate(0,-2px);
		-moz-transform: translate(0,-2px);
		-ms-transform: translate(0,2-px);
		-o-transform: translate(0,2-px);
		transform: translate(0,-2px);
}

/* ---------- text-banner ---------- */

ul.text-banner {
	clear:both;
	display:block;
	margin:20px auto;
	padding:0 0;
	width:916px;
	height:140px;
	
	list-style:none;
}

ul.text-banner li {
	display:block;
	margin:0 0 0 14px;
	
	border:0;
	text-align:center;
	
	float:left;
}

ul.text-banner li:first-child {
	display:block;
	margin:0 0 0 0;
	
	border:0;
	text-align:center;
	
	float:left;
}

ul.text-banner li a {
	display:block;
	width:296px;
	height:100px;

	padding:20px;
	
	transition: 0.3s;
	
	-webkit-box-shadow:0 0 4px rgba(0,0,0,0.7);
    -moz-box-shadow:0 0 4px rgba(0,0,0,0.7);
    box-shadow:0 0 4px rgba(0,0,0,0.7);
}



ul.text-banner li a h2 {
	color:#c30d23;
	font-size:18px;
	line-height:1.4;
	margin:4PX 0 0 0;
}

ul.text-banner li a:hover {
	text-decoration:none;
	
	-webkit-transform: translate(0,-2px);
	-moz-transform: translate(0,-2px);
	-ms-transform: translate(0,2-px);
	-o-transform: translate(0,2-px);
	transform: translate(0,-2px);
	
	-webkit-box-shadow:0 0 4px rgba(0,0,0,0.7);
    -moz-box-shadow:0 0 4px rgba(0,0,0,0.7);
    box-shadow:0 0 4px rgba(0,0,0,0.7);
}

ul.text-banner li.bg-textbanner01 {
	background: url(../images/bg-textbanner01.png) 0 0 no-repeat;
}
ul.text-banner li.bg-textbanner02 {
	background: url(../images/bg-textbanner02.png) 0 0 no-repeat;
}






/* ---------- container ---------- */
/*      titlogos + topconts        */
/* ---------- container ---------- */

.container {
	width:980px;
	height: auto;
	margin:0 auto;
	padding:0;
	
	
	position:relative;
	
	/* border-bottom:1px solid #ccc;*/
}
.container:after {
	content: ""; 
	display: block; 
	clear: both;
}


/* topconts */

.topconts {
	width:600px;
	height: auto;
	margin:18px 20px 18px 25px;
	padding:0;
	
	/*background:#ccc;*/
	float:left;
}

/* topconts margin:0 */

.topconts-mz {
	width:720px;
	height: auto;
	margin:0;
	padding:0;
	/* background:#Fcc; */
	
	float:left;
}




/* ---------- whatsnew (newslist for toppage) ---------- */

.whatsnew {
	/* background:#ccc; */
}
.whatsnew:after{
	clear:both;
	content:"";
}
.whatsnew ul {
	list-style:none;
	margin: 0;
	padding: 0;
}
.whatsnew ul li {
	list-style:none;
	display:block;
	width: 100%;
	height:35px;
	overflow:hidden;
	font-size:10px;
	line-height:1;
	margin: 0 0 1em 0px;
	padding: 0 ;
}

.whatsnew ul li a {
	text-decoration:none;
}

.whatsnew ul li a:hover {
	text-decoration:underline;
}

.whatsnew ul li br {
	display:none;
}


/* --- newsdate --- */
.newsdate {
	display:block;
	height:18px;
	margin:4px 12px 0 0;
	font-size:12px;
	line-height:1;
	color:#aaa;
	float:left;
}


.newsdate-search {
	display:block;
	height:18px;
	margin:4px 0 0 0;
	font-size:12px;
	line-height:1;
	color:#aaa;
	text-align:right;
}

.metadeta { /* 20180119 n2added */
	display:block;
	height:auto;
	margin:40px 0 0 0;
	font-size:12px;
	line-height:1;
	color:#666;
	text-align:right;
}
	div.metadeta span { /* 20180119 n2added */
		display:block;
		margin:4px 0;
	}

/* ---------------------- newscate ---------------------- */

div.newscate a {
	display:block;
	text-decoration:none !important;
	
	font-size:10px;
	width:130px;
	height: auto;
	
	line-height:1;
	letter-spacing:0;
		
	color:#fff !important;
	-webkit-transition: 0.4s ;
	transition: 0.4s;
	
	text-align:center;
	
	float:left;
	
	margin:0 12px 5px 0;
	padding:5px;
}

.newscate-serch a {
	display:inline;
	text-decoration:none !important;
	
	font-size:10px;
	width:100px;
	height: auto;
	
	line-height:1;
	letter-spacing:0;
		
	color:#fff !important;
	-webkit-transition: 0.4s ;
	transition: 0.4s;
	
	text-align:center;
	
	float:none;
	
	margin:0 12px 5px 0;
	padding:5px;
	background:#999;
}

	  .newscate a:hover {
			  text-decoration:none !important;
			  opacity: 0.6;
			  filter: alpha(opacity=60);
			  -ms-filter: "alpha(opacity=60)";
	  }
	
		/* 基幹施設（ no-visible ） */
		.newscate.mf a, .newscate.hokkaido a, .newscate.tohoku a, .newscate.kanto a, .newscate.chubu a, .newscate.kinki a, .newscate.chugoku-shikoku a, .newscate.kyushu-okinawa a {
			background:#ee8a8a;
		}
		
		/* お知らせ */
		.newscate.news a {
			background:#E5A633;
		}
		
		/* 先輩たちの声 */
		.newscate.voice a {
			background:#991F21;
		}
		/* 救急医のすゝめ */
		.newscate.susume a {
			background:#991F21;
		}

		/* 動画PR  20200417 n2add */
		.newscate.video-pr a {
			background:#68cda7;
		}
		/* 専攻医プログラム説明会 20240617 n2add */
		.newscate.session a {
			background:#bb3af0;
		}

		/* 書籍連載 */
		.newscate.books-rensai a {
			background:#84B239;
		}
		
		/* セミナー・イベント情報 */
		.newscate.seminar a {
			background:#19659B;
		}
		/* セミナー・イベント情報 */
		.newscate.bls-championship a {
			background:#19659B;
		}
		/* セミナー・イベント情報 */
		.newscate.summer-seminar a {
			background:#19659B;
		}
		/* セミナー・イベント情報 */
		.newscate.sr-session a {
			background:#19659B;
		}
		/* セミナー・イベント情報 */
		.newscate.semi-other a {
			background:#19659B;
		}
		/* 学生チームの紹介 */
		.newscate.studentteamsrep a {
			background:#E37B1D;
		}
		
		/* ムービー */
		.newscate.movie a {
			background:#84B239;
		}

		/* 連載漫画 */
		.newscate.comic a {
			background:#49881C;
		}
		/* キャリアプラン */
		.newscate.careeplan a {
			background:#c30d23;
		}
		/* サステナビリティ　キャリアパス */
		.newscate.sustainability a,
		.newscate.carriarpath a{
			background:#bb217f;
		}
		/* よくある質問 */
		.newscate.qanda a {
			background:#ee8a8a;
		}
	
		/* アナザーアイズ */
		.newscate.another-eyes a {
			background:#AE43A1;
		}
		
		/* 基幹施設一覧 */
		.newscate.mf a {
			background:#BD1A1A;
		}
		
		/* 全国各地からの声 */
		.newscate.zenkoku a {
			background:#BD1A1A;
		}
		
		

	
	
	
	



/* ------------ newstitle ------------ */
div.newstitle a {
	display:block;
	margin:2px 0 0 8px;
	height:18px;
	color:#666 !important;
	font-size:12px;
	line-height:1.3!important;
	float:left;
	margin-right:15px;
	
	text-decoration:none;
	}

div.newstitle a:hover {
	text-decoration: underline;
}


em.newest {
	display:block;
	margin:4px 0 0 0;
	font-size:10px !important;
	line-height:1;
	color:#F30;
	font-style:normal;
	float:left;
}



/* sub-slider */

.sub-slider {
	width:720px;
	height: 120px;
}




/* ---------- banner-space ---------- */


.banner-space {
	width:310px;
	height: auto;
	float:right;
	margin:20px 20px 20px 0;
	padding:0;
	/*background:#cff;*/
	text-align: right;
}

.banner-space a.banner img {
	width: 310px;
	height: auto;
	display: block;
	padding: 0 0 0 20px;
	margin: 0 0 20px 0;
	text-align: center;
}



.banner-space iframe {
}

.banner-space div.rssarea {
	display:table;
	width:310px;
	height:32px;
	margin:0 0;
	padding:10px 0;
	text-align:right;
	font-size:10px;
	line-height:1;
}

.banner-space div.rssarea img {
	vertical-align: middle;
}



/* ---------------  senpai-voice --------------- */



/*----- ul.one-column  ----- */

.entry ul.one-column {
	margin:0;
	padding:0;
	list-style:none;
}
.entry ul.one-column li {
	display:block;
	margin:0 0 40px 0;
	padding:0 0 0 0;
	width:100%;
	
	font-size:18px;
	line-height:1.3;
}
.entry ul.one-column li p {
	margin:10px 0 8px 0;
	font-size:14px;
	line-height:1.4;
}
.entry ul.one-column li a {
	color:#333;
}
.entry ul.one-column li a:hover  {
	color:#000;
}
.entry ul.one-column li br {
	display:none;
}


a.moreread {
	display:inline;
}
	
a.moreread {
	text-decoration:none;
	color:#999 !important;
	margin:0;
	padding:3px;
}
a.moreread:hover {
	text-decoration: underline;
	color:#666;
}

/*----- ul.two-column  ----- */

ul.two-column  {
	margin:60px 0;
	padding:40px 0 0 0;
	width:100%;
	height:auto;
	font-size:14px;
	line-height:1.3;
}

ul.two-column li  {
	display:block;
	margin:0 0 60px 0;
	padding:0 0 0 0;
	width:310px;
	height:40px;
	float:left;
	/*background:#fcc;*/
}
ul.two-column li:nth-child(even)  {
	display:block;
	margin:0 0 60px 40px;
	padding:0 0 0 0;
	width:310px;
	height:40px;
	float:left;
}


/* sv-number */

ul.two-column li a {
	text-decoration: none;
	color:#333;
}
ul.two-column li a em {
	display: block;
/*	width:20px;*/
	height:40px;
	margin:0 10px 0 0;
	font-style:normal;
	font-weight:bold;
	text-align:right;
	float:left;
	color:#c30d23;
}
ul.two-column li a span {
	display: block;
	width: auto;
	height:40px;
	margin:0;
	font-style:normal;
}


ul.two-column li:hover {
	text-decoration: underline !important; 
	color:#333;
}

/*
.entry h2:first-child {
	margin:50px 0 30px 0;
}*/



/*---- div.maru ( senpai voice & career plan ) ----*/	

div.maru {
	float:left;
    display: block;
    writing-mode: lr-tb !important;
    -ms-writing-mode: lr-tb !important;
    -webkit-writing-mode: horizontal-tb !important;
    width: 60px !important;
    height: 60px !important;
    border-radius: 30px;
    background: #c30d23;
    text-align: center;
    margin: 0 10px 10px 0;
    padding: 0px 0 0px 0;
    line-height: 1.5;
    color: white;
    font-size: 12px;
}

div.maru span {
    display: block;
    width: 40px !important;
    height: 40px !important;
    margin: 10px auto !important;
    padding: 3px 0 !important;
}
	
 
div.maru span em {
	font-family:"Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" ,
	 "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
	font-size: 18px;
    font-weight: bold;
	font-style:normal;
	text-decoration:none;
	color:#333;
}

div.maru span em a {
	font-family:san-serif;
    font-size: 12px;
    font-weight: normal;
	color:#888;
}



/* --------------- authorarea --------------- */

.authorarea {
	clear:both;
	height:60px;
}

.authorarea em {
	font-style:normal;
	font-size:11px;
	line-height:2.4;
}
.authorarea em a {
	line-height:1 !important;
	margin:0 0 10px 0;
	padding:6px;
	font-style:normal;
	color:#000;
	background:#efefef;
	border-radius:2px;
	
	text-decoration:none;
}
.authorarea em a:hover {
	line-height:1;
	margin:0 0 10px 0;
	padding:6px;
	font-style:normal;
	color:#fff;
	background:#363532;
	border-radius:2px;
	
	text-decoration:none;
}


/* ---------------  qqi-10nokoto --------------- */

.qqi-10nokoto {
	display:block;
	clear:both;
	text-align: center;
	margin:20px 0 20px 0;
	
	display:block;
	width:100%;
	min-height:100px;
	height:auto;
	/*background:#fee;*/
	position:relative;
	color:#000;
	
	text-align:left;
}


.qqi-10nokoto h2 {
	display: block;
	position:relative;
	height:40px;
	margin:0 0 30px 0;
	vertical-align:middle;
	border:0;
}
.qqi-10nokoto h2 em {
	display: inline-block;
	width:40px;
	height:40px;
	text-align:center;
	
	color:#fff;
	text-decoration:none;
	padding:0;
	
	background:#c30d23;
	border-radius:20px;
	
	position:absolute;
	top: 50%;
	font-size:18px;
	line-height: 40px;
	margin-top:-20px;
}

.qqi-10nokoto h2 span {
	display: inline-block;
	width:620px;
	min-height:40px;
	height:auto;
	font-size:18px;
	line-height:1;
	color:#fff;
	text-decoration:none;
	margin:0 0 0 44px;
	padding:10px 15px;
	background:#c30d23;
	border-radius:20px;
}

.qqi-10nokoto h3 {
	font-size:18px;
	line-height:1.2;
	margin:1em 0 1em 0;
	padding:0 0 0 1em;

}

.qqi-10nokoto p {
	font-size:14px;
	line-height:1.6;
	margin:1em 0 1em 1em;
	color:#333；
}


/* ---------------  career plan post  --------------- */

/* div.cp-listv3 */

section.cp-listv3 {
	margin: 2rem 0;
	padding:0;
}


section.cp-listv3 h2.triangle {
	position: relative;
	display:block;
	height: auto;
	margin: 1rem 0 2rem;
	padding: 0.7rem;
	text-align:center;
	font-weight:bold;
	font-size: 1rem;
	line-height:1;
	border:0;
	background:#ded8f3;
	color:#000;
}
  section.cp-listv3 h2.triangle::after {
    position: absolute;
    content: ' ';
    width:0;
    height: 0;
    border:15px solid transparent;
    border-top-color:#ded8f3;
    top:100%;
    left:48%;
  }

.cpCat {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  margin: 1rem 0;
}
  .cpCat a {
    display:block;
    margin:0 0 1rem;
  }
    .cpCat a img {
        box-shadow:0 0 5px #fff, 0 0 5px #ccc, 0 0 1px #aaa;
      }

    .grayscale {
         -webkit-filter: grayscale(100%);
         -moz-filter: grayscale(100%);
         -o-filter: grayscale(100%);
         -ms-filter: grayscale(100%);
         filter: grayscale(100%);
    }




.female {
	color:#E17094;
}
.male {
	color:#3966FF;
}


/* CareerPlan single-page */
div.fr-career {
	margin:0;
	padding:0 0 20px 0;
	width:100%;
	/*background:#eee;*/
	position:relative;
	
	background:url(../images/bor-career.png) repeat-y 24px 0;
	
}

div.fr-career h2 {
	margin:0 0 20px 32px;
	display:block;
	padding:0 0 8px 40px;
	font-size:22px;
	font-weight:normal;
	text-decoration:none;
	line-height:1.4;
	border-bottom:solid 1px #888;
}
div.fr-career p  {
	margin:0 0 20px 80px;
}

div.maru-c {
/*  20220509 rewrite*/
  display: flex;
  justify-content: center;
  align-items: center;
  
	width:60px !important;
	height:60px !important;
	border-radius:30px;
	background:#c30d23;
	text-align:center;
	margin:0;
	padding:0;

	position:absolute;
	top:0;
	left:0;
}

div.maru-c span {
	display:block;
	color:#fff;
  line-height:1.5;
	font-size:11px;
}

div.maru-c span.sma {
	color:#fff;
}




/* CareerPlan LifePlan single-page */


div.fr-careerlife {
	margin:0;
	padding:0 0 60px 0;
	width:100%;
	/*background:#eee;*/
	position:relative;
	
	background:url(../images/bor-career.png) repeat-y 124px 0;
}

div.fr-careerlife h2 {
	margin:0 0 20px 132px;
	display:block;
	padding:0 0 8px 40px;
	font-size:19px;
	font-weight:normal;
	text-decoration:none;
	line-height:1.4;
	border-bottom:solid 1px #888;
}
  div.fr-careerlife h2.nb {
      border:none!important;
  }


div.fr-careerlife h3 {
	display:table !important;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo,  "游ゴシック" , "Yu Gothic", sans-serif;
	margin:0;
	width:80px;
	min-height:60px;
	height: auto;
	padding:0 8px;
	font-weight:normal;
	background:#FFEBB7;
	border-radius:4px;
	
	position:absolute;
	top:0;
	left:0;
}

div.fr-careerlife h3:after {
	left: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(255, 235, 183, 0);
	border-left-color: #FFEBB7;
	border-width: 10px;
	margin-top: -10px;
}


div.fr-careerlife h3 span {
	display:table-cell;
    text-align:center;
    vertical-align:middle;
	font-size:14px;
    line-height:1;
}

div.fr-careerlife h3 span.medium {
	display:table-cell;
    text-align:center;
    vertical-align:middle;
	font-size:14px;
    line-height:1;
}

	  div.fr-careerlife h3.cl-second {
		  display:table !important;
		  font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo,  "游ゴシック" , "Yu Gothic", sans-serif;
		  margin:0;
		  width:80px;
		  min-height:60px;
		  height: auto;
		  padding:0 8px;
		  font-weight:normal;
		  background:#FFEBB7;
		  border-radius:4px;
		  
		  position:absolute;
		  top:70px;
		  left:0;
	  }	  
        div.fr-careerlife h3.cl-second:after {
            left: 100%;
            top: 50%;
            border: solid transparent;
            content: " ";
            height: 0;
            width: 0;
            position: absolute;
            pointer-events: none;
            border-color: rgba(255, 235, 183, 0);
            border-left-color: #FFEBB7;
            border-width: 10px;
            margin-top: -10px;
        }
        div.fr-careerlife h3.cl-second span {
            display:table-cell;
            text-align:center;
            vertical-align:middle;
            font-size:14px;
            line-height:1;
        }
        div.fr-careerlife h3.cl-second span.medium {
            display:table-cell;
            text-align:center;
            vertical-align:middle;
            font-size:14px;
            line-height:1;
        }


/* 202202 n2added */
	  div.fr-careerlife h3.cl-bottom {
		  display:table !important;
		  font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo,  "游ゴシック" , "Yu Gothic", sans-serif;
		  margin:0;
		  width:80px;
		  min-height:60px;
		  height: auto;
		  padding:0 8px;
		  font-weight:normal;
		  background:#FFEBB7;
		  border-radius:4px;
		  
		  position:absolute;
		  top:auto;
		  bottom:8px;
		  left:0;
	  }	  
        div.fr-careerlife h3.cl-bottom:after {
            left: 100%;
            top: 50%;
            border: solid transparent;
            content: " ";
            height: 0;
            width: 0;
            position: absolute;
            pointer-events: none;
            border-color: rgba(255, 235, 183, 0);
            border-left-color: #FFEBB7;
            border-width: 10px;
            margin-top: -10px;
        }
        div.fr-careerlife h3.cl-bottom span {
            display:table-cell;
            text-align:center;
            vertical-align:middle;
            font-size:14px;
            line-height:1;
        }
        div.fr-careerlife h3.cl-bottom span.medium {
            display:table-cell;
            text-align:center;
            vertical-align:middle;
            font-size:14px;
            line-height:1;
        }




div.fr-careerlife h2 + p  {
	margin:0 0 20px 180px;
}
div.fr-careerlife h3 + p  {
	margin:0 0 20px 180px;
	padding:0 0 0 0;
}
div.fr-careerlife p  {
	margin:0 0 20px 180px;
}
div.maru-cl {
/*  20220509 rewrite*/
  display: flex;
  justify-content: center;
  align-items: center;
  
	width:60px !important;
	height:60px !important;
	border-radius:30px;
	background:#c30d23;
	text-align:center;
	margin:0;
	padding:0;

	position:absolute;
	top:0;
	left:100px;
}

div.maru-cl span {
	display:block;
	color:#fff;
  line-height:1.5;
	font-size:11px;
}

div.maru-cl span.sma {
	color:#fff;
}
.centerm {
}



/* --------------- 20241017-    --------------- */
/* --------------- authorarea-c --------------- */

.authorarea-c-new {
	clear:both;
	width:100%;
	height:150px;
	margin:20px 0 40px 0;
}
  .stamp-new {
    background:url(../images/stamp-new.jpg) right top no-repeat;
    background-size: 14%;
  }
  .stamp-old {
    background:url(../images/stamp-old.jpg) right top no-repeat;
    background-size: 14%;
  }
    .authorarea-c-new em {
      display:block;
      font-style:normal;
      font-size:12px;
      line-height:2.6;
      margin-top:30px;
      max-width:600px;
    }
    .authorarea-c-new em a {
      display: inline;
      line-height:1 !important;
      margin:0 0 20px -6px;
      padding:6px;
      font-style:normal;
      color:#000;
      background:#efefef;
      border-radius:2px;

      text-decoration:none;
    }

    .authorarea-c-new em span.Insertion {
      display: block;
      width: auto;
      color: #999;
      font-size: 10px;
      line-height:1.2 !important;
      padding: 8px 0;
    }

    .authorarea-c-new em a:hover {
      color:#fff;
      background:#363532;
    }


/* --------------- 2017-2024 1017 --------------- */
/* --------------- authorarea-c --------------- */

.authorarea-c {
	clear:both;
	width:100%;
	height:150px;
	margin:20px 0 40px 0;
  
  background:url(../images/stamp-old.jpg) right top no-repeat;
  background-size: 14%;
}
  .icon-genderequal {
  }
  .authorarea-c em {
    display:block;
    font-style:normal;
    font-size:12px;
    line-height:2.6;
    margin-top:30px;
    max-width:600px;
  }
  .authorarea-c em a {
    display: inline;
    line-height:1 !important;
    margin:0 0 20px -6px;
    padding:6px;
    font-style:normal;
    color:#000;
    background:#efefef;
    border-radius:2px;

    text-decoration:none;
  }

  .authorarea-c em span.Insertion {
    display: block;
    width: auto;
    color: #999;
    font-size: 10px;
    line-height:1.2 !important;
    padding: 8px 0;
  }

  .authorarea-c em a:hover {
    color:#fff;
    background:#363532;
  }


/* ---------------  career plan  imadoki  --------------- */


p + div.imadoki {
	clear:both;
	margin:60px 0 80px 0;
}
		
div.imadoki {
	clear:both;
	margin:0 0 80px 0;
}
		
.imadoki h2 {
	color:#333;
	font-weight:bold;
	font-size:16px;
	border-bottom:solid #555 1px;
}
	
.imadoki h4 {
	color:#333;
	font-weight:bold;
	font-size:14px;
	font-family:san-serif;
	border-bottom:none;
	margin: 20px 30px 0 0px;
}
		
		
.imadoki p {
	marign-left:30px;
}
	
.imadoki-im  {
	color:#c30d23;
	font-weight:bold;
}
	
.imadoki img {
	margin:0;
	border:0;
}







/* ---------------  work-life-balance      20170911n2add  --------------- */



section.fr-wlb {
	text-align: center;
	margin: 20px 10px;
	padding: 16px;
	position: relative;
	
	/*background: #fffcf5;*/
	border-radius: 4px;
	border: 2px solid #ebe8e0;
	
	overflow: hidden;
	
	-webkit-box-shadow: 0px 3px 4px 0px rgba(50, 50, 50, 0.28);
	-moz-box-shadow:    0px 3px 4px 0px rgba(50, 50, 50, 0.28);
	box-shadow:         0px 3px 4px 0px rgba(50, 50, 50, 0.28);
	
}



section.fr-wlb h1 {
	display: block;
	font-size: 24px;
	line-height: 1.2;
	font-weight: bold;
	color: #f2b817;
	
	margin: 0;
	padding: 0;
}
section.fr-wlb h1 a {
	color: #e17934;
}

	section.fr-wlb a {
		color: #e17934;
	}

section.fr-wlb p {
}


section.fr-wlb ul {
	display: block;
	width:400px;
	list-style: none;
	text-align: left;
	margin: 10px auto 10px;
	padding: 0;
}

section.fr-wlb ul li {
	margin: 0 0 8px 0;
}


/* -------------------- Harf-Circle -------------------- */

div.AreaNum {    
    display: inline-block;
    position: absolute;
    top: -6px;
    left: 10px;
    margin: 0;
    padding: 10px 0;
    z-index: 2;
    width: 40px;
    text-align: center;
    color: white;
    font-size: 17px;
    background: linear-gradient(#f8455b 0%, #c30d23 100%);
    border-radius: 2px 0 0 0;
	
-webkit-box-shadow: 2px 3px 3px 0px rgba(50, 50, 50, 0.28);
-moz-box-shadow:    2px 3px 3px 0px rgba(50, 50, 50, 0.28);
box-shadow:         2px 3px 3px 0px rgba(50, 50, 50, 0.28);
  }

div.AreaNum:before{
position: absolute;
    content: '';
    top: 0;
    right: -6px;
    border: none;
    border-bottom: solid 6px #cf4a2d;
    border-right: solid 6px transparent;
}
div.AreaNum:after{
    content: '';
    position: absolute;
    left: 0;
    top: 100%;
    height: 0;
    width: 0;
    border-left: 20px solid #c30d23;
    border-right: 20px solid #c30d23;
    border-bottom: 10px solid transparent;
}

	div.AreaNum span {
		color: #fff;
		font-size: 24px;
		font-weight: bold;

		/*text-shadow:0px 0px 1px #000;*/
	}




/* ---------------  Three minutes (tategaki / yokogaki)  --------------- */


/* left */
div.talk-student  {
	clear:both;
	width:100%;
	min-height:100px;
	height: auto;
	margin:20px 0 20px 0;
}
.stu-nom  {
	background: url(../images/icon-student01.jpg) left top no-repeat;
}
.stu-sur  {
	background: url(../images/icon-student02.jpg) left top no-repeat;
}
.stu-smi  {
	background: url(../images/icon-student03.jpg) left top no-repeat;
}
.stu-tru  {
	background: url(../images/icon-student04.jpg) left top no-repeat;
}


div.q-student {
	background: #fff;
    border: 1px solid #aaa;
    margin: 0 0 0 120px;
    padding: 6px 10px 10px 10px;
    border-radius: 15px;
    margin-right: 20%;
    max-width: 500px;
	position:relative;
}
div.q-student:after,
div.q-student:before {
    right: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}
div.q-student:after {
    border-color: rgba(255, 255, 255, 0);
    border-right-color: #fff;
    border-width: 7px;
    margin-top: -7px;
}

div.q-student:before {
    border-color: rgba(0, 0, 0, 0);
    border-right-color: #000;
    border-width: 8px;
    margin-top: -8px;
}
 

/* right */
div.talk-doctor  {
	clear:both;
	width:100%;
	min-height:100px;
	height: auto;
	background:url(../images/icon-doctor-yokota.jpg) right top no-repeat;
	margin:0 0 20px 0;
}
div.a-doctor {
	background: #abf37d;
    border: 1px solid #aaa;
    margin: 0 120px 0 0;
    padding: 10px;
    border-radius: 15px;
    margin-left: 20%;
    max-width: 500px;
	position:relative;
}

div.a-doctor:after,
div.a-doctor:before {
    left: 100%;
    top: 25%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}
div.a-doctor:after {
    border-color: rgba(133, 226, 73, 0);
    border-left-color: #adf183;
    border-width: 7px;
    margin-top: -7px;
}
div.a-doctor:before {
    border-color: rgba(119, 119, 119, 0);
    border-left-color: #777;
    border-width: 8px;
    margin-top: -8px;
}





/* ---------- EventCalendar Banner ---------- */

a.eventcalendar {
	clear:both;
	display:block;
	margin:20px auto;
	padding:0;
	width:653px;
	height:125px;
	list-style:none;
	
	-webkit-box-shadow:0 0 4px rgba(0,0,0,0.7);
    -moz-box-shadow:0 0 4px rgba(0,0,0,0.7);
    box-shadow:0 0 4px rgba(0,0,0,0.7);
	
	transition: 0.3s;
}
a.eventcalendar img {
	border:none !important;
	padding:0;
	background:none;
}

a.eventcalendar:hover {
	text-decoration:none;
	
	-webkit-transform: translate(0,-2px);
	-moz-transform: translate(0,-2px);
	-ms-transform: translate(0,2-px);
	-o-transform: translate(0,2-px);
	transform: translate(0,-2px);
	
	-webkit-box-shadow:0 0 4px rgba(0,0,0,0.7);
    -moz-box-shadow:0 0 4px rgba(0,0,0,0.7);
    box-shadow:0 0 4px rgba(0,0,0,0.7);
}




/* ---------- seminar情報 ---------- */

ul.seminar-category {
	display: flex;
  justify-content: space-around;
	margin: 1.5rem auto 2rem;
	padding:0;
	list-style:none;
}

ul.seminar-category li {
	display:block;
	margin:0;
	border:0;
}
ul.seminar-category li a img {
	border:none !important;
	padding:0;
	background:none;
}
ul.seminar-category li:first-child {
	display:block;
	margin:0 0 0 0;
	border:0;
	float:left;
}

ul.seminar-category li a {
	display:block;
	width:152px;
	height:145px;

	padding:0;
	
	-webkit-box-shadow:0 0 4px rgba(0,0,0,0.7);
    -moz-box-shadow:0 0 4px rgba(0,0,0,0.7);
    box-shadow:0 0 4px rgba(0,0,0,0.7);
	
	transition: 0.3s;
}

ul.seminar-category li a:hover {
	text-decoration:none;
	
	-webkit-transform: translate(0,-2px);
	-moz-transform: translate(0,-2px);
	-ms-transform: translate(0,2-px);
	-o-transform: translate(0,2-px);
	transform: translate(0,-2px);
	
	-webkit-box-shadow:0 0 4px rgba(0,0,0,0.7);
    -moz-box-shadow:0 0 4px rgba(0,0,0,0.7);
    box-shadow:0 0 4px rgba(0,0,0,0.7);
}

span.question {
	display: block;
	width:20px;
	height:20px;
	text-align:center;
	
	color:#fff;
	text-decoration:none;
	padding:0;
	
	background:#c30d23;
	border-radius:10px;
	
	top: 50%;
	font-size:10px;
	line-height: 20px;
	margin: 0 0 0 0; /*（line-height）×（行数）/2 */
	
	float:left;
}

span.answer {
	display: block;
	width:20px;
	height:20px;
	text-align:center;
	
	color:#fff;
	text-decoration:none;
	padding:0;
	
	background:#007ECA;
	border-radius:10px;
	
	top: 50%;
	font-size:10px;
	line-height: 20px;
	margin: 0 0 0 0; /*（line-height）×（行数）/2 */
	
	float:left;
	
	font-weight:bold;
	font-family:"Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" ,
	"Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;

}






/* ---------------  another eyes  --------------- */


/* left */
ul.talk-anothereyes {
	clear:both;
	width:100%;
	height: auto;
	margin:0 0 20px 0;
	padding:0;
	list-style:none;
}
ul.talk-anothereyes li:nth-child(odd) {
	margin:20px;
	background: #FFE3E4;
  padding: 40px;
  border-radius: 16px;
	position:relative;
}
ul.talk-anothereyes li {
	margin:20px;
	background: #FFF4F5;
  padding: 40px;
  border-radius: 16px;
	position:relative;
}



/* ---------------  Q & A --------------- */
.fr-qanda {
	display:block;
	width:80%;
	height:75px;
	margin:20px auto 40px;
	/*background:#fee;*/
	position:relative;
	color:#000;
	
	text-align:left;
}
.ac-faq {
	/* border */
	border:1px solid rgb(227, 227, 227);
	
	/* border-radius */
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	
	/* box-shadow */
	box-shadow:rgba(102, 102, 102, 0.54902) 0px 3px 6px -1px;
	-webkit-box-shadow:rgba(102, 102, 102, 0.54902) 0px 3px 6px -1px;
	-moz-box-shadow:rgba(102, 102, 102, 0.54902) 0px 3px 6px -1px;
		
	margin: 0px  0px 20px 0px;
	padding: 0px  14px 1px 14px;
	
	background-color:#fff !important;
	
	position:relative;
	
	
}


.ac-faq:hover {
	/* border */
	border:1px solid #c30d23;
	
	/* border-radius */
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	
	/* box-shadow */
	box-shadow:rgba(102, 102, 102, 0.137255) 0px 3px 6px -1px;
	-webkit-box-shadow:rgba(102, 102, 102, 0.137255) 0px 3px 6px -1px;
	-moz-box-shadow:rgba(102, 102, 102, 0.137255) 0px 3px 6px -1px;
}
.ac-faq div {
	margin: 0px  0px 30px 0px;
}

.ac-faq h2 {
	font-size:100%;
	line-height:1.5;
	margin:0;
	padding:20px 0px 20px 0px;
	background-image :none !important;
	border:0;
	
	
	font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
	
}


.ac-faq h2.ac-head em {
	display: block;
	width:40px;
	height:40px;
	text-align:center;
	
	color:#fff;
	text-decoration:none;
	padding:0;
	
	background:#c30d23;
	border-radius:20px;
	
	top: 50%;
	font-size:14px;
	line-height: 40px;
	margin: 0 0 0 0; /*（line-height）×（行数）/2 */
	
	float:left;
}

.ac-faq h2 span {
	display: block;
	width:90%;
	min-height:40px;
	height:auto;
	font-size:16px;
	line-height:1.4;
	text-decoration:none;
	margin:0 0 0 44px;
	padding:10px;
}


.ac-head {
    cursor:pointer !important;
}



.ac-body {
	padding:0px 10px 20px 20px;
	margin:0px 20px 20px 20px;
	border-radius: 2px;         /* CSS3 */
	-moz-border-radius: 2px;    /* Firefox */
	-webkit-border-radius: 2px; /* Safari,Chrome */
	background-color:#fff !important;
	
	word-break: break-all;
}
.ac-body em {
	display: block;
	width:40px;
	height:40px;
	text-align:center;
	
	color:#fff;
	text-decoration:none;
	padding:0;
	
	background:#007ECA;
	border-radius:20px;
	
	top: 50%;
	font-size:14px;
	line-height: 40px;
	 
	 float:left;
	 margin: 0px 20px 0 0;
	
	 font-style: normal;

}


.ac-body p {
	margin:1em 0 0 0;
	font-size: 14px;
}


.convention {
    margin-bottom:30px;
}

.ac-body ul {
	margin: 30px!important;
	font-size: 14px;
}


		/* ------------- 20170821 n2add ------------- */

		div.ex-faq {
			display: block;
			width:auto;
			height:auto;

			padding:20px;

			background:#f6f6f6;
			border-radius:5px;

			font-size:12px;
			line-height: 1.6;

			 margin: 10px auto 40px;

			 font-style: normal;
			 font-weight:normal;
		}
			div.ex-faq strong {
				font-size: 10px;
				font-weight:normal;
			}



		div.ex-faq ol.qqka-list {
			display: block;
			padding-left:10px;
			color:#666;
		}
		div.ex-faq ol.qqka-list li {
			margin: 10px 10px 20px;
			padding:0;
			font-size:11px;
			line-height:1.4;

			list-style-type:none;
		  counter-increment: cnt;

		  padding-left: 1em;
		  text-indent: -1em;
		  list-style-position: inside;

		}
		div.ex-faq ol.qqka-list li:before{
			display:inline-block;
		   content:"(" counter(cnt) ")";
		}

			div.ex-faq ol.qqka-list li span {
			display: block;
			color: #aaa;
			font-size:10px;
			line-height: 1.4;
			margin: 4px 0;
		}







/* ----- mf list (older css) ----- */

div.mflist table {
	width:100%;
	margin:30px 0;
	padding:0;
	border-collapse: collapse; 
	border-bottom: 1px solid #ccc;
}

div.mflist table tr th {
	font-weight: normal;
	font-size:11px;
	
	width: auto;
	height: auto;
	margin:0;
	padding:4px;
	color:#fff;
	
	vertical-align:middle;
	
	border: 1px solid #ccc;
	text-align: center;
	background:#666;

}
div.mflist table tr td {
	width: auto;
	height: auto;
	margin:0;
	padding:16px;
	text-align: center;
	vertical-align:middle;
	border: 1px solid #ccc;
}
div.mflist table tr td:nth-child(1) { 
	/* ----- todofu-ken ----- */
	width: 16%;
	height: auto;
}
div.mflist table tr td:nth-child(2) {
	/* ----- shisetsu-mei ----- */
	width: auto;
	height: auto;
	margin:0;
	padding:16px;
	text-align: left;
	vertical-align:middle;
	border: 1px solid #ccc;
}
div.mflist table tr:nth-child(odd) {
	/* ----- zebla ----- */
	width: auto;
	height: auto;
	margin:0;
	padding:16px;
	border: 1px solid #ccc;
	background:#efefef;
}

div.mflist table p {
	margin: 10px 0 0 0;
}
div.mflist table .nw {
	white-space: nowrap;
}
div.mflist table .sma {
	font-size:12px !important;
}

a.mflink {
	text-decoration: none;
}
a.mflink:hover {
	border-bottom: 1px solid #5872d4;
}

a.mflink:after {
	display:block;
	content:"施設のHP";
	float:right;
	color:#fff;
	font-size:10px;
	line-height:10px;
	padding:4px 8px;
	background:#FD8587;
}

	a.mflink:hover::after {
		border-bottom: none;
		background:#ffa7a8;
	}




/* ----- 20220316 n2add  mf listV2 ----- */

div.mflistV2 table {
	width:100%;
	margin:30px 0 0;
	padding:0;
	border-collapse: collapse; 
	border-bottom: 1px solid #ccc;
}
  div.mflistV2 table tr th {
    font-weight: normal;
    font-size:11px;
    width: auto;
    height: auto;
    margin:0;
    padding:4px;
    color:#fff;
    vertical-align:middle;
    border: 1px solid #ccc;
    text-align: center;
    background:#666;
  }
  div.mflistV2 table tr td:nth-child(1n) {
    width: auto;
    height: auto;
    margin:0;
    padding:16px;
    text-align: left;
    vertical-align:middle;
    border: 1px solid #ccc;
  }
  div.mflistV2 table tr td:nth-child(2n) {
    width: 16%;
    height: auto;
    margin:0;
    padding:16px;
    text-align: center;
    vertical-align:middle;
    border: 1px solid #ccc;
  }
  div.mflistV2 table p {
    margin: 10px 0 0 0;
  }
  div.mflistV2 table .nw {
    white-space: nowrap;
  }
  div.mflistV2 table .sma {
    font-size:12px !important;
  }


/* ----- n2Table 20220316 ----- */

table.tablepress td:nth-child(1),
table.tablepress td:nth-child(2),
table.tablepress td:nth-child(3) { display:none; }
table.tablepress td:nth-child(4) {  }
table.tablepress td:nth-child(5) {  }
table.tablepress td:nth-child(6) { display:none; }

table.tablepress {
	width:100%;
	margin:0 0 0 0;
	padding:0;
	border-collapse: collapse; 
	border-bottom: 1px solid #ccc;
}
  table.tablepress tr td {
    width: auto;
    height: auto;
    margin:0;
    padding:16px;
    vertical-align:middle;
    border: 1px solid #ccc;
  }
  table.tablepress tr td:nth-child(5n) {
    width: 16%;
    height: auto;
    margin:0;
    padding:16px;
    text-align: center;
    vertical-align:middle;
  }
  table.tablepress p {
    margin: 10px 0 0 0;
  }



/* ----- 20220316 n2add  mf list Map ----- */

div.mflistMap table {
	width:100%;
	margin:30px 0;
	padding:0;
	border-collapse: collapse; 
	border-bottom: 1px solid #ccc;
}
  div.mflistMap table tr th {
    font-weight: normal;
    font-size:11px;

    width: auto;
    height: auto;
    margin:0;
    padding:4px;
    color:#fff;

    vertical-align:middle;

    border: 1px solid #ccc;
    text-align: center;
    background:#666;

  }
    div.mflistMap table tr td {
      width: auto;
      height: auto;
      margin:0;
      padding:16px;
      vertical-align:middle;
      border: 1px solid #ccc;
    }
      div.mflistMap table tr td:nth-child(1) { 
      /*	 ----- todofu-ken ----- */
        width: 16%;
        height: auto;
      }
      div.mflistMap table tr td:nth-child(2) {
      /*	 ----- shisetsu-mei ----- */
        width: auto;
        height: auto;
        margin:0;
        padding:16px;
        text-align: left;
        vertical-align:middle;
        border: 1px solid #ccc;
      }
      div.mflistMap table tr:nth-child(even) {
        /* ----- zebla ----- */
        width: auto;
        height: auto;
        margin:0;
        padding:16px;
        border: 1px solid #ccc;
        background:#efefef;
      }
        div.mflistMap table p {
          margin: 10px 0 0 0;
        }
        div.mflistMap table .nw {
          white-space: nowrap;
        }
        div.mflistMap table .sma {
          font-size:12px !important;
        }


	/* ----- 20170801 n2add  program download ----- */

	a.prlink {
		text-decoration: none;
	}
	a.prlink:hover {
		border-bottom: 1px solid #5872d4;
	}
		a.prlink:after {
			display:block;
			content:"このプログラムをダウンロード\A（2017年10月1日時点）";
			/* content:"このプログラムをダウンロード\A\A ※内容に関しては日本専門医機構による第２次審査の結果によって変更される可能性がございます。予めご了承ください。";;*/
			white-space: pre;
			color:#fff;
			/*max-width: 200px;*/
			font-size:10px;
			line-height:1.2;
			padding:8px 8px;
			margin: 6px auto 0;
			background:#e38e15;
			float:none;
		}
		a.prlink:hover::after {
			border-bottom: none;
			background:#f4a93d;
		}

			/*    PDFの更新があった場合    */
			a.prlink-upd {
				text-decoration: none;
			}
			a.prlink-upd:hover {
				border-bottom: 1px solid #5872d4;
			}
				a.prlink-upd:after {
					display:block;
					content: attr(data-update)""; /*この行がポイント*/
					white-space: pre;
					color:#fff;
					/*max-width: 200px;*/
					font-size:10px;
					line-height:1.2;
					padding:8px 8px;
					margin: 6px auto 0;
					background:#e38e15;
					float:none;
				}
				a.prlink-upd:hover::after {
					border-bottom: none;
					background:#f4a93d;
				}

	      /* ------------- 202240619 n2add 外部リンク絵文字　<span>↗</span> ------------- */
        a.prlink-upd span {
          display: inline-block;
          padding: 3px 3px 1px;
          border: 1px solid #4c99c5;
          font-size: 8px;
          line-height: 10px;
          vertical-align: middle;
        }



	/* ------------- 20220210 n2add ------------- */

    p.caution {
        padding: 4px;
        font-size: 10px;
        line-height: 1.4;
        color: #888;
    }


/* ----- mf list program ----- */

#mfcontact {
	position: relative;
	width:100%;
	min-height:88px;
	margin:0px 0 30px;
	padding:12px 12px 12px 44px;
	text-align:center;
	font-size:12px;
	line-height:1.4;
	background:url(../images/icon-information.png) 0px center no-repeat;
	background-color:#ecdaff;
	
	border-radius:43px;
	border: 2px solid #ecdaff;
}
	div.tab-mfcontact-radius {
		border-radius:60px !important;
	}

#mfcontact p {
	font-size:12px;
	line-height:1.4;
	margin:0;
}
#mfcontact a {
	display:block;
	margin:0 auto 0;
	padding:6px;
	font-size:16px;
	line-height:1.2;
	color:#286cab;
	font-weight:bold;
}

#mfcontact div.tab-mfcontact {
	display:table;
	table-layout: fixed;
	margin:0 auto !important;
	padding:0 !important;
	height:16px;
}
	#mfcontact div.tab-mfcontact a {
		display: table-cell;
		margin:0;
		padding:6px;
		width:250px;
		font-size:16px;
		line-height:1.2;
		color:#286cab;
		font-weight:bold;
	}
		
#mfcontact:after {
                content: '';
                position: absolute;
                border-top: 20px solid #ecdaff;
                border-right: 10px solid transparent;
                border-left: 10px solid transparent;
                bottom: -18px;
                left: 50%;
            }
    #mfcontact:before {
                content: '';
                position: absolute;
                border-top: 20px solid #f8f1ff;
                border-right: 10px solid transparent;
                border-left: 10px solid transparent;
                bottom: -20px;
                left: 50%;
            }
				 


div.mflistprog table {
	width:100%;
	margin:30px 0;
	padding:0;
	border-collapse: collapse; 
	border-bottom: 1px solid #ccc;
}

div.mflistprog table tr th {
	font-weight: normal;
	font-size:11px;
	
	width: auto;
	height: auto;
	margin:0;
	padding:4px;
	color:#fff;
	
	vertical-align:middle;
	
	border: 1px solid #ccc;
	text-align: center;
	background:#666;
}
div.mflistprog table tr td {
	width: auto;
	height: auto;
	margin:0;
	padding:16px;
	text-align: center;
	vertical-align:middle;
	border: 1px solid #ccc;
}
div.mflistprog table tr:nth-child(odd) {
	/* ----- zebla ----- */
	width: auto;
	height: auto;
	margin:0;
	padding:16px;
	border: 1px solid #ccc;
	background:#efefef;
}

div.mflistprog table p {
	margin: 10px 0 0 0;
}
div.mflistprog table .nw {
	white-space: nowrap;
}
div.mflistprog table .sma {
	font-size:12px !important;
}





/* ---------------  全国各地からの声  20200417 n2add  for zenkoku-voice  --------------- */


.WhatsRandom{	
}

    .RandomEntry {
        padding: 50px 0 50px;
    }

    .RandomEntry h2 {
        font-weight: bold!important;
        background-color: none!important;
    }


.WhatsRandom-VPR {	
}




/* ---------------  動画PR　20200417 n2add  for video-pr --------------- */



   .WhatsRandom-VPR .RandomEntry {
        padding: 100px 0 20px;
/*        border: 1px solid #ccc;*/
        background: url("../images/icon-video-prv202004.svg") center top no-repeat;
        background-size: 16%;
    }





.video-pr-contents {
  width: 100%;
  height: auto;
  padding: 8px 20px 20px;
}

    .video-pr-contents img {
      width: 100%;
      height: auto;
    }
        .video-pr-contents strong {
          display: block;
          padding: 0 0 1rem;
          font-weight: bold;
          font-size: 1.34rem;
          line-height: 1.6;
        }
         .video-pr-contents p {
            font-weight: 300;
            font-size: 1rem;
            line-height: 1.8;
        }
           .video-pr-contents p em {
              font-weight: 600;
              font-style: normal;
          }
               
.video-pr-link {
    text-align: center;
    width: 100%;
    height: auto;
    padding: 20px 12px;
    margin-bottom: 100px;
}






/* --- wp-business-calendar --- */

table.business-calendar {
	margin:30px 0 20px 0;
	padding:0;
	width:100%;
	border-collapse: collapse; 
	border: 1px solid #ccc;
}

table.business-calendar caption {
	margin:0 0 8px 0;
	padding:0;
}

table.business-calendar tr th {
	
	font-size:14px;
	font-weight:normal;
	line-height:1.2;
	
	width: auto;
	height: auto;
	margin:0;
	padding:20px;
	
	vertical-align: middle;
	border: 1px solid #ccc;
	text-align: center;
	
	
	background:#f9f9e3;
	
	white-space:nowrap;
}
table.business-calendar tr td {
	width: 86px;
	height: auto;
	margin:0;
	padding:16px 5px;
	font-size:14px;
	text-align: center;
	
	border: 1px solid #ccc;
}


table.business-calendar table p {
	margin: 14px 0 0 0;
	font-size:14px;
	line-height:1.5;
}
table.business-calendar p:first-child {
	margin: 0 0 0 0;
}

table.business-calendar tr td ul {
	width: auto;
	height: auto;
	margin:0;
	padding:0;
	list-style:none;
	font-size:11px;
	line-height:1.4 !important;
	text-align:left;
}
table.business-calendar tr td ul li {
	margin:16px 0;
	line-height:1.2;
}



.business-calendar .today { background:#EAEAEA; }
.business-calendar .attr0 { background:#ffdcf0; }
.business-calendar .attr1 { background:#d9d7ff; }
.business-calendar .attr2 { background:#FFCCFF; }
.business-calendar .attr3 { background:#eee; }
.business-calendar .attr4 { background:#FFCC66; }



ul.business-calendar-attribute { 
	display:block;
	width:500px;
	margin:0 auto 20px ;
	
	display:none !important;
}


ul.business-calendar-attribute li { 
	display:inline-block;
	padding:5px;
	margin:5px;
	border:1px solid #ccc;
}

ul.business-calendar-attribute li.today { background:#EAEAEA; }
ul.business-calendar-attribute li.attr0 { background:#ffdcf0; }
ul.business-calendar-attribute li.attr1 { background:#d9d7ff; }
ul.business-calendar-attribute li.attr2 { background:#FFCCFF; }
ul.business-calendar-attribute li.attr3 { background:#eee; }
ul.business-calendar-attribute li.attr4 { background:#FFCC66; }

span.business-calendar-future a {
	display:inline-block;
	margin:0 0 0 16px;
	font-size:30px !important;
	line-height:1;
	text-decoration:none;
}
span.business-calendar-past a {
	display:inline-block;
	margin:0 16px 0 0;
	font-size:30px !important;
	line-height:1;
	text-decoration:none;
}









/* --- qq-sustainability 20250707 --- */


.entry .qq-sustainability-post p:first-child {
  margin: 0 0 4px 0;
}

.qq-sustainability-post {
padding:2rem;
margin:1rem auto 2rem;
background: rgb(255, 255, 255, 0.7);
box-shadow: 0px 0px 15px -5px #777777;
border-radius: 0.5rem;
ackground: url(/wp-content/uploads/2025/07/icon-sustainability.jpg) no-repeat right -100px top -100px;
background-size: 50%;
}
.qq-sustainability-post h2 {
font-weight: 600;
margin: 0rem auto 2rem;
}




/* --------------------  Whats Thumnail -------------------- */

/* --- Whatsnew Thumnail --- */

.WhatsnewThum {
	width: 640px;
	height: auto;
	margin: 60px auto;
	/*border: 1px solid #ccc;*/
}
.WhatsnewThum ul {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow:hidden; /* marginable floated ob */
}
.WhatsnewThum ul li {
	float: left;
	margin: 0 60px 30px 0;
}
	.WhatsnewThum ul li:last-child {
		margin: 0 0 0 0;
	}

.WhatsnewThum ul li a {
	list-style: none;
	display: block;
	
	width: 150px;
	height: 190px;
    text-align:center;
	padding: 0;
	
	text-decoration: none;
	position: relative;
	overflow: hidden;
}
	.WhatsnewThum ul li a:hover {
		filter: alpha(opacity=80);
		-moz-opacity: 0.80;
		opacity: 0.80;
	}
	
.WhatsnewThum ul li a img { /* thumnail */
	width: 150px;
	height: 150px;
	overflow: hidden;
	z-index: 1;
	
	-webkit-transition:0.8s ease-in-out;
	-moz-transition:0.8s ease-in-out;
	-ms-transition:0.8s ease-in-out;
	-o-transition:0.8s ease-in-out;
	transition:0.8s ease-in-out;
}

.WhatsnewThum ul li a img:hover { /* thumnail */
	-webkit-transform:scale(1.2,1.2);
	-moz-transform:scale(1.2,1.2);
	-ms-transform:scale(1.2,1.2);
	-o-transform:scale(1.2,1.2);
	transform:scale(1.2,1.2);
	overflow: hidden;
}



.WhatsnewThum ul li a p { /* post-title */
  display: flex;
  justify-content: center;
  align-items: center;
	width: 150px;
	height: 40px;
	font-size: 10px;
	line-height: 1.2;
	color: #fff;
	margin: 0;
	padding: 8px 4px 4px 4px;
	position: absolute;
	top: 150px;
	left: 0;
	background: #c30d23;;
	z-index: 2;
}

	.WhatsnewThum ul li em { /* new-mark */
    width: 100px;
	font-size: 11px;
	font-style: normal;
	line-height: 1;
    padding: 5px 10px 3px ;
    background: #c30d23;
    color: #fff;
    text-align: center;
    display: inline-block;
    position: absolute;
    top: 10px;
    left: -34px;
    text-transform: uppercase;
    transform: rotate(315deg);
	z-index: 2;
	}


		.WhatsnewThum ul li a p.Big-Post-title { /* 20170809 n2add   zenkokuv  post-title */
			width: 150px;
			height: 60px;
			font-size: 13px;
			line-height: 1.2;
			color: #fff;
			margin: 0;
			padding: 4px;
			position: absolute;
			top: 130px;
			left: 0;
			background: #c30d23;;
			z-index: 2;
		}








/* ----- formNav -----*/

.formNav {
	display:block;
	padding: 30px 30px 20px 30px;
	background: #f6f6f6;
	border: 3px double #eee;
}
.formNav h4 {
	padding: 0 0 30px 0 !important;
	margin: 0!important;
}









/* ----- footer-cta -----*/

#footer-cta {
	display:block;
	background:#c30d23;
	background: url(../images/bg-footer.png) 0 -10px repeat-x;
	width:100%;
	height:80px;
	padding:10px 10px 10px;
	
	position:fixed;
	bottom:0;
	left:0;
	z-index:0;
	
	text-align:center;
	
	box-shadow:0px -6px 6px -6px #000;
	-moz-box-shadow:0px -6px 6px -6px #000;
	-webkit-box-shadow:0px -6px 6px -6px #000;
}
#footer-cta h2 {
	display:block;
	color:#fff;
	font-family:"Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" ,"ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" ,
	 "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
	margin:0;
	font-size:16px;
	font-weight:bold;
	line-height:1.1;
}
#footer-cta h2 span#cta01 {
	display:block;
	animation: text_animation1 2.4s ;
}
#footer-cta h2 span#cta02 {
	display:block;
	animation: text_animation2 2.4s ;
}
	#footer-cta h2 span#cta01-na {
		display:block;
	}
	#footer-cta h2 span#cta02-na {
		display:block;
	}

	@keyframes text_animation1{
	  0%{
		letter-spacing: -1em;
		transform: translateX(-1000px);
	  }
	  100%{
		letter-spacing: 0;
	  }
	}
	@keyframes text_animation2{
	  0%{
		letter-spacing: -1em;
		transform: translateX(1000px);
	  }
	  100%{
		letter-spacing: 0;
	  }
	}
	
	
	ul#mfsel-cta {
		display:table;
		
		list-style:none;
		margin:10px auto;
		padding:0;
		font-size:12px;
		line-height:1.2;
		
		-webkit-box-shadow:0 0 4px rgba(0,0,0,0.7);
    	-moz-box-shadow:0 0 4px rgba(0,0,0,0.7);
    	box-shadow:0 0 4px rgba(0,0,0,0.7);
	}
	ul#mfsel-cta li {
		display:table-cell;
		border:3px solid #000;
	}
	ul#mfsel-cta li a {
		display:block;
		width:120px;
		padding:6px;
		color:#333;
		font-weight:bold;
		border:2px solid #fff;
		text-shadow:
		-1px -1px #fff,
		1px -1px #fff,
		-1px 1px #fff,
		1px 1px #fff;
	}
	ul#mfsel-cta li a:hover {
		display:block;
		padding:6px;
		color:#333;
		text-decoration:none;
		border:2px solid #fff;
		text-shadow:
		-2px -2px #fff,
		2px -2px #fff,
		-2px 2px #fff,
		2px 2px #fff;
		width:136px;
		
		-webkit-transition: 0.3s ease-in-out;
		-moz-transition: 0.3s ease-in-out;
		-o-transition: 0.3s ease-in-out;
		transition: 0.3s ease-in-out;
	}

		ul#mfsel-cta li.mf-hok {
			background:#77b6e5;
		}
		ul#mfsel-cta li.mf-toh {
			background:#7493e4;
		}
		ul#mfsel-cta li.mf-kan {
			background:#a77cec;
		}
		ul#mfsel-cta li.mf-chub {
			background:#54ecdb;
		}		
		ul#mfsel-cta li.mf-kin {
			background:#61f498;
		}
		ul#mfsel-cta li.mf-chug {
			background:#f8e25a;
		}
		ul#mfsel-cta li.mf-kyu {
			background:#feba5d;
		}				



/* 20211129 n2added */

.awardsArea {
	margin: 0;
	padding: 24px 0 ;
}
  .awardsArea:first-child {
      margin: 0;
      padding: 0 0;
  }

.awardsArea p {
	line-height: 1.6;
	margin: 0;
	padding: 1.2rem 0 2rem 1rem;
}
  .awardsArea p strong {
    font-weight: bold;
    font-size: 1.2rem;
    margin: 0;
  }
    .awardsArea p span {
      display: block;
      font-size: 1rem;
      margin: 0;
      padding: 12px 0 0 1rem;
    }







/* ---  救急医の基本データ --- */
/* ---  nav-qqdata 202512 n2add --- */



#qqi-data section {
  margin-top: 100px;
}
  #qqi-data section:nth-child(1) {
    margin-top: 20px;
  }



ul.nav-qqdataEX {
display: flex;
align-items: stretch; /* liの高さを揃える */
justify-content: space-around;
width: 100%;
margin: 0 auto 40px;
padding: 0;
list-style: none; /* リストの・を消すため念のため追加 */
}

ul.nav-qqdataEX li {
display: flex;
width: 22%;
/* ↓ centerを消して stretch だけにします */
align-items: stretch; 
}

ul.nav-qqdataEX li a {
display: flex;
align-items: center; /* 文字を上下中央にする */
justify-content: center; /* 文字を左右中央にするなら追加 */
width: 100%;
font-size: 1rem;
padding: 2rem 1rem;
background-color: #eee; /* 高さ確認用の背景色（任意） */
}

ul.nav-qqdataEX li a:hover {
color: #fff;
background: #000!important;
}

ul.nav-qqdataEX li a.active {
color: #fff;
background: #a29f91;
background-image: linear-gradient(135deg, #f00 10px, transparent 0);
}






#qqi-data h3.h3deco {
display: flex;
align-items: center;
margin: 0;
padding: 0.6rem 0.5rem;
background: #f8f8f8;
border-top: 1px solid #ccc;
border-bottom: 1px solid #ccc;
vertical-align: middle;
}



#qqi-data h3.h3deco span {
  font-size: 1.5rem;
  font-weight: normal;
  margin-right: 1rem;
}

#qqi-data small {
  margin-left: 0.4rem;
}



/* --- 全国医学生BLS選手権大会の1日 20250902 --- */

.day-bls h2 {
  display: flex;
  align-items: center;
  margin: 3rem 0 2rem;
  padding: 0 0 0.5rem;
  font-size: 1.8rem;
  font-weight: normal;
  text-decoration: none;
  line-height: 1.4;
  border-bottom: dotted 3px #ebb7be;
}
.day-bls h2 span {
  margin: 0 0 0 2rem;
  padding: 0.1rem 0.5rem;
  background: #fde0e4;
}
.day-bls h2::before {
  content: '';
  width: 50px;
  height: 50px;
  background-image: url(../images/icon-watch.svg);
  background-size: 90%;
  background-position: 0 0;
  background-repeat: no-repeat;
  margin: 0 1rem 0 0;
}






/* --- 20251222 Whatsnew Thumnail QQtimes --- */

#qqtimes {
  
}
#qqtimes header {
  margin: 1rem auto;
  text-align: center;
}
#qqtimes header h1 {
  font-size: 2.0rem;
  color: #000;
}
#qqtimes header h1 span {
  font-size: 1.2rem;
  margin: 0 0 0 1rem;
}


#qqtimesPost {
  margin: 2rem auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#qqtimesPost section.qqtimesItem {
  width: 50%;
  padding: 3rem 3rem 3rem;
}
  #qqtimesPost section {
    border-right:  1px dotted #ccc;
    border-bottom: 1px dotted #ccc;
  }
  #qqtimesPost section:nth-child(2n) {
    border-right:  none;
    border-bottom: 1px dotted #ccc;
  }
  #qqtimesPost section:nth-child(3),
  #qqtimesPost section:nth-child(4) {
    border-bottom: none;
  }

#qqtimesPost h2 {
  margin: 0 auto 3rem;
  text-align: center;
  font-size: 1.4rem;
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  border-bottom: 2px solid #BD0022;
  width: 200px;
}



.WhatsnewThumQQtimes {
}

.WhatsnewThumQQtimes ul {
  display: flex;
  flex-wrap: wrap;
	margin: 0;
	padding: 0;
	list-style: none;
}
.WhatsnewThumQQtimes ul li {
	margin: 0;
  padding: 0 0 1.4rem;
  position: relative;
}
	.WhatsnewThumQQtimes ul li:last-child {
		margin: 0;
	}
	.WhatsnewThumQQtimes ul li em { /* new-mark */
    position: absolute;
    background: #c30d23;
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    text-align: center;
    display: inline-block;
    top: -16px;
    left: -16px;
    z-index: 10;
    transform: rotate(-15deg);
	}


.WhatsnewThumQQtimes ul li a {
  display: flex;
  align-content: flex-start;
  color: #333;
  text-decoration: none;
}
	.WhatsnewThumQQtimes ul li a:hover {
		filter: alpha(opacity=70);
		opacity: 0.70;
	}
	
.WhatsnewThumQQtimes ul li a img { /* thumnail */
  display: block;
  width: 20%;
  height: auto;
  border: 1px solid #eee;
}


.WhatsnewThumQQtimes ul li a div.post { /* post-wrap */
  display: flex;
  flex-flow: column;
  justify-content:space-between;
  margin-left: 1rem;
  padding: 0.4rem 0 0 0;
  width: 80%;
}


.WhatsnewThumQQtimes ul li a div.post p { /* title */
  display: block;
	font-size: 1rem;
	line-height: 1.4;
}
.WhatsnewThumQQtimes ul li a div.post span { /* date */
  display: block;
  color: #bbb;
	font-size: 0.8rem;
	line-height: 1.1;
  text-align: right;
}

/* --- NEW-search 202604 --- */


html {
    scroll-behavior: smooth;
}
/* 検索フォームのデザインをVK Filter Searchに合わせる設定 */
.my-custom-search {
    margin: 30px auto;
    width: 100%;
    box-sizing: border-box;
}
.my-search-row {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 15px;
}
.my-search-col {
    /* PCでは横並び、画面が狭いスマホでは自動で縦並びになります */
    flex: 1 1 250px; 
}
.my-search-label {
    display: block;
    font-weight: bold;
    margin-bottom: 8px;
    font-size: 15px;
    color: #444;
}
.my-search-input,
.my-search-col select {
    width: 100%;
    box-sizing: border-box;
    padding: 0 15px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 15px;
    background-color: #fff;
    height: 44px; /* プルダウンと入力窓の高さを揃える */
}
.my-search-btn {
    width: 100%;
    padding: 12px;
    background-color: #f5f5f5;
    border: 1px solid #888;
    border-radius: 4px;
    cursor: pointer;
    font-size: 16px;
    color: #111;
    transition: background-color 0.2s;
}
.my-search-btn:hover {
    background-color: #e8e8e8;
}

/* 地図エリアの余白調整 */
.map-display-area {
    margin: 40px auto;
    width: 100%;
}




h1.search-result-header {
  font-size: 1rem;
  line-height: 1.5;
  padding: 20px;
  margin-bottom: 30px;
  background: #fafafa;
}

.search-result {
  margin: 0;
  padding: 20px;
}
.search-result ul {
  margin: 0;
  padding: 0;
}
.search-result ul li {
  margin-bottom: 30px;
}
.search-result ul li h2 {
  font-size: 1.6rem;
  line-height: 1.6;
}
.search-result ul li div.date-area {
  font-size: 0.8125rem;
  text-align: right;
}