@charset "utf-8";

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

.lower

******************************************************/
.lower header{
	width: 100%;
	/*height: 156px;
	margin-bottom: 40px;
	position: static;*/
}
.lower .key,
.lower .breadcrumb{
	width: 1100px;
	margin: 0 auto;
}
.lower .key img{
	width: 100%;
	height: auto;
}
.lower .breadcrumb{
	height: 51px;
	padding: 15px;
}
.lower .breadcrumb a{
	color: #38b6ff;
	font-size: 12px;
}

.lower .main{
	width: 775px;
	margin-bottom: 50px;
	float: left;
}
.lower .main img{
	max-width: 100%;
	height: auto;
	display: block;
}
.lower .main .txtbox p{
	margin-bottom: 15px;
	padding: 0 10px;
}
.lower .main p a{
	color: #38b6ff;
}

.lower .catch{
	margin-bottom: 20px;
	position: relative;
}
.lower .catch_img{
	width: 775px;
	height: 446px;
	background-repeat: no-repeat;
}
.lower .catch_txt{
	line-height: 22px;
	position: absolute;
}

.lower .m_link{
	margin-bottom: 45px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: stretch;
}
.lower .m_link .m_box{
	position: relative;
	width: 375px;
	margin-bottom: 27px;
	border: 2px solid #dcdcdc;
}
.lower .m_link .m_box h1{
	padding: 12px 0 12px 2em;
	font-size: 16px;
	background-repeat: no-repeat;
	background-position: 1em center;
}
.lower .m_link .m_box a{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	color: #000;
	text-decoration: none;
}
.lower .m_link .m_box a:hover{
	background-color: #fff;
	opacity: 0.2;
}
.lower .m_link .m_box p{
	padding: 1em;
}

.lower .m_contact{
	width: 411px;
	height: 65px;
	margin: 0 auto 10px;
	line-height: 65px;
	-webkit-border-radius: 9px/5px;
	-moz-border-radius: 9px/5px;
	border-radius: 9px/5px;
	background-color: #094;
	-webkit-box-shadow: 1px 1px #176108;
	-moz-box-shadow: 1px 1px #176108;
	box-shadow: 1px 1px #176108;
	text-align: center;
}
.lower .m_contact a{
	padding-left: 2em;
	display: block;
	color: #fff;
	font-size: 18px;
	text-decoration: none;
}
.lower .m_contact a img{
	margin-left: 2em;
	display: inline-block;
	vertical-align: middle;
}
.lower .m_content h3{
	margin-bottom: 20px;
	padding: 9px 15px;
	font-size: 18px;
	font-weight: normal;
}

.lower .main section{
	margin-bottom: 15px;
}
.lower .taright{
	text-align: right;
}

.lower .main .list_grn{
	padding-left: 1em;
}
.lower .main ul.list_grn{
	list-style-type: square;
}
.lower .main .list_grn li{
	color: #094;
	font-weight: bold;
}
.lower .main .list_grn li span{
	color: #000;
	font-weight: normal;
}

.lower .main .list_pnk{
	margin: 0 10px 10px;
	padding-left: 1.5em;
}
.lower .main .list_pnk li{
	color: #f77bb7;
	font-weight: bold;
}
.lower .main .list_pnk li span{
	color: #000;
	font-weight: normal;
}
.lower .main .list_pnk a{
	color: #38b6ff;
}

.lower .btn_link{
	margin-bottom: 60px;
	text-align: center;
}
.lower .btn_link a{
	width: 347px;
	padding: 20px 5px;
	display: inline-block;
	color: #000;
	font-size: 17px;
	text-decoration: none;
	-webkit-border-radius: 3px/2px;
	-moz-border-radius: 3px/2px;
	border-radius: 3px/2px;
	-webkit-box-shadow: 1px 2px #808080;
	-moz-box-shadow: 1px 2px #808080;
	box-shadow: 1px 2px #808080;
}

.lower .side{
	width: 300px;
	margin-bottom: 50px;
	float: right;
}
.lower .side_box{
	margin-bottom: 35px;
}
.lower .side_box h1{
	height: 50px;
	padding-left: 2em;
	line-height: 50px;
	font-size: 16px;
	background: url(../img/common/s_h1.png) no-repeat 0.5em center;
}

.lower .side_box nav li{
	background-color: #fbfbfb;
}
.lower .side_box nav > ul > li + li,
.lower .side_box nav li:hover li{
	border-top: 1px dashed #000;
}
.lower .side_box nav li a{
	display: block;
	padding: 13px 36px;
	color: #38b6ff;
	background-repeat: no-repeat;
	background-position: 1em center;
}
.lower .side_box nav li li{
	background-color: #fff;
}
.lower .side_box nav li li a{
	background : none!important;
}

.lower .side_box nav ul{
	margin: 0;
	padding: 0;
}
/*-- li:hover --*/
.lower .side_box nav ul li a {
	display: table;
	width: 100%;
	text-align: left;
	overflow: hidden;
}
.lower .side_box nav ul li ul {
	margin: 0;
	padding: 0;
}
.lower .side_box nav ul li li a {
	display: block;
	margin-top: 0;
	padding: 0 36px;
	height: 0;
}
.lower .side_box nav ul > li:hover li a {
	display: table;
	padding: 13px 36px;
	width: 100%;
}
.lower .side_box nav ul * {
	-moz-transition: .5s;
	-webkit-transition: .5s;
	-o-transition: .5s;
	-ms-transition: .5s;
	transition: .5s;
}

.lower .side_box_inner{
	padding: 20px 0;
	border-bottom: 1px dashed #000;
}
.lower .side_box_inner .side_inner_img{
	float: left;
}
.lower .side_box_inner .side_inner_img img{
	width: 84px;
	height: auto;
	display: block;
}
.lower .side_box_inner .side_inner_txt{
	width: 200px;
	float: right;
}
.lower .side_box_inner p{
	margin: 5px 0 ;
}
.lower .side_box_inner p:first-child{
	margin-top: 0;
}
.lower .side_box_inner p + a{
	font-weight: bold;
}
.lower .side_box_inner a{
	color: #38b6ff;
	text-decoration: underline;
}
.lower .side_box_inner .side_read{
	text-align: right;
}
.lower .side_more{
	width: 251px;
	height: 41px;
	line-height: 41px;
	margin: 0 auto 35px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-shadow: 1px 2px #808080;
	-moz-box-shadow: 1px 2px #808080;
	box-shadow: 1px 2px #808080;
	text-align: center;
}
.lower .side_more a {
	display: block;
	color: #000;
	text-decoration: none;
}
.lower .side_bnr a {
	width: 300px;
	height: 111px;
	margin-bottom: 19px;
	display: block;
}

.lower .side_bnr a img {
	width: 100%;
	height: auto;
}

.lower .gotop{
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 100;
}

/***サイドナビ削除***/
.lower .main.main-w{
	width: 1100px;
	clear: both;
}


@media screen and (max-width: 750px) {
	/*.lower header{
		height: 117px;
		margin-bottom: 0;
	}*/
	.lower .key,
	.lower .breadcrumb{
		width: 100%;
		height: auto;
	}
	.lower .breadcrumb a{
		font-size: 14px;
	}
	.lower .catch{
		margin: 0 -20px;
		position: relative;
	}
	.lower .catch_img{
		width: 100%;
		height: 0;
		margin-bottom: 16px;
		padding-top: 43%;
	}
	.lower .catch_txt{
		padding: 0 20px;
		position: static;
	}
	.lower .catch_txt p{
		width: 100%;
		line-height: 1.4;
		font-size: 18px;
	}
	.lower .main{
		width: 100%;
		margin-bottom: 50px;
		float: none;
	}

	.lower .main.main-w{
		width: 100%;
	}
	.lower .m_link .m_box{
		width: 48%;
		margin-bottom: 23px;
	}
	.lower .m_link .m_box h1{
		font-size: 18px;
	}
	.lower .m_link .m_box p{
		font-size: 16px;
	}
	.lower .m_contact{
		width: 100%;
		max-width: 411px;
	}
	.lower .btn_link{
		margin-bottom: 90px;
	}
	.lower .btn_link a{
		width: 100%;
		max-width: 347px;
	}

	.lower .side{
		width: 100%;
		float: none;
	}
	.lower .side_box h1{
		font-size: 18px;
	}
	.lower .side_box_inner{
		border: none;
	}
	.lower .side_box_inner .side_inner_img{
		float: none;
	}
	.lower .side_box_inner .side_inner_img img{
		width: 250px;
		height: auto;
		margin: 0 auto 24px;
	}
	.lower .side_box_inner .side_inner_txt{
		width: 100%;
		float: none;
	}
	.lower .side_box_inner p{
		margin: 10px 0;
		font-size: 18px;
	}
	.lower .side_box_inner a{
		font-size: 18px;
	}
	.lower .side_box_inner .side_read{
		font-size: 20px;
	}
	.lower .side_more{
		width: 100%;
		max-width: 328px;
		height: 56px;
		margin: 0 auto 73px;
		line-height: 56px;
		font-size: 18px;
	}
	.lower .sm_bnr{
		margin-bottom: 110px;
	}
	.lower .sm_bnr a{
		width: 32%;
		max-width: 224px;
		height: auto;
		max-height: 183px;
		padding: 0;
		float: left;
	}
	.lower .sm_bnr a + a{
		margin-left: 2%;
	}
	.lower .sm_bnr a img{
		width: 100%;
		height: auto;
	}

	.lower .inner02{
		position: relative;
	}
	.lower .gotop{
		position: absolute;
		bottom: -85px;
		left: 0;
		right: 0;
		text-align: center;
	}
}

