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

/* basic
-------------------------------------------- */
html,
body {
	height: 100%;
}

body {
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 13px;
	line-height: 2.2;
	letter-spacing: 1px;
	background: #FFF;
	color: #080808;
}

a {
	color: #080808;
}

a:hover {
	text-decoration: underline;
	color: #3858a0;
}

.clear {
	clear: both;
}

.alert {
	color: #FF0000;
}

.memo {
	font-size: 0.9em;
	font-weight: normal;
}


/*よく使うクラス
-------------------------------------------------------------------------*/
.mb10 {
	margin-bottom: 10px !important;
}

.mb20 {
	margin-bottom: 20px !important;
}

.mb30 {
	margin-bottom: 30px !important;
}

.mb40 {
	margin-bottom: 40px !important;
}

.mb50 {
	margin-bottom: 50px !important;
}

.mb60 {
	margin-bottom: 60px !important;
}

.txtaC {
	text-align: center !important;
}

.txtaR {
	text-align: right !important;
}

.txtaL {
	text-align: left !important;
}

.fwb {
	font-weight: bold !important;
}

.fcBlue {
	color: #3773bb !important;
}

.fcRed {
	color: #ff0000 !important;
}

.floatL {
	float: left !important;
}

.floatR {
	float: right !important;
}

/*レスポンシブ 用
-------------------------------------------------------------------------*/
.br_sp {
	display: none;
}

.sp_txt {
	display: none;
}

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

	.br_sp {
		display: inline;
	}

	.sp_txt {
		display: block;
		color: red;
		font-weight: bold;
	}

	.sp_scroll {
		overflow-x: scroll;
	}

	body {
		padding: 9px;
	}

}


/*#wrap*/
#wrap {
	height: auto;
	min-height: 100%;
}

/* header（sub）
-------------------------------------------- */
#wrap.subPage #header {
	width: 100%;
	border-top: 10px solid #3858a0;
}

#wrap.subPage #header .inner {
	width: 1080px;
	margin: 0 auto;
	padding-bottom: 20px;
}

#wrap.subPage #header h1 {
	width: 100%;
	float: left;
	margin-top: 45px;
}

#wrap.subPage #header h2 {
	display: none;
}

#wrap.subPage #header ul.tabMenu {
	width: 780px;
	font-size: 13px;
	float: right;
	margin-top: 40px;
	height: 60px;
}

#wrap.subPage #header ul.tabMenu li {
	float: left;
	width: 130px;
}

#wrap.subPage #header ul.tabMenu li a {
	display: block;
	width: 130px;
	height: 60px;
	text-indent: -9999em;
}

#wrap.subPage #header ul.tabMenu li a.btn01 {
	background: url(../img/navBtn01.gif) 0 0 no-repeat;
}

#wrap.subPage #header ul.tabMenu li a.btn02 {
	background: url(../img/navBtn02.gif) 0 0 no-repeat;
}

#wrap.subPage #header ul.tabMenu li a.btn03 {
	background: url(../img/navBtn03.gif) 0 0 no-repeat;
}

#wrap.subPage #header ul.tabMenu li a.btn04 {
	background: url(../img/navBtn04.gif) 0 0 no-repeat;
}

#wrap.subPage #header ul.tabMenu li a.btn05 {
	background: url(../img/navBtn05.gif) 0 0 no-repeat;
}

#wrap.subPage #header ul.tabMenu li a.btn06 {
	background: url(../img/navBtn06.gif) 0 0 no-repeat;
}

#wrap.subPage #header ul.tabMenu li.active a.btn01 {
	background: url(../img/navBtn01_on.gif) 0 0 no-repeat;
}

#wrap.subPage #header ul.tabMenu li.active a.btn02 {
	background: url(../img/navBtn02_on.gif) 0 0 no-repeat;
}

#wrap.subPage #header ul.tabMenu li.active a.btn03 {
	background: url(../img/navBtn03_on.gif) 0 0 no-repeat;
}

#wrap.subPage #header ul.tabMenu li.active a.btn04 {
	background: url(../img/navBtn04_on.gif) 0 0 no-repeat;
}

#wrap.subPage #header ul.tabMenu li.active a.btn05 {
	background: url(../img/navBtn05_on.gif) 0 0 no-repeat;
}

#wrap.subPage #header ul.tabMenu li.active a.btn06 {
	background: url(../img/navBtn06_on.gif) 0 0 no-repeat;
}

#wrap.subPage #header .subMenu {
	width: 780px;
	float: right;
	margin-top: 13px;
	font-size: 14px;
}

#wrap.subPage #header .tabbox {
	display: none;
}

#wrap.subPage #header .tabbox li {
	display: inline;
	padding: 0 10px;
	border-right: 1px solid #3858a0;
}

#wrap.subPage #header .tabbox li:first-child {
	padding-left: 0;
}

#wrap.subPage #header .tabbox li.last {
	border-right: none;
}

#wrap.subPage #header .tabbox li a {
	color: #3858a0;
	padding: 3px 10px;
	display: inline-block;
	border-radius: 0.5em;
}

