@charset "utf-8";
/* CSS Document */

html{
	font-size:18px;
	font-family:"Noto Sans Japanese",sans-serif;
	line-height:1.4em;
	color:#333333;
  box-sizing: border-box;
}

h1{
  font-family: 'Yu Mincho';/*游明朝体*/
	margin:5px 10px 15px;
	padding:10px 0 10px 50px;
  /*
  margin:10px;
  padding:10px 0 10px 7%;
  font-size:42px;
  background:url(/chiikik/img/logo.png)  no-repeat 3% 50%;
  height:50px;
  background-size:50px;
  */
  font-size:25px;
  background:url(/chiikik/img/logo.png)  no-repeat 0 15px;
  height:50px;
  background-size:40px;
  vertical-align: middle;
  width: 100%;
}
h1 a{
  text-decoration: none;
  color: #333333 !important;
  line-height: 1.2em;
}

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;
}

a, .link_blue{
	color:#2B4B73;
}
a:hover{color:#3F72AF}

a:hover img{
	opacity: 0.5;
}
.ghost{
  display: none!important;
}

p{ text-indent:1em;}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

img{
	width:100%;
  height:auto;
}

/*==============ヘッダー==============*/
#header_top{
	background-color:#FFFFFF;
/*width:100%;*/
	margin:0;
	padding:0 0 0 30px;
}

header{
	width:100%;
  margin:0 auto;
  display: flex;
  justify-content: space-between;
}

/*==============メニュー==============*/
#sp{
  display: none;
}
ul {
  list-style: disc;
}
#pc nav{
  width: 100%;
  min-height: 40px;
  padding: 0;
  margin: 0;
  position: relative;
  background: #2B4B73;
}
#pc nav * {
  padding: 0;
  margin: 0;
}
#pc nav ul {
  margin: 0;
  list-style: none;
}
#pc nav ul > li {
  line-height: 40px;
}
#pc nav a {
  color: #FFFFFF !important;
  text-decoration: none;
}
#pc nav > a {
  display: none;
}

#pc nav > ul{
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: stretch;
  align-items: center;
  border-top: 1px solid #2B4B73;
  border-bottom: 1px solid #2B4B73;
  background: #284873;
}
#pc nav > ul > li{
  list-style: none;
  cursor: pointer;
  line-height: 40px;
  flex-grow: 1;
  width: 200px;
  text-align: center;
  border-left: 1px solid #FFFFFF;
  border-right: 1px solid #FFFFFF;
}
#pc nav > ul > li > a{
  text-decoration: none;
  flex-grow: 1;
  font-size: 18px;
  display: block;
  padding: 14px 0;
  color: #FFFFFF ;
}
#pc nav > ul > li:hover > a{
  color: #2B4B73;
}
#pc nav > ul > li:hover{
  border-left: 1px solid #2B4B73;
  border-right: 1px solid #2B4B73;
}
#pc nav > ul > li > a:hover{
  background-color: #FFFFFF;
  color: #2B4B73 !important;
}

#pc nav > ul > li > ul{
  background: #2B4B73;
  position: absolute;
  width: 100%;
  line-height: 1.2em;
  left: 0;
  display: none;
  box-sizing: border-box;
  border-top: 1px solid #FFFFFF;
  border-left: 1px solid #FFFFFF;
  border-right: 1px solid #FFFFFF;
}

#pc nav > ul > li > ul > li {
  cursor: pointer;
  display: inline;
  min-width: 130px;
  margin-left: 10px;
  background: url(/chiikik/img/foot_arrow_wh.png) 0 50% no-repeat;
}
#pc nav > ul > li > ul > li:before{
  margin: 5px 0 5px 1.5em;
}
#pc nav > ul > li > ul > li:hover {
  text-decoration: underline;
  color: #FFFFFF;
}
#pc nav > ul > li > ul > li > a{
  text-decoration: none;
  flex-grow: 1;
  text-align: left;
  font-size: 18px;
  display: block;
  padding: 14px 0;
  margin-left: 15px;
  margin-right: 30px;
  color: #FFFFFF ;
}


#pc nav ul > li:hover > ul {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}

