@charset 'utf-8';


/* ------------------------------------------------------------ LINK ------------------------------------------------------------ */

/*--------------------------------
	Font
--------------------------------*/
a:focus				{ color:#009753; text-decoration:none; }
a:link				{ color:#007440; text-decoration:none; }
a:link:hover		{ color:#009753; text-decoration:none; }
a:link:active		{ color:#009753; text-decoration:none; }
a:visited			{ color:#007440; text-decoration:none; }
a:visited:hover		{ color:#009753; text-decoration:none; }
a:visited:active	{ color:#009753; text-decoration:none; }


/* ----------------------------------------------------------- UTILITY ------------------------------------------------------------ */
.pcBlock { display: block; }
.spBlock { display: none; }
.pcInline { display: inline; }
.spInline { display: none; }
.pcInlineBlock { display: inline-block; }
.spInlineBlock { display: none; }
.arrowPlate {
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  padding: 0 6px 0 8px;
  height: 19px;
  line-height: 17.5px;
  font-family: 'Helvetica Neue', Arial, 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', Meiryo, sans-serif;
  font-size: 80%;
  font-weight: 900;
  background-color: #fff;
  border-width: 1px 0 1px 1px;
  border-color: #007440;
  border-style: solid;
}
.arrowPlate:before {
  position: absolute;
  display: block;
  content: '';
  top: 0;
  right: -7px;
  width: 16px;
  height: 16px;
  border-top: 1px solid #007440;
  border-right: 1px solid #007440;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.exlink dl,
.exlink>a.exLinkDl {
  display: block;
  min-height: 26px;
  padding-left: 38px;
  font-family: 'Helvetica Neue', Arial, 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', Meiryo, sans-serif;
  font-size: 90%;
  background-image: url('/common/images/bg_exlink.png');
  background-repeat: no-repeat;
  background-size: 24px;
  background-position: 2px 2px;
}
.exlink dl>dd {
  margin-top: -.2em;
  word-wrap: break-word;
  overflow-wrap: break-word;
}


/* ------------------------------------------------------------ COMMON ------------------------------------------------------------ */

body {
	width:100%;
	background-color:#fff;
	line-height:1.8;
	color:#000;
	text-align:center;
}

#wrapper {
	width:960px;
	padding:0 12px;
	margin:0 auto;
	text-align:left;
}

#header {
	height: 80px;
	min-height:1px;
	zoom:1;
	clear:both;
	width:100%;
}

#header:after {
	content:".";
	display:block;
	clear:both;
	height:0px;
	visibility:hidden;
	font-size:0px;
}

#header h1 {
	float:left;
	width: 140px;
	margin: 20px 0 0 0;
}

#header .phoneImg img{ display: none; }
#menu_sp { display: none; }
#menu {
	width:820px;
	margin: 20px 0 0 0;
	float: right;
	min-height:1px;
	zoom:1;
	clear:right;
}
#menu:after {
	content:".";
	display:block;
	clear:both;
	height:0px;
	visibility:hidden;
	font-size:0px;
}
#menu ul { float: right; }
#menu ul li {
	float: left;
	margin: 0 0 0 33px;
}

/*---健康支援活動バナー追加20171215-----*/
#menu ul li.menu_event {
	margin: 0 0 0 27px;
}

#header .phoneImg {
display: none;
}

/*---SDGsバナー追加20180524-----*/

#menu ul li.sdgs {
	margin: 0 0 0 25px;
}

/* menu_testここまで*/

/*---caradaバナー追加20180524-----*/
#menu ul li.carada {
display: none;
}

/*--- ハンバーガーメニュー ---*/
.head_sp {
  display: none;
}
/*--- ハンバーガーメニューここまで ---*/


#top_bg {
	display: block;
	width: 960px;
	z-index: -999;        
}

#top_bg h2 {
	width: 100%;
	height: 45px;
	line-height: 45px;
	color: #009753;
	text-align: center;
	font-size: 123.1%;
	font-weight: bold;
	margin: 5px 0 10px 0;
	background: url(/images/top_h2_bg.png) repeat;
}



#contents {
	min-height:1px;
	zoom:1;
	clear:both;
	width:100%;
	position: relative;
}

#contents p {
	font-size: 108%;
}

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


#footer_wrap {
	width: 100%;
	border-top: solid #007440 3px;
	position: relative;
	margin: 100px 0 0 0;
	padding: 0 0 30px;
}

#footer {
	min-height:1px;
	zoom:1;
	clear:both;
	width:960px;
	margin: 30px auto 0 auto;
	position: relative;
	text-align: left;
	color: #009753;
}

#footer:after {
	content:".";
	display:block;
	clear:both;
	height:0px;
	visibility:hidden;
	font-size:0px;
}

.footer_ttl {
	float: left;
}

.footer_ttl p {
	margin: 10px 0 0 0;
}


#footer ul {
	float: right;
}

#footer ul li {
	float: left;
	margin: 0 0 0 20px;
}

/*------------FB & Youtube追加-------------*/
#footer .links {
  float: right;
  height: 54px;
}
#footer .official {
  float: right;
  width: 34%;
}
#footer .official dt {
  font-family: 'Helvetica Neue', Arial, 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', Meiryo, sans-serif;
  padding: 6px 0  0 23px;
  font-weight: 900;
}
#footer .official .sns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  width: 100%;
}
#footer .official .sns a {
  display: block;
  width: auto;
  height: auto;
  padding: 0 0 0 20px;
}
#footer .official .sns a img {
  width: 100%;
  max-width: 90px;
  height: auto;
}
#footer .official .sns a img.fb {
  max-width: 28px;
}

#footer .copyright {
	float:right;
	clear: right;
	margin: 35px 0 0 0;
}

#footer .pagetop{
	float:right;
	clear: both;
	position: absolute;
	top: -60px;
	right: 0;
}

/* ------------------------------------------------------------ jQuery ------------------------------------------------------------ */



/* ------------------------------------------------------------ TOPPAGE ------------------------------------------------------------ */

/*スライダーページネーション追加20201617*/

.slides {
        position:relative;
}

.slidesjs-pagination {
        z-index: 50;
        text-align:center;
        position:absolute;
        bottom: 0;
        left: calc( 50% - 60px );
}

.slider li {
        line-height: 0;
        position: relative;
}

.slidesjs-pagination .slidesjs-pagination-item {
        display: inline-block;
        width: 16px;
        margin: 4px;
}

.slidesjs-pagination .slidesjs-pagination-item a {
       display: block;
       display: block;
       width: 12px;
       height: 12px;
       border: solid 1px #666;
       border-radius: 8px;
       background: #CCC;
       line-height: 1;
       text-indent: -9999px;
       overflow: hidden;
}

.slidesjs-pagination .slidesjs-pagination-item a.active {
    background: #76bc21;
    border-color: #007440;
}



.topabout {
	position: absolute;
	right: 50%;
	margin: 0 -415px 0 0;
	top:300px;
	z-index: 999;
}

#topnews {
	clear: both;
	float: left;
	width: 100%;
	min-height: 1px;
	zoom: 1;
}

#topnews:after {
	content: ".";
	display: block;
	clear: both;
	height: 0px;
	visibility: hidden;
	font-size: 0px;
}

#topnews ul {
	width: 100%;
	margin: 0;
}

#topnews ul li {
	display: block;
	float: left;
	width: 222px;
	margin: 0 24px 0 0;
	padding: 0;
	text-align: center;
}

#topnews ul li img {
	display: block;
	margin: 0 auto;
}

#topnews ul li>a.topnews_subject {
	display: inline-block;
	margin: 80px 0 0;
}

.topnews_1 { background: url(/images/topnews1_bg.png) no-repeat center top; }
.topnews_2 { background: url(/images/topnews2_bg.png) no-repeat center top; }
.topnews_3 { background: url(/images/topnews3_bg.png) no-repeat center top; }
.topnews_4 { background: url(/images/topnews4_bg.png) no-repeat center top; }

#topnews ul li .topnews_text {
	position: relative;
	min-height: auto;
	margin: 10px 0 0 0;
	padding: 0 15px;
	text-align: left;
	font-size: 93%;
	background: #fff ;
	border: 3px solid #007440;
	border-top: none;
	border-radius:3px !important; /* CSS3 */
	behavior: url(/common/css/PIE.htc);
	-moz-border-radius:3px !important; /* Firefox */
	-webkit-border-radius:3px !important; /* Safari and Chrome */
}

#topnews ul li .topnews_text em {
	position: absolute;
	top: 0;
	right: 0;
	font-weight: bold;
}

#topnews ul li .topnews_text span {
	display: block;
	height: 18px;
	font-size: 95% !important;
	color: #999;
}

#topnews ul li .topnews_text p {
	margin: 5px 0;
	line-height: 1.5;
	clear: both;
	font-weight: normal;
}

#topnews ul li .topnews_text_inner {
	position: relative;
	margin: -2px 0 34px;
}

#topnews ul li .topnews_text_inner span,
#topnews ul li .topnews_text_inner em {
	padding: 10px 0 5px;
}

#topnews ul li .topnews_text_inner p {
	clear: both;
}