#wrap.subPage #header .tabbox li a:hover {
	background: #3858a0;
	color: #ffffff;
	text-decoration: none;
}

#wrap.subPage #header .tabbox li.disp a {
	background: #3858a0;
	color: #ffffff;
	text-decoration: none;
}


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

	#wrap.subPage #header .inner {
		width: 100%;
		margin: 0 auto;
		padding-bottom: 20px;
	}

	#wrap.subPage #header h1 {
		width: 80%;
		float: left;
		margin-top: 20px;
	}

	#wrap.subPage #header h1 img {
		width: 100%;
	}

	#wrap.subPage #header ul.tabMenu {
		width: 100%;
		font-size: 13px;
		float: right;
		margin-top: 0px;
		height: auto;
	}

	#wrap.subPage #header ul.tabMenu li {
		float: left;
		width: 50%;
	}

	#wrap.subPage #header ul.tabMenu li a {
		display: block;
		width: 100%;
		height: 60px;
		text-indent: -9999em;
	}

	#wrap.subPage #header .subMenu {
		width: 100%;
		float: right;
		margin-top: 13px;
		font-size: 14px;
	}

	#wrap.subPage #header ul.tabMenu li a.btn01 {
		background: url(../img/navBtn01.gif) 0 0 no-repeat;
		background-position: center;
	}

	#wrap.subPage #header ul.tabMenu li a.btn02 {
		background: url(../img/navBtn02.gif) 0 0 no-repeat;
		background-position: center;
	}

	#wrap.subPage #header ul.tabMenu li a.btn03 {
		background: url(../img/navBtn03.gif) 0 0 no-repeat;
		background-position: center;
	}

	#wrap.subPage #header ul.tabMenu li a.btn04 {
		background: url(../img/navBtn04.gif) 0 0 no-repeat;
		background-position: center;
	}

	#wrap.subPage #header ul.tabMenu li a.btn05 {
		background: url(../img/navBtn05.gif) 0 0 no-repeat;
		background-position: center;
	}

	#wrap.subPage #header ul.tabMenu li a.btn06 {
		background: url(../img/navBtn06.gif) 0 0 no-repeat;
		background-position: center;
	}

	#wrap.subPage #header ul.tabMenu li.active a.btn01 {
		background: url(../img/navBtn01_on.gif) 0 0 no-repeat;
		background-position: center;
	}

	#wrap.subPage #header ul.tabMenu li.active a.btn02 {
		background: url(../img/navBtn02_on.gif) 0 0 no-repeat;
		background-position: center;
	}

	#wrap.subPage #header ul.tabMenu li.active a.btn03 {
		background: url(../img/navBtn03_on.gif) 0 0 no-repeat;
		background-position: center;
	}

	#wrap.subPage #header ul.tabMenu li.active a.btn04 {
		background: url(../img/navBtn04_on.gif) 0 0 no-repeat;
		background-position: center;
	}

	#wrap.subPage #header ul.tabMenu li.active a.btn05 {
		background: url(../img/navBtn05_on.gif) 0 0 no-repeat;
		background-position: center;
	}

	#wrap.subPage #header ul.tabMenu li.active a.btn06 {
		background: url(../img/navBtn06_on.gif) 0 0 no-repeat;
		background-position: center;
	}


}






/* mv
-------------------------------------------- */
/*top*/
#wrap.topPage #mv {
	height: auto;
	padding-left: 0px;
	margin: 0 auto;
	width: 100%;
}

#wrap.topPage #mv .inner {
	position: relative;
	background: #eeeeee;
	height: auto;
	width: 100%;
}

#wrap.topPage #mv .inner .sp_img {
	display: none;
}

#wrap.topPage #sidecol {
	overflow: hidden;
	overflow: hidden;
	margin: 0 auto;
}

#wrap.topPage #sidecol h1 {
	text-align: center;
}

#wrap.topPage #sidecol h2 {
	display: none;
}

#wrap.topPage #sidecol .topics {
	height: 158px;
	overflow-y: scroll;
	margin-top: 15px;
	border-bottom: 1px solid #3858a0;
}

#wrap.topPage .event {
	height: 158px;
	overflow-y: scroll;
	margin-top: 15px;
	border-bottom: 1px solid #3858a0;
}

/*#wrap.topPage #sidecol .topics ul { height:345px; }*/
#wrap.topPage #sidecol .topics li {
	/*border-bottom:1px dashed #cccccc;*/
	margin-bottom: 10px;
}

#wrap.topPage #sidecol .topics li {
	padding-left: 40px;
	text-align: justify;
	line-height: 1.2em;
	color: #333333;
	padding-top: 0.2em;
	font-size: 12px;
}

#wrap.topPage #sidecol .topics li span {
	display: none;
}

#wrap.topPage #sidecol .topics li.typeA {
	background: url(../img/listIconA.gif) left center no-repeat;
}