@media screen and (max-width: 650px) {
	.lower header{
		height: 75px;
	}
}

@media screen and (max-width: 490px) {
	.lower header{
		height: 65px;
	}
	.lower .m_link .m_box{
		width: 100%;
		margin-bottom: 23px;
	}
	.lower .m_contact a{
		padding-left: 0;
	}
	.lower .m_contact a img{
		margin-left: 1em;
	}
}

/*--------------------------------------------------
.lower .child
--------------------------------------------------*/
.lower .child .main > h1{
	margin-bottom: 10px;
	padding: 21px 0;
	font-size: 30px;
}
.lower .child .main h2{
	width: 775px;
	margin-bottom: 25px;
	font-size: 22px;
	border-bottom-style: solid;
	border-bottom-width: 3px;
}

@media screen and (max-width: 750px) {
	.lower .child .main h2{
		width: 100%;
	}
}



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

医師・研修医の募集		doctor

******************************************************/
.lower .doctor .m_link .m_box.nodata {
	border: none;
}

.lower .doctor .m_link .m_box h1,
.lower .doctor .side_box nav li a,
.faq .faq_d .side_box nav li a,
.faq .faq_r .side_box nav li a{
	background-image: url(../img/doctor/arrow.png);
}
.lower .doctor .m_link .m_box h1,
.lower .doctor .side_box h1,
.lower .doctor .side_more,
.faq .faq_d .side_box h1,
.faq .faq_d .side_more,
.faq .faq_r .side_box h1,
.faq .faq_r .side_more{
	background-color: #c7f5d7;
}
.lower .doctor .side_box h1,
.faq .faq_d .side_box h1,
.faq .faq_r .side_box h1{
	color: #208638;
}
.lower .doctor .catch_img{
	background-image: url(../img/doctor/catch.jpg);
}
.lower .doctor .catch_txt{
	width: 28em;
	top: 270px;
	left: 40px;
}
.lower .doctor .lead_txt{
	margin-bottom: 20px;
	font-size: 16px;
}

@media screen and (max-width: 750px) {
	.lower .doctor .catch_img{
		background-image: url(../img/doctor/sm_catch.jpg);
		background-size: contain;
	}
	.lower .doctor .catch_txt{
		width: 100%;
	}
	.lower .doctor .m_link .m_box.nodata {
		display: none;
	}
}

.lower .doctor .m_content{
	margin-bottom: 40px;
}
.lower .doctor .m_content h3{
	background-color: #c7f5d7;
}
.lower .doctor .m_content .m_link{
	margin-bottom: 0;
}
.lower .doctor .btn_link a,
.lower .doctor .cont_d h3{
	background-color: #c7f5d7;
}
.lower .doctor .cont_r h3,
.lower .doctor .cont_r .m_link .m_box h1{
	background-color: #ddf5c7;
}

.lower .doctor .child h2{
	padding: 4px 0 4px 37px;
	font-size: 22px;
	background: url(../img/doctor/h2.png) no-repeat 9px center;
	border-bottom-color: #c7f5d7;
}
.lower .doctor table{
	width: 100%;
}
.lower .doctor table,
.lower .doctor th,
.lower .doctor td{
	border-collapse: separate;
	border-spacing: 0;
	text-align: left;
}
.lower .doctor table{
	border-top: 1px solid #b5b5b5;
	border-left: 1px solid #b5b5b5;
}
.lower .doctor th,
.lower .doctor td{
	padding: 10px;
	border-right: 1px solid #b5b5b5;
	border-bottom: 1px solid #b5b5b5;
}
.lower .doctor th{
	background-color: #eee;
}
.lower .doctor table a{
	color: #38b6ff;
}

/* 現在準備中です */
.lower .doctor .main > h1 + p{
	margin-top: 30px;
}

/*--------------------------------------------------
募集要項		doctor / guidelines
--------------------------------------------------*/
/*-- 初期研修医 --*/
.lower .doctor .guidelines .tbl02{
	margin-bottom: 25px;
	border-top: none;
}

.lower .doctor .guidelines .tbl01 th,
.lower .doctor .guidelines .tbl02 th.col01{
	width: 18%;
}
.lower .doctor .guidelines .tbl02 td{
	padding: 0;
}

.lower .doctor .guidelines .tbl02 td table{
	border: none;
}
.lower .doctor .guidelines .tbl02 .col02{
	width: 12%;
}
.lower .doctor .guidelines .tbl02 .col02 + th{
	width: 15%;
}
.lower .doctor .guidelines .tbl02 td table td{
	padding: 15px;
}
.lower .doctor .guidelines .tbl02 td table td{
	border-right: none;
}
.lower .doctor .guidelines .tbl02 td table tr:last-child th,
.lower .doctor .guidelines .tbl02 td table tr:last-child td{
	border-bottom: none;
}
/*-- 後期研修医 --*/
.lower .doctor .guidelines table ul.list_grn{
	margin-bottom: 1em;
	margin-left: .5em;
	list-style: disc;
}

@media screen and (max-width: 650px) {
	.lower .doctor .guidelines > table > tbody > tr > th,
	.lower .doctor .guidelines > table > tbody > tr > td{
		width: 100%;
		display: block;
	}
	/*-- 初期研修医 --*/
	.lower .doctor .guidelines .tbl01 th,
	.lower .doctor .guidelines .tbl01 td,
	.lower .doctor .guidelines .tbl02 th.col01,
	.lower .doctor .guidelines .tbl02 td.col01{
		width: 100%;
	}
	.lower .doctor .guidelines .tbl01 tr:last-child th{
		border-bottom: 1px solid #b5b5b5;
	}
}


/*--------------------------------------------------
プログラム概要		doctor / program
--------------------------------------------------*/
.lower .doctor .program h2{
	margin-bottom: 15px;
	border-bottom: none;
}
.lower .doctor .program h2:not(:first-child){
	margin-top: 30px;
}
.lower .doctor .program .m_content h3{
	margin: 25px 0 15px;
}
.lower .doctor .program .m_content h2 + h3{
	margin-top: 15px;
}
.lower .doctor .program .m_content p{
	margin-bottom: 1em;
}
/*-- 初期研修医 --*/
.lower .doctor .program .m_content ol{
	margin-left: .5em;
}
.lower .doctor .program .m_content .bdr_box{
	margin-bottom: 1em;
	padding: 15px 15px 10px;
	border: 3px solid #cdcdcd;
}
.lower .doctor .program .m_content .bg_grn{
	margin-top: 1em;
	padding: 1em;
	background-color: #e9f4ed;
}
.lower .doctor .program .m_content .bdr_box p{
	margin-bottom: 5px;
}
.lower .doctor .program .m_content .bg_grn p{
	margin-bottom: 0;
}
/*-- 卒後臨床研修ローテーション表 --*/
.lower .doctor .program .m_content h4{
	margin-bottom: 10px;
	color: #094;
	border-bottom: 1px solid #c7f5d7;
}
.lower .doctor .program .m_content table{
	margin-bottom: 20px;
	border-left: none;
}
.lower .doctor .program .m_content tr:last-child th{
}
.lower .doctor .program .m_content thead{
	display: block;
	float: left;
	border-left: 1px solid #b5b5b5;
}
.lower .doctor .program .m_content thead th{
	width: 80px;
	height: 55px;
	padding-left: 5px;
	padding-right: 2px;
	text-align: center;
}
.lower .doctor .program .m_content tbody{
	display: block;
}
.lower .doctor .program .m_content tbody td{
	width: 58px;
	height: 55px;
	padding: 0;
	text-align: center;
}
.program_ori{
	width: 80px !important;
	font-size: 0.8em;
}
.program_nai{
	width: 30px !important;
	border-right-color: #ffffff !important;
}

@media screen and (max-width: 750px) {
	.lower .doctor .program .m_content table{
		display: block;
	}
	.lower .doctor .program .m_content thead{
	}
	.lower .doctor .program .m_content tbody{
		overflow-x: scroll;
	}
	.lower .doctor .program .m_content tbody td{
		padding: 0 7px;
		white-space: nowrap;
	}
}

/*--------------------------------------------------
VHJ機構について		doctor / vhj
--------------------------------------------------*/
.lower .doctor .vhj h2{
	border: none;
}
.lower .doctor .vhj ul{
	margin: 0 1em 1em;
	list-style: disc;
}

@media screen and (max-width: 750px) {}