#topnews ul li .topnews_link {
	position: absolute;
	bottom: 4px;
	right: 10px;
	height: 10px;
	line-height: 10px !important;
	font-size: 93% !important;
	font-weight: normal !important;
	background: url(/common/images/arrow_w.png) no-repeat left center;
	padding: 0 0 0 10px;
	clear:both;
	min-height:1px;
	margin: 10px 0 10px 0;
	zoom:1;
}

.top_news_a .topnews_link a:focus          { color: #000 !important; }
.top_news_a .topnews_link a:link:hover     { color: #000 !important; }
.top_news_a .topnews_link a:link           { color: #007440 !important; }
.top_news_a .topnews_link a:link:active    { color: #000 !important; }
.top_news_a .topnews_link a:visited        { color: #007440 !important; }
.top_news_a .topnews_link a:visited:hover  { color: #000 !important; }
.top_news_a .topnews_link a:visited:active { color: #000 !important; }

.topnews_link:after {
	content: ".";
	display: block;
	clear: both;
	height: 0px;
	visibility: hidden;
	font-size: 0px;
}

/* Yakuju News */
#topnews ul .topnews_yakuju {
	display: table;
	margin: 0;
}

#topnews ul .topnews_yakuju .ty_inner {
	position: relative;
	display: table-cell;
	border-color: #007440;
	border-width: 3px;
	border-style: solid;
	border-radius: 3px !important; /* CSS3 */
	behavior: url(/common/css/PIE.htc);
	-moz-border-radius: 3px !important; /* Firefox */
	-webkit-border-radius: 3px !important; /* Safari and Chrome */
}

#topnews ul .topnews_yakuju .ty_space {
	position: absolute;
	width: 222px;
	height: 82px;
	top: -3px;
	left: -3px;
	background-color: #fff;
	z-index: 1;
}

#topnews ul .topnews_yakuju .ty_head_inner {
	height: 60px;
	width: 100%;
}

#topnews ul .topnews_yakuju .ty_text_inner {
	text-align: left;
	font-size: 93%;
}

#topnews ul .topnews_yakuju h2 {
	position: absolute;
	left: -3px;
	width: 216px;
	height: 40px;
	background: url(/common/images/box_bg.png) repeat;
	border-color: #007440;
	border-width: 3px 3px 0;
	border-style: solid;
	border-radius: 3px !important; /* CSS3 */
	behavior: url(/common/css/PIE.htc);
	-moz-border-radius: 3px !important; /* Firefox */
	-webkit-border-radius: 3px !important; /* Safari and Chrome */
	z-index: 2;
}

#topnews ul .topnews_yakuju h2 img {
	margin: 8px auto;
}

#topnews ul .topnews_yakuju .news-ul {
	padding: 50px 0 0;
	margin: 0 10px;
}

#topnews ul .topnews_yakuju .news-li {
	margin: 0 auto 6px;
}

#topnews ul .topnews_yakuju .news-li span {
	height: 18px;
	font-size: 93%;
	color:#999;
}

#topnews ul .topnews_yakuju .news-li em {
	float: right;
	font-weight: 900;
}

#topnews ul .topnews_yakuju .topnews_link {
	bottom: 0;
}

.top_search {
	font-size: 93%;
	width: 216px;
	height: 290px;
	float: left;
	clear: both;
	margin: 20px 0 0 0;
	position: relative;
	border: solid #007440 3px;
	border-radius:3px !important; /* CSS3 */
	behavior: url(/common/css/PIE.htc);
	-moz-border-radius:3px !important; /* Firefox */
	-webkit-border-radius:3px !important; /* Safari and Chrome */
}

.top_search h2 {
	width: 100%;
	background: url(/common/images/box_bg.png) repeat;
	height: 40px;
	line-height: 40px;
	text-align: center;
}

.top_search h2 img {
	margin: 8px 0;
}


dl.search {
	padding: 20px 20px 0 20px;
	min-height:1px;
	zoom:1;
	clear:both;
}

dl.search:after {
	content:".";
	display:block;
	clear:both;
	height:0px;
	visibility:hidden;
	font-size:0px;
}

dl.search dt {
	float: left;
	color: #009753;	
	clear: both;
	margin: 0 0 15px;
	width: 60px;
	line-height: 25px;
}

dl.search dd {
	float: right;
	height: 25px;
	line-height: 25px;
	margin: 0 0 15px;
}


dl.search dd input {
	border: #007440 1px solid;
	width: 110px;
	height: 20px;
}

dl.search dd select {
	border: #007440 1px solid;	
	width: 110px;
	height: 20px;
	line-height: 20px;
	font-size: 93%;
}

.searchButton {
	width: 178px;
	margin: 10px auto 20px auto;
}

.searchButton input {
	background: #007440;
	width: 100%;
	height: 35px;
	color: #fff;
	font-size: 14px;
	text-align: center;
	line-height: 35px;
	border: none;
}

.searchButton input:hover {
	background: #79b499;
}

