@charset "utf-8";
/* CSS Document */
html{
	font-size:16px;
	font-family:"Noto Sans Japanese",sans-serif;
	line-height:1.4em;
	color:#333333;
	box-sizing: border-box;}


h1,h2,h3,h4,h5,h6{
	color:#32323F;
	font-weight: bold;}

h1{
  font-family: 'Yu Mincho';/*游明朝体*/
	margin:5px;
	padding:0px 0 0px 40px;
	font-size:18px;
  background:url(/chiikik/img/logo.png)  no-repeat 0 50%;
  background-size:35px;
  height:45px;
  font-weight: bold;
  vertical-align: middle;
}
h1 a{
  text-decoration: none;
  color: #333333 !important;
  line-height: 1.4em;
}

/*375px以下で1列*/
@media (max-width: 375px) {
h1{ font-size: 16px;}
}


.br2::before{
	content: "\A" ;
	white-space: pre ;
}

h2{
	font-size:24px;
	text-indent:0px;
	margin:10px 0;
	padding:0;}

h3{
	display: block;
  font-size: 36px;
  color: #0D2540;
  border-bottom:2px solid #0D2540 ;
  font-family: 'Yu Mincho';/*游明朝体*/
  padding:0 0 0 10px;
  margin-bottom: 10px;
  line-height: 1.5em;
  font-weight: bold;
}

h5{
	font-size:16px;
	color:#FFFFFF;
	background-color:#65AB31;
	display: table;
	padding: 5px 10px 5px 8px;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
	margin:15px 0 0;
    font-weight: 500;
	text-shadow: 0 1px 2px rgba(0,0,0,0.2);
	}

h6{
	font-size:16px;
	color:#65AB31;
	display: inline-block;;
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
	margin:5px 0 0;
    font-weight: bold;}

a,a:visited{
	color:#3399CC;
}
a:hover{color:#3F72AF}

a:hover img{
	opacity: 0.5;
}
.link_blue{color: #2B4B73;}
p{
	text-indent:1em;
	margin:5px 0 10px;
	line-height:1.4em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;}

img{
	max-width:100%;
	height:auto;}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}


/*==============ヘッダー==============*/
#header_top{
	background-color:#FFFFFF;
	width:100%;
	margin:0;
	padding:0 0 5px;}

header{
	width:100%;
	margin:0 auto;
	height:auto;
  font-size:16px;
  padding: 5px 0 0;
}

.head_r{
  text-align: right;
  font-size: 90%;
  line-height: 1.3em;
}

header:after{
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility:hidden;}

/*560px以下で1列*/
@media (max-width: 375px) {
.head_br::before{
  content: "\A" ;
  white-space: pre ;
}
}

/*==============メニュー==============*/
#pc{display: none;}
#sp{
  display: block !important;
}

nav{
  display: block;
  width: 100%;
}


/* hide the link until viewport size is reached */
a.meanmenu-reveal {
	display: none;
}

/* when under viewport size, .mean-container is added to body */
.mean-container .mean-bar {
	float: left;
	width: 100%;
	position: relative;
	background: #2B4B73;
	padding: 4px 0 0;
	min-height: 42px;
	z-index: 999999;
}

.mean-container a.meanmenu-reveal {
	width: 22px;
	height: 22px;
	padding: 13px ;
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
	color: #fff;
	text-decoration: none;
	font-size: 16px;
	text-indent: -9999em;
	line-height: 22px;
	font-size: 1px;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 700;
}

.mean-container a.meanmenu-reveal span {
	display: block;
	background: #fff;
	height: 3px;
	margin-top: 3px;
}

.mean-container .mean-nav {
	float: left;
	width: 100%;
	background: #2B4B73;
  margin-top: 44px;
}

.mean-container .mean-nav ul {
	padding: 0;
	margin: 0;
	width: 100%;
  list-style-type: none;

}