#wrap.topPage #sidecol .topics li.typeB {
	background: url(../img/listIconB.gif) left center no-repeat;
}

#wrap.topPage #sidecol .topics li.typeC {
	background: url(../img/listIconC.gif) left center no-repeat;
}

#wrap.topPage ul.mainMenu li {
	float: left;
	width: 150px;
}


/*sub*/
@media screen and (max-width:767px) {

	h3 img {
		width: 100%;
		height: auto;
	}

}

/* contents
-------------------------------------------- */
#contents {
	clear: both;
	width: 960px;
	margin: 0 auto;
}

#contents .col {
	margin-top: 30px;
}

#contents .col p {
	margin-top: 15px;
	text-align: justify;
}

#contents .col p img.right {
	float: right;
	padding: 0 0 20px 30px;
}

#contents .col p.top {
	margin-top: 0;
	text-align: justify;
}

#contents .col p.guideLink {
	text-align: right;
	border-bottom: 1px solid #3858a0;
}

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

	#contents {
		width: 100%;
	}

	#contents .col {
		margin-top: 30px;
	}

	#contents .col p {
		font-size: 11px;
		/*    padding: 10px; */
	}

	#contents .col p img.right {
		float: none;
		padding: 0;
		display: block;
		margin: 0 auto 25px;
	}

	#contents .col p.top {
		margin-top: 0;
		text-align: justify;
	}

	#contents .col p.guideLink {
		text-align: right;
		border-bottom: 1px solid #3858a0;
	}

}


/* tablecolor */
#rightcol table.typeA th {
	font-weight: normal;
	text-align: left;
	background: #efedea;
	padding: 6px 10px 5px;
	border-top: 1px #614a2d dotted;
	vertical-align: middle;
}

#rightcol table.typeA td {
	padding: 6px 10px 5px;
	border-top: 1px #614a2d dotted;
}

#rightcol table.typeA th.top,
#rightcol table.typeA td.top {
	border-top: 1px #614a2d solid;
}

#rightcol table.typeA th.end,
#rightcol table.typeA td.end {
	border-bottom: 1px #614a2d solid;
}

/* #bnrAria
-------------------------------------------- */
#bnrAria {}

#bnrAria .inner {
	width: 960px;
	margin: 0 auto;
	padding: 20px 0;
}

#bnrAria .inner li {
	float: left;
}

#bnrAria .inner li.last {
	margin-right: 0;
}

#bnrAria .inner li a {
	display: block;
}

#bnrAria .inner .listA {
	margin-top: 10px;
	width: 730px;
	margin: 10px auto;
}

#bnrAria .inner .listA li {
	width: 232px;
	margin-right: 10px;
}

#bnrAria .inner .listA li.last {
	width: 234px;
}

#bnrAria .inner .listB {
	display: flex;
	width: 100%;
	margin: 10px auto;
	justify-content: space-between;
	box-sizing: border-box;
}

#bnrAria .inner .listB li {
	width: 151px;
}

#bnrAria .inner .listB li:last-child {
	margin-right: 0;
}

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

	#bnrAria .inner {
		width: 100%;
	}

	#bnrAria .inner li {
		float: left;
	}

	#bnrAria .inner li.last {
		margin-right: 0;
	}

	#bnrAria .inner li a {
		display: block;
	}

	#bnrAria .inner .listA {
		width: 100%;
	}

	#bnrAria .inner .listA li {
		width: 48%;
		margin-right: 4%;
	}

	#bnrAria .inner .listA li img {
		width: 100%;
		height: auto;
	}

	#bnrAria .inner .listA li:nth-child(2n) {
		margin-right: 0;
	}

	#bnrAria .inner .listB {
		width: 100%;
	}

	#bnrAria .inner .listB li {
		width: 48%;
		margin-right: 4%;
	}

	#bnrAria .inner .listB li img {
		width: 100%;
		height: auto;
	}

	#bnrAria .inner .listB li:nth-child(2n) {
		margin-right: 0;
	}

}





/* footer
-------------------------------------------- */
#footer {
	background: #eeeeee;
}

#footer .inner {
	width: 960px;
	margin: 0 auto;
	padding: 20px 0;
	background: url(../img/sitemapBg.gif) bottom left no-repeat;
}

#footer ul {
	font-size: 12px;
	color: #333333;
}

#footer ul li {}

#footer ul li.listA {
	width: 103px;
	float: left;
	margin-right: 20px;
}

#footer ul li.listB {
	width: 153px;
	float: left;
	margin-right: 20px;
}

#footer ul li.listC {
	width: 173px;
	float: left;
	margin-right: 20px;
}

#footer ul li.listD {
	width: 133px;
	float: left;
	margin-right: 20px;
}

#footer ul li.listE {
	width: 153px;
	float: left;
	margin-right: 20px;
}

#footer ul li.listF {
	width: 145px;
	float: left;
	margin-right: 0;
}

#footer ul li span {
	border-bottom: 1px solid #080808;
	font-weight: bold;
	display: block;
}

#footer ul li ul {
	margin-top: 5px;
	font-size: 11px;
}