.top_news_a a:focus			{ color: #009753 !important; }
.top_news_a a:link:hover		{ color: #009753 !important; }
.top_news_a a:link			{ color: #000 !important; }
.top_news_a a:link:active		{ color: #009753 !important; }
.top_news_a a:visited			{ color: #000 !important; }
.top_news_a a:visited:hover	{ color: #009753 !important; }
.top_news_a a:visited:active	{ color: #009753 !important; }

.event-repo a:focus,
.event-info a:focus				{ color: #009753 !important; }
.event-repo a:link:hover,
.event-info a:link:hover		{ color: #009753 !important; }
.event-repo a:link,
.event-info a:link			{ color: #ff8100 !important; }
.event-repo a:link:active,
.event-info a:link:active		{ color: #009753 !important; }
.event-repo a:visited,
.event-info a:visited			{ color: #ff8100 !important; }
.event-repo a:visited:hover,
.event-info a:visited:hover	{ color: #009753 !important; }
.event-repo a:visited:active,
.event-info a:visited:active	{ color: #009753 !important; }

.csr a:focus,
.press a:focus				{ color: #009753 !important; }
.csr a:link:hover,
.press a:link:hover		{ color: #009753 !important; }
.csr a:link,
.press a:link			{ color: #818181 !important; }
.csr a:link:active,
.press a:link:active		{ color: #009753 !important; }
.csr a:visited,
.press a:visited			{ color: #818181 !important; }
.csr a:visited:hover,
.press a:visited:hover	{ color: #009753 !important; }
.csr a:visited:active,
.press a:visited:active	{ color: #009753 !important; }


.event-repo,
.event-info,
.csr,
.press {
	font-size: 85%;
}
.top_eiyoushi {
	width: 216px;
	height: 290px;
	float: left;
	margin: 20px 0 0 24px;
	text-align: center;
	position: relative;
	background: url(/common/images/bg_orange.png) repeat;
	border: solid #007440 3px;
	border-radius:3px !important; /* CSS3 */
	behavior: url(/common/css/PIE.htc);
	-moz-border-radius:3px !important; /* Firefox */
	-webkit-border-radius:3px !important; /* Safari and Chrome */
}
.top_eiyoushi img { margin: 40px 0; }
.top_saiyou {
	width: 216px;
	height: 290px;
	float: right;
	margin: 20px 0 0 0;
	text-align: center;
	position: relative;
	background: url(/common/images/footer_bg5.png) repeat;
	border: solid #007440 3px;
	border-radius:3px !important; /* CSS3 */
	behavior: url(/common/css/PIE.htc);
	-moz-border-radius:3px !important; /* Firefox */
	-webkit-border-radius:3px !important; /* Safari and Chrome */
}
.top_saiyou h2 {
	width: 100%;
	background: url(/common/images/box_bg.png) repeat;
	height: 40px;
	line-height: 40px;
	margin: 0 0 50px;
	text-align: center;
}
.top_saiyou h2 img { margin: 8px 0; }



/*------------------------------------------------------*/


/* ==================== 191114追加 ==================== */

.top_search {
	margin: 20px 0 20px 0;
}

.top_saiyou {
    float: left;
    margin: 20px 0 20px 24px;
}

.top_sdgs {
	width: 216px;
	height: 290px;
	float: left;
	margin: 20px 0 0 24px;
	text-align: center;
	position: relative;
	background: url(/common/images/bg_green.png) repeat;
	border: solid #007440 3px;
	border-radius:3px !important; /* CSS3 */
	behavior: url(/common/css/PIE.htc);
	-moz-border-radius:3px !important; /* Firefox */
	-webkit-border-radius:3px !important; /* Safari and Chrome */
}

.top_sdgs img {
	margin: 40px 0;
}


/* ==================== //191114追加 ==================== */




/*--------------------------------
	secondpage
--------------------------------*/

#PosiEx {
	position:absolute;
}

.noborder {
	border-left: 0 !important;
	border-right: 0 !important;
	border-bottom: 0 !important;
}

/* ------------------------------------------------------------ SECONDPAGE ------------------------------------------------------------ */

.pankuzu {
  float: left;
  display: flex;
  width: 222px;
  min-height: 38px;
  margin: 0 0 10px 0;
  font-size: 77%;
  color: #595757;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

#secondnavi {
	width: 222px;
	overflow: hidden;
	float: left;
	clear: left;
	text-align: center;
	margin: 5px 0 0 0;
}

#secondnavi div {
	border: solid #007440 3px;
	margin: 0 0 10px ;
	border-radius:3px !important; /* CSS3 */
	behavior: url(/common/css/PIE.htc);
	-moz-border-radius:3px !important; /* Firefox */
	-webkit-border-radius:3px !important; /* Safari and Chrome */
}

#secondnavi h2 {
	width: 216px;
	height: 40px;
	padding: 10px 0;
	text-align: center;
}

#secondnavi div ul {
	display: none;
	margin: 15px 0;
	color: #009753;
	font-weight: bold;
}

#secondnavi div ul li {
	margin: 0 0 5px;
}

#secondnavi div ul li a {
	padding: 0 0 3px;
}

#secondnavi div ul li a:focus			{ border-bottom:2px dotted #007440; }
#secondnavi div ul li a:link:hover		{ border-bottom:2px dotted #007440; }
#secondnavi div ul li a:link:active		{ border-bottom:2px dotted #007440; }
#secondnavi div ul li a:visited:hover	{ border-bottom:2px dotted #007440; }
#secondnavi div ul li a:visited:active	{ border-bottom:2px dotted #007440; }
#secondnavi ul li a.active 				{ border-bottom:2px dotted #007440; }

#SECOND .groupnavi {
  width: 220px;
  float: left;
  clear: left;
  margin: 30px 0 0 0;
  padding: 0;
  text-align: center;
  border-color: #007440;
  border-style: solid;
  border-width: 1px 1px 0 1px;
  border-radius: 3px !important; /* CSS3 */
  behavior: url(/common/css/PIE.htc);
  -moz-border-radius:3px !important; /* Firefox */
  -webkit-border-radius:3px !important; /* Safari and Chrome */
}
#SECOND .groupnavi>h2 {
  padding: 10px 0 !important;
  height: 25px !important;
  line-height: 25px !important;
  font-weight: 900;
  color: #008440;
}
#SECOND .groupnavi>ul {
  width: 100%;
  min-height:1px;
  zoom:1;
  clear: both;
  border-top: #007440 dotted 1px;
}
#SECOND .groupnavi>ul:after {
  content: '.';
  display: block;
  clear: both;
  height: 0px;
  visibility: hidden;
  font-size: 0px;
}
#SECOND .groupnavi>ul>li {
  border-bottom: #007440 dotted 1px;
  width: 100%;
  min-height: 1px;
  zoom: 1;
  clear: both;
  text-align: left;
}
#SECOND .groupnavi>ul>li:last-child {
  border-bottom: #007440 solid 1px;
}
#SECOND .groupnavi>ul>li:after {
  content: '.';
  display: block;
  clear: both;
  height: 0px;
  visibility: hidden;
  font-size: 0px;
}
#SECOND .groupnavi>ul>li img {
  float: left;
  width: 70px;
  height: auto;
  margin: 10px 0 0 10px;
}
#SECOND .groupnavi>ul>li h3 {
  font-size: 93%;
  line-height: 1.1;
  margin: 15px 0 10px 0;
  width: 130px;
  float: right;
  color: #007440;
  font-weight: 900;
}
#SECOND .groupnavi>ul>li p {
  line-height: 1.1;
  width: 130px;
  margin: 0 0 10px 0;
  float: right;
  font-size: 77%;
}

#second_contents {
	width: 715px;
	float: right;
}

#second_contents h2 {
	font-size: 131%;
	color: #009753;
	height: 35px;
	line-height: 50px;
	margin: 0 0 20px 0;
}

#second_contents h2 em {
	display: none;
}

.second_contents_inner {
	margin: 30px 0;
	padding: 39px;
	border: solid #007440 3px;
	background: #fff;
	border-radius:3px !important; /* CSS3 */
	behavior: url(/common/css/PIE.htc);
	-moz-border-radius:3px !important; /* Firefox */
	-webkit-border-radius:3px !important; /* Safari and Chrome */
	min-height:1px;
	zoom:1;
	clear:both;
}

.second_contents_inner:after {
	content:".";
	display:block;
	clear:both;
	height:0px;
	visibility:hidden;
	font-size:0px;
}

.second_contents_inner p {
	margin: 0 0 20px;
}

.second_contents_inner img {
	display: block;
	margin: 20px auto;
}

.second_contents_inner h3 {
  clear: both;
  height: auto;
  margin: 30px 0 20px;
  padding: 5px .5em;
  line-height: 20px;
  font-family: 'Helvetica Neue', Arial, 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', Meiryo, sans-serif;
  font-size: 116%;
  font-weight: bold;
  color: #535353;
  background: url(/common/images/box_bg.png) repeat !important;
  border-radius:3px !important; /* CSS3 */
  behavior: url(/common/css/PIE.htc);
  -moz-border-radius:3px !important; /* Firefox */
  -webkit-border-radius:3px !important; /* Safari and Chrome */
}

.second_contents_inner h4 {
	font-size: 116%;
	font-weight: bold;
	padding: 0 0 15px;
	margin: 30px 0 10px;
}

.second_contents_inner h4:after {
	content: " ";
	display: block;
	width: 100%;
	height: 5px;
}

/* IE7 hack */
*:first-child+html .second_contents_inner h3 {
	 behavior: none !important;
}

.second_contents_inner .second_image_fr {
	min-height:1px;
	zoom:1;
	clear:both;
}

.second_contents_inner .second_image_fr:after {
	content:".";
	display:block;
	clear:both;
	height:0px;
	visibility:hidden;
	font-size:0px;
}

.second_contents_inner .second_image_fr img {
	float: right;
	margin: 0 0 20px 20px;
}

.second_image_fr h5 {
	width:intrinsic;
	font-size: 116%;
	font-weight: bold;
	margin: 0 0 15px;

}

/*
.second_image_fr h5:after {
	content: " ";
	display: block;
	width: 420px;
	height: 5px;
}
*/


/* ------------------------------------------------------------ セカンド ------------------------------------------------------------ */


.second_concept {
	padding: 15px;
	border-radius:3px !important; /* CSS3 */
	behavior: url(/common/css/PIE.htc);
	-moz-border-radius:3px !important; /* Firefox */
	-webkit-border-radius:3px !important; /* Safari and Chrome */
}

.second_concept_inner{
	background: #fff;
	padding: 20px 25px;
	line-height: 2;
}

.second_concept img {
	margin: 10px 0 30px;
}

#second_contents h2 {
	background: url(/common/images/second_ttl_yakuju.png) no-repeat left center;
	padding: 0 0 0 100px;
}

.pharmacy #second_contents h2 {
	background: url(/common/images/second_ttl_pharmacy.png) no-repeat left center;
	padding: 0 0 0 165px;
}

.link_eiyoushi,
.link_eiyoushi img {
	margin: 10px 0 0 0 !important;
	float: left !important;
	padding: 0 !important;
}

.houmon #second_contents h2 {
	background: url(/common/images/second_ttl_houmon.png) no-repeat left center;
	padding: 0 0 0 200px;
}
.kennavi #second_contents h2 {
	background: url(/common/images/second_ttl_kennavi.png) no-repeat left center;
	padding: 0 0 0 205px;
}
.liko #second_contents h2 {
	background: url(/common/images/second_ttl_liko.png) no-repeat left center;
	padding: 0 0 0 285px;
}

.pharmacy .secondnavi_pharmacy ul {display: block !important;}
.houmon .secondnavi_houmon ul {display: block !important;}
.kennavi .secondnavi_kennavi ul {display: block !important;}
.liko .secondnavi_liko ul {display: block !important;}

.secondnavi_pharmacy h2,
.pharmacy .second_contents_inner h3,
.pharmacy .second_image_fr h5,
.pharmacy .news_navi h3,
.pharmacy .news_contents #secondtitle,
.pharmacy .second_concept,
.pharmacy .second_contents_inner h4:after {background: url(/common/images/footer_bg4.png) repeat !important;}

.secondnavi_houmon h2,
.houmon .second_contents_inner h3,
.houmon .second_image_fr h5,
.houmon .news_navi h3,
.houmon .news_contents #secondtitle,
.houmon .second_concept,
.houmon .second_contents_inner h4:after {background: url(/common/images/footer_bg3.png) repeat !important;}

.secondnavi_kennavi h2,
.kennavi .second_contents_inner h3,
.kennavi .second_image_fr h5,
.kennavi .news_navi h3,
.kennavi .news_contents #secondtitle,
.kennavi .second_concept,
.kennavi .second_contents_inner h4:after {background: url(/common/images/footer_bg2.png) repeat !important;}

.secondnavi_liko h2,
.liko .second_contents_inner h3,
.liko .second_image_fr h5,
.liko .news_navi h3,
.liko .news_contents #secondtitle,
.liko .second_concept,
.liko .second_contents_inner h4:after {background: url(/common/images/footer_bg1.png) repeat !important;}

.pharmacy .seond_menu,.pharmacy #footer_wrap  {background: #fff url(/common/images/footer_bg4.png) repeat;}
.houmon .seond_menu,.houmon #footer_wrap  {background: #fff url(/common/images/footer_bg3.png) repeat;}
.kennavi .seond_menu,.kennavi #footer_wrap  {background: #fff url(/common/images/footer_bg2.png) repeat;}
.liko  .seond_menu,.liko #footer_wrap  {background: #fff url(/common/images/footer_bg1.png) repeat;}