/*--------------------------------------------------
臨床研修管理委員長からのメッセージ		doctor / message
--------------------------------------------------*/
.lower .doctor .message figure{
	margin-bottom: 30px;
	position: relative;
}
.lower .doctor .message figcaption{
	position: absolute;
	left: 170px;
	bottom: 0;
}
.lower .doctor .message figcaption span{
	font-size: 18px;
	line-height: 2.5;
}
.lower .doctor .message .page_link{
	margin-bottom: 50px;
	display: flex;
	justify-content: space-around;
}
.lower .doctor .message .page_link a{
	width: 40%;
	padding: 10px 7px;
	display: block;
	color: #000;
	text-decoration: none;
	text-align: center;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	background-color: #c7f5d7;
	-webkit-box-shadow: 1px 1px rgba(128,128,128,.51);
	-moz-box-shadow: 1px 1px rgba(128,128,128,.51);
	box-shadow: 1px 1px rgba(128,128,128,.51);
}
.lower .doctor .message #p01,
.lower .doctor .message #p02{
	margin-bottom: 40px;
}
.lower .doctor .message #p01 h2,
.lower .doctor .message #p02 h2{
	border-bottom: none;
}
.lower .doctor .message #p01 img,
.lower .doctor .message #p02 img{
	margin-bottom: 15px;
}
.lower .doctor .message section h1{
	margin-bottom: 1em;
	padding: 0 10px 5px;
	color: #1bab4c;
	font-size: 16px;
	border-bottom: 2px solid #c7f5d7;
}
.lower .doctor .message section p{
	margin-bottom: 1em;
	padding: 0 10px;
}

@media screen and (max-width: 750px) {
	.lower .doctor .message .catch{
		margin-bottom: 25px;
	}
}

.lower .doctor .guideline table{
	width: 100%;
	margin-bottom: 30px;
}
.lower .doctor .guideline table a{
	text-decoration: underline;
	color: #38b6ff;
}
.lower .doctor .guideline table,
.lower .doctor .guideline th,
.lower .doctor .guideline td{
	border-collapse: collapse;
}
.lower .doctor .guideline table{
	border-top: 1px solid #b5b5b5;
	border-left: 1px solid #b5b5b5;
}
.lower .doctor .guideline th,
.lower .doctor .guideline td{
	padding: 15px;
	border-right: 1px solid #b5b5b5;
	border-bottom: 1px solid #b5b5b5;
}
.lower .doctor .guideline th{
	width: 270px;
	background-color: #f5f6e7;
	text-align: left;
	vertical-align: top;
}

@media screen and (max-width: 750px) {
	.lower .doctor .guideline th{
		width: 30%;
		max-width: 270px;
	}
}

@media screen and (max-width: 650px) {
	.lower .doctor .guideline th,
	.lower .doctor .guideline td{
		width: 100%;
		max-width: 650px;
		display: block;
	}
}


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

看護師の募集		nurse

******************************************************/
.lower .nurse .m_link .m_box h1,
.lower .nurse .side_box nav li a,
.faq .faq_n .side_box nav li a{
	background-image: url(../img/nurse/arrow.png);
}
.lower .nurse .m_link .m_box h1,
.lower .nurse .side_box h1,
.lower .nurse .side_more,
.faq .faq_n .side_box h1,
.faq .faq_n .side_more{
	background-color: #f9d4ec;
}
.lower .nurse .side_box h1,
.faq .faq_n .side_box h1{
	color: #c05d8d;
}
.lower .nurse .catch_img{
	background-image: url(../img/nurse/catch.jpg);
}
.lower .nurse .catch_txt{
	width: 23em;
	top: 273px;
	left: 43px;
}

.lower .nurse .main h2{
	padding: 4px 0 4px 37px;
	font-size: 22px;
	background: url(../img/nurse/h2.png) no-repeat 9px center;
}
.lower .nurse .m_content{
	margin-bottom: 63px;
}
.lower .nurse .m_content h3{
	background-color: #FFF3F9;
}
.lower .nurse .m_content img{
	margin-bottom: 27px;
}
.lower .nurse .m_content p{
	width: 364px;
	margin: 0 21px 20px 11px;
}

.lower .nurse .btn_link a{
	background-color: #f8cfea;
}

.lower .nurse .side .s_tour,
.faq .faq_n .side .s_tour{
	margin-bottom: 26px;
}

@media screen and (max-width: 750px) {
	.lower .nurse .catch{}
	.lower .nurse .catch_img{
		background-image: url(../img/nurse/sm_catch.jpg);
		background-size: contain;
	}
	.lower .nurse .catch_txt{
		width: 100%;
	}
	.lower .nurse .main h2{
		margin-bottom: 17px;
		border-bottom: 3px solid #f9d4ec;
	}
	.lower .nurse .m_content{
		margin-bottom: 40px;
	}
	.lower .nurse .m_content .floatL,
	.lower .nurse .m_content .floatR{
		float: none;
	}
	.lower .nurse .m_content img{
		margin: 0 auto 15px;
	}
	.lower .nurse .m_content p{
		width: 100%;
		margin: 0 auto 20px;
		font-size: 16px;
	}
	.lower .nurse .side .s_tour,
	.faq .faq_n .side .s_tour{
		margin-bottom: 65px;
		text-align: center;
	}
	.lower .nurse .side .s_tour img,
	.faq .faq_n .side .s_tour img{
		width: 100%;
		max-width: 300px;
		height: auto;
	}
}

.lower .nurse .child h2{
	border-bottom-color: #f9d4ec;
}
.lower .nurse .main section h1{
	margin-bottom: 12px;
	padding-left: 10px;
	color: #f77bb7;
	font-size: 16px;
	font-weight: normal;
	border-bottom: 2px solid #fedff1;
}
.lower .nurse .main section p{
	margin: 0 0 10px;
	padding: 0 10px;
}
.lower .nurse .main p span{
	color: #f77bb7;
	font-weight: bold;
}

.lower .nurse table{
	width: 100%;
}
.lower .nurse table,
.lower .nurse th,
.lower .nurse td{
	border-collapse: collapse;
}
.lower .nurse table{
	border-top: 1px solid #b5b5b5;
	border-left: 1px solid #b5b5b5;
}
.lower .nurse th,
.lower .nurse td{
	padding: 15px;
	border-bottom: 1px solid #b5b5b5;
	border-right: 1px solid #b5b5b5;
}
.lower .nurse th{
	background-color: #eee;
}


/*--------------------------------------------------
看護師の一日		nurse / oneday
--------------------------------------------------*/
.lower .nurse .oneday dl{
	clear: both;
}
.lower .nurse .oneday .day{
	background-color: #fffcda;
}
.lower .nurse .oneday .night{
	background-color: #b6d9ea;
}
.lower .nurse .oneday dt{
	width: 103px;
	float: left;
	font-size: 16px;
}
.lower .nurse .oneday dt,
.lower .nurse .oneday dt + dd{
	min-height: 45px;
	padding: 10px 12px;
}
.lower .nurse .oneday dt + dd{
	width: 670px;
	margin-left: 103px;
	font-size: 18px;
	background-color: #f5f5f5;
}
.lower .nurse .oneday dd + dd{
	padding: 10px 0 10px 113px;;
	font-size: 14px;
	line-height: 22px;
	background-color: #fff;
}
.lower .nurse .oneday dd p{
	margin: 0;
	float: left;
}
.lower .nurse .oneday dd img{
	float: right;
}

@media screen and (max-width: 750px) {
	.lower .nurse .oneday h2{
		width: 100%;
	}
	.lower .nurse .oneday dt{
		width: 22%;
	}
	.lower .nurse .oneday dt + dd{
		width: 78%;
		max-width: 605px;
		margin-left: 22%;
		font-size: 16px;
	}
	.lower .nurse .oneday dd + dd{
		width: 100%;
		padding: 10px;
	}
	.lower .nurse .oneday dd p{
		margin-bottom: 25px;
		float: none;
	}
	.lower .nurse .oneday dd img{
		float: none;
	}
}

/*--------------------------------------------------
採用情報		nurse / recruite
--------------------------------------------------*/
.lower .nurse .child .catch img{
	margin-bottom: 20px;
}
.lower .nurse .recruite .catch ul{
	margin-bottom: 40px;
	padding-left: 1.5em;
}
.lower .nurse .recruite .catch li{
	width: 50%;
	line-height: 1.7;
}
.lower .nurse .recruite .catch li:nth-child(odd){
	float: left;
}
.lower .nurse .recruite .catch li:nth-child(even){
	float: right;
}

@media screen and (max-width: 750px) {
	.lower .nurse .recruite .catch ul{
		margin-left: 20px;
	}
	.lower .nurse .recruite .catch li:nth-child(odd),
	.lower .nurse .recruite .catch li:nth-child(even){
		width: 100%;
		float: none;
	}
	
	.lower iframe {
		height: 2700px !important;
	}
}

/*--------------------------------------------------
募集要項		nurse / recruite / guideline
--------------------------------------------------*/
.lower .nurse .guideline table{
	margin-bottom: 40px;
}
.lower .nurse .guideline th{
	width: 197px;
	text-align: left;
	vertical-align: top;
}
.lower .nurse .guideline td a{
	color: #38b6ff;
}

@media screen and (max-width: 750px) {
	.lower .nurse .guideline th{
		width: 28%;
	}
}

