@charset "utf-8";
/* CSS Document */

html{
	font-size:15px;
	font-family:"Noto Sans Japanese",sans-serif;
	line-height:1.4em;
	color:#132235;
	box-sizing:border-box;}


h1,h2,h3,h4,h5,h6{
	color:#132235;
	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 !important;}
}

h2{
	font-size:22px;
	text-indent:0px;
	margin:20px 5px;
	padding:0;}


h3{
	background-color:#F1F1F1;
	padding:8px 8px ;
	display: block;
  line-height: 1.3em;
	border-left: solid 5px #3F72AF;/*左線*/
    font-size: 20px;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    font-weight: bold;
	margin:20px 5px 18px;}

h4{
	background:#679AD8;
	color:#FFF;
	font-size:18px;
	padding:5px;
	font-weight:bold;
	display:block;
  margin:0;
}


h5{
	font-size:16px;
	border-bottom:3px solid #679AD8;
	display: block;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
	margin:15px 0 5px;
    font-weight: bold;
	padding:5px 0;}


h6{
	font-size:16px;
	color:#679AD8;
	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{word-break: break-all;}
a,a:visited{color:#3399CC;}
a:hover{color:#3F72AF}
a:hover img{
	opacity: 0.5;
	filter: opacity(70%);
	-ms-filter: "alpha(opacity=70)";}

  hr{
    width: 95%;
    box-sizing: border-box;
  }

p{
	text-indent:1em;
	margin:5px 0 10px;
	line-height:1.4em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
  padding-left: 5px;
}

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

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


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

header{
	width:100%;
	margin:0 auto;
	height:auto;
	border-top: 5px solid #FFF;
	font-size:16px;}

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

/*==============メニュー==============*/

#menu{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: 100;
}
#menu div{
	/*デザイン*/
	width: 60px;
	height: 60px;
	background-color:#d1e6ff;
	/*配置*/
	overflow: hidden;
	position: absolute;
	right: 0;
	margin:4px 0;
	border:1px solid #3F72AF;

}
#menu .menuopen{
	/*デザイン*/
	background-color:#d1e6ff;
	font-size: 18px;
	/*配置*/
	display: table;
	height: 100%;
	position: initial;
	top: 0;
	left: 0;
	padding:8px 10px;
	pointer-events: auto;
	text-decoration:none;
	margin:0 auto;

}


#menu .menuclose{
	/*デザイン*/
	background-color:#d1e6ff;
	font-size: 18px;
	/*配置*/
	display: none;
	height: 100%;
	position: initial;
	top: 0;
	left: 0;
	padding: 8px 10px;
	pointer-events: auto;
	text-decoration:none;
	margin:0 auto;
}
/****メニュー一覧****/
#menu ul{
	/*デザイン*/
	background-color:#d1e6ff;
	width: 100%;
	/*配置*/
	position: absolute;
	top: 65px;/*#menu divの高さ*/
	right: 0;
	display: none;
  border:1px solid #3F72AF;
}

#menu li{
	/*デザイン*/
	padding:0;
	color: rgba(0,0,0,1);
	border-bottom: 1px #3F72AF solid;
	/*配置*/
	pointer-events: auto;
}

#menu li:last-child{
	border-bottom:none;}

#menu li a{
	font-weight:500;
	text-decoration:none;
	color:#132235;
	display: flex;
	padding:15px 10px;}

/****メニューオープン時****/
#menu:target .menuopen{
	/*配置*/
	display: none;
}

#menu:target .menuclose{
	/*配置*/
	display: block;
}

#menu:target ul{
	/*配置*/
	display: block;
}


.menu{
	display:none;}

/*===========メインビジュアル===========*/
#visual{
	margin:10px auto 0;
	max-width:100vh;
/*
  background-position: center center;
	background:  url(/chiikik/img/vew.jpg) no-repeat;
	height: 0;
    /* 表示画像の高さ ÷ 表示画像の幅 × 100 */