.pharmacy #footer:before,
.houmon #footer:before,
.kennavi #footer:before,
.liko #footer:before {
    content: " ";
    position: absolute;
    top: -95px;
    display: block;
    height: 65px;
    left: 50px;
    width: 110px;
}

.pharmacy #footer:before {
    background: url(/common/images/footer_top4.png) no-repeat;
}

.houmon #footer:before {
    background: url(/common/images/footer_top3.png) no-repeat;
}

.kennavi #footer:before {
    background: url(/common/images/footer_top2.png) no-repeat;
}

.liko #footer:before {
    background: url(/common/images/footer_top1.png) no-repeat;
}

/*
.pharmacy #second_contents,
.houmon #second_contents,
.kennavi #second_contents,
.liko #second_contents {
	margin: -55px 0 0 0;
}
*/

/*--------------------------------
	liko
--------------------------------*/

.liko_brand .second_contents_inner {
	padding: 0;
}

.liko_brand .second_contents_inner ul li {
	width: 205px;
	padding: 10px 15px;
	border-right: dotted 1px #007440;
	border-bottom: dotted 1px #007440;
	float: left;	
}

.liko_brand .second_contents_inner ul li.likobrand_border0 {
	border-right: none !important;
}

.liko_brand .second_contents_inner ul li h3 {
	background: none;
	margin: 0;
	font-size: 100%;
	padding: 5px;
}

.liko_brand .second_contents_inner ul li p {
	font-size: 93% !important;
	margin: 10px 0;
	line-height: 1.4em !important;
}

.liko_brand .second_contents_inner ul li img {
	width: 120px;
	height: 100px;
	margin: 15px auto;
}



/*--------------------------------
	worldview
--------------------------------*/

.worldview .second_contents_inner h3 {
	margin: 0 0 20px;
}

.worldview h4 {
	color: #535353;
	font-weight: bold;
	margin: 0 0 20px;
	padding: 0;
	font-size: 167%;
	background: none !important;
}

/*--------------------------------
	shop
--------------------------------*/

.shop_search .second_contents_inner h3 {
	margin: 0 0 20px !important;
	height: auto;
	font-size: 123.1%;
}


.shop_search dl {
	padding: 0;
	min-height:1px;
	zoom:1;
	clear:both;
	width: 350px;
	margin: 40px auto 0 auto;
}

.shop_search dl:after {
	content:".";
	display:block;
	clear:both;
	height:0px;
	visibility:hidden;
	font-size:0px;
}

.shop_search dl dt {
	float: left;
	color: #009753;	
	clear: left;
	margin: 0 0 15px;
	padding: 0 5px;
	width: 70px;
	line-height: 25px;
	background: url(/common/images/box_bg.png) repeat;
}

.shop_search dl dd {
	height: 25px;
	padding: 0 0 0 100px;
	width: 248px;
	line-height: 25px;
	margin: 0 0 15px;
}


.shop_search dl dd input {
	border: #007440 1px solid;
	width: 248px;
	height: 20px;
}

.shop_search dl dd select {
	border: #007440 1px solid;	
	width: 252px;
	height: 20px;
	line-height: 20px;
}

.shop_search .searchButton {
	width: 350px;
	margin: 10px auto 0;
}

.shop_search .searchButton input {
	background: #007440;
	width: 100%;
	height: 40px;
	color: #fff;
	font-size: 14px;
	text-align: center;
	line-height: 40px;
	border: none;
}

.shop_search .searchButton input:hover {
	background: #79b499;
}

.shop_search .shop_search_ex {
	display: none;
	font-size: 93%;
	margin: 30px 0 0 0;
}

.shop .second_contents_inner {
	margin: 0 0 30px 0;
}

.shop .second_contents_inner h3 {
	margin: 0 0 20px !important;
	font-size: 123.1%;
}

.shop_comment {
	margin: 10px 0 30px;
	min-height:1px;
	zoom:1;
	clear:both;
	word-break: break-all;
	overflow-wrap: break-word;
	word-wrap: break-word;
}

.shop_comment:after {
	content:".";
	display:block;
	clear:both;
	height:0px;
	visibility:hidden;
	font-size:0px;
}


.shop_comment h4 {
	margin: 0 !important;
	padding: 0 !important;
}

.shop_comment p {
	margin: 0 !important;
}

.shop_comment img {
	float: left;
	margin: 0 10px 10px 0;
}

.shop dl dt {
	width: 100px;
	min-height: 25px;
	float: left;
	clear: left;
	line-height: 2em;
	padding: 10px 0;
	font-weight: bold;
	font-size: 93%;
	color: #009753;
}

.shop dl dd {
	border-bottom: 1px dashed #007440;
	padding: 10px 0 10px 130px;
	line-height: 2em;
	min-height: 25px;
}

.shop .second_contents_inner img {
	display: inline;
	margin: 0;
}

.shop .second_contents_inner .shop_icon {
	padding: 20px 0;
	border-bottom: 1px dashed #007440;
}

.shop_mapslide {
	min-height:1px;
	zoom:1;
	clear:both;
}

.shop_map a {
	display: block;
	margin: 10px 0 0 0;
}

.shop_mapslide:after {
	content:".";
	display:block;
	clear:both;
	height:0px;
	visibility:hidden;
	font-size:0px;
}

.shop .second_contents_inner .shop_map {
	width: 300px;
	float: left;
	margin: 30px 0;
}


#slides_wrap {
	width: 300px;
	height: 230px;
	margin: 30px 0 0 0;
	float: right;
}

.shop .slidesjs-pagination {
        display: none;
}




.shop .shop_ex {
	border-top: 1px dashed #007440;
	width: 100%;
	padding: 20px 0 0;
}

.shop .shop_ex h4 {
	color: #009753;
	margin: 0 0 10px;
}

.shop .shop_ex p {
}


/*-- 検索結果 --*/

.shopTable {
	margin: 30px 0 0 0;
}

.shopTable th {
	padding: 10px 0;
	color: #007440;
	font-weight: bold;
}

.shopTable td {
	padding: 10px 15px 10px 0;
}

.shopTable tr {
	border-bottom: 1px dotted #ccc;
}

.tableIco {
	padding: 10px 0 !important;
}

.serviceList {
	width: 99px;
	margin: 0 -3px 0 0;
	overflow: hidden;
}

.serviceList li {
	display: block;
	width: 30px;
	float: left;
	margin: 0 3px 3px 0;
}

.serviceList li img {
	margin: 0;
	padding: 0;
}

.second_contents_inner p.pageNavi {
	margin: 0 !important;
}

.search_pagenation {
	background: url(/common/images/box_bg.png) repeat;
	margin: 30px 0 0 0;
	padding: 10px 20px;
}

.search_pagenation p.pageNavi {
	font-size: 85% !important;
	float: left;
	display: inline-block !important;
}

.pager {
	text-align: right;
}

.search_pagenation div.pager div {
	display: inline;
}

.search_pagenation div.pager span {
	margin: 0 2px !important;
}

.epark {
	display: block;
	width: 100%;
	text-align: left;
}
.epark img {
	float: none;
	width: 80% !important;
	margin: 8px 0 2px !important;
}
.shop .epark img {
	width: 100% !important;
	max-width: 300px;
	margin: 0 auto !important;
}
.shop .epark a, .shop .psft_line a {
  float: left;
  margin: 0 12px 12px 0;
}


/*--------------------------------
	recruit
--------------------------------*/

.recruit .recruit_copy {
	font-size: 131% !important;
	font-weight: bold;
}

.recruit .recruit_icon img {
	margin: 20px 9px;
	display: inline;
}

.recruit .second_contents_inner {
	margin: 30px 0;
	padding: 0;
}


ul.recruit_guraduate_navi {
	width: 100%;
	height: 60px;
	margin: 0 auto;
	padding: 0;
	border-bottom: 1px solid #007440;
	background: url(/common/images/box_bg.png) repeat;
	min-height:1px;
	zoom:1;
	clear:both;
}

ul.recruit_guraduate_navi:after {
	content:".";
	display:block;
	clear:both;
	height:0px;
	visibility:hidden;
	font-size:0px;
}

.recruit_guraduate_navi li {
	width: 117px;
	height: 100%;
	line-height: 60px;
	text-align: center;
	color: #009753;
	font-weight: bold;
	float: left;
	border-right:1px solid #007440;
}

.recruit_guraduate_navi li span {
	display: table-cell;
	vertical-align: middle;
	width: 117px;
	height: 60px;
	line-height: 1.3;
}

.recruit_wrap .youtube {
        position: relative;
        width: 100%;
        padding-top: 56.25%
}

.recruit_wrap .youtube iframe {
        position: absolute;
        top: 0;
        right: 0;
        width: 100% !important;
        height: 100% !important;
}




h3.recruit_toiawase {
	padding: 20px 0 !important;
	margin: 0;
	border-top: 1px dashed #007440;
	border-bottom: 1px dashed #007440;
	height: 30px;
	line-height: 1;
	height: auto;
	text-align: left;
	background: none !important;
}

h3.recruit_toiawase img {
	display: inline;
	margin: 0;
}