/*--------------------------------------------------
奨学金制度		nurse / recruite / scholarship
--------------------------------------------------*/
.lower .nurse .scholarship .catch p{
	padding: 0 10px;
}
.lower .nurse .scholarship .m_content h2{
	border-bottom: none;
}
.lower .nurse .scholarship .m_content ul{
	margin-left: 2em;
	margin-bottom: 20px;
}
.lower .nurse .scholarship .m_content p{
		width: 100%;
}
.lower .nurse .scholarship th:nth-child(-n+2){
	background-color: #eee;
}

/*--------------------------------------------------
看護部長から皆様へ		nurse / greeting
--------------------------------------------------*/
.lower .nurse .greeting .director{
	margin-bottom: 30px;
}
.lower .nurse .greeting .director .catch img{
	margin: 0 auto;
}
.lower .nurse .greeting .director figure img{
	margin: 0 auto 10px;
}
.lower .nurse .greeting .director p{
	width: 570px;
	margin-bottom: 10px;
}
.lower .nurse .greeting ol{
	margin-left: 1em;
}

@media screen and (max-width: 750px) {
	.lower .nurse .greeting .director figure{
		margin-bottom: 20px;
		float: none;
	}
	.lower .nurse .greeting .director p{
		width: 100%;
		float: none;
	}
}

/*--------------------------------------------------
教育制度		nurse / education
--------------------------------------------------*/
.lower .nurse .education{}

/*--------------------------------------------------
教育担当からあいさつ		nurse / education / educator
--------------------------------------------------*/
.lower .nurse .educator .catch{
	margin-bottom: 30px;
}
.lower .nurse .educator .txtbox{
	margin-bottom: 30px;
}
.lower .nurse .educator figure{
	margin-bottom: 20px;
	text-align: center;
}
.lower .nurse .educator figure img{
	margin: 0 auto 10px;
}
.lower .nurse .educator .w27em{
	width: 27em;
}
.lower .nurse .educator .bg_pnk{
	margin-bottom: 20px;
	padding: 15px;
	background-color: #fff5f9;
}
.lower .nurse .educator .bg_pnk p{
	width: 480px;
}

@media screen and (max-width: 750px) {
	.lower .nurse .educator .bg_pnk .floatL,
	.lower .nurse .educator .bg_pnk .floatR{
		float: none;
	}
	.lower .nurse .educator .txtbox .floatR,
	.lower .nurse .educator .txtbox .floatL{
		float: none;
	}
	.lower .nurse .educator .w27em{
		width: 100%;
	}
	.lower .nurse .educator .txtbox img,
	.lower .nurse .educator .bg_pnk img{
		margin: 0 auto 20px;
	}
	.lower .nurse .educator .bg_pnk p{
		width: 100%;
	}
}

/*--------------------------------------------------
教育体制			nurse / education / system
--------------------------------------------------*/
.lower .nurse .system .page_link{
	width: 343px;
	height: 41px;
	-webkit-border-radius: 3px/2px;
	-moz-border-radius: 3px/2px;
	border-radius: 3px/2px;
	background-color: #fff3fa;
	-webkit-box-shadow: 1px 1px rgba(128,128,128,.51);
	-moz-box-shadow: 1px 1px rgba(128,128,128,.51);
	box-shadow: 1px 1px rgba(128,128,128,.51);
	float: left;
	margin-left: 25px;
	margin-bottom: 45px;
}
.lower .nurse .system .page_link a{
	display: block;
	color: #000;
	line-height: 41px;
	text-decoration: none;
	text-align: center;
}
.lower .nurse .system h2{
	border-bottom: none;
}
.lower .nurse .system h3{
	margin-bottom: 20px;
	padding: 9px 15px;
	font-size: 18px;
	font-weight: normal;
	background-color: #FFF3F9;
}
.lower .nurse .system .pdf_dl{
	margin-bottom: 30px;
	text-align: center;
}
.lower .nurse .system .pdf_dl img{
	margin: 0 auto 10px;
}
.lower .nurse .system .pdf_dl a,
.lower .nurse .system figcaption a{
	color: #38b6ff;
}
.lower .nurse .system .w26em{
	width: 26em;
}
.lower .nurse .system figure{
	margin: 0 0 15px 10px;
}
.lower .nurse .system figure img{
	margin-right: 10px;
	float: left;
}
.lower .nurse .system .tbl{
	width: 100%;
	display: flex;
	flex-wrap:wrap;
	border-top: 1px solid #b5b5b5;
}
.lower .nurse .system .tbl li{
	width: 50%;
	line-height: 45px;
	padding-left: 10px;
	border-bottom: 1px solid #b5b5b5;
}
.lower .nurse .system .tbl li:nth-child(odd){
	border-left: 1px solid #b5b5b5;
}
.lower .nurse .system .tbl li:nth-child(even){
	border-left: 1px solid #b5b5b5;
	border-right: 1px solid #b5b5b5;
}
.lower .nurse .system .tbl li span{
	width: 20%;
	margin-right: 10px;
	margin-left: -10px;
	padding-left: 10px;
	display: inline-block;
	background-color: #eee;
	border-right: 1px solid #b5b5b5;
	font-weight: bold;
}
.lower .nurse .system #p01,
.lower .nurse .system #p02{
	margin-bottom: 35px;
}

@media screen and (max-width: 750px) {
	.lower .nurse .system .page_link{
		width: 100%;
		max-width: 343px;
		float: none;
		margin: 0 auto 25px;
	}
	.lower .nurse .system .w26em{
		width: 100%;
		margin: 0 auto 10px;
		padding: 0 10px;
	}
	.lower .nurse .system section .floatL,
	.lower .nurse .system section .floatR{
		float: none;
	}
	.lower .nurse .system section .floatL img,
	.lower .nurse .system section .floatR img{
		margin: 0 auto 10px;
	}
	.lower .nurse .system figure{
		margin-left: 0;
	}
	.lower .nurse .system figure img{
		margin: 0 auto 10px;
		float: none;
	}
	.lower .nurse .system figcaption{
		text-align: center;
	}
	.lower .nurse .system .img_area .floatL,
	.lower .nurse .system .img_area .floatR{
		float: none;
	}
	.lower .nurse .system .img_area img{
		margin: 0 auto 10px;
	}
	.lower .nurse .system .tbl li{
		width: 100%;
	}
	.lower .nurse .system .tbl li:nth-child(odd){
		border-right: 1px solid #b5b5b5;
	}
}

/*--------------------------------------------------
院内研修風景		nurse / education / system / scene
--------------------------------------------------*/
.lower .nurse .scene h2{
	margin-bottom: 20px;
	padding: 9px 15px;
	font-size: 18px;
	font-weight: normal;
	background-color: #FFF3F9;
	background-image: none;
	border: none;
}
.lower .nurse .scene figure{
	width: 375px;
	margin-bottom: 30px;
	display: inline-block;
	vertical-align: top;
}
.lower .nurse .scene figure img{
	margin-bottom: 10px;
}

@media screen and (max-width: 750px) {
	.lower .nurse .scene figure{
		width: 100%;
	}
	.lower .nurse .scene figure:nth-child(odd){
		margin-right: 0;
	}
	.lower .nurse .scene figure img{
		margin: 0 auto 10px;
	}
}

/*--------------------------------------------------
認定看護師支援制度		nurse / education / certified
--------------------------------------------------*/
.lower .nurse .certified .cn_list{
	width: 680px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
}
.lower .nurse .certified .cn_list figure{
	width: 25%;
	margin-bottom: 20px;
	text-align: center;
}
.lower .nurse .certified .cn_list figure img{
	width: 140px;
	height: auto;
	margin: 0 auto 10px;
	display: inline-block;
}
.lower .nurse .certified .cn_list figcaption{
	max-width: 140px;
	margin: 0 auto;
	font-size: 13px;
	text-align: left;
}

@media screen and (max-width: 750px) {
	.lower .nurse .certified .cn_list{
		width: 100%;
	}
	.lower .nurse .certified .cn_list figure{
		width: 40%;
		margin: 0 5% 20px;
	}
	.lower .nurse .certified .cn_list figure img{
		width: 100%;
		max-width: 140px;
		height: auto;
	}
}
@media screen and (max-width: 400px) {
	.lower .nurse .certified .cn_list figcaption .nowrap{
		white-space: normal;
	}
}

/*--------------------------------------------------
復職支援プログラム		nurse / education / program
--------------------------------------------------*/
.lower .nurse .program p{
	width: 100%;
}

@media screen and (max-width: 750px) {}

/*--------------------------------------------------
病院見学		nurse / event / kengaku
--------------------------------------------------*/
.lower .nurse .kengaku .bdr_pnk{
	padding: 10px 15px;
	border: 1px solid #F879B6;
}
.lower .nurse .kengaku p{
	width: 100%;
	margin: 0 auto 20px;
}
.lower .nurse .kengaku table{
	margin-bottom: 20px;
}
.lower .nurse .kengaku th{
	text-align: left;
	vertical-align: top;
}