#footer ul li ul li {
	text-align: justify;
}

#footer ul.guideLink {
	text-align: center;
}

#footer ul.guideLink li {
	display: inline-block;
}

address {
	font-style: normal;
	text-align: center;
	font-size: 11px;
	padding: 10px 0;
}

#footer .sitemap {
	width: 100%;
	display: flex;
	justify-content: space-between;
}

#footer .sitemap .sitemap_box li {
	padding-left: 1em;
	text-indent: -1em;
}

#footer .sitemap .sitemap_box li::before {
	/*content: "━";*/
	content: "●";
	color: #3858a0;
}



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

	#footer .inner {
		width: 100%;
		padding: 20px 0;
	}

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

	#footer ul li.listA {
		width: 48%;
		float: left;
		margin-right: 4%;
		margin-bottom: 10px;
	}

	#footer ul li.listB {
		width: 48%;
		float: left;
		margin-right: 0;
		margin-bottom: 10px;
	}

	#footer ul li.listC {
		width: 48%;
		float: left;
		margin-right: 4%;
		margin-bottom: 10px;
	}

	#footer ul li.listD {
		width: 48%;
		float: left;
		margin-right: 0;
		margin-bottom: 10px;
	}

	#footer ul li.listE {
		width: 48%;
		float: left;
		margin-right: 4%;
		margin-bottom: 10px;
	}

	#footer ul li.listF {
		width: 48%;
		float: left;
		margin-right: 0;
		margin-bottom: 10px;
	}


	#footer .sitemap {
		width: 100%;
		flex-wrap: wrap;
	}

	#footer .sitemap .sitemap_box {
		width: 49%;
	}



}


/*見出し共通
-------------------------------------------------------------------------*/
h4 {
	width: 100%;
	margin-bottom: 30px;
	background: url(../img/icon_top_contact.png) no-repeat;
	background-position: left;
	border-bottom: 1px solid #3858a0;
}

h4 span {
	color: #3858a0;
	font-family: 'Yu Mincho Light', 'YuMincho', 'Yu Mincho', '游明朝体', 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', sans-serif;
	font-size: 1.6rem;
	background: #fff;
	display: inline-block;
	margin-left: 40px;
	line-height: 28px;
}

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

	h4 span {
		font-size: 1.2rem;
		margin-left: 40px;
	}

}



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

.clearfix {
	min-height: 1px;
}

* html .clearfix {
	height: 1px;
	/*¥*/
	/*/
  height: auto;
  overflow: hidden;
  /**/
}

/*
 * CSS Styles that are needed by jScrollPane for it to operate correctly.
 *
 * Include this stylesheet in your site or copy and paste the styles below into your stylesheet - jScrollPane
 * may not operate correctly without them.
 */

.jspContainer {
	overflow: hidden;
	position: relative;
}

.jspPane {
	position: absolute;
}

.jspVerticalBar {
	position: absolute;
	top: 0;
	right: 0;
	width: 8px;
	height: 100%;
	background: red;
}

.jspHorizontalBar {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 16px;
	background: red;
}

.jspCap {
	display: none;
}

.jspHorizontalBar .jspCap {
	float: left;
}

.jspTrack {
	background: #efefef;
	position: relative;
}

.jspDrag {
	background: #cccccc;
	position: relative;
	top: 0;
	left: 0;
	cursor: pointer;
}

.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag {
	float: left;
	height: 100%;
}

.jspArrow {
	background: #50506d;
	text-indent: -20000px;
	display: block;
	cursor: pointer;
	padding: 0;
	margin: 0;
}

.jspArrow.jspDisabled {
	cursor: default;
	background: #80808d;
}

.jspVerticalBar .jspArrow {
	height: 16px;
}

.jspHorizontalBar .jspArrow {
	width: 16px;
	float: left;
	height: 100%;
}

.jspVerticalBar .jspArrow:focus {
	outline: none;
}

.jspCorner {
	background: #eeeef4;
	float: left;
	height: 100%;
}

/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .jspCorner {
	margin: 0 -3px 0 0;
}



/* 20170118tashiro*/
.slide {
	width: 1080px;
	margin: 0 auto 20px;
	/* box-shadow */
	box-shadow: 0px 6px 11px 1px #d8dbda;
	-moz-box-shadow: 0px 6px 11px 1px #d8dbda;
	-webkit-box-shadow: 0px 6px 11px 1px #d8dbda;
}

.slide img {
	margin-top: 10px;

}

.bg_panel {
	width: 100%;
	background-color: #fff;
	padding: 20px 0;
	margin-top: 85px;
}

.panel_area {
	width: 960px;
	margin: 10px auto 30px;
	background-color: #fff;
}

.panel_area ul {
	width: 100%;
	overflow: hidden;
}

.panel_area ul li {
	width: 320px;
	float: left;
	margin: 5px 0;

}