/* IE7 hack */
*:first-child+html .recruit_guraduate_navi li {
	height: 30px !important;
	padding: 15px 0 !important;
	line-height: 30px !important;
}

*:first-child+html .recruit_guraduate_navi li span {
	display: inline !important;
}


.recruit_guraduate_navi li.recruit_navi_now {
	background: #fff !important;
	border-image: none !important;
	border-bottom: 1px #fff solid;
}

.graduate_wrap {/*マイナビ、めでぃしーん追加の為追記20170120*/
        margin: 50px 0;
        height:100%;
}

.recruit_graduate_entry {
	float: left;/*採用コンテンツ1つの場合は解除する*/
	width: 50%;/*採用コンテンツ1つの場合は解除する*/
        /*width: 100%*//*採用コンテンツ2つの場合は解除する*/
	text-align: center;
	/*margin: 50px auto;*//*マイナビ、めでぃしーん追加の為解除*/
        /*margin: 0 auto;*//*上記解除により追記20170120*/
}

.recruit_graduate_entry_plus{
	float: left;/*採用コンテンツ1つの場合は解除する*/
	width: 50%;
	text-align: center;
	/*margin: 50px auto;*//*マイナビ、めでぃしーん追加の為解除*/
        margin: 0 auto;/*上記解除により追記20170120*/
}




.recruit_wrap {
	padding: 36px;
}

.recruit_wrap h3 {
	display: block;
/* 	height: auto !important; */
	padding: 10px;
	margin: 30px 0 20px;
	line-height: 1.5;
	zoom: 1;
}

.field_top {
	height: 730px;
	width: 630px;
	background: url(/recruit/graduate/field/images/field_bg.png) no-repeat center center;
	min-height:1px;
	zoom:1;
	clear:both;
}

.field_top:after {
	content:".";
	display:block;
	clear:both;
	height:0px;
	visibility:hidden;
	font-size:0px;
}

.field_top ul {
	top:0;
	left:0;
	height: 100%;
	width: 100%;
	position: relative;
	text-align: left;
}

.field_sp {
	display: none !important;
}

.field_top ul li {
	display: block;
	position: absolute;
}

.field_top li.field_01 {
	top:180px;
	left: 30px;
	width: 120px;
	height: 130px;
}

.field_top li.field_02 {
	top:20px;
	left: 0;
	width: 140px;
	height: 150px;
}

/* ==================== 191127追加 ==================== */

.ts191127 .field_top li.field_02 {
	top: 15px;
	left: 70px;
}

.ts191127 .field_top li.field_05 {
    bottom: 60px;
    right: 100px;
}

.ts191127 .field_top li.field_07 {
	bottom: 195px;
    right: 30px;
}

.ts191127 .field_top li.field_08 {
    bottom: 60px;
    left: 100px;
}

.ts191127 .field_top li.field_09 {
	bottom: 195px;
	left: 30px;
}

/* ==================== //191127追加 ==================== */

.field_top li.field_03 {
	top:160px;
	left: 150px;
	width: 140px;
	height: 130px;
}

.field_top li.field_04 {
	top:20px;
	left: 150px;
	width: 120px;
	height: 130px;
}

.field_top li.field_05 {
	bottom:45px;
	right: 110px;
	width: 180px;
	height: 130px;
}

.field_top li.field_06 {
	top: 100px;
	right: 80px;
	width: 170px;
	height: 150px;
}

.field_top li.field_07 {
	bottom: 190px;
	right: 40px;
	width: 140px;
	height: 150px;
}

.field_top li.field_08 {
	bottom: 50px;
	left: 140px;
	width: 180px;
	height: 130px;
}

.field_top li.field_09 {
	bottom: 80px;
	left: -10px;
	width: 150px;
	height: 150px;
}

.field_top li.field_10 {
	bottom: 210px;
	left: 70px;
	width: 190px;
	height: 130px;
}


.field_icon ul li {
	margin: 20px 0;
	border-top: 1px dotted #007440;
	min-height:1px;
	zoom:1;
	clear:both;
}

.recruit_message_prof p {
	float: left;
}

.recruit_message_prof img {
	float: right;
	margin: 0 0 20px 0;
}

.field_icon ul li:after {
	content:".";
	display:block;
	clear:both;
	height:0px;
	visibility:hidden;
	font-size:0px;
}

.field_icon ul li img {
	display: inline;
	margin: 0;
	float: left;
}

.field_icon ul li div {
	width: 470px;
	float: left;
	clear: none;
	margin: 0 0 0 10px;
}

.field_icon ul li h3 {
	background: none !important;
	padding: 20px 0;
	margin: 0;
}

.recruit_structure .recruit_wrap ul {
	margin: 0 0 50px;
	min-height:1px;
	zoom:1;
	clear:both;
}

.recruit_structure .recruit_wrap ul:after {
	content:".";
	display:block;
	clear:both;
	height:0px;
	visibility:hidden;
	font-size:0px;
}

.recruit_structure .recruit_wrap ul li {
	float: left;
	margin: 10px;
	width: 290px;
}

.recruit_structure .recruit_wrap h3 {
	margin: 80px 0 20px 0;
}


.recruit_voice .recruit_wrap h3 {
	padding: 20px;
	margin: 0 0 50px;
	font-size: 131%;
	text-align: center;
	letter-spacing: 0.1em;
	background: none !important;
	border-top: 1px dotted #007440;
	border-bottom: 1px dotted #007440;
	border-radius:0 !important; /* CSS3 */
	behavior: url(/common/css/PIE.htc);
	-moz-border-radius:0 !important; /* Firefox */
	-webkit-border-radius:0 !important; /* Safari and Chrome */
}

.recruit_voice .recruit_wrap h3 span {
	margin: 0 0 0 20px;
	font-weight: 100;
	font-size: 93%;
}

.recruit_voice .recruit_wrap ul {
	margin: 0 -15px 0 0;
	width: 645px;
	overflow: hidden;
	min-height:1px;
	zoom:1;
	clear:both;
}

.recruit_voice .recruit_wrap ul:after {
	content:".";
	display:block;
	clear:both;
	height:0px;
	visibility:hidden;
	font-size:0px;
}

.recruit_voice .recruit_wrap ul li {
	float: left;
	width: 200px;
	display: block;
	margin: 0 15px 20px 0;
}

.recruit_voice .recruit_wrap h4 {
	margin: 0 !important;
	height: 46px !important;
	font-size: 100% !important;
	font-weight: bold !important;
	letter-spacing: -1px;
	padding: 4px 4px !important;
	color: #009753;
	background: url(/common/images/box_bg.png) repeat;
	border-radius:3px !important; /* CSS3 */
	behavior: url(/common/css/PIE.htc);
	-moz-border-radius:3px !important; /* Firefox */
	-webkit-border-radius:3px !important; /* Safari and Chrome */
}


/* IE7 hack */
*:first-child+html .recruit_voice .recruit_wrap h4 {
	font-size: 11px;
}

/* IE7,8 hack */
.recruit_voice .recruit_wrap h4 { 
	font-size/*\**/: 11px\9;
}


.recruit_voice .recruit_wrap h4 span {
	font-weight: 100;
	color: #000;
	font-size: 86% !important;
	display: block;
}

.recruit_voice .recruit_wrap ul li img {
	margin: 5px 0;
}

.recruit_voice_in .recruit_wrap p span {
	font-size: 131% !important;
	font-weight: bold;
}

.recruit_voice_navi_top {
	border-bottom: 1px dotted #007440;
	margin: 0 0 30px;
	padding: 0 0 20px;
}

.recruit_voice_navi_bottom {
	border-top: 1px dotted #007440;
	margin: 30px 0 0;
	padding: 20px 0 0 0;
}

.recruit_voice_navi_top, .recruit_voice_navi_bottom {
	min-height:1px;
	zoom:1;
	clear:both;
	width: 100%;
}

.recruit_voice_navi_top img, .recruit_voice_navi_bottom img {
	margin: 0 !important;
}

.recruit_voice_navi_top:after, .recruit_voice_navi_bottom:after {
	content:".";
	display:block;
	clear:both;
	height:0px;
	visibility:hidden;
	font-size:0px;
}
/*---------------------------------
movie css
-----------------------------------*/
.recruit_movie .recruit_wrap ul {
	margin: 0 0 50px;
	min-height:1px;
	zoom:1;
	clear:both;
}

.recruit_movie .recruit_wrap ul:after {
	content:".";
	display:block;
	clear:both;
	height:0px;
	visibility:hidden;
	font-size:0px;
}

.recruit_movie .recruit_wrap ul li {
	margin: 10px;
}

.recruit_movie .recruit_wrap h3 {
	margin: 80px 0 20px 0;
}

.recruit_wrap h4.btnTitle {
	/*margin: 30px 0 10px 0;*/
        padding:0 0 0 10px;
        color: #077440;
}

.recruit_guraduate_movie_list2 {
        /*width: 100%;*/
        height: 30px;
        margin-top: -10px;
        margin-bottom: 20px;
        background: url(/common/images/box_bg.png) repeat;
}

.recruit_guraduate_movie_list2 li {
        float: left;
        border-right: 1px solid #007440;
        padding: 0 7px 0 8px;
        font-size: 0.9em;
        font-weight: bold;
        line-height: 30px;
        background: url(/common/images/box_bg.png) repeat;
}