/*
    padding-top: 38.09%;
    background-size: contain;
  */
  }

#visual span{
	background:#0D438C;
  display: inline-block;
  width: 100%;
/*
  bottom:60px;
*/
  position: relative;
	box-sizing: border-box;
	opacity: 0.75;
}

#visual span h2{
  color:#FFF;
  font-weight: normal;
	font-size:24px;
	opacity:1;
	padding:0 10px;
  margin:14px 0;}

.long{font-size:24px !important;
    line-height: 1em;
	margin:10px 0 !important;}

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


#contents{
	display: grid;
	background-color:#FFF;
/*	width:100%;
	margin:0 10px;*/}

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

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


.box p{
	margin-left:5px !important;
	margin-right:5px !important;}


.two_boxs img{ margin:0 auto;}
.two_boxs a{
	margin:0 auto;
	display: flex;}


/*コンテンツ内TOPジャンプ*/
.jump{
	height:auto;
	margin:10px;
  display:inline;
  text-align: right;
}
.jump a{
	font-weight:600;
    float: right;
	}

/*□■□■□■テーブル?リスト仕様□□■□■□■□*/
/*テーブル*/
table{
	border-spacing:0;
	border-collapse: collapse;
  width:100%;
margin: 0 auto;}

.equality{
	table-layout:fixed;}

caption{
	font-weight:500;
    padding: 5px 0;}

td{
	border:1px #28425F solid;
	padding:10px;
	background-color:#FFF;}

th{
	border:1px #28425F solid;
	padding:10px;
	background-color:#B8D1F3;
	font-weight:normal;
	color:#28425F;}

/*テーブル線なし*/
.no_border td,.no_border td{
	border:none;
	padding:0 10px;}


/*なんちゃってリスト（●タイトル）*/

.circle{
	display:block;
	position: relative;
	margin-bottom:15px;
  padding-left: 20px;
  margin-left: 5px;
}
.circle:before{
	position: absolute;
	background: #3F72AF;
	content: "　";
	font-size: 15px;
	border-radius: 50%;
	left: 0;
	width: 13px;
	height: 13px;
	line-height: 13px;
	text-align: center;
	top: 25%;
}

.circle a{
	color:#679AD8;
	font-weight:600;
	font-size:18px;
	text-decoration:none;
	}



/*リスト*/

#contents ul,#contents ol{
    -webkit-padding-start: 1em;
	padding: 0 0 0 1em;
	margin:0 1em 15px;}

#contents ul li,#contents ol li {
  line-height:1.4em;
  padding: 5px 0 0;
}


ul ul{
	list-style-type: circle;
	margin-top:0 !important;
	padding:0 !important;}

ol ul{
	list-style-type: disc;
	margin-top:0 !important;
	padding:0 !important;
}

/*▲付きリスト*/
.normal li{
    -webkit-padding-start: 1em;
	padding:0 0 0 1em ;
	list-style-image: url(/chiikik/img/list_icon.png);}

.normal ul li{
  line-height:1em;
  padding: 0.5em 0.5em 0.5em 0;
}


dl{
	margin-left:1em;}
dd{
	margin-left:20px;
	-webkit-margin-start: 20px;
	margin-bottom:10px;}


/*外部リンクアイコン付き*/
#contents a[href^="http://"],#contents a[href^="https://"]{
background: url(/chiikik/img/gaibu.png) right no-repeat;
display:inline;
padding-right:20px;}
.hp:after{
    content:" ";
    display:inline-block;
    width: 12px;
    height: 11px;
	background: url(/chiikik/img/gaibu.png) no-repeat;
	margin-left:5px;}


/*PDFリンクアイコン付き*/
.bottan a[href$='.pdf']{
background: url(/chiikik/img/pdf_icon.gif) right no-repeat;
display:inline;
padding-right:20px;}
.pdf:after {
    content:" ";
    display:inline-block;
    width: 16px;
    height: 16px;
	background: url(/chiikik/img/pdf_icon.gif) no-repeat;
	margin-left:5px;}