.mean-container .mean-nav ul li {
	position: relative;
	float: left;
  width: 100%;
  border-top: 1px solid #FFFFFF;}


.mean-container .mean-nav ul li a {
	display: block;
	float: left;
	width: 100%;
	padding: 1em 52px 1em 10px;
	margin: 0;
	text-align: left;
	color: #ffffff;
	text-decoration: none;
	text-transform: uppercase;
}

.mean-container .mean-nav ul li li a {
	width: 90%;
	padding: 1em 0em 1em 2em;
	text-shadow: none !important;
	visibility: visible;
}

.mean-container .mean-nav ul li.mean-last a {
	border-bottom: none;
	margin-bottom: 0;
}

.mean-container .mean-nav ul li li li a {
	width: 70%;
	padding: 1em 15%;
}

.mean-container .mean-nav ul li li li li a {
	width: 60%;
	padding: 1em 20%;
}

.mean-container .mean-nav ul li li li li li a {
	width: 50%;
	padding: 1em 25%;
}

.mean-container .mean-nav ul li a.mean-expand {
	width: 26px;
	height: 25px;
	padding: 20px 12px 10px !important;
	text-align: center;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 2;
	font-weight: 700;
	background: rgba(255,255,255,0.1);
	border: none !important;
	border-left: 1px solid #ffffff !important;
/*	border-bottom: 1px solid rgba(255,255,255,0.2) !important;*/
}

.mean-container .mean-nav ul li a.mean-expand:hover {
  background: #ffffff;
  color: #2B4B73;
}

.mean-container .mean-push {
	float: left;
	width: 100%;
	padding: 0;
	margin: 0;
	clear: both;
}

.mean-nav .wrapper {
	width: 100%;
	padding: 0;
	margin: 0;
}

/* Fix for box sizing on Foundation Framework etc. */
.mean-container .mean-bar, .mean-container .mean-bar * {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}


.mean-remove {
	display: none !important;
}

/*======4コース案内=========*/
.sub_menu{
	width:100%;
	margin:0 0 50px 0;
  padding:0;
  display: flex;
  flex-wrap: wrap;
  justify-content: stretch;
  font-family: 'Yu Mincho';/*游明朝体*/
  position: relative;
  top:-7px;
}
.sub_menu li{
  list-style: none;
  flex-grow: 1;
  min-height: 110px;
  display: inline-block;
  height: 100%;
  width: 50%;
  position: relative;
  color: #333333;
  background: #FFFFFF;
  overflow: hidden;
  z-index: 2;
  box-sizing: border-box;
  outline: none;
}
/*540px以下で1列*/
@media (max-width: 540px) {
.sub_menu li{
  width: 100%;
}
}
.sub_menu li,
.sub_menu li::before,
.sub_menu li::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.sub_menu li::before,
.sub_menu li::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.sub_menu li::after{
  bottom: -100%;
  width: 100%;
  height: 100%;
}
.sub_menu li:hover{
  color: #FFFFFF;
}
.sub_menu li:hover::after{
  bottom:0;
}
.sub_menu a{
  font-size:32px;
  display: flex;
  width:100%;
  line-height: 1.2em;
  height: 110px;
	color: #333333;
	font-weight:bold;
  text-decoration:none;
  align-items:center;
}

.sub_menu a div{
  position: relative;
  margin: auto;
}
.sub_menu li:hover a{
  color: #FFFFFF;
}

span.top_level::after{
	content: "\A" ;
  white-space: pre ;
}
span.sec_level{
  margin-left: 3em;
}
/*▲▼▲▼▲▼各コース毎の色分け▲▼▲▼▲▼*/
/*総合診療専門研修コース*/
.deep_b{
  border: 1px solid #2B4B73;
  border-bottom: 10px solid #2B4B73;
}
.deep_b:hover::after{
  background: #2B4B73;
}

/*家庭医療専門研修コース*/
.deep_lb{
  border: 1px solid #2B6B73;
  border-bottom: 10px solid #2B6B73;
}
.deep_lb:hover::after{
  background: #2B6B73;
}

/*病院総合診療専門医コース*/
.deep_or {
  border: 1px solid #813a88;
  border-bottom: 10px solid #813a88;
}

.deep_or:hover::after {
  background-color: #813a88;
}

/*生涯研修コース*/
.deep_g{
  border: 1px solid #0D4D00;
  border-bottom: 10px solid #0D4D00;
}
.deep_g:hover::after{
  background: #0D4D00;
}

/*地域医療指導者養成コース*/
.deep_r{
  border: 1px solid #800016;
  border-bottom: 10px solid #800016;
}
.deep_r:hover::after{
  background: #800016;
}

/*卒業生有期雇用制度*/
.deep_o {
  border: 1px solid #a36302;
  border-bottom: 10px solid #a36302;
}
.deep_o:hover::after {
  background-color: #a36302;
}

/*===========メインビジュアル===========*/


/*==============グローバルメニュー==============*


/*===========コンテンツ部分===========*/

#contents{
	max-width:1050px;
	margin:0 auto;
  padding:0 0 50px 0;
}
#contents:after{
	clear:both;
	visibility:hidden;
	content:".";
	display:block;
  height:0;
}