.panel_area ul li img {
	width: 300px;
	display: block;
	margin: 5px auto;
	/* box-shadow */
	box-shadow: 0px 6px 11px 1px #d8dbda;
	-moz-box-shadow: 0px 6px 11px 1px #d8dbda;
	-webkit-box-shadow: 0px 6px 11px 1px #d8dbda;
	-webkit-transition: all .3s;
	transition: all .3s;

}

.panel_area ul li img:hover {
	opacity: 0.6;
}

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

	.panel_area {
		width: 100%;
		overflow: hidden;
	}

	.panel_area ul li {
		width: 50%;
		margin: 5px 0;
	}

	.panel_area ul li img {
		width: 100%;
		display: block;
		margin: 5px auto;
	}

	.panel_area ul {
		width: 100%;
		overflow: visible;
	}

}


/* ---------- 必須CSS ここから ------------ */

#result [class*="hidden-"] {
	display: none;
}

/* ---------- 必須CSS ここまで ------------ */
.checkbox {
	box-sizing: border-box;
	-webkit-transition: background-color 0.2s linear;
	transition: background-color 0.2s linear;
	position: relative;
	display: inline-block;
	margin: 0 20px 8px 0;
	padding: 12px 12px 12px 12px;
	border-radius: 8px;
	background-color: #f6f7f8;
	vertical-align: middle;
	cursor: pointer;
	font-weight: 600;
	width: 286px;
}

.checkbox:hover {
	background-color: #C4CBDE;

}

.checkbox input[type="checkbox"] {
	margin-right: 10px;
	width: 20px;
	height: 20px;
}

/*input[type=radio], input[type=checkbox] {
  display: none;
}

.radio, .checkbox {
  box-sizing: border-box;
  -webkit-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
  position: relative;
  display: inline-block;
  margin: 0 20px 8px 0;
  padding: 12px 12px 12px 42px;
  border-radius: 8px;
  background-color: #f6f7f8;
  vertical-align: middle;
  cursor: pointer;
}
.radio:hover, .checkbox:hover {
  background-color: #e2edd7;
}
.radio:hover:after, .checkbox:hover:after {
  border-color: #53b300;
}
.radio:after, .checkbox:after {
  -webkit-transition: border-color 0.2s linear;
  transition: border-color 0.2s linear;
  position: absolute;
  top: 50%;
  left: 15px;
  display: block;
  margin-top: -10px;
  width: 16px;
  height: 16px;
  border: 2px solid #bbb;
  border-radius: 6px;
  content: '';
}

.radio:before {
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  position: absolute;
  top: 50%;
  left: 20px;
  display: block;
  margin-top: -5px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #53b300;
  content: '';
  opacity: 0;
}
input[type=radio]:checked + .radio:before {
  opacity: 1;
}

.checkbox:before {
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  position: absolute;
  top: 50%;
  left: 21px;
  display: block;
  margin-top: -7px;
  width: 5px;
  height: 9px;
  border-right: 3px solid #53b300;
  border-bottom: 3px solid #53b300;
  content: '';
  opacity: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
input[type=checkbox]:checked + .checkbox:before {
  opacity: 1;
}*/

#result {

	margin-top: 30px;

}

#result ul {
	overflow: hidden;

}

#result ul li {
	float: left;
	width: 298px;
	margin: 10px;
	text-align: center;
	border: 1px solid #4763A6;
	line-height: 3.0;
}

.acbar {
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: :10px;
	margin-bottom: 10px;
	border-bottom: 1px dotted #4763A6;
	cursor: pointer;
}

.acbar h6:after {
	content: "▼";
	color: #38589F;
	padding-left: 20px;


}

.acinner {
	/*display:none;*/
}

.acinner {
	overflow: hidden;

}

.acinner li {
	width: 298px;
	float: left;

}

.acinner p {
	width: 90%;
	margin: 20px auto;

}

#serch h5,
h5.serch_result {
	position: relative;
	border-bottom: 4px solid #ccc;
	font-size: 1rem;
	margin: 25px auto 20px;
	padding-left: 20px;
	width: 930px;
}

#serch h5::after,
h5.serch_result::after {
	position: absolute;
	bottom: -4px;
	left: 0;
	z-index: 2;
	content: '';
	width: 20%;
	height: 4px;
	background-color: #3498db;
}

#result h5.all_none {
	display: none;

}

table.result {
	border-top: 1px solid #3858a0;
	border-bottom: 1px solid #3858a0;
	margin-top: 30px;
	width: 100%;
	margin-bottom: 30px;
}

table.result th {
	font-weight: normal;
	vertical-align: middle;
	background: #ebeef5;
	width: 220px;
	color: #3858a0;
	border-bottom: 1px dotted #3858a0;
	line-height: 1em;
	text-align: left;
	padding: 0 30px;
}

table.result td {
	padding: 20px;
	border-bottom: 1px dotted #3858a0;
}

ul.result_link {
	margin-left: 40px;

}

ul.result_link li {
	background: no-repeat url("../../education/common/img/clinician2/iconArrow.gif") 0 50%;
	padding-left: 20px;
}