/*pptリンクアイコン付き*/
#contents a[href$='.ppt']{
background: url(/chiikik/img/pwpoint_icon.gif) right no-repeat;
display:inline;
padding-right:20px;}
.ppt:after {
    content:" ";
    display:inline-block;
    width: 16px;
    height: 16px;
	background:url(/chiikik/img/pwpoint_icon.gif) no-repeat;
	margin-left:5px;}


/*Wordアイコン付き*/
#contents a[href$='.doc'],#contents a[href$='.docx']{
background: url(/chiikik/img/word_icon.gif) right no-repeat;
display:inline;
padding-right:20px;}
.doc:after {
    content:" ";
    display:inline-block;
    width: 16px;
    height: 16px;
	background:url(/chiikik/img/word_icon.gif) no-repeat;
  margin-left:5px;
}

/*Excelアイコン付き*/
#contents a[href$='.xls'],#contents a[href$='.xlsx']
{
background: url(/chiikik/img/excel_icon.gif)right no-repeat;
display:inline;
padding-right:20px;}
.xls:after {
    content:" ";
    display:inline-block;
    width: 16px;
    height: 16px;
	background:url(/chiikik/img/excel_icon.gif) no-repeat;
	margin-left:5px;}



.hissu{
	width:100%;
	margin:20px auto 10px !important;
	padding: 0 !important;
	list-style:none;
	border:2px solid  #d2c897;
	}

.hissu li{
	padding:10px !important;
	border-bottom:2px solid  #d2c897;
	text-align:center;
	}
.hissu li:last-child{
	border-bottom:0px;}

/*□■□■□■その他仕様□□■□■□■□*/

img.email {
  float: none !important;
  margin: 0 !important;
  padding: 0 !important;
  vertical-align: middle;
}
.at-mark {
  background: url(/chiikik/img/at-mark.gif) 50% 50%;
  background-repeat: no-repeat;
    display: inline-block;
      width: 18px;
}
.box{ padding:0 0 10px 0;}

.box img{ padding-bottom: 10px ;}

.box_border{
	border:1px #28425F solid;
	padding:10px;
	background-color:#FFF;}

.pagetop{
	text-align:right;
	margin:0;}

.text_right{
	text-align:right;}

.text_left{
	text-align:left;}

.text_indent0{
  text-indent: 0 !important;
}
/*PC版では左だけどSP版は中央配置*/
.pic_left{
  display: block;
  text-align: center;
  margin: 0 auto;
}
.posision_center{
	margin:0 auto;}

.f_bold{
	font-weight:600;}

.font_S{
	font-size: small;}

.mgt_10{
	margin-top:10px !important;}

.mgt_20{
	margin-top:20px !important;}
.mgt_30 {
  margin-top: 30px !important;
}
/*マージン下*/
.mgb_20{
	margin-bottom:20px !important;}
.mgb_30 {
  margin-bottom: 30px !important;
}
.mgb_40 {
  margin-bottom: 40px !important;
}

/*▲▼▲▼▲▼トップページへ▲▼▲▼▲▼*/
.go_top{
	width:100%;
	margin:0 auto;
	background-color:#FFF;
	}


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


.go_top_inbox{
	float:right;
	background-color:#3F72AF;
	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;    /* 右上 */
	margin-right:10px;
}
.go_top_inbox a{
	color:#FFF;
	text-shadow: 0 1px 2px rgba(0,0,0,0.2);
	font-weight:500;
	padding: 5px;
	text-decoration:none;}

.go_top_inbox a:hover{
	opacity:0.7;
	font-weight:bold;}

/*===========フッター部分=============*/
#foot_area{
	width:100%;
	margin:0;
	padding:0 0 10px 0;
	/*display:absolute;*/
	background-image:URL(/chiikik/img/foot_bottom.gif);
	border-top: 1px solid #DBE2EF;
	}

footer{
	background-image:URL(/chiikik/img/foot_back.gif);
	width:100%;
	margin:0 0 10px 0;
	padding:0 0 10px;}

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