.recruit_guraduate_movie_list2 li:last-child {
        border-right: none;
        font-size: 0.9em;
        padding: 0 7px 0 7px;
        border-right: 1px solid #007440;
        
}

.recruit_guraduate_movie_list {
        width: 100%;
        height: 30px;
        margin-top: -10px;
        background: url(/common/images/box_bg.png) repeat;
}

.recruit_guraduate_movie_list li {
        float: left;
        border-right: 1px solid #007440;
        padding: 0 7px 0 8px;
        font-size: 0.9em;
        font-weight: bold;
        line-height: 30px;
}

.recruit_guraduate_movie_list li:last-child {
        border-right: none;
        font-size: 0.9em;
        padding: 0 0px 0 7px;
}

@-moz-document url-prefix() {
.recruit_guraduate_movie_list li {
        font-size: 0.85em;
}
.recruit_guraduate_movie_list li:last-child {
	font-size: 0.85em;
        padding: 0 0px 0 7px;
	}
}

.recruit_guraduate_movie_list li a {
      
}

ul.recruit_guraduate_7col_navi {
	width: 100%;
	height: 60px;
	margin: 0 auto;
	padding: 0;
	border-bottom: 1px solid #007440;
	background: url(/common/images/box_bg.png) repeat;
	min-height:1px;
	zoom:1;
	clear:both;
}

ul.recruit_guraduate_7col_navi:after {
	content:".";
	display:block;
	clear:both;
	height:0px;
	visibility:hidden;
	font-size:0px;
}

.recruit_guraduate_7col_navi li {
	width: 100px;
	height: 100%;
	line-height: 60px;
	text-align: center;
	color: #009753;
	font-weight: bold;
	float: left;
	border-right:1px solid #007440;
}

.recruit_guraduate_7col_navi li span {
	display: table-cell;
	vertical-align: middle;
	width: 100px;
	height: 60px;
	line-height: 1.3;
}

ul.recruit_guraduate_2col_navi {
	width: 100%;
	height: 60px;
	margin: 0 auto;
	padding: 0;
	border-bottom: 1px solid #007440;
	background: url(/common/images/box_bg.png) repeat;
	min-height:1px;
	zoom:1;
	clear:both;
}

ul.recruit_guraduate_2col_navi:after {
	content:".";
	display:block;
	clear:both;
	height:0px;
	visibility:hidden;
	font-size:0px;
}

.recruit_guraduate_2col_navi li {
	width: 49.861%;
	height: 100%;
	line-height: 60px;
	text-align: center;
	color: #009753;
	font-weight: bold;
	float: left;
	border-right:1px solid #007440;
}

.recruit_guraduate_2col_navi li span {
	display: table-cell;
	vertical-align: middle;
	width: 354.5px;
	height: 60px;
	line-height: 1.3;
}




/* IE7 hack */
*:first-child+html .recruit_guraduate_7col_navi li {
	height: 30px !important;
	padding: 15px 0 !important;
	line-height: 30px !important;
}

*:first-child+html .recruit_guraduate_7col_navi li span {
	display: inline !important;
}


.recruit_guraduate_navi li.recruit_7col_navi_now {
	background: #fff !important;
	border-image: none !important;
	border-bottom: 1px #fff solid;
}

.recruit_guraduate_2col_navi li.recruit_navi_now {
	background: #fff !important;
	border-image: none !important;
	border-bottom: 1px #fff solid;
}


.recruit_guraduate_7col_navi li.recruit_navi_now {
	background: #fff !important;
	border-image: none !important;
	border-bottom: 1px #fff solid;
}

/*------------------------------------------
end movie css
---------------------------------------------*/

/*--------------------------------
	career
--------------------------------*/

ul.recruit_career_navi {
	width: 100%;
	height: 60px;
	margin: 0 auto;
	padding: 0;
	border-bottom: 1px solid #007440;
	min-height:1px;
	zoom:1;
	clear:both;
	background: url(/common/images/box_bg.png) repeat;
}

ul.recruit_career_navi:after {
	content:".";
	display:block;
	clear:both;
	height:0px;
	visibility:hidden;
	font-size:0px;
}

.recruit_career_navi li {
	width: 176px;
	height: 20px;
	padding: 20px 0;
	line-height: 20px;
	text-align: center;
	color: #009753;
	font-weight: bold;
	float: left;
	border-right:1px solid #007440;
}

.recruit_part_navi li {
	width: 235px !important;
}

/* IE7 hack */
*:first-child+html .recruit_career_navi li {
	height: 30px !important;
	padding: 15px 0 !important;
	line-height: 30px !important;
	background: #f0f !important;
}

.recruit_career_navi li.recruit_navi_now {
	background: #fff !important;
	border-image: none !important;
	border-bottom: 1px #fff solid !important;
}

.recruit_career_faq .recruit_wrap h3 {
	margin: 0 0 30px;
}

.recruit_career_faq h4 {
	padding: 0;
}

.recruit_career_faq .recruit_wrap ul.recruit_career_q {
	margin: 0 0 80px;
}

.recruit_career_faq .recruit_wrap ul.recruit_career_q li {
	margin: 10px 0 10px 10px;
	padding: 0 0 0 15px;
	background: url(/common/images/arrow_w.png) no-repeat left center;
}

.recruit_career_faq .recruit_wrap ul.recruit_career_a {
	margin: 0 0 50px;
}

.recruit_career_faq .recruit_wrap ul.recruit_career_a li {
	margin: 0 0 30px;
}

.recruit_career_faq .recruit_wrap ul.recruit_career_a li h4 {
	margin: 10px 0 10px 10px;
	height: 26px;
	line-height: 26px;
	padding: 0 0 0 40px;
	background: url(/recruit/career/faq/images/recruit_career_q.png) no-repeat left center;
}

.recruit_career_faq .recruit_wrap ul.recruit_career_a li p {
	margin: 10px 0 10px 10px;
	padding: 0 0 0 40px;
	background: url(/recruit/career/faq/images/recruit_career_a.png) no-repeat left top;
}


.recruit_career_voice .voice_jouken {
	margin: 50px auto 0 auto;
	width: 630px;
	height: 360px;
	background: url(/recruit/career/voice/images/voice_top.png) no-repeat center center;
	position: relative;
}

.recruit_career_voice .voice_jouken li {
	position: absolute;
}

.recruit_career_voice .voice_jouken li span {
	display: none;
}

.recruit_career_voice .voice_jouken li img {
	margin: 0;
	padding: 0;
}

.recruit_career_voice .voice_jouken li.voice_jouken1 {
	top:0;
	left: 202px;
}

.recruit_career_voice .voice_jouken li.voice_jouken2 {
	top:120px;
	left: 0;
}

.recruit_career_voice .voice_jouken li.voice_jouken3 {
	top:120px;
	right: 0;
}

.recruit_career_voice .voice_jouken li.voice_jouken4 {
	top:280px;
	left: 60px;
}

.recruit_career_voice .voice_jouken li.voice_jouken5 {
	top:280px;
	right: 60px;
}



.recruit_career_voice .recruit_wrap h3 {
	margin: 50px 0 30px 0;
}

.recruit_career_voice .recruit_wrap ul {
	width: 664px;
	margin: 0 -30px 0 0;
	overflow: hidden;
}

.recruit_career_voice .recruit_wrap ul li {
	float: left;
	width: 300px;
	margin: 0 30px 30px 0;
	border: 1px dotted #007440;
	border-radius:3px !important; /* CSS3 */
	behavior: url(/common/css/PIE.htc);
	-moz-border-radius:3px !important; /* Firefox */
	-webkit-border-radius:3px !important; /* Safari and Chrome */
}

.recruit_career_voice .recruit_wrap ul li h4 {
	padding: 12px 10px 10px 10px;
	border-bottom: 1px dotted #007440;
	margin: 0 !important;
}

.recruit_career_voice .recruit_wrap ul li p {
	padding: 10px;
}


/*--------------------------------
	research 2017/03/01追記
--------------------------------*/

ul.research_2col_navi {
        width: 100%;
        height: 60px;
        margin: 0 auto;
        padding: 0;
        border-bottom: 1px solid #007440;
        background: url(/common/images/box_bg.png) repeat;
        min-height: 1px;
        zoom: 1;
        clear: both;
}

ul.research_2col_navi li {
        width: 49.861%;
        height: 100%;
        line-height: 60px;
        text-align: center;
        color: #009753;
        font-weight: bold;
        float: left;
        border-right: 1px solid #007440;
        letter-spacing: 0.1em;
}

ul.research_2col_navi li:last-child {
        border-right: none;
}

ul.research_2col_navi li.research_navi_now {
        background: #fff !important;
        border-image: none !important;
        border-bottom: 1px #fff solid;
}

ul.research_2col_navi li span {
        display: table-cell;
        vertical-align: middle;
        width: 354.5px;
        height: 60px;
        line-height: 1.3;
}

.research_wrap {
        padding: 36px;
}

.research_contents_inner_top {
        padding: 0 10px;
        border-bottom: 1px dashed #ccc;
        margin-bottom: 20px;
}