/*--------------------------------------------------
部署紹介	nurse / station
--------------------------------------------------*/
.lower .nurse .station img{
	margin: 0 auto 20px;
}
.lower .nurse .station p{
	margin-bottom: 20px;
	padding: 0 20px;
}
.lower .nurse .station .m_box img{
	margin: 20px 0 20px 15px;
	float: left;
}
.lower .nurse .station .m_box p{
	width: 15em;
	margin: 20px 10px 20px 0;
	padding: 0;
	float: right;
}

@media screen and (max-width: 750px) {
	.lower .nurse .station p{
		width: 100%;
		padding: 0;
	}
	.lower .nurse .station .floatL,
	.lower .nurse .station .floatR{
		float: none;
	}
	.lower .nurse .station .m_box img,
	.lower .nurse .station .m_box p{
		margin: 20px auto;
		float: none;
	}
	.lower .nurse .station .m_box p{
		width: 100%;
		padding: 0 10px;
	}
}




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

医療スタッフの募集		staff

******************************************************/
.lower .staff .m_link .m_box h1,
.lower .staff .side_box nav li a,
.faq .faq_s .side_box nav li a{
	background-image: url(../img/staff/arrow.png);
}
.lower .staff .m_link .m_box h1,
.lower .staff .side_box h1,
.lower .staff .side_more,
.faq .faq_s .side_box h1,
.faq .faq_s .side_more{
	background-color: #f8f08f;
}
.lower .staff .side_box h1,
.faq .faq_s .side_box h1{
	color: #8b8210;
}
.lower .staff .catch_img{
	background-image: url(../img/staff/catch.jpg);
}
.lower .staff .catch_txt{
	width: 19em;
	top: 246px;
	left: 40px;
}

@media screen and (max-width: 750px) {
	.lower .staff .catch_img{
		background-image: url(../img/staff/sm_catch.jpg);
		background-size: contain;
	}
	.lower .staff .catch_txt{
		width: 100%;
	}
}

/*--------------------------------------------------
現在募集中の職種		staff / basis
--------------------------------------------------*/
.lower .staff .child p{
	margin-bottom: 15px;
}
.lower .staff .child h2 {
	padding: 4px 0 4px 37px;
	font-size: 22px;
	background: url(../img/staff/h2.png) no-repeat 9px center;
	border-bottom-color: #f8f08f;
}
.lower .staff .m_content h3 {
	background-color: #FED86C;
}

.lower .staff .staff_new .m_content h3 {
	background-color: #F0EC7A;
}

.lower .staff .staff_doctor .m_content h3 {
	background-color: #C1F4D3;
}

.lower .staff .child table{
	width: 100%;
	margin-bottom: 30px;
}
.lower .staff .child table a{
	text-decoration: underline;
	color: #38b6ff;
}
.lower .staff .child table,
.lower .staff .child th,
.lower .staff .child td{
	border-collapse: collapse;
}
.lower .staff .child table{
	border-top: 1px solid #b5b5b5;
	border-left: 1px solid #b5b5b5;
}
.lower .staff .child th,
.lower .staff .child td{
	padding: 15px;
	border-right: 1px solid #b5b5b5;
	border-bottom: 1px solid #b5b5b5;
}
.lower .staff .child th {
	width: 270px;
	background-color: #ebebeb;
	text-align: left;
	vertical-align: top;
}

@media screen and (max-width: 750px) {
	.lower .staff .child th{
		width: 30%;
		max-width: 270px;
	}
}

@media screen and (max-width: 650px) {
	.lower .staff .child th,
	.lower .staff .child td{
		width: 100%;
		max-width: 650px;
		display: block;
	}
}




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

先輩の声		voice

******************************************************/
.lower .voice .m_link .m_box h1,
.lower .voice .side_box nav li a{
	background-image: url(../img/voice/arrow.png);
}
.lower .voice .m_link .m_box h1,
.lower .voice .side_box h1,
.lower .voice .side_more{
	background-color: #c2eafe;
}
.lower .voice .side_box h1{
	color: #0f6eb1;
}
.lower .voice .main h1{
	margin-bottom: 20px;
	padding: 10px 0 10px 55px;
	background-repeat: no-repeat;
	background-position: left center;
}

.lower .voice .main .voice_n a,
.lower .voice .main .voice_r a,
.lower .voice .main .voice_s a{
	width: 343px;
	height: 41px;
	margin-bottom: 20px;
	display: block;
	-webkit-border-radius: 3px/2px;
	-moz-border-radius: 3px/2px;
	border-radius: 3px/2px;
	-webkit-box-shadow: 1px 1px rgba(128,128,128,.51);
	-moz-box-shadow: 1px 1px rgba(128,128,128,.51);
	box-shadow: 1px 1px rgba(128,128,128,.51);
	color: #000;
	font-size: 16px;
	line-height: 41px;
	text-align: center;
	text-decoration: none;
}
.lower .voice .main .voice_n a:nth-child(odd),
.lower .voice .main .voice_r a:nth-child(odd),
.lower .voice .main .voice_s a:nth-child(odd){
	margin-left: 30px;
	float: left;
}
.lower .voice .main .voice_n a:nth-child(even),
.lower .voice .main .voice_r a:nth-child(even),
.lower .voice .main .voice_s a:nth-child(even){
	margin-right: 30px;
	float: right;
}

@media screen and (max-width: 750px) {
	.lower .voice .main .voice_n a,
	.lower .voice .main .voice_r a,
	.lower .voice .main .voice_s a{
		width: 48%;
		max-width: 343px;
	}
	.lower .voice .main .voice_n a:nth-child(odd),
	.lower .voice .main .voice_r a:nth-child(odd),
	.lower .voice .main .voice_s a:nth-child(odd){
		margin-left: 0;
	}
	.lower .voice .main .voice_n a:nth-child(even),
	.lower .voice .main .voice_r a:nth-child(even),
	.lower .voice .main .voice_s a:nth-child(even){
		margin-right: 0;
	}
}

/*-- 看護師 --*/
.lower .voice .voice_n h1{
	background-image: url(../img/voice/nurse/img01.png);
}
.lower .voice .main .voice_n a{
	background-color: #f7cee8;
}
/*-- 研修医 --*/
.lower .voice .voice_r h1{
	background-image: url(../img/voice/resident/img01.png);
}
.lower .voice .main .voice_r a{
	background-color: #c0f3d3;
}
/*-- 医療スタッフ --*/
.lower .voice .voice_s h1{
	background-image: url(../img/voice/staff/img01.png);
}
.lower .voice .main .voice_s a{
	background-color: #f8f08f;
}

/*-- 一覧ページ --*/
.lower .voice .voice_list{
	display: flex;
	flex-wrap: wrap;
}
.lower .voice .voice_list figure{
	width: 31%;
	margin: 0 1% 45px;
}
.lower .voice .voice_list figure img{
	width: 231px;
	height: 279px;
	margin: 0 auto 12px;
}
.lower .voice .voice_list figcaption{
	margin-bottom: 5px;
}
.lower .voice .voice_list figure p{
	width: 100%;
	margin-bottom: 5px;
}
.lower .voice .voice_list figure figcaption + p a{
	font-weight: bold;
}
.lower .voice .voice_list figure p:last-child{
	text-align: right;
}
@media screen and (max-width : 750px) {
	.lower .voice .voice_list figure{
		width: 46%;
		margin: 0 2% 45px;
	}
	.lower .voice .voice_list figure img{
		width: 100%;
		max-width: 231px;
		height: auto;
	}
}

/*-- 詳細ページ --*/
.lower .voice .main .txtarea{
	margin-bottom: 70px;
}
.lower .voice .main .txtarea > div,
.lower .voice .main .txtarea > p{
	margin-bottom: 20px;
}
.lower .voice .main .txtarea h2{
	margin-bottom: 15px;
	font-size: 24px;
}
.lower .voice .main .txtarea h3{
	margin-bottom: 12px;
	font-size: 24px;
}

.lower .voice .main .txtarea .ttls_voice {
	font-size: 18px;
	font-weight: bold;
	text-indent: 0;
	margin-bottom: 12px;
}

.lower .voice .main .txtarea img{
	margin-bottom: 10px;
}
.lower .voice .main .txtarea p{
	margin-bottom: 10px;
	text-indent: 1em;
}
.lower .voice .main .txtarea .floatL img{
	margin-right: 12px;
}
.lower .voice .main .txtarea .flt_ip p,
.lower .voice .main .txtarea .flt_pi p{
	width: 385px;
}
.lower .voice .main .txtarea .flt_ip img,
.lower .voice .main .txtarea .flt_pi > p{
	margin-right: 5px;
	float: left;
}
.lower .voice .main .txtarea .flt_ip > p,
.lower .voice .main .txtarea .flt_pi img{
	margin-left: 5px;
	float: right;
}

.lower .voice .main .txtarea .list_disc{
	margin: 0 0 10px 30px;
	list-style-type: disc;
}