ul.result_link li button {
	border: none;
	background: none;
	font-size: inherit;
	font-family: inherit;
	padding-left: 0;
	cursor: pointer;
}

ul.result_link li button:hover {
	color: #3D62A6;
	text-decoration: underline;

}

ul.result_link li.btn {
	padding-left: 17px;

}

.result_inner .content_1 {
	overflow: hidden;
	margin-bottom: 20px;
	position: relative;

}

.f_left {
	float: left;

}

.result_inner .address {
	margin-left: 40px;
	width: 270px;

}

.result_inner .address h6 {
	background: #3D62A6;
	color: #fff;
	padding: 3px 10px;

}

.result_inner .address p {
	margin-left: 10px;

}

/*itemNavi
----------------------------------------------------------------------*/
.itemNavi {
	width: 100%;
	text-align: center;
	letter-spacing: -1em;
}

.itemNavi ul {
	margin: 0 0 0 -5px;
}

.itemNavi li {
	margin: 0 0 0 5px;
	display: -moz-inline-box;
	display: inline-block;
	/display: inline;
	/zoom: 1;
	letter-spacing: normal;
}

.itemNavi li a {
	padding: 1px 2px 2px 4px;
	display: block;
}

.itemNavi li .cur,
.itemNavi li .cur:link {
	font-weight: bold;
	font-size: 130%;
	line-height: 0.9;
	text-decoration: none;
	background: #eee;
	color: #c33;
	cursor: default;
}

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

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

.itemNavi .iNPrev {
	margin: 0 20px 0 0;
}

.itemNavi .iNNext {
	margin: 0 0 0 20px;
}

.itemNavi .off {
	text-decoration: none;
	color: #ccc;
	cursor: default;
}

* html body .itemNavi .off {
	text-decoration: none !important;
	color: #ccc !important;
}

.serch_btn {
	display: block;
	text-align: center;
	box-shadow: 0px 4px 6px 1px #d0d0d0;
	-moz-box-shadow: 0px 4px 6px 1px #d0d0d0;
	-webkit-box-shadow: 0px 4px 6px 1px #d0d0d0;
	display: block;
	text-align: center;
	background: #3498DB;
	color: #fff;
	width: 50%;
	margin: 10px auto;
	padding: 5px 5px;
	-webkit-transition: all .3s;
	transition: all .3s;

}

.serch_btn:hover {
	color: #4765A8;

}

.square_btn {
	display: inline-block;
	padding: 0.5em 1em;
	text-decoration: none;
	background: #3498DB;
	color: #FFF;
	border-bottom: solid 4px #627295;
	border-radius: 3px;
	position: absolute;
	top: 154px;
	right: 0;
	width: 300px;
	text-align: center;

}

.square_btn a {
	color: #fff;
	font-weight: 600;
	font-size: 15px;
	letter-spacing: 0.2em;

}

.square_btn:active {
	/*ボタンを押したとき*/
	-ms-transform: translateY(4px);
	-webkit-transform: translateY(4px);
	transform: translateY(4px);
	/*下に動く*/
	box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);
	/*影を小さく*/
	border-bottom: none;
}

p.title {
	position: relative;
	padding: .25em 0 .5em .75em;
	border-left: 6px solid #ccc;
	width: 100%;
}

p.title::before {
	position: absolute;
	left: -6px;
	bottom: 0;
	content: '';
	width: 6px;
	height: 50%;
	background-color: #38589F;
}

p.title::after {
	position: absolute;
	left: 0;
	bottom: 0;
	content: '';
	width: 100%;
	height: 0;
	border-bottom: 1px solid #ccc;
}

.floatR,
.floatL {
	width: 49.0%;
}

.floatR p.title,
.floatL p.title {
	width: 96%;
	margin-left: 0;
}

.floatR table.result,
.floatL table.result {
	width: 100%;
	margin-top: 0;
}

.floatL {
	float: left;
}

.floatR {
	float: right;
}

.touhoku_link li:nth-child(3n) {
	margin-right: 0 !important;
}

.touhoku_link li a {
	display: inline-block !important;
}

/*スライダー追記*/
.slider_wrapper {
	width: 1080px;
	/*width: 80%;
	max-width: 1200px;*/
	margin: 0 auto;
}

.slider li img {
	width: 100%;
	margin-top: 10px;
}

/*お問い合わせボタン*/
.fixed_btn {
	width: 150px;
	height: 150px;
	position: fixed;
	bottom: 100px;
	right: 100px;
	z-index: 1000;
}

.fixed_btn img {
	width: 100%;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.fixed_btn img:hover {
	opacity: 0.6;
}

.fixed_btn_sp {
	display: none;
}

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

	.slider_wrapper {
		width: 100%;
	}

	.fixed_btn {
		display: none;
	}

	.fixed_btn_sp {
		display: block;
		width: 100%;
		position: fixed;
		bottom: 0;
		z-index: 9999;
	}

	.fixed_btn_sp a {
		display: block;
		text-align: center;
		background: #f18b23;
		text-decoration: none;
		padding: 7px;
		color: #000;
		font-size: 16px;
	}

}