#contents p.research_cat {
        //font-weight: bold;
        font-size: 93%;
        float: right;
        margin: 0 0 10px 0 !important;
}

#contents p.research_date {
        margin: 0 0 0px 0 !important;
        font-size: 93%;
}

#contents p.research_name {
        margin: 5px 0 0 0 ;
        font-size: 93%;
        font-weight: bold;
}

.second_contents_inner h4.research_title {
        padding: 0;
        margin: 0;
        position: relative;
        color: #007440;
}

.second_contents_inner img.icon_pdf {
        display: inline;
        margin: 0 0 -2px 5px;
        padding: 3px 0 0 0;
}

.research_year_list {
        height: 30px;
        padding: 36px;

}

.research_year_list li {
        float: left;
        margin: 30px 15px 0 0;
        padding: 0 20px;
        font-weight: bold;
        line-height: 30px;
        background: url(/common/images/box_bg.png) repeat;
        text-align: center;
        font-size: 14px;
        letter-spacing: 0.05em;
        font-family:arial;
}

#reseachlb {
        margin: 0px 0px 20px;
        padding: 10px;
        line-height: 1.5;
        zoom: 1;
        font-size: 1.16em;
        color: #535353;
        font-weight: bold;
        clear: both;
}

.research_wrap .pagelink {
        position: relative;
}

.research_wrap .pagelink .pagenext {
        position: absolute;
        top: 0;
        right: 0;
}

/*--------------------------------
	covid19 20200730
--------------------------------*/

.covid19_cont {}

.covid19_cont .covid19_top {
      
}

.covid19_cont .covid19_top .top_image{
width:50%;
margin: 0 auto;
}

.covid19_cont .covid19_top .top_image img{
width: 100%;
}

.covid19_cont .top_content {
      
}

.covid19_cont .top_content h3 {
color: #007440;
font-size: 1.5em;
font-weight: bold;
margin-bottom: 10px;
}

.covid19_cont .covid19_top .top_content {
font-size: 1.2em;
}
.covid19_cont .top_content div {
text-align:right;
}
.covid19_cont .top_content div a {
font-weight: bold;
border-bottom: solid 1px #007440;

}

.covid19_cont h4{
height: auto;
    line-height: 20px;
    padding: 5px 10px;
    font-size: 116%;
    font-weight: bold;
    clear: both;
    color: #535353;
    background: url(/common/images/box_bg.png) repeat !important;
    border-radius: 3px !important;
    behavior: url(/common/css/PIE.htc);
    -moz-border-radius: 3px !important;
    -webkit-border-radius: 3px !important;
}

.covid19_cont .second_contents_inner{
font-size: 1.1em;
}

.covid19_cont .second_contents_inner a {
font-weight:bold;
border-bottom: solid 1px #007440;
}

.covid19_cont .second_contents_inner > ul > p {
   margin: 10px 0 0 0;
}

.covid19_cont .second_contents_inner > ul , .covid19_cont .second_contents_inner > ul > ul {
 padding: 0 10px 20px 20px;
}

.covid19_cont .second_contents_inner > ul > li , .covid19_cont .second_contents_inner > ul > ul > li{
position: relative;
}

.covid19_cont .second_contents_inner > ul > li::after , .covid19_cont .second_contents_inner > ul > ul > li::after  {
  display: block;
  content: '';
  position: absolute;
  top: .7em;
  left: -0.8em;
  width: 6px;
  height: 6px;
  background-color: #077440;
  border-radius: 100%;
}

/*--------------------------------
	infectious 20200831
--------------------------------*/

.infectious_cont {}

.infectious_cont .infectious_top {
width: 100%;
position: relative;      
}

.infectious_cont .infectious_top h3 {
position: absolute;
top: 30px;
left: 50px;
font-size:4.5em;
line-height: 1.3em;
letter-spacing: 0.05em;
color: #1c732e;
font-weight: 600;
}

#contents .infectious_cont .infectious_top > p {
position: absolute;
bottom: 20px;
right: 0px;
font-size:1.3em;
font-weight: 600;
}

#contents .infectious_cont .infectious_top > p span.author_title {
font-size: 0.8em;
margin-right: 12px;
}

#contents .infectious_cont .infectious_top > p span.author {
font-size:1.6em;
margin-left: 15px;
}


.infectious_cont .top_content {
      
}

.infectious_cont .second_contents_inner .text_bold {
font-weight: bold;
}

.infectious_cont .second_contents_inner img {
width: 100%;
}

.infectious_cont .second_contents_inner .flex_box {
display:flex;
justify-content: center;
}

.infectious_cont .second_contents_inner .flex_box img{
width: 95%;
}

.infectious_cont .top_content h3 {
color: #007440;
font-size: 1.5em;
font-weight: bold;
margin-bottom: 10px;
}

infectious_cont .infectious_top .top_content {
font-size: 1.2em;
}
.infectious_cont .top_content div {
text-align:right;
}
.infectious_cont .top_content div a {
font-weight: bold;
border-bottom: solid 1px #007440;

}

.infectious_cont h4 ,.colimn h4{
height: auto;
    line-height: 20px;
    padding: 5px 10px;
    font-size: 116%;
    font-weight: bold;
    clear: both;
    color: #535353;
    background: url(/common/images/box_bg.png) repeat !important;
    border-radius: 3px !important;
    behavior: url(/common/css/PIE.htc);
    -moz-border-radius: 3px !important;
    -webkit-border-radius: 3px !important;
}

.infectious_cont .second_contents_inner{
font-size: 1.1em;
}

.infectious_cont .second_contents_inner .image4{
width: 45%;
margin: 0 0 0 10px;
}

.infectious_cont .second_contents_inner .image4 img {
margin:0;
}

.infectious_cont .second_contents_inner a {
font-weight:bold;
border-bottom: solid 1px #007440;
}





/*--------------------------------
	privacypolicy
--------------------------------*/

.privacypolicy .second_contents_inner {
	padding: 10px 39px 39px 39px;
}

/*--------------------------------
	sitemap
--------------------------------*/

.sitemap .second_contents_inner {
	padding: 10px 39px 39px 39px;
}

.sitemap .second_contents_inner ul {
	margin: 0 0 50px;
	border-bottom: 1px dashed #79b499;
}

.sitemap .second_contents_inner ul li {
	margin: 0 0 10px 0;
	padding: 10px 0 0 0;
	border-top: 1px dashed #79b499;
	color: #009753;
}

.sitemap .second_contents_inner ul li.sm_arrow {
	padding:0 0 0 12px;
	background:url(/common/images/arrow_w.png) left no-repeat;
	border-top: none;
	list-style: none;
}

.sitemap .second_contents_inner ul li.sm_second {
	margin: 0 0 8px 15px;
}

.sitemap .second_contents_inner ul li.sm_third {
	margin: 0 0 5px 30px;
}

.sitemap .second_contents_inner ul li.sm_third_last {
	margin: 0 0 30px 30px;
}

.sitemap .second_contents_inner ul li.sm_fourth {
	margin: 0 0 5px 45px;
	background:url(/common/images/arrow_s.png) left no-repeat;
}

.sitemap .second_contents_inner ul li.sm_fourth_last {
	margin: 0 0 30px 45px;
	background:url(/common/images/arrow_s.png) left no-repeat;
}






/* ------------------------------------------------------------ NEWS ------------------------------------------------------------ */


.second_contents_blog {
	margin:20px 0 0 0;
}

.news_navi {
	width: 182px;
	overflow: hidden;
	padding: 20px;
	float: right;
	clear: right;
	text-align: center;
	margin: 5px 0 0 0;
	border: solid #007440 3px;
	margin: 0 0 10px ;
	text-align: left;
	border-radius:3px !important; /* CSS3 */
	behavior: url(/common/css/PIE.htc);
	-moz-border-radius:3px !important; /* Firefox */
	-webkit-border-radius:3px !important; /* Safari and Chrome */
}

.news_navi h3 {
	margin: 0 0 5px 0;
	font-weight: bold;
	padding: 2px 8px;
	background: url(/common/images/box_bg.png) repeat;
	border-radius:3px !important; /* CSS3 */
	behavior: url(/common/css/PIE.htc);
	-moz-border-radius:3px !important; /* Firefox */
	-webkit-border-radius:3px !important; /* Safari and Chrome */
}

.news_navi ul {
	margin: 10px 0 20px;
	line-height: 1.4;
}

.news_navi ul li {
	padding: 10px 0;
}

.news_navi ul li.cat-item {
	padding: 5px 0 !important;
}

.news_navi select {
	margin: 15px 0;
}