footer ul{
	margin:0 auto;
	padding:10px 0 0;
}

footer li{
	display:flex;
	float:left;
	list-style:none;}

footer li img{
	vertical-align:middle;
	max-width:100%;
	height:auto;}

.group{
	display:flex;
	display: -webkit-flex;
	flex-wrap:wrap;
	-webkit-justify-content:space-between;
	justify-content:space-around;
	align-content:stretch;
	padding-left:0;
	margin: 0 10px;}
.group li{ margin-bottom:10px;}
@media (max-width: 490px) {
.group li{ margin:0 auto 10px;}
}

.adress{
  width:100%;
  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_br{
display: inline-block;
}

.foot_box{
	color:#FFF;
	margin:0 auto;
	text-align:right;
	font-size:12px;
	padding:0 10px;
}


/*▲▼▲▼▲▼お知らせ▲▼▲▼▲▼*/
.info_txtarea {
  padding: 0 10px;
  line-height: 150%;
}
.info_txtarea div {
  padding: 20px 10px 30px;
}
.info_txtarea .nobr {
  display: inline-block;
}
.info_txtarea hr {
  margin: 0 20px 10px;
}

.info_txtarea .main_txt {
  font-size: 18px;
}
.info_img{
	margin:10px  auto;
}

.info_txtarea p{
  margin-left: 0;
}

/*▲▼▲▼▲▼家庭医になりたい▲▼▲▼▲▼*/
.candidate .box_border{
	margin: 5px 0;}

.candidate h4{
	font-size:16px;
	margin: 5px 0;}

.candidate h6{
	margin: 0 0 5px;
	display:block;}

.loc table{
	margin: 5px 0;}

/*▲▼▲▼▲▼見学したい▲▼▲▼▲▼*/
.kengaku{
  display: flex;
  margin: 30px auto ;
  flex-direction: column;
  justify-content: center;
}
.kengaku img{
  margin:0 auto 30px;
}
.kengaku p{
  margin:0 auto 20px;
}

.map_area img {
  display: block;
  margin: 0 auto 30px;
}

#contents .ken{
	width:100%;
	margin:0 10px 0 0 ;
	list-style:none;
	padding:0;
  display: inline-block;

  }