/*message_area*/
.message_wrapp {
	width: 100%;
}

.message_grid {
	width: 960px;
	height: 600px;
	margin: 0 auto 40px;
	position: relative;
}

.message_ttl {
	width: 1080px;
	margin: 50px auto 0px;
	padding: 40px 0 40px;
}

.message_ttl img {
	width: 100%;
}

.message_ttl p {
	text-align: center;
	font-size: 20px;
}

.message_area {
	width: 450px;
	background-color: #445896;
	color: #fff;
	position: absolute;
	top: 0;
	right: -60px;
	padding: 30px 15px;
	z-index: 100;
	box-sizing: border-box;
}

.message_area ul li {
	font-size: 15px;
}

.message_area ul li:nth-child(1) {}

.message_area ul li:nth-child(2) {
	padding: 10px 0;
}

.message_img {
	width: 700px;
	position: absolute;
	bottom: 60px;
	left: -60px;
}

.message_img img {
	width: 100%;
}

.message_cell {
	background-color: #fff;
	padding: 20px 40px;
	position: absolute;
	bottom: 40px;
	right: 40px;
	z-index: 100;
}

.message_cell p {
	font-size: 18px;
}

.fuwa {
	-webkit-animation-fill-mode: both;
	-ms-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-duration: 2s;
	-ms-animation-duration: 2s;
	animation-duration: 2s;
	-webkit-animation-name: fuwa;
	-ms-animation-name: fuwa;
	animation-name: fuwa;
	visibility: visible !important;
}

@-webkit-keyframes fuwa {
	0% {
		opacity: 0;
		-webkit-transform: translateY(30px);
		-ms-transform: translateY(50px);
		transform: translateY(50px);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}
}

.num_box {
	height: 440px;
}

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

	.message_wrapp {
		overflow: hidden;
	}

	.message_grid {
		width: 100%;
		height: auto;
		margin: 0;
		position: relative;
	}

	.message_ttl {
		width: 100%;
		margin: 22px auto;
		padding: 0px;
	}

	.message_area {
		width: 100%;
		position: relative;
		top: 0;
		right: 0;
		padding: 10px;
	}

	.message_area ul li {
		font-size: 12px;
	}

	.message_img {
		width: 100%;
		position: relative;
		bottom: 0;
		left: 0;
	}

}



.topics_event {
	width: 100%;
	max-width: 1400px;
	margin: 0 auto;
	box-sizing: border-box;
	padding: 0 40px;
}

.topics_event h3 {
	text-align: center;
	margin-bottom: 5px;
	color: #3858a0;
	font-size: 1.5rem;
	border-bottom: 1px solid #3858a0;
	font-family: 'Sitka Small', sans-serif;
}

.topics_cell {
	width: 860px;
	margin: 0 auto;
	padding: 0 10px 0 20px;
	box-sizing: border-box;
}

.event_cell {
	width: 49%;
	margin-left: 2%;
	float: left;
	box-sizing: border-box,
}

.php_title {
	margin-left: 10px !important;
}

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

	.topics_cell {
		width: 100%;
		padding: 0;
	}

	.event_cell {
		width: 100%;
		margin-left: 0%;
		padding: 0;
	}

}


/*TOPフォーム
-------------------------------------------------------------------------*/
.top_contact {
	width: 100%;
	margin: 40px auto;
	overflow: hidden;
	background: #f1f1f1;
	padding: 25px 0 50px;
}

.top_contact .inner {
	width: 860px;
	margin: 0 auto;
}

.top_contact .inner h3 {
	width: 100%;
	margin: 0 auto 30px;
	font-size: 1.5rem;
	color: #3858a0;
	border-bottom: 1px solid #3858a0;
	box-sizing: border-box;
}

.top_contact .inner h3 span {
	background: url(../img/icon_top_contact.png) no-repeat;
	padding: 0 30px;
	box-sizing: border-box;
	background-position: 0px 6px;
}

table.tbl_top_contact {
	width: 100%;
	border-collapse: collapse;
	margin: 0 auto 20px;
}

table.tbl_top_contact th,
table.tbl_top_contact td {
	padding: 20px;
	border: 1px solid #b9b9b9;
}

table.tbl_top_contact th {
	text-align: center;
	vertical-align: middle;
	color: #333;
	background-color: #ebeef5;
	font-weight: bold;
}

table.tbl_top_contact td {
	background-color: #fff;
}

.btn_top_contact {
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
	text-align: center;
}

.btn_top_contact button {
	width: 290px;
	background: #6ea748;
	color: #fff;
	border-radius: 5px;
	padding: 10px;
	cursor: pointer;
}

#contents.about .box01 p.error_messe {
	color: red;
	font-weight: bold;
	margin-top: 12px;
}

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

	.top_contact .inner {
		width: 90%;
	}

	table.tbl_top_contact th,
	table.tbl_top_contact td {
		display: block;
	}

	table.tbl_top_contact td input,
	table.tbl_top_contact td textarea {
		width: 100%;
	}

	.btn_top_contact button {
		width: 80%;
		margin: 0 auto;
	}

}

