@charset "UTF-8";
/*-----------------検索一覧css----------------*/

/*-----------------サイトタイトル----------------*/
.site-ttl {
	background: #1aa2c4;
	color: #fff;
}
.site-ttl h1 {
	display: inline;
	font-size: 16px;
	height: 50px;
	line-height: 50px;
}
.site-ttl p {
	display: inline;
	font-size: 12px;
	margin: auto 10px;
}
.site-ttl p:before, .site-ttl p:after {
	content: "ー";
}

@media (max-width: 767px) {
.site-ttl h1 {
	display: block;
	text-align: center;
}
.site-ttl p {
	display: none;
}
}
/*-----------------ページタイトル----------------*/
.page-ttl {
	margin: 30px auto 30px;
}
.page-ttl h2 {
	height: 120px;
	color: #fff;
}
.search-default-page-ttl {
	background: #1aa2c4 url(../img/icon-medical.png);
	background-repeat: no-repeat;
	background-position: 40px center;
	background-size: 72px auto;
}
/*-----------------配色切替----------------*/
.page-ttl h2.search-genre-color {
	background-color: #4ebbb7;
}
.page-ttl h2.search-area-color {
	background-color: #88b753;
}
.page-ttl h2.search-type-color {
	background-color: #1aa2c4;
}
.page-ttl h2 span {
	margin-left: 150px;
	display: block;
	height: 100%;
	line-height: 120px;
	font-size: 22px;
	text-indent: 20px;
	border-left: 2px solid #fff;
}
.page-ttl p {
	margin-top: 2px;
	background: #eee;
	padding: 15px 50px 15px 160px;
	font-size: 12px;
}

@media (min-width: 768px) and (max-width: 991px) {
.page-ttl p {
	padding: 15px 20px;
}
}

@media (max-width: 767px) {
.page-ttl {
	margin: 2px auto 20px;
}
.page-ttl h2 {
	height: 56px;
	background-image: none;
}
.page-ttl h2 span {
	margin-left: 0;
	line-height: 56px;
	font-size: 16px;
	text-indent: 0px;
	text-align: center;
	border-left: none;
}
.page-ttl h2 span:before {
	content: "";
	display: inline-block;
	width: 50px;
	height: 60px;
	background: url("../img/icon-medical.png");
	background-repeat: no-repeat;
	background-position: left 45%;
	background-size: 40px auto;
	vertical-align: middle;
}
.page-ttl p {
	display: none;
}
}
/*-----------------カラム分け/背景----------------*/
.wrapper {
	background: #eae9e1;
	padding-top: 20px;
}

@media (min-width: 992px) {
.sub-wrap section {
	margin-left: 20px;
}
}

@media (max-width: 767px) {
.wrapper {
	background: #fff;
	padding-top: 0;
}
}

/*-----------------------------------------------------------------
header footer
-----------------------------------------------------------------*/
.pankuzu {
	display: none;
}
.siteTitle {
	margin: 15px 0;
}
.jbt-globalnavi {
	height: 35px;
}
.footer .inner, .footerLink ul {
	max-width: 970px;
	margin: 0 auto;
}

@media (max-width:969px) {
.footer .inner, .footerLink ul {
	width: 100%;
	padding: 20px 0;
}
.footer .inner .text {
	width: 100%;
	padding: 0 20px;
	color: #FFF;
	float: none;
}
.global {
	width: 125px;
	height: 90px;
	margin: 0 auto;
	float: none;
}
}

@media (min-width:768px) {
.headerInner {
	width: 750px;
	margin: 0 auto;
}
}

@media (min-width:992px) {
.headerInner {
	width: 970px;
	margin: 0 auto;
}
}

@media (min-width:1200px) {
.headerInner {
	width: 970px;
	margin: 0 auto;
}
}

@media (min-width: 992px) {
}

@media (min-width: 768px) and (max-width: 991px) {
}

@media (max-width: 767px) {
}
/*-----------------------------------------------------------------
スマートフォン版header footer
-----------------------------------------------------------------*/

.headerLeft, .txt_center, .menuList {
	display: none;
}

@media screen and (max-width: 1024px) {
#header .headerInner {
	width: 100%;
}
.header_link {
	width: 100%;
	margin: 0 auto;
}
.jbt-globalnavi .inner {
	width: 100%;
	margin: 0px auto;
}
.pankuzu {
	display: none;
}
p#topicpath {
	width: auto;
	margin: 8px auto 0;
	padding-left: 4px;
}
.topLink {
	display: none;
}
.gnavi_inner {
	width: 100%;
	margin: 0 auto;
}
.bottom_decoration_inner {
	width: 100%;
	margin: 0 auto;
	padding: 0;
}
.footer .inner {
	width: 80vw;
	margin: 0 auto;
}
.footer .inner .text {
	width: 80vw;
	margin: 0;
}
.footerLink ul {
	width: 100%;
	margin: 0 auto;
}
.footerLink ul li {
	margin: 15px 0px;
}
.global {
	display: none;
}
}

@media screen and (max-width:767px) {
div.footer, .footerLink, div.copyright, .bottom_decoration, .jbt-globalnavi {
	display: none;
}
footer, .txt_center, .menuList {
	display: block;
}
.siteTitle {
	position: relative;
	padding : 0 15px;
}
.siteTitle a img {
	width: 180px;
	height: auto;
}
footer {
	background: transparent url("../../img/home/footerimg.png") repeat-x scroll center bottom / 310px 82px;
	letter-spacing: 0px;
	padding-bottom: 60px;
}
.footer .inner {
	width: 100%;
	margin: 0px auto;
	position: relative;
}
.footer_link {
  margin: 0 auto;
  padding: 35px 20px 0px;
  width: 350px;
  text-align: center;
  line-height: 3.7rem;
}
.footer_link a {
  color: #4D4D4D;
  text-decoration: underline;
  font-size: 13px;
}
.footer_link li {
  display: inline-block;
}
.footer_link li::after {
  display: inline;
  content: "｜";
}
.footer_link li:nth-of-type(3)::after, .footer_link li:nth-of-type(6)::after, .footer_link li:last-child::after {
  content: "";
}
.copyright {
	padding: 15px 15px 0px;
	font-size: 0.6rem;
}
.copyright {
	float: none;
	width: auto;
	letter-spacing: normal;
	font-size: 1.15rem;
	text-align: center;
	padding: 15px 15px 0px;
	color: #4d4d4d;
	background: none;
}
.topLead02 {
	width: 100%;
	text-align: left;
	display: block;
	font-size: 0.6rem;
	text-shadow: -1px -1px #FFF, 1px -1px #FFF, -1px 1px #FFF, 1px 1px #FFF;
	line-height: 1.5rem;
	text-indent: 1%;
}
.headerLeft {
	display: block;
	width: 60%;
	padding: 4px 15px 0px;
}
#header::after {
	content: "";
	background: #1852A1 none repeat scroll 0% 0%;
	box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.2);
	display: table;
	width: 100%;
	border-top: 1px solid #1480DF;
	border-bottom: 1px solid #1480DF;
	height: 44px;
	position: relative;
}
.headerLeft img {
	width: 80%;
}
.pankuzu {
	display: none;
}
.menuList {
	background: #1852A1 none repeat scroll 0% 0%;
	box-shadow: 0px 1px 2px rgba(255, 255, 255, 0.2) inset, 0px 1px 2px rgba(0, 0, 0, 0.15);
	z-index: 4;
	height: 0px;
	overflow: hidden;
	padding: 10px 10px 0px;
}
}