/*======4コース案内=========*/
.sub_menu{
	width:100%;
	margin:0 0 50px 0;
  padding:0;
  display: flex;
  flex-wrap: nowrap;
  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%;
  position: relative;
  color: #333333;
  background: #FFFFFF;
  overflow: hidden;
  z-index: 2;
  box-sizing: border-box;
  outline: none;
}
.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 a{
  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;
  margin: auto;
	color: #333333;
	font-weight:bold;
  text-decoration:none;
  align-items:center;
}
@media (max-width: 1150px) {
.sub_menu a {
    font-size: 28px;
  }
}

.sub_menu a div{
  margin: auto;
  position: relative;
}
.sub_menu a:hover{
  color: #FFFFFF;
}

span.top_level::after{
	content: "\A" ;
  white-space: pre ;
}
span.sec_level{
  margin-left: 2em;
}



/*▲▼▲▼▲▼各コース毎の色分け▲▼▲▼▲▼*/
/*総合診療専門研修コース*/
.deep_b{
  border: 1px solid #2B4B73;
  border-bottom: 10px solid #2B4B73;
}
.deep_b:hover::after{
  background-color: #2B4B73;
}

/*家庭医療専門研修コース*/
.deep_lb{
  border: 1px solid #2B6B73;
  border-bottom: 10px solid #2B6B73;
}
.deep_lb:hover::after{
  background-color: #2B6B73;
}


/*生涯研修コース*/
.deep_g{
  border: 1px solid #0D4D00;
  border-bottom: 10px solid #0D4D00;
}
.deep_g:hover::after{
  background-color: #0D4D00;
}

/*地域医療指導者養成コース*/
.deep_r{
  border: 1px solid #800016;
  border-bottom: 10px solid #800016;
}
.deep_r:hover::after{
  background-color: #800016;
}

/*病院総合診療専門医コース*/
.deep_p {
  border: 1px solid #813a88;
  border-bottom: 10px solid #813a88;
}

.deep_p:hover::after {
  background-color: #813a88;
}
/*卒業生有期雇用制度*/
.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{/*月日が1桁の時の左スペース確保*/
  width: 0.6em;
  display:inline-block;
}
.w-brake_auto {
  word-break: auto-phrase;
}
/*
.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 a{
  text-decoration: none;
}
.topics_area{
  margin:0;
  padding:0;
  height: 560px;
  overflow: hidden scroll;
  overflow-x: hidden;
  overflow-y: scroll;
}
.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;
  float: left;
  width:165px;
  box-sizing:border-box;
}
.news_topics dd{
  width: calc(100% - 165px);
	padding:0 0 15px 0;
  position: relative;
  margin-inline-start: 0;
  margin: 0 0 10px;
  word-break:keep-all
  }
.news_topics dd:after{clear: both;}

.news_topics dd:last-child{
	margin-bottom:0px;}
.news_topics dd div{
  padding: 0 20px;
}

.news_topics dd ul{
  margin:0 0 0 1em;
  padding: 0px;
}

.news_topics .nobr{ display: inline-block; }


/*▲▼▲▼▲▼9バナー▲▼▲▼▲▼*/
.nine_contents{
  width: 100%;
  margin: 50px auto ;
}
.nine_contents ul{
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  border-bottom: 1px solid #2B4B73;
  border-left: 1px solid #2B4B73;
}
.nine_contents li{
  list-style: none;
  display: flex;
  width: calc(99% / 3);
  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;
  margin: auto;
  display: block;
}
.nine_contents a:hover{
  font-size: 35px;
}


/*▲▼▲▼▲▼トップページへ▲▼▲▼▲▼*/
.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;
  justify-content: space-between;
  align-items: stretch;
}
.foot_menu > li{
  list-style:none;
  font-size: 20px;
}
.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: 18px;
}

.adress{
  background: #FFFFFF;
  color: #333333;
  max-width:1050px;
  margin:0 auto;
  padding:10px 10px 0;
  display: flex;
  justify-content: space-between;
}

.adress_left h1{
  margin:0 0 20px;
  padding: 0 0 0 45px;
  font-size:24px;
  background: url(/chiikik/img/logo.png) no-repeat 0 0;
  background-size:40px;
  height:55px;
  vertical-align: middle;
}
header h1 span,.adress_left h1 span{
  font-size: 20px;
}
.adress_left h1 a{
  text-decoration: none;
  color: #333333 !important;
  line-height: 1.2em;
}
.adress_left{
  display: inline-block;
}

.adress_right img{
  width: auto;
  position: relative;
}

#foot_area p{
  margin: 0 auto;
  font-size: 16px;
  text-indent: 0;
  width: 1050px;
}
/*========================*/