.ikyoku_nav div.hp_box {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	align-items: center;
	background: #DEDEDE;
	box-sizing: border-box;
	padding: 10px 20px;
	border-radius: 10px;
	margin-bottom: 25px;
}

.ikyoku_nav div.hp_box h4 {
	width: 60%;
	background: none;
	font-size: 20px;
	margin-bottom: 0;
	border: none !important;
	font-weight: bold !important;
	letter-spacing: 0.2em;
}

.ikyoku_nav div.hp_box h4>span {
	font-size: 70%;
	display: block;
	margin-left: 0;
	background: none;
	letter-spacing: normal;
	font-weight: normal;
	color: #171717;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.ikyoku_nav div.hp_box h4>span:before {
	content: "募集診療科";
	background: #3961A8;
	color: #fff;
	padding: 5px;
	margin-right: 10px;
	font-size: 80%;
	text-align: center;
	border-radius: 5px;
}

.ikyoku_nav div.hp_box ul {
	width: 35%;


}

.ikyoku_nav div.hp_box ul li {
	text-align: center;
	font-size: 15px;
	border-radius: 10px;
	margin: 10px auto;
}

.ikyoku_nav div.hp_box ul li:first-child {
	background: #f29332;
}

.ikyoku_nav div.hp_box ul li:nth-child(2) {
	background: #72bd61;
}

.ikyoku_nav div.hp_box ul li a {
	color: #fff;
}

.bnr_box {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}

.bnr_box li {
	width: 20%;
	margin: 20px;
}

.bnr_box li>a>img {
	width: 100%;
}

.kuzu_box {
	width: 100%;
}

.kuzu {
	display: flex;
	margin-bottom: 10px;
}

.kuzu li {
	margin-right: 30px;
	display: inline-block;
	width: auto !important;
}

.kuzu li::after {
	content: "＞";
}

.kuzu li.giji_none::after {
	display: none;
}

.kuzu li>span {
	padding-right: 1em;
}

.flex {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
}



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

	.ikyoku_nav div.hp_box {
		width: 95%;
		margin: 10px auto;
	}

	.ikyoku_nav div.hp_box h4,
	.ikyoku_nav div.hp_box ul {
		width: 100%;

	}

	.ikyoku_nav div.hp_box h4>span {}

	.ikyoku_nav div.hp_box h4>span:before {}

	.flex {
		display: block;
	}

	.kuzu {
		display: block;
	}

	.kuzu li {
		width: 100%;
		margin-right: 10px;
	}

	.bnr_box li {
		width: 47%;
		margin: 5px;
	}

	#wrap.topPage #mv .inner .pc_img{
		display: none;
	}
	#wrap.topPage #mv .inner .sp_img{
		display: block;
	}

}

/*
.btn_news{
    padding: 10px 50px  10px;
    text-decoration: none;
    color:  hsla(30,87%,54%,1.00);
    border: 2px hsla(30,87%,54%,1.00) solid;
    border-radius: 8px;
    font-weight: bold;
}
*/



.btn_news:hover {
	text-decoration: none;
	background: hsla(29, 90%, 88%, 1.00);
	transition: 0.3s;
	color: hsla(30, 87%, 54%, 1.00);
}

.btn_news {
	padding: 10px;
	text-decoration: none;
	color: hsla(30, 87%, 54%, 1.00);
	border: 2px hsla(30, 87%, 54%, 1.00) solid;
	border-radius: 8px;
	font-weight: bold;
	display: block;
	width: 80%;
	margin: 20px auto;
}


.logo_box{
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 5px;
}


/* 70周年記念ロゴ（ヘッダー）
-------------------------------------------------------------------------*/
.head_seventy{
	display:inline-block;
}
.head_seventy a{
	display:inline-block;
	pointer-events: none;
}
.head_seventy a:hover{
	transition: all .2s ease-in;
	opacity: 0.6;
}
.head_seventy a img{
	display:block;
	margin:0 auto;
	width:auto;
	height:70px;
}

@media screen and (max-width:767px) {
	#wrap.subPage #header h1.logo_box .logo_link{
		display: block;
	}
	#wrap.subPage #header h1.logo_box .logo_link img{
		width: 100%;
	}
	#wrap.subPage #header h1.logo_box .head_seventy img{
		width: 100%;
	}
}


/* 70周年記念ロゴ（フッター）
-------------------------------------------------------------------------*/
.foot_seventy{
	width:100%;
	margin:0 auto;
	padding:20px;
	text-align:center;
	background-color:#fff;
	box-sizing: border-box;
}
.foot_seventy a{
	display:inline-block;
	pointer-events: none;
}
.foot_seventy a:hover{
	transition: all .2s ease-in;
	opacity: 0.6;
}
.foot_seventy a img{
	display:block;
	margin:0 auto;
	width:auto;
	height:120px;
}