/*-- 一覧に戻るボタン voice, topics, 募集 --*/
.lower .main .back_list{
	width: 142px;
	height: 34px;
	margin: 0 auto 30px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: #f7ee83;
	-webkit-box-shadow: 1px 1px #bba301;
	-moz-box-shadow: 1px 1px #bba301;
	box-shadow: 1px 1px #bba301;
	clear:both;
}
.lower .main .back_list a{
	display: block;
	line-height: 34px;
	color: #000;
	text-align: center;
	text-decoration: none;
}

@media screen and (max-width: 750px) {
	.lower .voice .main .txtarea .floatR,
	.lower .voice .main .txtarea .floatL,
	.lower .voice .main .txtarea .flt_ip img,
	.lower .voice .main .txtarea .flt_ip p,
	.lower .voice .main .txtarea .flt_pi p,
	.lower .voice .main .txtarea .flt_pi img{
		float: none;
	}
	.lower .voice .main .txtarea .floatL img,
	.lower .voice .main .txtarea .floatR img,
	.lower .voice .main .txtarea .flt_ip img,
	.lower .voice .main .txtarea .flt_pi img{
		margin: 30px auto;
	}
	.lower .voice .main .txtarea h2{
		text-align: center;
	}
	.lower .voice .main .txtarea .flt_ip p,
	.lower .voice .main .txtarea .flt_pi p{
		width: 100%;
		margin: 0 0 10px;
	}
}



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

よくあるご質問		faq

******************************************************/
.faq .main > h1{
	margin-bottom: 10px;
	font-size: 30px;
	line-height: 72px;
}
.faq .main h2{
	margin-bottom: 20px;
	padding: 9px 15px;
	font-size: 18px;
	font-weight: normal;
}
.faq .faq_d .main h2,
.faq .faq_r .main h2{
	background-color: #c7f5d7;
}
.faq .faq_n .main h2{
	background-color: #FFF3F9;
}
.faq .faq_s .main h2{
	background-color: #8b8210;
}

.faq .main dl + h2{
	margin-top: 30px;
}
.faq .main dl{
	margin-bottom: 20px;
	padding: 0 10px;
}
.faq .main dt{
	margin-left: 1.5em;
	font-weight: bold;
	text-indent: -1.5em;
}
.faq .main dt:before{
	content: "Q.";
	font-size: 18px;
	color: #068da1;
}
.faq .main dd{
	margin-left: 1.5em;
	text-indent: -1.5em;
}
.faq .main dd:before{
	content: "A.";
	color: #ff0101;
	font-size: 18px;
	font-weight: bold;
}
.faq .main dd a{
	color: #38b6ff;
}
.faq .main dd .imgbox{
	margin-top: 10px;
	text-align: center;
}
.faq .main dd img{
	margin: 0 5px 10px;
	display: inline-block;
	vertical-align: bottom;
}

@media screen and (max-width: 750px) {}

/*-- 個別ページ --*/
.faq .faq_page{
	width: 710px;
	margin: 0 auto;
}
.faq .faq_page a{
	width: 343px;
	height: 41px;
	margin-bottom: 20px;
	display: block;
	color: #000;
	line-height: 41px;
	text-align: center;
	text-decoration: none;
	-webkit-border-radius: 3px/2px;
	-moz-border-radius: 3px/2px;
	border-radius: 3px/2px;
	-webkit-box-shadow: 1px 1px rgba(128,128,128,.51);
	-moz-box-shadow: 1px 1px rgba(128,128,128,.51);
	box-shadow: 1px 1px rgba(128,128,128,.51);
}
.faq .faq_page .btn_faq_d a{
	background-color: #c7f5d7;
}
.faq .faq_page .btn_faq_n a{
	background-color: #fff3fa;
}
.faq .faq_page .btn_faq_s a{
	background-color: #fffcda;
}
.faq .faq_page div:nth-child(odd){
	float: left;
}
.faq .faq_page div:nth-child(even){
	float: right;
}

@media screen and (max-width: 750px) {
	.faq .faq_page{
		width: 100%;
	}
	.faq .faq_page > div{
		/*width: 48%;*/
		width: 100%;
	}
	.faq .faq_page a{
		width: 100%;
		max-width: 343px;
	}
}



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

個人情報保護について		privacy
サイトポリシー		sitepolicy
新着情報詳細		topics

******************************************************/
.lower .sub h1{
	margin-bottom: 20px;
	font-size: 30px;
}
.lower .sub p{
	margin-bottom: 10px;
	padding: 0 12px;
}
.lower .sub h2{
	margin-bottom: 10px;
	padding: 9px 12px;
	color: #fff;
	font-size: 18px;
	font-weight: normal;
	background-color: #18ab4b;
}
.lower .sub section{
	margin-bottom: 20px;
}
.lower .sub section h1{
	margin-bottom: 10px;
	padding: 5px 15px;
	color: #18ab4b;
	font-size: 16px;
	font-weight: normal;
	border-bottom: 2px solid #18ab4b;
}
.lower .sub section ul{
	margin: 0 0 10px 30px;
	list-style: square;
}
.lower .sub section li{
	color: #18ab4b;
}
.lower .sub section li span{
	color: #000;
}
.lower .sub section .bg_grn{
	padding: 18px 28px;
	background-color: #c7f5d7;
}



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

新着情報一覧		topics
イベント		event

******************************************************/
.lower .topics .side_box h1{
	background-color: #094;
	color: #fff;
}
.lower .topics .topics_cat{
	margin-bottom: 35px;
	display: flex;
	justify-content: space-around;
}
.lower .topics .topics_cat div{
	width: 24%;
	max-width: 260px;
	min-height: 41px;
	padding: 10px 5px;
	-webkit-border-radius: 3px/2px;
	-moz-border-radius: 3px/2px;
	border-radius: 3px/2px;
	-webkit-box-shadow: 1px 1px rgba(128,128,128,.51);
	-moz-box-shadow: 1px 1px rgba(128,128,128,.51);
	box-shadow: 1px 1px rgba(128,128,128,.51);
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	position: relative;
}
.lower .topics .cat_all{
	background-color: #094;
	color: #fff;
}
.lower .topics .cat_d{
	background-color: #c1f4d3;
}
.lower .topics .cat_n{
	background-color: #f8cfea;
}
.lower .topics .cat_s{
	background-color: #f7ee83;
}
.lower .topics .topics_cat a{
	width: 100%;
	height: 100%;
	display: block;
	color: #000;
	text-decoration: none;
	position: absolute;
	top: 0;
	left: 0;
}

.lower .topics dl{
	margin-bottom: 40px;
	border-bottom: 1px dotted #000;
	position: relative;
}
.lower .topics dt,
.lower .topics dd{
	border-top: 1px dotted #000;
}
.lower .topics dt{
	width: 40%;
	padding: 12px 0 0;
	text-align: center;
	position: absolute;
	left: 0;
}
.lower .topics dt:nth-of-type(even),
.lower .topics dd:nth-of-type(even){
	background-color: #f8f8f8;
}
.lower .topics dd{
	min-height: 46px;
	padding: 12px 25px;
	padding-left: 42%;
}

.lower .topics .btn_link02{
	width: 100%;
	max-width: 300px;
	margin: 0 auto 20px;
	text-align: center;
	-webkit-border-radius: 3px/2px;
	-moz-border-radius: 3px/2px;
	border-radius: 3px/2px;
	-webkit-box-shadow: 1px 2px #808080;
	-moz-box-shadow: 1px 2px #808080;
	box-shadow: 1px 2px #808080;
}
.lower .topics .btn_link02 a{
	padding: 20px 0;
	display: block;
	color: #000;
	font-size: 17px;
	text-decoration: none;
}

.lower .topics .pagination{
	text-align: center;
}
.lower .topics .pagination a{
	margin: 0 12px 20px;
	padding: 6px 20px;
	display: inline-block;
	color: #000;
	text-decoration: none;
	-webkit-border-radius: 4px/5px;
	-moz-border-radius: 4px/5px;
	border-radius: 4px/5px;
	background-color: #dcdcdc;
	-webkit-box-shadow: 1px 1px #828282;
	-moz-box-shadow: 1px 1px #828282;
	box-shadow: 1px 1px #828282;
}
.lower .topics .pagination .page-numbers{
	padding: 6px 12px;
	-webkit-border-radius: 1px/5px;
	-moz-border-radius: 1px/5px;
	border-radius: 1px/5px;
}
.lower .topics .pagination .current{
	margin: 0 12px 20px;
	padding: 7.5px 12px;
	background-color: #094;
	color: #fff;
	-webkit-box-shadow: 1px 1px #828282;
	-moz-box-shadow: 1px 1px #828282;
	box-shadow: 1px 1px #828282;
}

@media screen and (max-width: 750px) {
	.lower .topics dt,
	.lower .topics dd{
		width: 100%;
		height: auto;
		min-height: 46px;
	}
	.lower .topics dt{
		padding: 12px 10px 0;
		text-align: left;
		position: static;
	}
	.lower .topics dd{
		padding: 12px 10px;
		border-top: none;
	}
}

@media screen and (max-width: 768px) {
	.lower .topics .topics_cat{
		flex-wrap: wrap;
	}
	.lower .topics .topics_cat div{
		width: 48%;
		min-height: 65px;
		margin-bottom: 10px;
	}
}

