@charset "UTF-8";
/*******************************************************************************

  
*******************************************************************************/

/*------------------------------------------------------------------------------
  共通
------------------------------------------------------------------------------*/
.content .section{
	margin-top: 0 !important;
	border: 1px solid transparent;
}

.content .section:last-child{
	margin-bottom: 100px;
}

p.sign{
	text-align: left;
	font-size: 110%;
}
p.sign > *{
	display: inline-block;
}
p.sign > small{
	color: #888;
	margin-right: 1em;;
}
p.sign > .full-name{
	font-weight: bold;
}

h2 .notice{
	position: absolute;
	right: 1.5em;
	bottom: 1.2em;
}

/*メニュー*/
/* チェックボックスを非表示にする */
.drawer_hidden {
  display: none;
}



/*------------------------------------------------------------------------------
  お知らせ
------------------------------------------------------------------------------*/

.article_content {
    font-size: 90%;
    line-height: 1.6;
}

.article_content > h1 {
    position: relative;
    padding: 0.5em 0;
    font-size: 1.5rem;
    margin: 1em 0;
    text-shadow: 1px 1px 0 white;
}

.article_content > h1 > span {
    display: block;
    padding: 0 0 0 1em;
    border-left: 7px solid green;
    margin: 0 0 0 7px;
}

.section_wrap{
    margin: 1em 0 2em;
    background-color: white;
    border-top: 3px solid #79d1b0;
    border-bottom: 1px solid #79d1b0;
    width: 90%;
    padding: 3% 5%;
}


.news_ttl{
  color: #447450;
  font-size: 1.3em;
  font-weight: bold;
  padding-bottom: 0.5em;
  border-bottom: dotted 2px #CCFFBB;
}

.date{
  color: #AAA;
}

.notify-important{
  padding: 3px 10px;
  background-color: #CCFFBB;
  border-radius: 5px;
  font-weight: normal;
  font-size: 90%;
}

.topics_image img{
  width: 60%;
  height: auto;
}

.topics_tenpu{
  padding: 10px 20px;
  text-decoration: none;
  background-color: #CCFFBB;
  display: inline-block;
  border-radius: 5px;
}

/*------------------------------------------------------------------------------
  病院理念
------------------------------------------------------------------------------*/
.section-idea-1
{
	margin-bottom: 0 !important;
}
.section-idea-1 ul
{
	padding: 1.5em !important;
	background: url(./images/mainimage2.jpg) no-repeat center center;
	background-size: 110%;
	border: 4px double white;
	border-radius: 7px;
	margin-top: 3em;
	text-shadow: 1px 1px 1px white,-1px -1px 1px white;

	overflow: hidden;
}
.section-idea-1 ul > li
{
	font-size: 130%;
	margin: .5em 0;
}
.section-idea-1 ul > li:before
{
	content: '１．';
}

p.sign 
{
	text-align: right;
	padding: 0 2em;
}

.section-idea-2
{

}

.section-idea-2 dl
{
	margin: 2em 0 0;
	padding: 1.5em;
}
.section-idea-2 dl > dt
{
	font-size: 120%;
	padding-left: 20px;
	padding-top: .25em;
	background: url(../theme/images/icon-circle-arrow-white-green-18x18.png) no-repeat left center;
	background-size: 16px;
	color: green;
}
.section-idea-2 dl > dd
{
	margin-left: 20px;
	margin-bottom: 2em;
}
.section-idea-2 dl > dd img
{
	display: block;
	width: 64px;
	margin: 1em 0;
}



/*------------------------------------------------------------------------------
  法人概要
------------------------------------------------------------------------------*/
.section-link ul
{
	margin: 2em 0 0;
	padding: 0;
}

.section-link ul > li
{
	display: inline-block;
	list-style-type: disc;
	list-style-position: outside;
	margin-right: 2em;
	margin-bottom: .75em;
	padding: 0;
	font-size: 110%;
	white-space: nowrap;
	background: url(../theme/images/icon-circle-arrow-white-green-14x14.png) no-repeat left center;
	padding-left: 24px;
}

.section-link ul > li > a
{
	color: #105320;
}
.section-link ul > li > a:hover
{
	text-decoration: underline;
}
.section-link ul > li > a  small
{
	color: black;
	margin-right: .5em;
}
.section-link fieldset
{
	border-style: dashed;
	border-width: 1px;
	margin: 1em 0;
	padding: 0 2em 2em 2em;
}
.section-link fieldset > legend
{
	background-color: #f6f6f6;
	font-size: 110%;
	padding: 0 1em;
}




.tbl-outline
{
	border-bottom-color: #b5c7b5 !important;
	border-right-color: #b5c7b5 !important;
}
.tbl-outline th,
.tbl-outline td
{
	vertical-align: top !important;
	text-align: left !important;
	border-top-color: #b5c7b5 !important;
	border-left-color: #b5c7b5 !important;
}

.tbl-outline th
{
	background: #a8f1d5 url(../theme/images/bg-diagonal-white.png) !important;
	color: rgba(0,0,0,.6) !important;
}




/*------------------------------------------------------------------------------
  採用情報
------------------------------------------------------------------------------*/
.tbl-recruit
{
	margin: 1em 0 3em !important;
}
.tbl-recruit > caption
{
	font-weight: bold;
	font-size: 105%;
	font-family: serif;
	color: black;
	text-shadow: 1px 1px 0 white;
	background: url(../theme/images/icon-circle-arrow-white-brown-15x16.png) no-repeat left center;
	padding: .3em 0 .3em 24px;
}

.tbl-recruit th
{
	width: 8em;
	text-align: left;
}


.tbl-recruit td > span
{
	display: inline-block;
	margin-right: 1em;
	vertical-align: middle;
}
.tbl-recruit td > div 
{
	margin-bottom: .5em;
}
.tbl-recruit td label
{
	margin-right: .5em;
	background-color: green;
	color: white;
	padding: .25em .5em;
	font-size: 85%;
	border-radius: 3px;
}
.tbl-recruit td small
{
	color: red;
}

.tbl-recruit + p.submit-command
{
	text-align: center;
}

.staff_box{
  overflow: hidden;
  align-items: flex-start;
  display: flex;
  width: 90%;
  margin:0 auto;
  padding: 1em 0 2em;
  border-bottom: dotted 2px #BED56D;
}


.staff_box:last-child{
  border-bottom: none;
  padding-top: 2em;
}

.staff_left_ph{
  width: 30%;
  height: auto;
}

.staff_right_text{
  width: 65%;
  margin-left: 5%;
}

.staff_story{
  background-color: #FFF;
}

.staff_story h3{
  font-size: 1.2em;
  font-weight: bold;
  background-image: url("images/icon_fukidashi.svg");
  background-position: center left;
  background-size: 5%;
  background-repeat: no-repeat;
  padding-left: 2em;
  color: #105320;
}



/*------------------------------------------------------------------------------
  情報公開
------------------------------------------------------------------------------*/

.clearfix:after {
    content:" ";
    display:block;
    clear:both;
}

.disclosure .actionPlans {
  display: flex;
  flex-wrap: wrap;
}

.actionPlan {
    margin: 0 .5rem;
    box-sizing: border-box;
    width: 300px;
    /* width: calc(100% / 12 * 4 - 2rem); */
    margin-bottom: 50px;
    text-align: center;
    /* float: left; */
    border: 1px solid #C1C1C1;
}

p.PDFtitle {
    margin: 0;
	line-height: 3em;
	color: #f3f3f3;
    background-color: #79D1B0;
}

.actionPlan:hover {
    opacity: 0.3;	
}