.news_navi ul li.news_cat1 a:focus			{ color: #eb6100 !important; }
.news_navi ul li.news_cat1 a:link:hover		{ color: #eb6100 !important; }
.news_navi ul li.news_cat1 a:link			{ color: #eb6100 !important; }
.news_navi ul li.news_cat1 a:link:active	{ color: #eb6100 !important; }
.news_navi ul li.news_cat1 a:visited		{ color: #eb6100 !important; }
.news_navi ul li.news_cat1 a:visited:hover	{ color: #eb6100 !important; }
.news_navi ul li.news_cat1 a:visited:active	{ color: #eb6100 !important; }

.news_navi ul li.news_cat2 a:focus			{ color: #ccc !important; }
.news_navi ul li.news_cat2 a:link				{ color: #ccc !important; }
.news_navi ul li.news_cat2 a:link:hover		{ color: #ccc !important; }
.news_navi ul li.news_cat2 a:link:active		{ color: #ccc !important; }
.news_navi ul li.news_cat2 a:visited			{ color: #ccc !important; }
.news_navi ul li.news_cat2 a:visited:hover	{ color: #ccc !important; }
.news_navi ul li.news_cat2 a:visited:active	{ color: #ccc !important; }

.news_navi ul li.news_cat3 a:focus			{ color: #ccc !important; }
.news_navi ul li.news_cat3 a:link				{ color: #ccc !important; }
.news_navi ul li.news_cat3 a:link:hover		{ color: #ccc !important; }
.news_navi ul li.news_cat3 a:link:active		{ color: #ccc !important; }
.news_navi ul li.news_cat3 a:visited			{ color: #ccc !important; }
.news_navi ul li.news_cat3 a:visited:hover	{ color: #ccc !important; }
.news_navi ul li.news_cat3 a:visited:active	{ color: #ccc !important; }


.news_contents {
	width: 418px;
	padding: 20px;
	float: left;
	border: solid #007440 3px;
	border-radius:3px !important; /* CSS3 */
	behavior: url(/common/css/PIE.htc);
	-moz-border-radius:3px !important; /* Firefox */
	-webkit-border-radius:3px !important; /* Safari and Chrome */
}

.news_contents .news_post {
	position: relative;
	padding: 0 0 10px;
	margin: 0 0 50px;
}

.news_contents .news_post h4 {
	font-size: 116%;
	font-weight: bold;
	line-height: 1.5;
	margin: 0 0 5px 0;
	padding: 12px 0 0;
}

.news_contents .news_post .post_text img {
	margin: 10px 0;
}

.news_contents .news_post .post_text span {
	font-weight: bold;
}

.news_contents .news_post .post_text strong {
	font-weight: bold;
	font-size: 108%;
}

.news_contents .news_post .post_text em,
.news_contents .news_post .post_text address {
	font-style: italic;
}

.news_contents .news_post .post_text h1,
.news_contents .news_post .post_text h2,
.news_contents .news_post .post_text h3,
.news_contents .news_post .post_text h4,
.news_contents .news_post .post_text h5,
.news_contents .news_post .post_text h6,
.news_contents .news_post .post_text h7 {
	font-weight: bold !important;
	margin: 5px 0 !important;
	padding: 0 !important;
	width: auto !important;
	height: auto !important;
	line-height: normal !important;
	background: none !important;
	border: none !important;
}

.news_contents .news_post .post_text h1 {
	font-size: 116%;
}

.news_contents .news_post .post_text h2,
.news_contents .news_post .post_text h3,
.news_contents .news_post .post_text h4 {
	font-size: 108%;
}

.news_contents .news_post table {
	width: 100%;
	margin: 20px 0;
	border-collapse: separate;
	border-spacing: 4px;
	border-color: #fff;
}

.news_contents .news_post table th {
	background: #e1f4dd;
	padding: 5px;
	width: 15%;
	text-align: center;
}

.news_contents .news_post table td {
	padding: 5px;
	width: 85%;
	background: #f1fdee;
}

.news_contents .news_post table tr td:first-child {
	background: #e1f4dd;
	padding: 5px;
	width: 15% !important;
	text-align: center;
}

.news_contents .news_post p {
	margin: 0 0 20px 0;
}

.news_contents .news_post p.news_contents_category {
	font-weight: bold;
	float: right;
	color: #ccc;
	margin: 0;
}

.news_contents .news_post p.news_contents_date {
	margin: 0 0 20px 0;
	padding: 0 0 10px;
	border-bottom: 1px dashed #ccc;
}

.news_contents .news_post strong {
	margin: 0 0 20px 0;
	font-size: 16px;
	font-weight: bold;
}
.news_post .sns.btn { position: absolute; top: -15px; right: -14px; }
.sns.btn a {
  display: block;
  float: left;
  width: 24px;
  height: 24px;
  margin-left: 2px;
  background-size: cover;
}
.sns.btn a span { display: none; }
.sns.btn a.facebook { background-image: url('../images/sns/facebook.png?200315'); }
.sns.btn a.twitter   { background-image: url('../images/sns/twitter.png?200315'); border-radius: 50%; }
.sns.btn a.pinterest { background-image: url('../images/sns/pinterest.png?200315'); }
.sns.btn a.line { background-image: url('../images/sns/line.png?200315'); }
.sns.share { text-align: right; }
.sns.share .sns.btn { top: auto; bottom: 4px; }

.news_contents .pagelink {
	display: block;
	width: 100%;
	font-size: 85% !important;
	padding: 10px 0 0;
	border-top: 1px dashed #ccc;
	line-height: 1.3;
	min-height:1px;
	zoom:1;
	clear:both;
}

.news_contents .pagelink:after {
	content:".";
	display:block;
	clear:both;
	height:0px;
	visibility:hidden;
	font-size:0px;
}


.news_contents .pagelink .pageprev {
	display: block;	
	float: left;
	margin: 0 0 15px;
	width: 40%;
}

.news_contents .pagelink .pagenext {
	display: block;
	float: right;
	text-align: right;
	width: 40%;
}

.news_contents #secondtitle {
	margin: 0 0 15px 0;
	font-weight: bold;
	padding: 2px 8px;
	background: url(/common/images/box_bg.png) repeat;
	border-radius:3px !important; /* CSS3 */
	behavior: url(/common/css/PIE.htc);
	-moz-border-radius:3px !important; /* Firefox */
	-webkit-border-radius:3px !important; /* Safari and Chrome */
}

.news_contents_inner {
	margin: 0;
	padding: 20px 0 0;
	border-top: 1px dashed #ccc;
}

.news_contents_inner_top {
	padding: 20px 0;
	border-top: 1px dashed #ccc;
}

.news_contents_inner_top h3 {
	margin: 5px 0 10px !important;
}

.news_contents_inner_top p {
	margin: 5px 0;
}

.news_contents_inner_top p a:focus				{ color:#009753; text-decoration:none; }
.news_contents_inner_top p a:link				{ color:#000000; text-decoration:none; }
.news_contents_inner_top p a:link:hover			{ color:#009753; text-decoration:none; }
.news_contents_inner_top p a:link:active		{ color:#009753; text-decoration:none; }
.news_contents_inner_top p a:visited			{ color:#000000; text-decoration:none; }
.news_contents_inner_top p a:visited:hover		{ color:#009753; text-decoration:none; }
.news_contents_inner_top p a:visited:active		{ color:#009753; text-decoration:none; }

.news_contents h3:before {
	content:"";
	display: block;
	position: absolute;
	left: 0;
	top: 5px;
	width: 3px;
	height: 15px;
	background: #007440;
}

.news_contents h3 {
	position: relative;
	font-size: 116%;
	color: #009753;
	margin: 0px 0px 5px !important;
	padding: 0 0 0 10px !important;
	height: auto;
	line-height: 1.5;
	font-weight: bold;
}

.blog_cat {
	font-weight: bold;
	float: right;
	margin: 0 0 10px 0 !important;
}

.blog_date {
	margin: 0 0 15px 0 !important;
}





/* ------------------------------------------------------------ ETC ------------------------------------------------------------ */

.arrows {
	padding:20px 0;
	background:#ccc;
}

.arrow1_b {
	padding:0 0 0 10px;
	background:url(/common/images/arrow1_b.png) left no-repeat;
	font-size:11px;
}

.arrow1_w {
	padding:0 0 0 10px;
	background:url(/common/images/arrow1_w.png) left no-repeat;
	font-size:11px;
}
.arrow2_b {
	padding:0 0 0 10px;
	background:url(/common/images/arrow2_b.png) left no-repeat;
	font-size:11px;
}
.arrow2_w {
	padding:0 0 0 10px;
	background:url(/common/images/arrow2_w.png) left no-repeat;
	font-size:11px;
}

/*--------------------------------
	CSS3
--------------------------------*/

.round {
	border-radius:5px !important; /* CSS3 */
	behavior: url(PIE.htc);
	-moz-border-radius:5px !important; /* Firefox */
	-webkit-border-radius:5px !important; /* Safari and Chrome */
}

.shadow {
	box-shadow: 3px 3px 5px 0px #999; /* CSS3 */
	behavior: url(PIE.htc); 
	-moz-box-shadow: 3px 3px 5px 0px #999; /* Firefox */
	-webkit-box-shadow: 3px 3px 5px 0px #999; /* Safari and Chrome */
}

	
/*--------------------------------
	Hack
--------------------------------*/

/* IE6 hack */
*html {
}

/* IE7 hack */
*:first-child+html{
}

/* IE7,8 hack */
.XXX { example/*\**/: 000px\9; }

/* opera10later hack */
@media not screen and (1) { /* opera10以上 ハック */
	.example {
		style:000px;
	}
}

/* safari hack */
@media screen and (-webkit-min-device-pixel-ratio:0) {
	.example {
		style:000px;
	}
}

/*--------------------------------
	Print
--------------------------------*/

@media print {
}