/*--------------------------------------------------
新着情報詳細		topics / detail
イベント詳細		event / detail
--------------------------------------------------*/
.lower .topics .detail .t_content{
	margin-bottom: 35px;
}
.lower .topics .detail p{
	padding: 0;
}
.lower .topics .detail .t_content img{
	margin-bottom: 25px;
}
/*
.lower .topics .detail .t_content img:nth-child(even){
	float: right;
}
.lower .topics .detail .t_content .img3 img{
	max-width: 255px;
	float: left;
}
.lower .topics .detail .t_content .img3 img:nth-child(2){
	margin: 0 5px 10px;
}
*/
.lower .topics .detail .t_content.view img{
	width: auto;
}
.lower .topics .detail .t_content.view table,
.lower .topics .detail .t_content.view table td{
	border-style: solid;
	/*border-collapse: collapse;*/
}
.lower .topics .detail .t_content.view table.border_none,
.lower .topics .detail .t_content.view table.border_none th,
.lower .topics .detail .t_content.view table.border_none td{
	border: none;
}
.lower .topics .detail .t_content.view table.border_on,
.lower .topics .detail .t_content.view table.border_on th,,
.lower .topics .detail .t_content.view table.border_on td{
	border-style: solid;
	/*border-collapse: collapse;*/
}

@media screen and (max-width: 750px) {
	.lower .topics .detail .t_content img,
	.lower .topics .detail .t_content img:nth-child(even){
		margin: 0 auto 10px;
		float: none;
	}
	.lower .topics .detail .t_content .img3 img{
		max-width: 375px;
		float: none;
	}
	.lower .topics .detail .t_content .img3 img:nth-child(2){
		margin: 0 auto 10px;
	}
}



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

交通アクセス		access

******************************************************/
.lower .access .googlemap{
	margin-bottom: 50px;
	position: relative;
	padding-bottom: 150%;
	height: 0;
	overflow: hidden;
}
.lower .access .googlemap iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}



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

資料・お問い合わせ		inquiry

******************************************************/
.lower .inquiry form p{
	margin-bottom: 20px;
}
.lower .inquiry span.reqd{
	padding: 0 5px;
	display: inline-block;
	font-size: 11px;
	color: #fffefe;
	line-height: 21px;
	background-color: #f00;
	text-align: center;
}
.lower .inquiry span.notice{
	color: #8d8d8d;
}
.lower .inquiry input,
.lower .inquiry select{
	margin: 5px 10px 5px 0;
	vertical-align: middle;
}
.lower .inquiry input[type="text"],
.lower .inquiry input[type="email"],
.lower .inquiry input[type="tel"]{
	width: 388px;
	height: 37px;
	line-height: 37px;
	border: 1px solid #8d8d8d;
}
.lower .inquiry .postnum input{
	width: 155px!important;
}
.lower .inquiry select{
	height: 37px;
	padding: 0 12px;
	line-height: 37px;
	border: 1px solid #8d8d8d;
}
.lower .inquiry input[type="radio"]{
	margin: 10px 5px;
}
.lower .inquiry textarea{
	width: 100%;
	margin: 5px 0;
	border: 1px solid #8d8d8d;
}
.lower .inquiry .bg_grn{
	text-align: center;
}
.lower .inquiry .bg_grn p{
	margin-bottom: 10px;
}
.lower .inquiry .bg_grn .reqd{
	margin-left: 0.5em;
}
.lower .inquiry .back{
	margin: 2em auto;
	text-align: center;
}
.lower .inquiry .back button{
	padding: .5em 2.5em;
	font-size: 16px;
	-webkit-border-radius: 4px/5px;
	-moz-border-radius: 4px/5px;
	border-radius: 4px/5px;
	background-color: #dcdcdc;
	-webkit-box-shadow: 1px 1px #828282;
	-moz-box-shadow: 1px 1px #828282;
	box-shadow: 1px 1px #828282;
}
.lower .inquiry .submit input{
	width: 411px;
	height: 65px;
	margin: 0 auto;
	display: block;
	-webkit-border-radius: 9px/5px;
	-moz-border-radius: 9px/5px;
	border-radius: 9px/5px;
	background-color: #094;
	-webkit-box-shadow: 1px 1px #176108;
	-moz-box-shadow: 1px 1px #176108;
	box-shadow: 1px 1px #176108;
	font-size: 18px;
	color: #fff;
}
.lower .inquiry .mfp_buttons button{
	margin: 10px;
	padding: 10px 12px;
	-webkit-border-radius: 9px/5px;
	-moz-border-radius: 9px/5px;
	border-radius: 9px/5px;
	background-color: #094;
	-webkit-box-shadow: 1px 1px #176108;
	-moz-box-shadow: 1px 1px #176108;
	box-shadow: 1px 1px #176108;
	font-size: 18px;
	color: #fff;
}
/*-- 郵便番号 --*/
.sbc_field {
	ime-mode: disabled;
}
/*-- thanks.html --*/
.lower .inquiry .thanks p{
	padding: 0;
}
@media screen and (max-width: 750px) {
	.lower .inquiry input[type="text"],
	.lower .inquiry input[type="email"],
	.lower .inquiry input[type="tel"]{
		width: 100%;
	}
	.lower .inquiry .postnum span{
		display: inline-block;
	}
	.lower .inquiry .submit input{
		width: 100%;
		max-width: 411px;
	}
}



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

サイトマップ		sitemap

******************************************************/
.lower .sitemap .main h1{
	margin-bottom: 50px;
}
.lower .sitemap .main h1 + a{
	margin: 0 0 15px 30px;
	display: inline-block;
	color: #000;
}
.lower .sitemap .main span{
	font-weight: bold;
}
.lower .sitemap .main .col_d,
.lower .sitemap .main .col_n,
.lower .sitemap .main .col_s,
.lower .sitemap .main .col_v{
	margin-bottom: 10px;
	display: inline-block;
}
.lower .sitemap .main .col_d{
	color: #1bab4c;
}
.lower .sitemap .main .col_n{
	color: #f476c9;
}
.lower .sitemap .main .col_s{
	color: #c2b019;
}
.lower .sitemap .main .col_v{
	color: #57c3f5;
}
.lower .sitemap .main a{
	text-decoration: none;
}
.lower .sitemap .main li a{
	color: #575757;
}
.lower .sitemap .main a:hover{
	text-decoration: underline;
}
.lower .sitemap .main .clearfix > ul{
	width: 47%;
	float: left;
}
.lower .sitemap .main .clearfix > ul:first-child{
	margin-left: 45px;
}
.lower .sitemap .main .clearfix > ul > li > ul{
	margin-left: 1em;
	list-style: url(../img/sitemap/arrow.png);
}
.lower .sitemap .main ul ul ul ul{
	margin-left: 1em;
}
.lower .sitemap .main li{
	margin: 2px 0;
}

@media screen and (max-width: 750px) {
	.lower .sitemap .main h1 + a{
		margin-left: 0;
	}
	.lower .sitemap .main .clearfix > ul:first-child{
		margin-left: 0;
	}
	.lower .sitemap .main .clearfix > ul{
		width: 100%;
		margin-bottom: 25px;
		margin-left: 0;
		padding-left: 1em;
		float: none;
	}
	.lower .sitemap .main li{
		margin: 6px 0;
	}
}

/* 220511追加 */
.staff-new img {
	max-width: 100%;
	height: auto;
}

.staff-new .pc-none { display: none; }
.staff-new .sp-none { display: block; }

.staff-new .flex-box {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.staff-new .staff-index1 {
	max-width: 1100px;
	margin: 0 auto 45px;
}

.staff-new .staff-index1 dt {
	order: 1;
	width: 45%;
	padding-left: 5%;
}

.staff-new .staff-index1 dd {
	order: 0;
	width: 55%;
}

.staff-new .staff-index1 dd h2 {
	font-size: 30px;
	margin-bottom: 25px;
}

.staff-new .staff-new .staff-index1 dd p {
	font-size: 14px;
	font-weight: 500;
}

.staff-new .staff-index1 dd p:first-of-type {
	margin-bottom: 15px;
}

.staff-new #tab-box .icon-new {
	font-size: 10px;
	font-weight: 700;
	color: #fff;
	line-height: 1;
	margin-left: 5px;
	padding: 2px 5px;
	background: #EB6D6D;
}

@media screen and (max-width: 768px) {
	.staff-new .pc-none { display: block; }
	.staff-new .sp-none { display: none; }

	.staff-new .staff-index1 {
		max-width: 90%;
		margin-bottom: 20%;
	}
	
	.staff-new .staff-index1 dt {
		width: 100%;
		padding-left: 0;
	}
	
	.staff-new .staff-index1 dd {
		width: 100%;
		margin-bottom: 5%;
	}
}

.staff-new #tab-box {
	max-width: 1100px;
	margin: 0 auto 100px;
}

.staff-new #tab-list-box {
	align-items: center;
	padding: 0 55px;
}

.staff-new #tab-list-box li {
	width: 32%;
	text-align: center;
}

.staff-new #tab-list-box #tab1 a {
	background: #C1F4D3;
}