/*▲▼▲▼▲▼お知らせ▲▼▲▼▲▼*/
.news_topics{
  width:100%;
}
.one_digit_space{
  width: 0.6em;
  display:inline-block;
}
/*
.more{
  margin-right: 10px;
}

.more a{
  background-color: #CBD9EB;
  position: relative;
  float: right;
  font-size: 16px;
  font-weight: initial;
  top: -42px;
  line-height: 1.4em;
  font-family: "Noto Sans Japanese",sans-serif;
  color:#32323F;
  padding:5px 10px;
  text-decoration:none;
}
.more a:hover{
  color: #FFFFFF;
  background: #2B4B73;
}

.news_topics dl{
	margin:0;
  padding:0;
  height: 340px;
  overflow: hidden scroll;
}
*/
.news_topics a{
  text-decoration: none;
  color:#3F72AF;
}
.news_topics dl{
display: flex;
border-bottom: 1px solid #ccc;
}
.news_topics dl::after{
  clear: both;
}
.news_topics dt{
  padding:0 2.5em 15px 1em;
  clear: left;
/*  padding:10px 1em;*/
  float: left;
  width: 165px;
    box-sizing: border-box;
}
.news_topics dd{
	padding:0 0 15px 0;
  position: relative;
  margin: 0;
  margin-inline-start: 0;
  width: calc(100% - 165px);
	}
.news_topics dd:last-child{
	margin-bottom:0px;}
.news_topics span{display: inline-table;}
.news_topics dd ul{
  margin:0 0 0 1em;
  padding: 0;
}

.topics_area{
  height: 400px;
  overflow: hidden scroll;
  overflow-x: hidden;
  overflow-y: scroll;
}


/*▲▼▲▼▲▼9バナー▲▼▲▼▲▼*/
.nine_contents{
  width: 100%;
  margin: 50px auto ;
}
.nine_contents ul{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding:0;
  align-content: stretch;
  align-items: flex-start;
  justify-content: space-around;
  border-bottom: 1px solid #2B4B73;
  border-left: 1px solid #2B4B73;
}
.nine_contents li{
  list-style: none;
  display: flex;
  width:calc(99% / 2);
  text-align: center;
  border-top: 1px solid #2B4B73;
  border-right: 1px solid #2B4B73;
  flex-grow: 1;
  height: 80px;
  align-items:center;
}
.nine_contents a{
  text-decoration: none;
  font-size: 30px;
  font-family: 'Yu Mincho';/*游明朝体*/
  font-weight: bold;
  color: #333333;
  display: block;
  margin: auto;
  line-height: 1.2em;
}
.nine_contents a:hover{
  font-size: 30px;
}
.ghost a{
  display: none;
}
.nine_contents .br::before{
	content: "\A" ;
  white-space: pre ;
}

/*540px以上*/
@media (min-width:540px) {
.nine_contents a{
  font-size: 26px;
}
a.text-c{
  line-height: 2em;
}
}