.ken li{
	margin:0;
	text-align:left;
	padding:0 !important;
	border-top:1px solid #679AD8;
	border-left:1px solid #679AD8;
	border-right:1px solid #679AD8;
}
.ken li:last-child{
	border-bottom:1px solid #679AD8;}

.ken a{
	background:url(/chiikik/img/arrow.png) no-repeat 98% 50%;
	text-decoration:none;
	color:#32323F;
	display:block;
	font-size:20px;
	padding:15px 15px;
	font-weight:bold;
	}

.ken a:hover{
	background-color:#679AD8;
	color:#FFF;}

/*▲▼▲▼▲▼日々振り返り▲▼▲▼▲▼*/
.left_right{
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.left{
  order: 2;
}
.right{
  margin: 0 auto 20px;
  text-align:center;
}



/*▲▼▲▼▲▼地域研修医療機関▲▼▲▼▲▼*/
.big_title{
  font-size: 5vmin;
  margin: 20px 0!important;
  line-height: initial;
  text-indent: 0;
}

.bacground{
  /*
  background-color: #f1f1f1;
  */
  padding: 10px 5px;
}

.tiho{
	width:100%;
	margin:10px 0 0!important;
	list-style:none;
	padding:0 !important;
  display:flex;
	flex-direction: row;
	flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  }

.tiho li{
  text-align: center;
  margin:10px 10px 10px 0;
}

.tiho a{
  font-size: 3vmin;
  background: url(/chiikik/img/arrow_red.png) no-repeat  50% 100%;
  padding: 10px 10px 20px;
  display: block;
  color: #132235;
}

@media (min-width: 515px) {
  .tiho a{
  font-size: large;
  }
}

.tiho span{
  font-size:smaller;/*15px*/
  content: "\A" ;
  white-space: pre ;
  display: block;
}

.tiho a:hover,.hospital_name a:hover{
  color: #cc4038;
  text-decoration: none;
}

.area{
  font-size: 4vmin;
  padding: 10px 0;
  text-indent: 10px;
  border-bottom: solid 1px #d4d1d1;
  position: relative;
  margin: 40px 0 0;
}
.area:after{
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 1px #cc4038;
  bottom: -1px;
  width: 100px;
}

.area_list h4{
  background-color: #F1F1F1;
  color: #132235;
  font-weight: normal;
  padding: 10px;
  margin: 20px 0;
}

.hospital_name{
  font-size: large;
  width: 100%;
  display: block;
  text-indent: 10px;
  margin:0 0  10px ;
  }

  .hospital_name a{
    color: #132235;
    text-decoration: none;
  }

.area_list .box{
  margin-bottom: 40px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.hospital_about{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}


  .hospital_about p{
    width: 100%;
  }

ul.area_bottan{
  list-style:none;
  margin: 10px auto !important;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding: 0 !important;
}

.area_bottan li{
  float:left;
	margin-right:0;
}

.area_bottan a{
	color: #132235;
  border: 1px solid #bababa;
  text-decoration:none;
	padding:7px 20px;
	border-radius: 5px;
	-moz-border-radius: 5px;
  -webkit-border-radius: 5px;}
  .area_bottan a:hover{
    opacity: 0.5;
  }

.area_bottan a[href$='.pdf'],
.area_bottan a[href^="http://"],
.area_bottan a[href^="https://"]{
  background: none !important;
}



.area_box img{
	margin:0 auto;
	display: block;}

.area_box p{display: table; width:100%;}

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

/*▲▼▲▼▲▼地域医療人材育成部門▲▼▲▼▲▼*/

.staff_box, .alumni-staff_box{
	padding:0;
	margin:0 0 30px;
  }

.staff_name{
  font-weight: bold;
  font-size: 18px;
}

.staff_profile{
  display:block;
  margin: 0 1em !important;
}

.staff_profile li{
  margin-bottom: 10px;
}

.staff_img{
  display: block;
  margin: 0 auto;
}

/*▲▼▲▼▲▼よくある質問▲▼▲▼▲▼*/
.q_and_a{margin-left:0 !important;}

.q_and_a dl{margin-left: 5px;}

.q_and_a dt{
	font-weight:600;
	position: relative;/*相対位置*/
	padding-left: 1.6em;/*アイコン分のスペース*/
	line-height: 1.4;/*行高*/
	font-size: 1.2em;/*サイズ*/
	margin:0 0 5px 0;
}

.q_and_a dt:before{
	font-weight:600;
	content: "Q.";/*アイコンのユニコード*/
	position: absolute;/*絶対位置*/
	font-size: 1.2em;/*サイズ*/
	left: 0;/*アイコンの位置*/
	top: -0.2em;/*アイコンの位置*/
	color: #387acc; /*アイコン色*/
}


.q_and_a dd{
	position: relative;/*相対位置*/
	padding-left: 1.8em;/*アイコン分のスペース*/
	margin-left: 0px;
	-webkit-margin-start: 0px;
	margin:0 0 25px 2px;
}

.q_and_a dd:before{
	font-weight:600;
	content: "A.";/*アイコンのユニコード*/
	position: absolute;/*絶対位置*/
	font-size: 1.3em;/*サイズ*/
	left: 0;/*アイコンの位置*/
	top: -0;/*アイコンの位置*/
	color: #cc4038; /*アイコン色*/
}

.q_and_a ul,.q_and_a ol{
	margin:0 0 15px !important;}


/*▲▼▲▼▲▼研修?募集案内▲▼▲▼▲▼*/

.red_border{
  padding: 10px ;
  border: #cc4038 1px solid;
  box-sizing: content-box;
}

/*fin*/