.staff-new #tab-list-box #tab2 a {
	background: #F0EC7A;
}

.staff-new #tab-list-box #tab3 a {
	background: #FED86C;
}

.staff-new #tab-list-box li a {
	display: block;
	font-size: 19px;
	font-weight: 700;
	color: #000;
	text-decoration: none;
	padding: 10px 0;
	border-radius: 10px 10px 0 0;
}

.staff-new #tab-box #tab-box1 {
	padding-top: 28px;
	border-top: 10px solid #C1F4D3;
}

.staff-new #tab-box #tab-box2 {
	padding-top: 28px;
	border-top: 10px solid #F0EC7A;
}

.staff-new #tab-box #tab-box3 {
	border-top: 10px solid #FED86C;
}

@media screen and (max-width: 768px) {
	.staff-new #tab-box {
		max-width: 100%;
		margin-bottom: 20%;
	}
	
	.staff-new #tab-list-box {
		padding: 0 5%;
	}
	
	.staff-new #tab-list-box li {
		width: 32%;
	}
	
	.staff-new #tab-list-box li a {
		font-size: 14px;
		padding: 10px 0;
	}
	
	.staff-new #tab-box #tab-box1 {
		padding-top: 5%;
	}
	
	.staff-new #tab-box #tab-box2 {
		padding-top: 5%;
	}
}

.staff-new #tab-box #tab-box3 #search-box {
	position: relative;
	margin-bottom: 60px;
	padding: 26px 37px;
	background: #FCF0D0;
}

.staff-new #tab-box #tab-box3 #search-box:after {
	position: absolute;
	bottom: -37px;
	left: 50%;
	width: 0;
	height: 0;
	content: '';
	border-width: 25px 15px 0 15px;
	border-style: solid;
	border-color: #FCF0D0 transparent transparent transparent;
	transform: translateY(-50%);
}

.staff-new #tab-box #tab-box3 #search-box > p {
	font-size: 21px;
	font-weight: 700;
	color: #E0AA17;
	line-height: 1;
	text-align: center;
	margin-bottom: 20px;
}

.staff-new #tab-box #tab-box3 #search-box ul {
	width: 100%;
	margin-bottom: 26px;
}

.staff-new #tab-box #tab-box3 #search-box ul li {
	padding: 30px 20px;
	background: #fff;
}

.staff-new #tab-box #tab-box3 #search-box ul .employment, .staff-new #tab-box #tab-box3 #search-box ul .occupation {
	width: 25%;
}

.staff-new #tab-box #tab-box3 #search-box ul .worklocation {
	width: 46%;
}

.staff-new #tab-box #tab-box3 #search-box ul li h3 {
	font-size: 16px;
	font-weight: 700;
	color: #E0AA17;
	line-height: 1;
	text-align: center;
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: 1px dotted;
}

.staff-new #tab-box #tab-box3 #search-box ul li label {
  position: relative;
  cursor: pointer;
	margin-bottom: 10px;
  padding-left: 25px;
}

.staff-new #tab-box #tab-box3 #search-box ul li label:before, .staff-new #tab-box #tab-box3 #search-box ul li label:after {
  content: "";
  display: block; 
  border-radius: 50%;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
}

.staff-new #tab-box #tab-box3 #search-box ul li label:before {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 50%;
  width: 14px;
  height: 14px;
  left: 5px;
}

.staff-new #tab-box #tab-box3 #search-box ul li label:after {
  background-color: #F49340;
  border-radius: 50%;
  opacity: 0;
  width: 14px;
  height: 14px;
  left: 5px
}

.staff-new #tab-box #tab-box3 #search-box ul li input:checked + label::after {
  opacity: 1;
}

.staff-new #tab-box #tab-box3 #search-box ul li .visually-hidden {
	position: absolute;
  width: 1px;
  height: 1px;
  white-space: nowrap;
  overflow: hidden;
  margin: -1px;
  padding: 0;
  border: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
}

.staff-new #tab-box #tab-box3 #search-box ul li label span {
	font-size: 14px;
}

.staff-new #tab-box #tab-box3 #search-box #btn {
	text-align: center;
}

.staff-new #tab-box #tab-box3 #search-box #btn .submit {
	width: 400px;
	max-width: 100%;
	font-size: 16px;
	font-weight: 700;
	text-align: center;
	padding: 10px 0;
	appearance: none;
	background: #FED86C;
	border: 1px solid #fff;
	border-radius: 4px;
	outline: none;
}

.staff-new #tab-box #tab-box3 #search-box #btn .reset {
	width: 135px;
	max-width: 100%;
	font-size: 16px;
	font-weight: 700;
	text-align: center;
	margin-left: 15px;
	padding: 10px 0;
	appearance: none;
	background: #fff;
	border: 1px solid #FED86C;
	border-radius: 4px;
	outline: none;
}

.staff-new #tab-box #tab-box3 .search-txt {
	font-size: 16px;
	font-weight: 700;
	text-align: center;
	margin-bottom: 45px;
}

@media screen and (max-width: 768px) {
	.staff-new #tab-box #tab-box3 #search-box {
		margin-bottom: 15%;
		padding: 5%;
	}
	
	.staff-new #tab-box #tab-box3 #search-box:after {
		bottom: -37px;
		border-width: 25px 15px 0 15px;
		border-color: #FCF0D0 transparent transparent transparent;
	}

	.staff-new #tab-box #tab-box3 #search-box > p {
		font-size: 18px;
	}
	
	.staff-new #tab-box #tab-box3 #search-box ul {
		margin-bottom: 5%;
	}
	
	.staff-new #tab-box #tab-box3 #search-box ul li {
		padding: 5%;
	}
	
	.staff-new #tab-box #tab-box3 #search-box ul li:not(:last-of-type) {
		margin-bottom: 3%;
	}
	
	.staff-new #tab-box #tab-box3 #search-box ul .employment, .staff-new #tab-box #tab-box3 #search-box ul .occupation {
		width: 100%;
	}
	
	.staff-new #tab-box #tab-box3 #search-box ul .worklocation {
		width: 100%;
	}

	.staff-new #tab-box #tab-box3 #search-box ul li label span {
		font-size: 12px;
	}
	
	.staff-new #tab-box #tab-box3 #search-box #btn .submit {
		width: 100%;
		margin-bottom: 5%;
	}
	
	.staff-new #tab-box #tab-box3 #search-box #btn .reset {
		width: 100%;
		margin-left: 0;
	}
	
	.staff-new #tab-box #tab-box3 .search-txt {
		text-align: left;
		margin-bottom: 7%;
		padding: 0 5%;
	}
}

.staff-new #tab-box .tab-box-inner h2 {
	padding: 5px 10px;
	align-items: center;
}

.staff-new #tab-box #tab-box1 h2 {
	background: #C1F4D3;
}

.staff-new #tab-box #tab-box2 h2 {
	background: #F0EC7A;
}

.staff-new #tab-box #tab-box3 h2 {
	background: #FED86C;
}

.staff-new #tab-box .tab-box-inner h2 .ttl {
	width: 90%;
	font-size: 16px;
	font-weight: 700;
}

.staff-new #tab-box .tab-box-inner h2 a {
	display: block;
	width: 10%;
	font-size: 12px;
	color: #000;
	line-height: 1;
	text-decoration: none;
	text-align: center;
	padding: 10px;
	background: #fff;
}

@media screen and (max-width: 768px) {
	.staff-new #tab-box .tab-box-inner h2 {
		width: 90%;
		margin: 0 auto;
		padding-bottom: 15px;
	}
	
	.staff-new #tab-box .tab-box-inner h2 .ttl {
		width: 100%;
		margin-bottom: 3%;
	}
	
	.staff-new #tab-box .tab-box-inner h2 a {
		width: 100%;
	}
}

.staff-new #tab-box .tab-box-inner table {
	width: 100%;
	border-left: 1px solid #D8D8D8;
}

.staff-new #tab-box .tab-box-inner table:not(:last-of-type) {
	margin-bottom: 28px;
}

.staff-new #tab-box .tab-box-inner table th, .staff-new #tab-box .tab-box-inner table td {
	font-size: 14px;
	font-weight: 400;
	text-align: left;
	vertical-align: top;
	padding: 5px 10px 40px;
	border-right: 1px solid #D8D8D8;
	border-bottom: 1px solid #D8D8D8;
}

.staff-new #tab-box .tab-box-inner table th {
	width: 30%;
}

.staff-new #tab-box .tab-box-inner table td {
	width: 35%;
}

@media screen and (max-width: 768px) {
	.staff-new #tab-box .tab-box-inner table {
		width: 90%;
		margin: 0 auto;
	}
	
	.staff-new #tab-box .tab-box-inner table:not(:last-of-type) {
		margin-bottom: 5%;
	}
	
	.staff-new #tab-box .tab-box-inner table th, .staff-new #tab-box .tab-box-inner table td {
		display: block;
		padding: 15px 10px;
	}
	
	.staff-new #tab-box .tab-box-inner table th {
		width: 100%;
	}
	
	.staff-new #tab-box .tab-box-inner table td {
		width: 100%;
	}
}