/*650px以下で1列*/
@media (max-width: 650px) {
.topics_area{
	margin:0;
  padding:0;
  height: 310px;
  overflow: hidden scroll;
}
.news_topics dl{
display: flex;
display: block;
}
.news_topics dt{
  width: 100%;
  display:block;
  padding:10px 0 0 1em !important;
  border-bottom:none;
  float: unset;
}
.news_topics dd{
	margin:0 0 ;
	padding:5px 0 10px 1.5em;
  position: relative;
  width: calc(100% - 40px);
	}

.nine_contents li{
  width: 100%;
}
.ghost{
  display: none!important;
}
}
/*▲▼▲▼▲▼トップページへ▲▼▲▼▲▼*/
.go_top{
	max-width:1050px;
	margin:0 auto;
	background-color:#FFFFFF;
	}
.go_top:after{
	clear:both;
	content:" ";
	visibility:hidden;
	display:block;
  height:0;
}

.go_top_inbox{
  float:right;
  width: 140px;
  height: 20px;
  text-align: center;
	background-color:#2B4B73;
	padding:8px 10px;
	margin-right:10px;
   border-top-left-radius: 5px;  /* 左上 */
   border-top-right-radius: 5px; /* 右上 */
   -moz-border-radius-topleft: 5px;     /* 左上 */
   -moz-border-radius-topright: 5px;    /* 右上 */
   -webkit-border-top-left-radius: 5px;     /* 左上 */
   -webkit-border-top-right-radius: 5px;    /* 右上 */
}
.go_top_inbox a{
	color:#FFFFFF;
	text-shadow: 0 1px 2px rgba(0,0,0,0.2);
	font-weight:500;
  padding: 5px;
  font-size: 16px;
  text-decoration:none;
}
.go_top_inbox a:hover{
  font-size: inherit;
}


/*===========フッター部分=============*/
.at-mark {
  background: url(/chiikik/img/at-mark.gif) 50% 50%;
  background-repeat: no-repeat;
    display: inline-block;
      width: 18px;
}

#foot_area{
	width:100%;
	margin:0;
	padding:0;
  background: #FFFFFF;
	}

footer{
  width: 100%;
  margin:0 auto;
  display: block;
  padding:20px 0 5px;
  background: #2B4B73;
  color: #FFFFFF;
  font-size: 18px;
}
footer:after{
	content:"";
	display:block;
	height:0;
	visibility:hidden;
	clear:both;}

.foot_menu{
  max-width:1050px;
  margin:0 auto 10px;
  padding: 0 10px;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}
.foot_menu > li{
  list-style:none;
  font-size: 18px;
  width: 100%;
  margin: 0 10px 20px;
}

/*640px以上で3列*/
@media (min-width: 640px) {
.foot_menu > li{
  width: 30%;
}
}

.foot_menu li a{
	vertical-align:middle;
  max-width:100%;
  color: #FFFFFF;

  text-decoration: none;
  height:auto;
}
.foot_menu li a:hover{
  text-decoration: underline;
}

.foot_menu_second{
  display: block;
  margin:10px  0;
  padding: 0;
}
.foot_menu_second li{
  list-style-image:url(/chiikik/img/foot_arrow_wh.png);
  margin: 5px 0 5px 1.5em;
  font-size: 16px;
}

.adress{
  width:100%;
  background: #FFFFFF;
  color: #333333;
  max-width:1050px;
  margin:0 auto;
  padding:10px 0 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.adress h1{
  font-size: 20px;
}

.adress_left{
  display: inline-block;
}

.adress_right{
  margin:15px 10px  10px  ;
}

.adress_right img{
  width: auto;
  top: 3px;
  position: relative;
}

#foot_area p{
  margin: 10px;
  font-size: 16px;
  text-indent: 0;
}
/*560px以下で1列*/
@media (max-width: 560px) {
.foot_br::before{
  content: "\A" ;
  white-space: pre ;
}
}
/*========================*/
